@font-face {
  font-family: 'icomoon';
  src:  url('sss/fonts/icomoon.eot?bsmdul');
  src:  url('sss/fonts/icomoon.eot?bsmdul#iefix') format('embedded-opentype'),
    url('sss/fonts/icomoon.ttf?bsmdul') format('truetype'),
    url('sss/fonts/icomoon.woff?bsmdul') format('woff'),
    url('sss/fonts/icomoon.svg?bsmdul#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon:before {
  content: "\e900";
}
.icon-logo:before {
  content: "\e901";
}
.icon-main_menu_envelope:before {
  content: "\e902";
}
.icon-main_menu_store_locator:before {
  content: "\e903";
}
.icon-main_menu_user:before {
  content: "\e904";
}
.icon-product_get_sample:before {
  content: "\e905";
  font-size: 25px;
}
.icon-product_store_locator:before {
  content: "\e906";
}


/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
/*.fa,*/
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("sss/fonts/fa-brands-400.eot");
  src: url("sss/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("sss/fonts/fa-brands-400.woff2") format("woff2"), url("sss/fonts/fa-brands-400.woff") format("woff"), url("sss/fonts/fa-brands-400.ttf") format("truetype"), url("sss/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("sss/fonts/fa-light-300.eot");
  src: url("sss/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("sss/fonts/fa-light-300.woff2") format("woff2"), url("sss/fonts/fa-light-300.woff") format("woff"), url("sss/fonts/fa-light-300.ttf") format("truetype"), url("sss/fonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("sss/fonts/fa-regular-400.eot");
  src: url("sss/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("sss/fonts/fa-regular-400.woff2") format("woff2"), url("sss/fonts/fa-regular-400.woff") format("woff"), url("sss/fonts/fa-regular-400.ttf") format("truetype"), url("sss/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("sss/fonts/fa-solid-900.eot");
  src: url("sss/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("sss/fonts/fa-solid-900.woff2") format("woff2"), url("sss/fonts/fa-solid-900.woff") format("woff"), url("sss/fonts/fa-solid-900.ttf") format("truetype"), url("sss/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

/*.fa,*/
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }



/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
	.hidden-lg-special {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on April 24, 2018 5:10 PM */

@font-face {
    font-family: 'Open Sans';
    src: url('sss/fonts/OpenSans-Light.eot');
    src: url('sss/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/OpenSans-Light.woff2') format('woff2'),
        url('sss/fonts/OpenSans-Light.woff') format('woff'),
        url('sss/fonts/OpenSans-Light.ttf') format('truetype'),
        url('sss/fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('sss/fonts/Calibre-Thin.eot');
    src: url('sss/fonts/Calibre-Thin.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/Calibre-Thin.woff2') format('woff2'),
        url('sss/fonts/Calibre-Thin.woff') format('woff'),
        url('sss/fonts/Calibre-Thin.ttf') format('truetype'),
        url('sss/fonts/Calibre-Thin.svg#Calibre-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('sss/fonts/Calibre-Semibold.eot');
    src: url('sss/fonts/Calibre-Semibold.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/Calibre-Semibold.woff2') format('woff2'),
        url('sss/fonts/Calibre-Semibold.woff') format('woff'),
        url('sss/fonts/Calibre-Semibold.ttf') format('truetype'),
        url('sss/fonts/Calibre-Semibold.svg#Calibre-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('sss/fonts/Calibre-Medium.eot');
    src: url('sss/fonts/Calibre-Medium.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/Calibre-Medium.woff2') format('woff2'),
        url('sss/fonts/Calibre-Medium.woff') format('woff'),
        url('sss/fonts/Calibre-Medium.ttf') format('truetype'),
        url('sss/fonts/Calibre-Medium.svg#Calibre-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('sss/fonts/Calibre-Light.eot');
    src: url('sss/fonts/Calibre-Light.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/Calibre-Light.woff2') format('woff2'),
        url('sss/fonts/Calibre-Light.woff') format('woff'),
        url('sss/fonts/Calibre-Light.ttf') format('truetype'),
        url('sss/fonts/Calibre-Light.svg#Calibre-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('sss/fonts/MyriadPro-Regular.eot');
    src: url('sss/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('sss/fonts/MyriadPro-Regular.woff') format('woff'),
        url('sss/fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('sss/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('sss/fonts/Calibre-Bold.eot');
    src: url('sss/fonts/Calibre-Bold.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/Calibre-Bold.woff2') format('woff2'),
        url('sss/fonts/Calibre-Bold.woff') format('woff'),
        url('sss/fonts/Calibre-Bold.ttf') format('truetype'),
        url('sss/fonts/Calibre-Bold.svg#Calibre-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('sss/fonts/Calibre-Regular.eot');
    src: url('sss/fonts/Calibre-Regular.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/Calibre-Regular.woff2') format('woff2'),
        url('sss/fonts/Calibre-Regular.woff') format('woff'),
        url('sss/fonts/Calibre-Regular.ttf') format('truetype'),
        url('sss/fonts/Calibre-Regular.svg#Calibre-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oriya MN';
    src: url('sss/fonts/OriyaMN-Bold.eot');
    src: url('sss/fonts/OriyaMN-Bold.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/OriyaMN-Bold.woff2') format('woff2'),
        url('sss/fonts/OriyaMN-Bold.woff') format('woff'),
        url('sss/fonts/OriyaMN-Bold.ttf') format('truetype'),
        url('sss/fonts/OriyaMN-Bold.svg#OriyaMN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Oriya MN';
    src: url('sss/fonts/OriyaMN.eot');
    src: url('sss/fonts/OriyaMN.eot?#iefix') format('embedded-opentype'),
        url('sss/fonts/OriyaMN.woff2') format('woff2'),
        url('sss/fonts/OriyaMN.woff') format('woff'),
        url('sss/fonts/OriyaMN.ttf') format('truetype'),
        url('sss/fonts/OriyaMN.svg#OriyaMN') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(237, 194, 179); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(237, 194, 179,.6);  
}

.container-player {
  overflow: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  }
  .container-player.fullscreen-background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0; }
  .container-player .container-player-outer {
    position: relative;
    width: 100%;
    height: 100%; }
  .container-player .container-player-inner,
  .container-player .container-player-poster {
    position: absolute;
    z-index: 0; }
  .container-player .container-player-poster {
    background-size: cover;
    z-index: 0; }
  .container-player.youtube iframe, .container-player.vimeo iframe {
    /*opacity: 0;*/ }
  .container-player.youtube.transition-in.playing iframe,
  .container-player.youtube.transition-in.paused iframe, .container-player.vimeo.transition-in.playing iframe,
  .container-player.vimeo.transition-in.paused iframe {
    -webkit-animation: revealVideo 1s;
    animation: revealVideo 1s; }
  .container-player.youtube.playing iframe,
  .container-player.youtube.paused iframe, .container-player.vimeo.playing iframe,
  .container-player.vimeo.paused iframe {
    opacity: 1; }
  .container-player .container-player-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }

@-webkit-keyframes revealVideo {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes revealVideo {
  0%,
  50% {opacity: 0; }
  100% {opacity: 1;}
}
.container-player video, .container-player iframe {
    width: 100%;
    height: 100%;
    border: none;
}


@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    font-size: 16px;
    padding:0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
textarea, textarea.form-control, textarea.input-text {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px;
}
select, select.form-control, select.input-text {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-weight: 400;
}

.top-panel {
    z-index: 99999;
    position: relative;
}
body {
    font-family: 'Calibre';
	font-size: 19px;
}
.header .top-header-content{

background: transparent;
}
p{margin:0;}
.cms-index-index .header,
.cms-page-view .header {
    
}
span.transparent-text {
    color: transparent;
    font-size: 0;
}
.header {
    background-color: rgba(255,255,255,0);
    border-bottom: 0;
    position: absolute !important;
    z-index: 99;
    top: 0;
    width:100%;
}
.header.active-sticky {
    position: fixed !important;
    z-index: 99;
    background: rgba(255,255,255,.8);
    box-shadow: none;
}
.header .nav.nav-main-menu>li>a {
    /* padding: 14px 22px 13px; */
    padding: 21px 17px 17px;
    font-family: 'Calibre';
    font-size: 15px;
    font-weight: 300;
    padding: 21px 20px 17px;
}
.nav-main-menu a {
    /* color: #fff !important; */
}
.header .logo-header .logo img {
    width: 100%;
    max-height: 48px;
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu > li {
    border-bottom: 2px solid transparent;
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu > li:hover {
    border-bottom: 2px solid #000;
}
.footer .middle-footer {
    background-color: #ededed !important;
    font-family: 'Calibre';
    font-size: 15px;
    font-weight: 300;
}
.footer h6 {
    margin-bottom:15px;
    /* font-size: 12px; */
}
.footer .middle-footer ul.menu li {
    line-height: 24px;
}
.footer .middle-footer ul.menu li:last-child {
    margin-bottom:20px;
}
span.tm {
    font-size: 50%;
    position: relative;
    top: -5px;
    left: 2px;
}
.footer .bottom-footer {
    display:none;
}
.label-menu {
    font-size: 11px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding: 1px 4px 0;
    line-height: 14px;
    text-transform: uppercase;
    background: #d4a8c6;
    color: #000;
}
.footer .middle-footer a:hover,
.footer .middle-footer a:focus {
    color: #000 !important;
    font-weight:500;
}


@media (min-width: 1540px) {
	
	body.wide footer .container,
	body.wide .header .container-fluid,
	.cms-index-index .skinerie-section-type-1 .container-fluid,
	.catalog-product-view .product.info.detailed,
	.catalog-product-view .related-product-main,
	.catalog-product-view .upsell-products-list,
	.catalog-product-view .brand-related-products,
	.catalog-product-view .skinerie-pp-wrapper,
	body.wide .sk-container
	{
		/*width: 1536px !important;*/
		/*margin-left: auto;*/
		/*margin-right: auto;*/
	}
	
}
.footer-stores-menu {
    
float: right;
}
.footer-stores-menu li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #000;
    float: left;
    text-transform: uppercase;
    color: #000;
    line-height: 12px;
}
.footer-stores-menu li:first-child {
    border-left: 0;
}
.footer-stores-menu li .current {
    font-weight: 700;
}
.footer .middle-footer .footer-stores-menu li a {
    color: #000;
}
div#switcher-language {
    width: 80px;
    display: inline-block;
    padding: 25px 0 16px 0;
}
div#switcher-language li {
    font-size:14px;
}
div#switcher-language a,
div#switcher-language span {
    line-height:14px;
}

/* search */
.header .search-form .form-search .form.minisearch {
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    margin-top: initial;
}
.header .search-form .form-search .form.minisearch .input-text {
    position: relative;
    left: 0;
    right: initial;
}
.header .search-form .form-search .form.minisearch .input-text {
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    box-shadow: none;
    letter-spacing: 2px;
    height: 30px;
    line-height: 28px;
}
.header .search-form .form-search {
    position: absolute;
    top: 50px;
    left: initial;
    right: 20px;
    bottom: initial;
    background: transparent;
    width: 200px;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper {
    background-color: #ffffff;
    padding: 0 10px 10px;
    max-height: calc(100vh - 220px);
    overflow-x: hidden;
    overflow-y: auto;
    font-size:14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#search_mini_form .mgs-instant-search-dropdown {
    right: auto;
    left: auto;
}

#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-info-price {
    display: none !important;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-item-name {
  margin-top:20px;
  margin-bottom: 0;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item {
    border-bottom: 0;
}

.header .search-close {
    position: absolute;
    right: -30px;
    top: 0;
    color: #333;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    font-size: 20px;
}
#mgs-instant-autocomplete-wrapper .pages.pages-list {
    display: none;
}

/* Section Type 1 */
.skinerie-section-type-1  {
    text-align: center;
    clear: both;
}
.skinerie-section-type-1 .headlines {
    /* clear: both; */
}
.skinerie-section-type-1 .headlines h3 {
    font-size: 16px;
    margin-bottom: 60px;
}
.skinerie-section-type-1 .headlines h2 {
    font-family: 'Oriya MN', 'Calibre';
    font-weight: 400;
    margin-bottom: 20px;
}
.skinerie-section-type-1 .headlines h2.withline {
    position:relative;
}
.skinerie-section-type-1 .headlines h2.withline span {
    background:#fff;
    position:relative;
    z-index:1;
    padding:0 20px;
}
.skinerie-section-type-1 .headlines h2.withline:before {
    content:'';
    display: block;
    height:2px;
    background:#000;
    position:absolute;
    top: 50%;
    width: 100%;
}
.skinerie-section-type-1 .headlines p {
    font-family: 'Calibre';
    font-size: 20px;
    color: #000;
    line-height: initial;
    font-weight: 300;
}
.skinerie-section-type-1 .headlines p strong {
    font-weight: 500;
}
.skinerie-section-type-1 .panel-block-row {
    text-align: center;
    /* margin: auto; */
}
.skinerie-section-2 .panel-block-row img {
    max-height:300px;
    max-width: 300px;
    height: auto;
    margin: auto;
}
.skinerie-section-2 .panel-block-row.one img {
	padding:50px 0;
}
.skinerie-section-2 .panel-block-row.two img {
	padding:50px 0;
}
.skinerie-section-2 .panel-block-row.three img {
	padding: 50px;
}
.brand-section-2 .panel-block-row img,
.brand-section-3 .panel-block-row img {
    max-height: 800px;
    /* max-width: 700px; */
    height: auto;
    margin: auto;
}
.video {
	position:relative;
}
.video img {
	width:100%;
}
.video:after {
	content:'';
	background: url('sss/vid-ico.png') 50% no-repeat;
	display:block;
	position:absolute;
	z-index:1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 140px;
}
.video.loaded:after {
	background:none;
	display:none;
}
.tt-video-wpr {
    position: relative;
    margin-bottom:100px;
}
.tt-video-wpr .video {
}
.tt-video-wpr .title {
    position: absolute;
    bottom: -30px;
    font-weight: 600;
    font-size: 16px;
}
.tt-video-wpr .sub {
    position: absolute;
    bottom: -50px;
    font-size: 15px;
}
.tt-video-wpr.inside-lettering .title {
    bottom: 25px;
    padding-left: 15px;
}
.tt-video-wpr.inside-lettering .sub {
    bottom: 5px;
    padding-left: 15px;
}
@media (max-width: 767px){
	.tt-video-wpr {
		margin-bottom: 100px;
	}
}
.skinerie-cat-top-section .container-fluid:before{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(sss/flower-cat.svg) 100% no-repeat;
	-webkit-mask: url('sss/flower-cat.svg') 100% no-repeat;
	mask: url('sss/flower-cat.svg') 100% no-repeat;
	background-size: 360px;
	-webkit-mask-size: 360px;
	mask-size: 360px;
	background-color: #AED2C9;
	z-index:-1;
}
.video:hover:after {
	opacity:0.5;
}
.video-banner:after {
    opacity: 0;
}
.video:hover {
	cursor:pointer;
}
#video-background{
	min-height: 600px;
	overflow: hidden;
	background-position: center;
	position: relative;
	max-height: 600px;
}
#video-background .ytplayer-container.background iframe{
	top: -50% !important;
	position: absolute;
}
.sk-action {
    padding:10px 20px;
    letter-spacing: 1px;
}
.sk-action-category {
	font-size: 20px;
	color: #000;
	letter-spacing: 0;
}
.bordered {
    border: 2px solid;
}
.light-blue {
    border-color: #BFDDED;
    color: #73C6ED !important;
}
.light-blue:hover {
    border-color: transparent;
    color: #73C6ED !important;
    /* background:#BFDDED; */
}
.skinerie-section-4 img{
	width: 100%;
}
.breadcrumbs {
    display:none;
}
.wid70p{
	width:60%;
	margin:auto;
}
.video-section .video{
	min-height: 600px;
	display: block;
}
.video-section .video.loaded{
	min-height: 100%;
}
.no-padding{
	/* width: calc(100% + 30px); */
	/* margin-left: -15px; */
}
.opacity50{
	opacity:0.5;
}
.separator span {
    width: 80px;
    height: 3px;
    background: #000;
    display: block;
    border-radius: 15px;
    margin: auto;
}
.top-section-colored {
	background: #F1D0BF;
	min-height: 350px;
}
.ribbon{
	font-family: 'Oriya MN';
	color:#000;
	font-size: 16px;
	/*width: 300px;*/
}
.ribbon.active{
	font-weight: 700;
}
.ribbon .text{
	position:relative;
	/* width: 200px; */
	/* float: left; */
	/* margin-left: 65%; */
	text-align: left;
	top: 0;
	padding: 8px 0;
}
.ribbon .age{
	font-family: 'Calibre';
	font-size: 14px;
	margin-right: 10px;
	font-weight: 400 !important;
	width: 25px;
	display: inline-block;
}
.general-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1d0bf+0,ffffff+100 */
	background: #f1d0bf; /* Old browsers */
	background: -moz-linear-gradient(left, #f1d0bf 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f1d0bf 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f1d0bf 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d0bf', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	position: absolute;
	left: 0;
	display: inline-block;
	height: 44px;
	width: 200px;
	top: 0;
}
.energise-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aed2c9+1,ffffff+100 */
	background: #aed2c9; /* Old browsers */
	background: -moz-linear-gradient(left, #aed2c9 1%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #aed2c9 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #aed2c9 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed2c9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.youth-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfdded+1,ffffff+100 */
	background: #bfdded; /* Old browsers */
	background: -moz-linear-gradient(left, #bfdded 1%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bfdded 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bfdded 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfdded', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	
}
.lift-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edc2b3+1,ffffff+100 */
	background: #edc2b3; /* Old browsers */
	background: -moz-linear-gradient(left, #edc2b3 1%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #edc2b3 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #edc2b3 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc2b3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.intense-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4a8c6+1,ffffff+100 */
	background: #d4a8c6; /* Old browsers */
	background: -moz-linear-gradient(left, #d4a8c6 1%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #d4a8c6 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #d4a8c6 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a8c6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.product-item-name {
	font-family: 'Oriya MN';
}
.products-grid .product-item-info .product-item-details .product-item-name a {
    font-size: 18px;
}
.price-box {
    display: none;
}
.capacity,
.seemore {
    font-family: 'Calibre';
    text-transform:uppercase;
    font-size: 12px;
}
.lazy-loading-img .products-grid .product-item-info .product-top.loaded,
.lazy-loading-img .list-products .product-item-info .product-image.loaded,
.lazy-loading-img .promobanner.loaded,
.lazy-loading-img .thumbnail-post.loaded,
.lazy-loading-img .instagram-item.loaded {
    background-image: none;
}
.ribbon-el {
    float: left;
    padding: 8px 40px 8px 140px;
}
.sk-container {
	display:none;
	position: relative;
}
.skinerie-cat-top-section{
  padding:50px 0;
}
.sk-container.open {
	display:block;
}
.oniya{
	font-family: 'Oriya MN';
}
.page-title-wrapper {
    background-image: none;
    background: #F9ECE4;
    min-height: 350px;
    margin-bottom: 60px;
}
.catalog-product-view .page-title-wrapper {
    margin-bottom: 0;
    min-height: 67px;
    padding: 0;
    background: #fff;
}
.page-title-wrapper:before {
	background: none;
}
.page-title-wrapper h1, .page-title-wrapper .h1 {
    display:none;
}

.catalog-product-view .lazy-loading-img .page-main > div.row {
    margin-right: -15px !important;
}
.sk-p-name-wrapper {
	text-align:center;
	margin-bottom: 60px;
}
.sk-p-name {}
.sk-p-name h1{
    font-family: 'Oriya MN';
    font-weight:400;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 30px;
}
.sk-p-name-wrapper .sk-p-subname {
    font-family: 'Calibre';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
}
.catalog-product-view .sk-p-name-wrapper .sk-p-subname {
    font-size:20px;
}
.skinerie-pp-wrapper{
	padding:30px 0;
	font-family: 'Calibre';
	/* font-weight: 300; */
}
.skinerie-pp-wrapper.flowers{
	background:url('wysiwyg/flowers.png');
	background-repeat: no-repeat;
	background-size: 500px;
}
.product-info-main {
	font-size: 16px;
	font-weight:300;
}
.product-info-main .sk-p-section .title {
	text-transform:uppercase;
	padding: 20px 0 0 0;
}
.product-info-main .sk-p-section .title.p-border-bottom {
	border-bottom: 2px solid #D4A8C6;
	position: relative;
}
.product-info-main .sk-p-section .title.p-border-bottom:hover {
	cursor: pointer;
}
.product-info-main .sk-p-section .title.p-border-bottom .fal {
	position: absolute;
	right: 5px;
	top: 30px;
	font-size: 9px;
}
.product-info-main .sk-p-section .title.p-border-bottom.active .fal.fa-plus:before {
	content: "\f068";
}
.product-info-main .sk-p-section .title.p-border-bottom:after {
    border-bottom: 2px solid rgba(255,255,255,.5);
    content:"";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -2px;
    -webkit-transform-origin: 0% calc(100% - 1px);
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}
.product-info-main .sk-p-section .title.p-border-bottom:hover:after {
    -webkit-transform: scale(1);
    height: 100%;
}
.product-info-main .sk-p-section .content ul {
    list-style: inside;
    margin-left: 20px;
}
.product-detail-infomation .product-name {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Oriya MN';
    font-weight:400;
    text-transform: uppercase;
    margin: 0;
}
.product-info-main .sk-p-section .content {
    line-height: 18px;
    padding-top: 15px;
}
.product-info-main .sk-p-subname {
    text-transform: uppercase;
    font-family: 'Calibre';
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 15px;
}
.sk-review-stars {
    position: relative;
    text-align: center;
}
.sk-review-stars .reviews {margin-top: 20px;}
.sk-review-stars .rating-summary {}
.sk-review-stars .rating-summary .action {display:none;}
.sk-review-stars .reviews-actions {display:none !important;}
.sk-review-stars .rating-summary .rating-result {
    width: 155px;
    top: 0;
    position: relative;
    margin-left: 0;
}
.sk-review-stars .rating-summary .rating-result {
    width: 155px;
    top: 0;
    position: relative;
    margin-left: 0;
}
.sk-review-stars .rating-summary .rating-result:before {
    font-size: 30px;
    height: 30px;
    line-height: 32px;
    position: absolute;
    left: 0px;
    width: 155px;
}
.sk-review-stars .rating-summary .rating-result>span:before {
    font-size: 30px;
    height: 30px;
    line-height: 32px;
    width: 155px;
}
#product-review-container .rating-result {
    /* display:none; */
    position: relative;
    top: 0px;
}
.sk-main-features {
    text-align: center;
    position: relative;
    border-bottom: 4px solid #D4A8C6;
    padding-bottom: 12px;
    margin: 40px 0;
}
.sk-main-features .headline {
}
.sk-main-features .headline .lat-line {
    height: 4px;
    width: 25%;
    display: inline-block;
    background: #D4A8C6;
    position: relative;
    top: 15px;
}
.sk-main-features .headline .left {float: left;}
.sk-main-features .headline .right {
    float: right;
}
.sk-main-features .headline .text {
    width: 50%;
}
.sk-main-features .headline .lat-line.full {
    width: 100%;
    top: 0;
}
.sk-main-features .content {
	line-height: 21px;
	font-family: 'Calibre';
	font-weight: 300;
	font-size: 16px;
}

.message>* {
    padding: 12px 20px 12px 45px;
    display: block;
    font-size: 14px;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    /* width:calc(100% + 30px); */
    /* margin-left:-15px; */
}
.full-review.product-reviews-summary {
    display: block;
}
.full-review.product-reviews-summary a {
    color: #000;
}
.rating-summary .rating-result {
    display: inline-block;
    margin-left: 10px;
    width: 102px;
    position: absolute;
    top: 25px;
}
.rating-summary .rating-result:before {
    font-size:20px;
    height: 20px;
    line-height: 20px;
    color: #D4A8C6;
}
.rating-summary .rating-result>span:before {
    font-size:20px;
    height: 20px;
    line-height: 20px;
    color: #D4A8C6;
}
.full-review.product-reviews-summary .rating-summary, .full-review.product-reviews-summary .reviews-actions {
    display: block;
}
.sk-review-stars .empty .rating-summary {
    display:none;
}
.full-review.product-reviews-summary .rating-summary+.reviews-actions a {
    color:#000;
    text-transform: uppercase;
}
.product-detail-infomation-sticky-parent > .col-xs-12 + div.sk-p-bottom-links {
    width: 100% !important;
    text-align: center;
    display: inline-block;
}
.sk-p-bottom-links ul {
    display: inline-block;
    font-family: 'Oriya MN';
    font-size:16px;
    line-height: 30px;
}
.sk-p-bottom-links ul li {
    float:left;
    margin-right: 40px;
}
.sk-p-bottom-links ul li:last-child {
    margin-right: 0;
}
.sk-p-bottom-links ul li i {
    margin-right: 10px;
    color: #D4A8C6;
    font-size:30px;
    position: relative;
    top: 4px;
}
.sk-p-bottom-links {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom:20px;
}
.catalog-product-view .owl-carousel .owl-stage {
    margin: auto;
}
.products-grid .product-item-info .product-top a.photo:after {
    opacity: 0 !important;
}
.products-grid .product-item-info .product-top .actions-link button {
    opacity: 0 !important;
}
.products-grid .product-item-info {
    text-align:center;
}
.content-heading h3.title {
	font-family: 'Oriya MN';
	font-weight: 400;
	margin-bottom: 20px;
}
.content-heading h3.title:before, .content-heading h3.title:before,
.content-heading h3.title:before, .content-heading h3.title:after {
    display:none;
}
.ribbon-el {
    float: left;
    padding: 8px 40px 8px 100px;
}
.cat-sk-switcher.left-anchored .ribbon-el {
    padding: 8px 40px 8px 120px;
}
.cat-sk-switcher.left-anchored {
    position: absolute;
    z-index: 1;
}
.cat-sk-switcher.left-anchored a {
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
}

/*Related Checkboxes*/
.product-item-inner {
    display: none;
}
.block-actions.block-note {
    display: none;
}
.related-product-main .products.wrapper.grid,
.upsell-products-list .products.wrapper.grid,
.brand-related-products .products.wrapper.grid{
    padding: 60px 0 20px;
}
.related-product-main, .upsell-products-list, .brand-related-products {
    padding-top: 100px;
}
#product-carousel-related,
#upsell-owl-carousel {
    
}
#product-carousel-related .product-top,
#upsell-owl-carousel .product-top {

}
.owl-loaded .product-top {
  background-image: none !important;
}
#product-carousel-related .product-top img,
#upsell-owl-carousel .product-top img {
    max-width: 300px !important;
    min-width: initial !important;
}
img.zoomImg {
    display: none !important;
}
.catalog-product-view .separator {
    position: relative;
    top: 60px;
}
.btn {
    font-weight: 300;
    font-size: 16px;
}
.field>.label, .form-group>.label,
.field>label, .form-group>label {
    font-weight: 300;
}
.label, label {
    font-size: 16px;
}
.header .search-form .form-search .form.minisearch .input-text {
    font-weight: 300;
}
.catalog-category-view .page-main.container {
	padding-top:40px;
}
body.catalog-product-view.wide #maincontent {
    width: 100% !important;
}
.product-detail-infomation .product.info.detailed {
    /* display:none; */
}
.product-data-items-content .data.item.content {
    border: 0;
}
.product-data-items-content .title-accordion {
    display:none;
}
.no-margin{margin:0 !important;}
.no-margin-top{margin-top:0 !important;}
.no-margin-bottom{margin-bottom:0 !important;}
.no-margin-left{margin-left:0 !important;}
.no-margin-right{margin-right:0 !important;}
.cms-make-up{
	
}
.cms-make-up .main{
	background: #dcd8d6;
}
.cms-make-up .footer {
    margin-top: 0;
}
.cms-beauty-talks .footer{
	margin-top:0;
}
.cms-make-up .header {
    background-color: rgba(255,255,255,1);
}
.white-lettering,
.white-lettering h1,
.white-lettering h2,
.white-lettering h3,
.white-lettering h4,
.white-lettering h5,
.white-lettering h6{
    color: #fff;
}

/* Store Locator */
.store-list-container .search-form .block-title .title {
    font-weight: 400;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
.store-list-container .search-form {
    border: 0;
    background: #F9ECE4;
}
.store-list-container .store-list {
    border: 2px solid #F9ECE4;
}
.store-list-container .store-list>.items .stores li .store-content .store-logo {
    width: 100%;
}
.store-list-container .store-list>.items .stores li .store-content .description {
    padding-left: 0;
    width: 100%;
    font-size:13px;
}
.store-list-container .store-list>.items .stores li .store-content .description button {
    margin-top: 9px;
    width: 100%;
}
.store-list-container .store-list .store-content {
    padding-right: 15px;
}
.store-list-container .store-list .block-title .title {
    border-bottom: 1px solid #F9ECE4;
    padding-bottom: 10px;
}
#store-list-map {
    border: 0;
}
.storelocator-details .box-store {
    border: 2px solid #F9ECE4;
}
.storelocator-details .box-store .block-title .title {
    border-bottom: 2px solid #F9ECE4;
    padding-bottom: 10px;
    font-weight: 400;
}
.lazy-loading-img .products-grid .product-item-info .product-top, .lazy-loading-img .list-products .product-item-info .product-image, .lazy-loading-img .promobanner, .lazy-loading-img .thumbnail-post, .lazy-loading-img .instagram-item {
    background-size: 70px auto;
}
.sk-p-subname {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 10px;
}
.block.block-compare,
.block.block-reorder,
.block.block-wishlist {
    display: none;
}
.product-image-photo.img-thumbnail {
    max-width: 280px;
    min-width: initial;
    width: 100%;
}
.cms-make-up .header .search-form .form-search {
    top: 100px;
}
.cms-make-up .header .search-form .form-search .form.minisearch .input-text {
    border-bottom: 1px solid rgba(255,255,255,1);
    color: #fff;
}
.cms-make-up .header .search-form .form-search .form.minisearch .input-text::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.cms-make-up .header .search-form .form-search .form.minisearch .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.cms-make-up .header .search-form .form-search .form.minisearch .input-text::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}
.cms-make-up .header .search-close {
    color: #fff;
}
.top-section-banner {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.product.media img {
    min-width: initial;
    max-width:300px;
    margin:auto;
    min-height: 300px;
}
.video-sss-wrp {}

.video-sss-wrp button {
    position: absolute;
    z-index: 1;
    bottom: 12px;
    background: #555;
    border: 0;
    color: #fff;
    min-width: 50px;
    font-size: 13px;
    right: 0px;
}

.video-sss-wrp video {
    position: relative;
	width:100%;
}
.slide-text h1,
.slide-text h2,
.slide-text h3 {
    font-weight: 400;
}
.back-contain {
    background-size: contain;
}
.cms-index-index .page-title-wrapper+.page-main {
    margin-top: 0;
}
.cms-page-view .page-title-wrapper {
    display:none;
}
.products-grid .product-item-info .product-top:hover .img-hover-show {
    opacity: 0 !important;
    visibility: hidden !important;
}
.skinerie-section-4 .container-fluid .row {
    margin: 0;
}
.header .action.nav-toggle {
    margin-top: 8px;
}
.mush{
	height: 0px;
}
.mush img{
	position: relative;
	top: -150px;
	z-index: -1;
}
.mush.mobile-left img{
	left: -50%;
}
.mush.mobile-right img{
	right: -50%;
}
.mush img{
	width:400px;
}
.mush.second img{
	top: -350px;
	right: -50%;
}
.mush.mobile-left.drops img{
	left: -50%;
}

.gradient-box {margin-top: 40px;}
.gradient-box .outer-box {
    display: inline-block;
    margin: auto;
    padding: 10px;
    background: #f1d0bf;
    background: -moz-linear-gradient(left, #f1d0bf 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f1d0bf 0%,#ffffff 100%);
    background: linear-gradient(to right, #f1d0bf 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d0bf', endColorstr='#ffffff',GradientType=1 );
}
.gradient-box .inner-box {
    display: inline-block;
    padding: 20px;
    background: #fff;
}

/* Drop Menu */
@media (min-width: 1200px){

	.mega-menu-content .img-responsive {
		width:100%  ;
	}
	body.wide.width1024 .header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu {
		background-color: rgba(255,255,255,.8);
		box-shadow: none;
		padding: 50px;
		border-top: 0;
	}
	.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul li>a {
		padding: 0;
		border:0;
	}
	.header:not(.header6):not(.header7) .navigation .nav-main-menu .level1 {
		/* margin-bottom: 15px; */
	}
	.menu-callout.square-box {
		background: transparent;
		text-align:center;
		margin: 0;
		overflow: hidden;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    .menu-callout:hover {
		cursor:pointer;
    }
	.menu-callout.square-box[data-area='energise_prevent'] {
		background: url('wysiwyg/square_callout_menu_energise_prevent.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.menu-callout.square-box[data-area='youth_activator'] {
		background: url('wysiwyg/square_callout_menu_youth_activator.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.menu-callout.square-box[data-area='lift_firm'] {
		background: url('wysiwyg/square_callout_menu_lift_firm.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.menu-callout.square-box[data-area='intense_regenerator'] {
		background: url('wysiwyg/square_callout_menu_intense_regenerator.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.menu-callout.square-box[data-area='prepare_care'] {
		background: url('wysiwyg/square_callout_menu_prepare_care.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.menu-callout.square-box[data-area='daily_boost'] {
		background: url('wysiwyg/square_callout_menu_daily_boost.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.menu-callout.square-box[data-area='respectful_oils'] {
		background: url('wysiwyg/square_callout_menu_respectful_oils.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.menu-callout.square-box[data-area='spot_specialist'] {
		background: url('wysiwyg/square_callout_menu_spot_specialist.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.menu-callout.square-box img {
		width:100%;
	}
	.menu-callout.style-bordered.square-box {
		background: #fff;
		text-align:center;
		margin: 0;
		overflow: hidden;
		outline: 2px solid #BFDDED;
		outline-offset: -15px;
	}
	.menu-callout.style-picture.square-box:before {
		width:100%;
		content:'';
		background: url('sss/skinerie_serumyouthactivator.png') #EDC2B3  no-repeat;
		position: absolute;
		height: 100%;
		z-index: 0;
		background-size: 100%;
	}
	.menu-callout.square-box h4 {
		font-size: 17px;
		font-family: 'Oriya MN', 'Calibre';
	}
	.menu-callout.square-box hr {
		border-color:#fff;
		margin: 8px auto;
	}
	.menu-callout.style-bordered.square-box hr {
		border-color:#000;
		border-width:2px;
		width:30%;
	}
	.menu-callout.square-box .paded {
		padding: 28% 30px;
		position: relative;
	}
	.menu-callout.style-bordered.square-box .paded {
		padding: 17% 30px;
	}
	.header:not(.header6):not(.header7) .navigation .nav-main-menu .sub-menu2 {
		padding: 0 40px;
		font-size: 20px;
	}
	.header:not(.header6):not(.header7) .navigation .nav-main-menu .sub-menu2 .mega-menu-sub-title {
		font-size: 15px !important;
		font-weight: 400 !important;
	}
	.header:not(.header6):not(.header7) .navigation .nav-main-menu .sub-menu2 .mega-menu-sub-title-no-action {
		font-size: 14px !important;
		font-weight:400 !important;
	}
	.header:not(.header6):not(.header7) .navigation .nav-main-menu .sub-menu2 li:hover .mega-menu-sub-title {
		font-weight:500 !important;
	}
	.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .mega-menu-sub-title.first {
		text-transform: inherit !important;
		font-size: 14px !important;
	}
	.right-border-separator {
		border-right: 1px solid;
	}
	.header:not(.header6):not(.header7) .navigation .nav-main-menu li>.dropdown-menu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transition-delay: 500ms;
    }


    #square_callout_mkup[data-area='mkup_face'] img {
		background: url('wysiwyg/mkup_face.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	#square_callout_mkup[data-area='mkup_eyes'] img {
		background: url('wysiwyg/mkup_eyes.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	#square_callout_mkup[data-area='mkup_lips'] img {
		background: url('wysiwyg/mkup_lips.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	#square_callout_mkup[data-area='mkup_nails'] img {
		background: url('wysiwyg/mkup_nails.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	#square_callout_mkup[data-area='mkup_brushes'] img {
		background: url('wysiwyg/mkup_brushes.png') 50% 50% no-repeat;
		background-size:cover;
        transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
       -webkit-transition: all .25s ease-in-out;
	}
	.mega-menu-content {
		width: 1024px;
		margin: auto;
	}

}

.transparent{
	background: transparent !important;
}
.header .logo-left-header .logo img{
	width:100%;
	height:auto;
}
a.discover-button.salmon {
    color: #D3AEA3 !important;
    padding-top: 15px;
    display: inline-block;
}

.section-v3 {}

.section-v3 img {
    max-width: 150px !important;
    margin: 40px 0 !important;
}

.section-v3 .title {
    font-size: 24px;
    margin-bottom: 10px;
    display: none;
}

.section-v3 p {
    font-weight: 300;
}
.section-v3 p strong {
    font-weight: 500;
}
.seegraphic {
    margin-top: 25px;
    line-height: 50px;
}
.seegraphic .purple {
    border-color:#3A2665;
}
.seegraphic .purple:hover {
    color:#3A2665 !important;
}
.seegraphic .purple.active {
    background:#3A2665;
    color:#fff !important;
}
.seegraphic .salmon {
    border-color: #F4AF98;
}
.seegraphic .salmon:hover {
    color:#F4AF98 !important;
}
.seegraphic .salmon.active {
    background:#F4AF98;
    color:#333 !important;
}
.seegraphic .active:hover {
    opacity:0.8;
}
.seegraphic .content {
    padding: 40px 0;
	display:none;
}

.seegraphic .content img {
    width: 100%;
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
    display: none !important;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical {
    width: calc(100%);
}
.switch-trigger {
    font-size: 11px;
    font-weight: 500;
}
.switch-trigger:hover {
    cursor:pointer;
    color: #aaa;
}

.contacts-page-social{

}
.contacts-page-social .text-header{
  font-size: 13px;
}
.contacts-page-social ul.social-link {
    float: right;
}
.contacts-page-social ul.social-link li {

}
ul.email-link a{
    height: initial;
    position: relative;
    font-size: 15px;
    line-height: 45px;
    /* height: 40px; */
    display: block;
}
ul.email-link a .icoon{
    font-size: 21px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.go-right {
    display: inline-block;
    float: right;
    margin-right: 30px;
}
.go-left {
    display: inline-block;
    float: left;
    margin-left: 30px;
}
.contacts-page-social .row .col-sm-6:first-child .social-link:after {
    border-right: 1px solid #000;
    content:'';
    width:1px;
    height: 44px;
    position: absolute;
    right: 0;
}
.contact-form-content h3 {
    text-align: center;
}
.contact-form-content input {
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 35px;
}
.contact-form-content .form-group {
    position:relative;
}
.contact-form-content .form-group:after {
    background:#000;
    height: 2px;
    width:33%;
    position:absolute;
    bottom:-1px;
    content:'';
    display: block;
}
.contact-form-content .form-group.prog-1-3:after {
    width:33%;
}
.contact-form-content .form-group.prog-2-3:after {
    width:66%;
}
.contact-form-content .form-group.prog-3-3:after {
    width:100%;
}
.contact-form-content textarea,
.contact-form-content textarea.form-control,
.contact-form-content textarea.input-text {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.contact-form-content input::placeholder {
    text-align:center;
	color:#000;
}

.contact-form-content input:-ms-input-placeholder {
    text-align:center;
	color:#000;

}

.contact-form-content input::-ms-input-placeholder {
	text-align:center;
	color:#000;
}
.contact-form-content textarea.comment::placeholder {
    text-align:left;
	color:#000;
}

.contact-form-content textarea.comment:-ms-input-placeholder {
    text-align:left;
	color:#000;
}

.contact-form-content textarea.comment::-ms-input-placeholder {
	text-align:left;
	color:#000;
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    height: 40px;
    padding: 0 35px;
    line-height: 36px;
    background-color: transparent;
    border:1px solid #000;
    color:#000;
    font-weight: 400;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000;
}

.contact-form-content .actions-toolbar {
    text-align: center;
}
.form-group.required .input-text+.mage-error {
    position: absolute;
}
#contact_form_owl .item{
	text-align: center;
}
.page.messages {
    /* margin-bottom: 40px; */
    position: fixed;
    width: calc(100% + 30px);
    z-index: 99;
    margin: 66px 0;
    top:0;
    margin-left: -15px;
}
.message.success>* {
    background: #F9ECE4;
    color: #000;
}
.message.success>*:before {
    color: #000000;
}
.header .dropdown-toplinks .dropdown-toggle {
    line-height: 16px;
    border: 1px solid #333;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 26px;
    position: relative;
    top: -2px;
}
.header .dropdown-toplinks .dropdown-toggle.loggedin {
    width: 30px;
    top: -3px;
    min-height: 30px;
    background-size: cover !important;
}
.header .dropdown-toplinks .dropdown-toggle:before,
.header .dropdown-toplinks .dropdown-toggle:after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.header .dropdown-toplinks .dropdown-toggle.spin {
  padding:2px;
}
.header .dropdown-toplinks .dropdown-toggle.spin:before,
.header .dropdown-toplinks .dropdown-toggle.spin:after {
  top: -2px;
  left: -2px;
}
.header .dropdown-toplinks .dropdown-toggle.spin:before {
  border: 2px solid transparent;
}
.header .dropdown-toplinks .dropdown-toggle.spin:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.header .dropdown-toplinks .dropdown-toggle.spin:hover:before {
  border-top-color: #333;
  border-right-color: #333;
  border-bottom-color: #333;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.header .dropdown-toplinks .dropdown-toggle.spin:after {
  border: 0 solid transparent;
}
.header .dropdown-toplinks .dropdown-toggle.spin:after {
  border-top: 2px solid transparent;
  border-left-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.header .dropdown-toplinks .dropdown-toggle.spin:hover:after {
  border-top: 2px solid #333;
  border-left-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.header .dropdown-toplinks .dropdown-toggle.circle {
  border-radius: 100%;
  box-shadow: none;
}
.header .dropdown-toplinks .dropdown-toggle.circle:before,
.header .dropdown-toplinks .dropdown-toggle.circle:after {
  border-radius: 100%;
}

.header .dropdown-toplinks .dropdown-toggle.spin.energise:hover:before {
	border-top-color: #B8D1C8;
	border-right-color: #B8D1C8;
	border-bottom-color: #B8D1C8;
}
.header .dropdown-toplinks .dropdown-toggle.spin.energise:hover:after {
	border-top-color: #B8D1C8 !important;
}
.header .dropdown-toplinks .dropdown-toggle.spin.youth:hover:before {
	border-top-color: #C8DDEC;
	border-right-color: #C8DDEC;
	border-bottom-color: #C8DDEC;
}
.header .dropdown-toplinks .dropdown-toggle.spin.youth:hover:after {
	border-top-color: #C8DDEC;
}
.header .dropdown-toplinks .dropdown-toggle.spin.lift:hover:before {
	border-top-color: #E1C1B3;
	border-right-color: #E1C1B3;
	border-bottom-color: #E1C1B3;
}
.header .dropdown-toplinks .dropdown-toggle.spin.lift:hover:after {
	border-top-color: #E1C1B3;
}
.header .dropdown-toplinks .dropdown-toggle.spin.intense:hover:before {
	border-top-color: #C8A7C4;
	border-right-color: #C8A7C4;
	border-bottom-color: #C8A7C4;
}
.header .dropdown-toplinks .dropdown-toggle.spin.intense:hover:after {
	border-top-color: #C8A7C4;
}

.header .dropdown-toplinks .dropdown-toggle.spin.energise:before {
	border-top-color: #B8D1C8;
	border-right-color: #B8D1C8;
	border-bottom-color: #B8D1C8;
}
.header .dropdown-toplinks .dropdown-toggle.spin.energise:after {
	border-top-color: #B8D1C8 !important;
}
.header .dropdown-toplinks .dropdown-toggle.spin.youth:before {
	border-top-color: #C8DDEC;
	border-right-color: #C8DDEC;
	border-bottom-color: #C8DDEC;
}
.header .dropdown-toplinks .dropdown-toggle.spin.youth:after {
	border-top-color: #C8DDEC;
}
.header .dropdown-toplinks .dropdown-toggle.spin.lift:before {
	border-top-color: #E1C1B3;
	border-right-color: #E1C1B3;
	border-bottom-color: #E1C1B3;
}
.header .dropdown-toplinks .dropdown-toggle.spin.lift:after {
	border-top-color: #E1C1B3;
}
.header .dropdown-toplinks .dropdown-toggle.spin.intense:before {
	border-top-color: #C8A7C4;
	border-right-color: #C8A7C4;
	border-bottom-color: #C8A7C4;
}
.header .dropdown-toplinks .dropdown-toggle.spin.intense:after {
	border-top-color: #C8A7C4;
}

.block.block-dashboard-addresses.my-account-main {
    display: none;
}
.field-name-avatar .label .crange {
    height: 150px;
    width: 150px;
    background-size: cover !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 4px solid #333;
}
.field-name-avatar {
    text-align: center;
}
.avatar-title {
    text-align: center;
}
.field-name-avatar .label .crange.energise {
    border-color:#B8D1C8;
}
.field-name-avatar .label .crange.youth {
    border-color:#C8DDEC;
}
.field-name-avatar .label .crange.firm {
    border-color:#E1C1B3;
}
.field-name-avatar .label .crange.intense {
    border-color:#C8A7C4;
}
.go-square {
    width: 300px;
    height: 300px;
    margin: auto;
    text-align: center;
    padding: 20px;
    border: 4px solid #000;
    display: table;
}
.go-square .paded {
    /* padding: 44px 0; */
    display: table-cell;
    vertical-align: middle;
}
.go-square hr {
    border-color: #000;
    border-width: 2px;
    width: 30%;
}
.go-square.energise {
    border-color: #B8D1C8;
}
.go-square.youth {
    border-color: #C8DDEC;
}
.go-square.firm {
    border-color: #E1C1B3;
}
.go-square.intense {
    border-color: #C8A7C4;
}


/* Quizz */
.quizz-index-index .page-title-wrapper{
  display: none;
}
.quizz-index-index  #maincontent {
    padding: 0;
    width: 100%;
    margin-top: 0;
}
.quizz-index-index .page-main.container {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aed2c9+0,ffffff+100 */
background: #E6C0B1; /* Old browsers */
background: -moz-linear-gradient(45deg, #E6C0B1 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #E6C0B1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #E6C0B1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed2c9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding-bottom: 100px !important;
}
.quizz-index-index .footer {
    margin-top:0;
}
.skindiagnostic-header {
    margin-top: 64px !important;
    padding: 150px 0;
}
.cms-skin-diagnostic .page-main.container {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aed2c9+0,ffffff+100 */background: #aed2c9; /* Old browsers */background: -moz-linear-gradient(45deg, #aed2c9 0%, #ffffff 100%); /* FF3.6-15 */background: -webkit-linear-gradient(45deg, #aed2c9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(45deg, #aed2c9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed2c9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */padding-bottom: 100px !important;}
.cms-skin-diagnostic .footer {
    margin-top:0;
}
.skindiagnostic-header {
    margin-top: 64px !important;
    padding: 90px 0;
}
.skindiagnostic-header h2 {
    text-transform: uppercase;
}
#quizz_form_owl {
    position: relative;
    min-height: 800px;
}
#quizz_form_owl .item {
  display: none;
  position: absolute;
}
#quizz_form_owl .item.active {
  display: block;
}
.square-box {
   width: 100%;
   height: 0;
   padding-bottom: 100%;
   background:#fff;
   margin-bottom:30px;
   position:relative;
   display: inline-block;
}
#quizz_form_owl .no-quizz-border {
    border: 3px solid transparent;
}
#quizz_form_owl .square-box {
    margin-bottom: 0;
}
#quizz_form_owl .row-wrapper {
    /* display: inline-flex; */
    /* display: inline-block; */
    /* text-align: center; */
    /* margin: auto; */
    /* width: 100%; */
    /* float: left; */
    /* padding: 20px 0; */
    /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    /* border-radius: 5px; */
}
#quizz_form_owl .row-inside {
  display: inline-flex;
  }
/*
#quizz_form_owl .owl-item .row-wrapper {
    background: rgba(0,0,0,.05);
}
#quizz_form_owl .owl-item.active .row-wrapper {
    background: rgba(0,0,0,0);
}
*/
#quizz_form_owl .quizz-item {
    position: relative;
    width: 22%;
    /* float: left; */
    /* display: inline-block; */
    margin: 0 auto 1%;
}
#quizz_form_owl .quizz-item img {
    width: 100%;
}
#quizz_form_owl .quizz-item:hover,
#quizz_form_owl .quizz-item:focus,
#quizz_form_owl .quizz-item:active {
    cursor: pointer;
}
#quizz_form_owl .square-box.energise {background:#AED2C9;}
#quizz_form_owl .square-box.youth {background:#BFDDED;}
#quizz_form_owl .square-box.firm {background:#EDC2B3;}
#quizz_form_owl .square-box.intense {background:#D4A8C6;}
#quizz_form_owl .age {
   position:absolute;
   bottom:0px;
   right:20px;
   font-size:36px;
   font-weight:100;
}
#quizz_form_owl .quizz-border img {
    border: 3px solid #E6C0B1;
}
#quizz_form_owl .quizz-border.b-energise img {border-color:#AED2C9;}
#quizz_form_owl .quizz-border.b-youth img {border-color:#BFDDED;}
#quizz_form_owl .quizz-border.b-firm img {border-color:#EDC2B3;}
#quizz_form_owl .quizz-border.b-intense img {border-color:#D4A8C6;}
#quizz_form_owl .selected .quizz-border .img {
    position: relative;
}
#quizz_form_owl .selected .quizz-border .img:before,
#quizz_form_owl .selected .quizz-border-transp .img:before {
    position:absolute;
    top: 3px;
    right: 3px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #E6C0B1 transparent transparent;
    text-align: right;
    background: rgba(0,0,0,.);
}
#quizz_form_owl .selected .quizz-border.b-energise .img:before,
#quizz_form_owl .selected .quizz-border-transp.b-energise .img:before {
    border-color: transparent #AED2C9 transparent transparent;
}
#quizz_form_owl .selected .quizz-border.b-youth .img:before,
#quizz_form_owl .selected .quizz-border-transp.b-youth .img:before {
    border-color: transparent #BFDDED transparent transparent;
}
#quizz_form_owl .selected .quizz-border.b-firm .img:before,
#quizz_form_owl .selected .quizz-border-transp.b-firm .img:before {
    border-color: transparent #EDC2B3 transparent transparent;
}
#quizz_form_owl .selected .quizz-border.b-intense .img:before,
#quizz_form_owl .selected .quizz-border-transp.b-intense .img:before {
    border-color: transparent #D4A8C6 transparent transparent;
}
#quizz_form_owl .selected .quizz-border .img:after,
#quizz_form_owl .selected .quizz-border-transp .img:after {
    position:absolute;
    top: 2px;
    right: 7px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    font-size: 15px;
}

#quizz_form_owl .caption {
    font-size: 20px;
    line-height: initial;
    font-weight: 100;
    text-align: center;
    margin-top: 15px;
}
#quizz_form_owl .go-ahead {
    text-align: center;
    /* box-sizing: content-box; */
    margin-top: 20px;
}

#quizz_form_owl .go-ahead .next {
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #000;
    font-family: 'Oriya MN';
    opacity: .5;
}
#quizz_form_owl .go-ahead .next.active {
    opacity: 1;
}
#quizz_form_owl .btn[disabled] {
    color: initial;
}
#quizz_form_owl .btn-primary.disabled,
#quizz_form_owl .btn-primary[disabled] {
    background-color: initial;
    border-color: initial;
}
#quizz_form_owl .cp-small {
    font-size: 16px;
    line-height: initial;
    font-weight: 100;
    text-align: center;
}
.notice-callout-wrapper.bulb {
    background: #fff;
    padding: 15px;
    position: relative;
    margin: 40px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
}
.notice-callout-wrapper.bulb:before {
    background: url('https://skinerie.com/pub/media/sss/bulb-lift.svg') 50% no-repeat #fff;
    content:  '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: -15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-size: 30px;
}




/* Quizz Results */
.quizz-results-index .page-title-wrapper{
  display: none;
}
.quizz-results-index  #maincontent {
    padding: 0;
    width: 100%;
    margin-top: 0;
}
.quizz-results-index .page-main.container {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aed2c9+0,ffffff+100 */
background: #E6C0B1; /* Old browsers */
background: -moz-linear-gradient(45deg, #E6C0B1 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #E6C0B1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #E6C0B1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed2c9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding-bottom: 100px !important;
}
.quizz-results-index .page-main.container.energise {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,aed2c9+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(174,210,201,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(174,210,201,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(174,210,201,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aed2c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.quizz-results-index .page-main.container.youth {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,bfdded+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(191,221,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(191,221,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(191,221,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfdded',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.quizz-results-index .page-main.container.lift {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,edc2b3+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(237,194,179,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(237,194,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(237,194,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edc2b3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.quizz-results-index .page-main.container.intense {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d4a8c6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(212,168,198,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(212,168,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(212,168,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4a8c6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.quizz-results-index .footer {
    margin-top:0;
}
p.your_range {
    text-transform: uppercase;
}
.results-items-wrapper {
    text-align: center;
    display: inline-block;
    margin: 0 auto 100px;
    width: 100%;
}
.results-item {
    text-align: center;
    width: 24.5%;
    position:relative;
    margin: auto;
    float: left;
    /* display: inline-block; */
}
.results-items-wrapper.howmany-2 .results-item {
  width: 49.5%;
}
.results-items-wrapper.howmany-3 .results-item {
  width: 33%;
}
.results-items-wrapper.howmany-5 .results-item {
  width: 19.5%;
}
.results-items-wrapper.exfoliators.howmany-2 .results-item {
  width: 30%;
}
.results-items-wrapper.exfoliators.howmany-2 .results-item.results-item-1 {
  margin-left: 19.5%;
}
.results-item .product-item-photo {
    display: block;
    /* height: 0px; */
    /* padding-bottom: 100%; */
}
.results-item .product-item-photo .img-hover-show {
    display: none !important;
}
.results-item .product-image-photo.img-thumbnail {
    position:relative;
    /*max-width: initial;*/
}
.results-item .product.details.product-item-details {
    margin-top: 20px;
}
.results-item .product.details.product-item-details a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.results-items-wrapper.upselling {
    background: #fff;
    padding: 40px 0;
    margin: 80px 0;
    position: relative;
}
.results-items-wrapper.bulb.upselling:before {
    content:  '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: -25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: url('https://skinerie.com/pub/media/sss/bulb.svg') 50% no-repeat #fff;
    background-size: 30px;
}
.energise .results-items-wrapper.bulb.upselling:before {
    background: url('https://skinerie.com/pub/media/sss/bulb-energise.svg') 50% no-repeat #fff;
}
.youth .results-items-wrapper.bulb.upselling:before {
    background: url('https://skinerie.com/pub/media/sss/bulb-youth.svg') 50% no-repeat #fff;
}
.lift .results-items-wrapper.bulb.upselling:before {
    background: url('https://skinerie.com/pub/media/sss/bulb-lift.svg') 50% no-repeat #fff;
}
.intense .results-items-wrapper.bulb.upselling:before {
    background: url('https://skinerie.com/pub/media/sss/bulb-intense.svg') 50% no-repeat #fff;
}
.results-items-wrapper.upselling.upselling_serum .results-item,
.results-items-wrapper.upselling.upselling_micelar .results-item {
    width: 100%;
    padding: 0 40px;
}
.results-items-wrapper.upselling.upselling_serum .results-item .product-item-info,
.results-items-wrapper.upselling.upselling_micelar .results-item .product-item-info {
    width: 60%;
    margin:auto;
    display: inline-block;
    position: relative;
}
.results-items-wrapper.upselling.upselling_serum .product-top,
.results-items-wrapper.upselling.upselling_micelar .product-top {
    float: left;
    text-align:left;
    width: 50%;
}
.results-items-wrapper.upselling.upselling_serum .results-item .product.details.product-item-details,
.results-items-wrapper.upselling.upselling_micelar .results-item .product.details.product-item-details {
    margin-top: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    float: right;
}
.results-items-wrapper.upselling .results-item .product.details.product-item-details .product-item-name {
    margin-bottom: 10px;
}
.quizz-results-index .skinerie-section-type-1 .headlines h2 {
    margin-bottom: 60px;
}
.results-items-wrapper.upselling .results_top_text,
.results-items-wrapper .results_top_text {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 16px;
}
.results-items-wrapper .results-item .results_bottom_text {
    font-size: 14px;
    margin-top  10px;
    padding: 10px 10px 0;
    line-height: 16px;
}
.results-items-wrapper.upselling .results-item .results_bottom_text {
    clear: both;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}
.results-second-headlines {
    text-align: center;
    margin-bottom: 40px;
}
.results-second-headlines h2 {
    font-family: 'Calibre';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
}
.headlines.results-bottom-section {
    text-align: center;
}
.headlines.results-bottom-section h3 {
    font-size: 20px;
}
.headlines.results-bottom-section .go-ahead {
    margin-top: 20px;
}
.range-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.headlines.popup-no-range {
    text-align: center;
    margin-top: 20px;
}

.headlines.popup-no-range h3 {
    margin-bottom: 20px;
}

.headlines.popup-no-range p {
    margin-bottom: 40px;
}

.headlines.popup-no-range a {}



/* Media Queries */
@media (min-width: 1440px){
	.wid70p{
		width: 55%;
		margin:auto;
	}
}
@media (max-width: 1439px){
	.wid70p{
		width: 70%;
		margin:auto;
	}
}
@media (min-width: 1200px){
    .sk-container > .col-lg-12 .row:first-child,
    .skinerie-section-4 .row:first-child {
        width: 1024px;
        margin-left:auto;
        margin-right:auto;
    }
	.about-us-menu {
		text-align: center;
	}
	.mobile-menu-store-selector {
		display: none;
	}
}
@media (max-width: 1199px){
	.menu-main-content.square-box {
		padding:0;
		height: initial;
	}
	.nav-before-open .nav-toggle:after {
		background: rgba(255,255,255,0.3);
	}
	.header:not(.header6):not(.header7) .megamenu-content{
		-webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.5);
		-moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.5);
		-ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.5);
		box-shadow: 0 0 5px 0 rgba(50,50,50,0.5);
	}
	.header .close-nav-button {
		color: #333;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li>a {
        /* padding-right: 40px; */
        border-bottom: 0;
        padding: 0 20px 0 40px !important;
        color: #333;
        font-weight: 500;
        font-size:20px;
    }
    .header:not(.header6):not(.header7) .nav-main-menu .sub-menu3 li>a {
        padding: 0 20px 0 55px !important;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li>a+.toggle-menu a.active .fal:before {
        content: "\f068";
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu > li:hover {
        border-bottom: 0;
    }
    .header:not(.header6):not(.header7) .nav-main-menu .sub-menu2 li>a {
        font-weight: 300;
        text-transform:uppercase;
    }
    .header:not(.header6):not(.header7) .nav-main-menu .sub-menu2 li>a .bold {
        font-weight: 500;
    }
    .header:not(.header6):not(.header7) .nav-main-menu .energise_prevent a {
        color:#B8D1C8 !important;
    }
    .header:not(.header6):not(.header7) .nav-main-menu .youth_activator a {
        color:#C8DDEC !important;
    }
    .header:not(.header6):not(.header7) .nav-main-menu .lift_firm a {
        color:#E1C1B3 !important;
    }
    .header:not(.header6):not(.header7) .nav-main-menu .intense_regenerator a {
        color:#C8A7C4 !important;
    }
    header:not(.header6):not(.header7) .megamenu-content .nav-tabs>li>a {
        font-weight: 300 !important;
        text-transform: uppercase;
        padding: 15px 0 !important;
        background: rgba(0,0,0,.05) !important;
    }
    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
	  margin-bottom: 20px;
	  display: none;
	}
    .header:not(.header6):not(.header7) .tab-content {
        margin-top: 60px;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li>a+.toggle-menu {
        left: 0;
        right:auto;
        line-height: 37px;
    }
	.header:not(.header6):not(.header7) .navigation .nav-main-menu > li {
		border-bottom: 0;
	}
	.mobile-menu-store-selector {
		margin-top: 50px;
		padding: 10px 0;
		line-height: 0;
	}
	.mobile-menu-store-selector div#switcher-language {
		width: 100%;
		display: inline-block;
		padding: 0px;
		padding-left: 30px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 15px;
	}
	.mobile-menu-store-selector div#switcher-language .switcher-option {
		float:left;
		padding:0 10px;
		border-left: 1px solid #000;
	}
	.mobile-menu-store-selector div#switcher-language .switcher-option a {
		font-weight:500;
	}
	.mobile-menu-store-selector div#switcher-language .switcher-option:first-child {
		border-left: 0;
	}
	.mush{
		height: 0px;
	}
	.mush img{
		position: relative;
		top: -150px;
		z-index: -1;
	}
	.mush.mobile-left img{
		left: -50%;
	}
	.mush.mobile-right img{
		right: -50%;
	}
	.mush img{
		width:400px;
	}
	.mush.second img{
		top: -350px;
		right: -70%;
	}
    .mush.mobile-left.drops img{
		left: -100%;
	}
}

@media (max-width: 767px){

	.cat-sk-switcher.left-anchored {
        position: relative;
        margin-bottom: 20px;
    }
    .cat-sk-switcher.left-anchored a {
        margin-bottom: 10px;
        display: inline-block;
        float: left;
        clear: initial;
        position: relative;
        width: 50%;
    }
    .cat-sk-switcher.left-anchored a {
		font-size:13px;
	}
	.cat-sk-switcher.left-anchored .ribbon-el {
		padding: 8px;
		width: 100%;
		text-align: center;
	}
	.cat-sk-switcher.left-anchored a:nth-child(2n+2) .general-gradient {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1d0bf+100 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(45deg, #ffffff 0%, #f1d0bf 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #ffffff 0%,#f1d0bf 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #ffffff 0%,#f1d0bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d0bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		right: 0;
		left: inherit;
		width: 100%;
	}
	.sk-main-features .headline .lat-line {
        width: 10%;
    }
	.h1,h1{font-size:26px}
	.h2,h2{font-size:19px;}
	.h3,h3{font-size:18px;}
	.h4,h4{font-size:17px}
	.h5,h5{font-size:16px}
	.h6,h6{font-size:14px}
    .sk-p-bottom-links ul li {
        width:100%;
        margin-right: 0;
        margin-bottom:10px;
    }
    .page-title-wrapper {
        min-height: 140px;
    }
	.megamenu-content .square-box {
		margin-bottom: 0;
	}
	.sk-action-category {
      font-size: 14px;
      padding: 6px 12px;
      width: 100%;
	}
	.ribbon-el {
		padding: 8px 25px;
		width: 100%;
	}
	.skinerie-section-type-1 .headlines p {
		font-size: 18px;
	}
	.skinerie-section-2 .panel-block-row {
		padding: 0;
	}
    .mobile-collapsible h6 {
        display: block;
        font-size: 16px;
        line-height: 34px;
        font-weight: 600;
        margin: 0;
        padding: 0 15px;
    }
    .footer .middle-footer .col-xs-12:nth-child(even) .mobile-collapsible h6 {
        /*background: #e5e5e5;*/
    }
	.footer .middle-footer .mobilecolored {
        background: #e5e5e5;
    }
    
    .mobile-collapsible h6:before {
        content:'>';
        margin-right:10px;
        font-weight: 300;
    }
    .mobile-collapsible .menu {
        display: none;
    }
    .footer .middle-footer div[class*="col-lg"]:not(:last-child){
        margin:0;
    }
	.mobile-collapsible .menu {
		margin-left: 32px;
	}
	.mobile-collapsible {
      width: calc(100% + 30px);
      margin-left: -15px;
    }
    .footer .middle-footer {
        padding: 0;
    }
	.footer .middle-footer ul.social-link {
		margin: 0;
		position: absolute;
		left: 135px;
		top: 4px;
	}
	.footer div#switcher-language {
		position: relative;
		padding: 0;
		top: 5px;
		width: 100%;
		margin-left: 2px;
	}
	.footer div#switcher-language li {
       padding: 0px 15px;
       font-size: 16px;
	}
	.slide-text h1,
    .slide-text h2,
    .slide-text h3 {
        font-size: 11px;
    }
	.slider_mgs_carousel .owl-item .slide-text.middle_left {
		bottom: 10%;
		top: auto;
		transform: translateY(-5%);
		-webkit-transform: translateY(-5%);
		-moz-transform: translateY(-5%);
		-o-transform: translateY(-5%);
		padding: 0;
		padding-left: 20px;
	}






	/* 13-06-2018 */
	.cms-make-up .header,
	.cms-beauty-talks .header,
	.cms-tutorials .header {
        position: relative !important;
    }
	.header {
        position: relative !important;
    }
    .cms-make-up #maincontent,
    .cms-beauty-talks #maincontent,
	.cms-tutorials #maincontent {
        min-height: initial;
    }
	.cms-beauty-talks .footer,
	.cms-tutorials .footer {
		margin-top: 0;
	}
	.cms-tutorials #maincontent .item-image,
	.cms-beauty-talks #maincontent .item-image	{
        padding: 80px 0;
    }
    .skinerie-section-2 .panel-block-row {
        margin: 0 40px;
    }
    .section-v3 img {
        max-width: 80px !important;
        margin:40px 0 20px 0 !important;
    }
    .section-v3 p {
       font-size:16px;
       line-height:18px;
    }
    a.discover-button.salmon {
        font-size:12px;
    }
    .sk-action {
        padding: 5px 10px;
        letter-spacing: initial;
        font-size:14px;
    }
	.skinerie-section-type-1 {
		padding-top: 50px !important;
		padding-bottom: 40px !important;
	}
	.catalog-product-view .page-title-wrapper {
        min-height: 0;
    }
    .contacts-page-social .row .col-sm-6 {
        text-align: center;
    }
    .go-right {
        display: inline-block;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .go-left {
        display: inline-block;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .contacts-page-social .row .col-sm-6:first-child .social-link:after {
        border-right: 0;
        border-bottom: 1px solid #000;
        content:'';
        width:44px;
        height: 1px;
        position: absolute;
        right: calc(50% - 22px);
        bottom:20px;

    }
    body.quizz-index-index {
        width: 100%;
        overflow-x: hidden;
    }
    /*#contact_form_owl {
        max-width: 300px;
        margin:auto;
    }*/
    #quizz_form_owl .row-wrapper {
    /* display: inline-block; */
}
    #quizz_form_owl .row-inside {
        display: inline-block;
        /* text-align: center; */
        /* margin: auto; */
    }
    #quizz_form_owl .quizz-item {
      width: 40%;
      margin: 0 5% 2%;
      float: left;
    }
    #quizz_form_owl .quizz-item.odd {
    margin: 0 auto 2%;
    float: none;
}
    #quizz_form_owl .quizz-item:nth-child(2n+1) {
      clear:both;
    }
    #quizz_form_owl .caption {
      font-size: 16px;
      margin-top: 5px;
    }
    #quizz_form_owl .skinerie-section-type-1 {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }
    #quizz_form_owl .go-ahead {
      margin-top: 10px;
  }
    .skindiagnostic-header {
        margin-top: 0px !important;
        padding: 20px 0;
    }
    .results-item {
        width: 46.5%;
        margin-bottom: 20px;
        /* display: inline-block; */
        /* float: none; */
    }
    .results-item.cleared {
        clear: both;
    }
    .results-items-wrapper.howmany-2 .results-item {
      width: 46.5%;
    }
    .results-items-wrapper.howmany-3 .results-item {
      width: 46.5%;
    }
    .results-items-wrapper.howmany-5 .results-item {
      width: 46.5%;
    }
    .results-items-wrapper.exfoliators.howmany-2 .results-item {
      width: 46.5%;
    }
    .results-items-wrapper.exfoliators.howmany-2 .results-item.results-item-1 {
      margin-left: initial;
    }
    .results-items-wrapper {
        margin: 0 auto 40px;
    }
    .results-item.last {
        margin: 0 27% 20px;
    }
    .results-items-wrapper.upselling .results-item .results_bottom_text {
        font-size: 14px;
        line-height: 16px;
    }
    .results-items-wrapper.upselling.upselling_serum .results-item .product-item-info, .results-items-wrapper.upselling.upselling_micelar .results-item .product-item-info {
         width: 100%;
    }


}


/* Samples Product Page */

.samples-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.samples-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
}
.samples-popup .form-wrapper{
	position: fixed;
	top: 10%;
	margin-left: -230px;
	overflow: auto;
	width: 460px;
	left: 50%;
}
.samples-popup .actions-toolbar {
    clear: both;
    padding-top: 20px;
}
.samples-popup .item {
    text-align: center;
}
.sk-p-bottom-links ul li button {
    background: none;
    border: 0;
    height: 0;
}
.clear{ clear:both;}
.samples-popup .owl-item {
    float: left;
}
#samples-owl {
    overflow: hidden;
}
.main_block{ width:100%;}

.inner_container{margin: 0 auto;border: 2px solid #D4A8C6;padding: 30px;position: relative;}

.map_container{ width:100%}

.map_container .page_title { padding:30px 0;}

.map_container .page_title h1{ text-align:center; color: #333; font-size: 24px;
font-weight:700; text-transform:uppercase;}

.map_container .page_title h1 span{ color:#1979c3;}

.map_container .map_block{ width:100%; text-align:center; margin-bottom:30px;}

.map_container .map_block img{ max-width:100%;}

/*contact_container*/

.main_block .contact_container{ margin:0;}

.main_block .contact_container ul{ margin:0; padding:0; list-style:none;}

.main_block .contact_container ul li{ float:left; width:310px; margin:0 23px 0 0; background-color:#f2f2f2;
padding:20px; text-align:center; border-radius:3px;}

.main_block .contact_container ul .last{ margin-right:0;}

.main_block .contact_container ul .divider{ width:1px; height:60px; padding:0; margin-top:32px;
 background-color:#f2f2f2;border-radius:0px;}

.main_block .contact_container ul li h3{ font-size:18px; font-weight:600; color:#1979c3; margin:0;
padding-bottom:10px;}

.main_block .contact_container ul li p{ color: #333; font-size:14px; font-weight: normal;
line-height:24px; margin:0;}

.main_block .contact_container ul li p a{color: #333; text-decoration:none;}

.main_block .contact_container ul li p a:hover{ color:#1979c3;}

/*form block*/
.samples-front-index .actions-toolbar {text-align:center;}
.samples-front-index .actions-toolbar .primary {float:none;}
.main_block .form_block{background-color: #fff;padding:30px;}

.main_block .form_block .input_outer{margin-bottom: 20px;/* float:left; */}

.main_block .form_block .last{ margin-right:0;}

.main_block .form_block .input_outer .input{ width:100%; background-color:#FFF; border:solid 1px #e7e7e7;
padding:15px 0; text-indent:15px;font-size:14px;color: #333;}

.main_block .form_block .textarea_input{ width:100%; background-color:#FFF; border:solid 1px #e7e7e7;
padding:20px 15px;font-size:14px;color: #333;
font-family:'Open Sans', sans-serif; line-height:24px; box-sizing:border-box;}

/*captcha_container*/

.main_block .form_block .captcha_container{ float: right; margin-top:40px;}

.main_block .form_block .captcha_container .button { float:right; padding:0px; margin:0px;}

.main_block .form_block .captcha_container
.button { border: 1px solid #e7e7e7; background:#1979c3;
 box-sizing: border-box; color: #fff; font-size: 15px; font-weight: 600; padding: 15px 27px 13px 27px;
 cursor:pointer; font-family:'Open Sans', sans-serif;}

.main_block .form_block .captcha_container .button:hover{ background:#484848 none repeat scroll 0 0;
 color: #fff;}

.main_block .form_block .captcha_container .Submit_input{ float:right;}

.main_block .form_block .captcha_container .Submit_input .input {   border: 1px solid #e7e7e7; color: #5a5a5a;
 font-size: 15px; padding: 15px 0; width:100px;
 margin:0px 15px 0 0; text-align:center; text-indent:0; background-color:#fff;}

.main_block .form_block .captcha_container .captcha { float:right; margin:0px 15px 0 0; width:160px;}

.main_block .form_block .captcha_container .captcha img{ border: 1px solid #e7e7e7; max-width:100%;}

.samples .earnings {
    text-align: center;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.samples .earnings .text {
    font-size: 16px;
}
.samples .earnings .disclaimer {
    font-size: 10px;
    color: #aaa;
}
.samples .earnings .value-wrp {
    min-height: 66px;
}
.samples .earnings .value {
    font-size: 24px;
    color: rgb(70, 23, 129);
}
.samples .earnings .value span {
    font-size: 40px;
}
.samples #recaptcha {
	display: inline-block;
	position: relative;
}
.samples .share_box{
	position:fixed;
	width:40px;
	left: 0px;
	z-index: 1000;
	top: 390px;
	height: 155px;
}
.samples .rc-anchor-normal {
	height: 74px;
	width: 250px;
}
.samples-popup textarea,
.samples-popup textarea.form-control,
.samples-popup textarea.input-text {
    border: 0;
    height: 50px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    background: #fff;
    overflow: hidden;
}
.samples-popup .section-title {
    text-align: center;
}
.samples-popup .section-title p {
    font-size: 14px;
    margin-bottom: 10px;
}
.samples-popup .field {
}

.samples-popup .sample-pict {
    border: 2px solid #D4A8C6;
    padding: 5px 20px;
    margin-left: -4px;
    border-left: 0;
    display: inline-block;
    text-align: center;
}
.samples-popup .sample-pict.selected {
    background:#D4A8C6;
    position:relative;
}
.samples-popup .sample-pict.selected:before {
    position:absolute;
    top: -2px;
    right: -2px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #555 transparent transparent;
    text-align: right;
}
.samples-popup .sample-pict.selected:after {
    position:absolute;
    top: -2px;
    right: 2px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 15px;
}
.samples-popup .sample-pict:hover {
    cursor: pointer;
}
.samples-popup .sample-pict:first-child {
    margin-left: 0;
    border-left: 2px solid #D4A8C6;
}
.samples-popup .sample-name {
    font-size: 12px;
    margin-top: 10px;
    font-family: 'Oriya MN';
}
.samples-popup .desired-sample {
    text-align: center;
    margin: 20px 0;
}
.samples-popup .owl-nav.disabled {
    display: none !important;
}
.samples-popup .go-ahead {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    height: 40px;
    padding: 0 35px;
    line-height: 36px;
    background-color: transparent;
    border:1px solid #000;
    color: #000 !important;
    font-weight: 400;
    font-family: "Oriya MN";
    margin-top: 20px;
}
.samples-popup .go-ahead:hover,
.samples-popup .go-ahead:focus,
.samples-popup .go-ahead:active {
    color: #fff !important;
    border: 1px solid #000 !important;
    background-color: #000 !important;
}
.samples-popup input {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 35px;
    text-align: center;
    color: #000 !important;
}
.samples-popup .form-group {
    position:relative;
    margin-top: 60px;
}
.samples-popup .form-group.half {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.samples-popup .form-group.half.half-last {
    margin-right: 0;
}
.samples-popup .form-group:after {
    background:#000;
    height: 2px;
    width:33%;
    position:absolute;
    bottom:-1px;
    content:'';
    display: block;
}
.samples-popup .form-group.prog-1-7:after {
    width:14%;
}
.samples-popup .form-group.prog-2-7:after {
    width:28%;
}
.samples-popup .form-group.prog-3-7:after {
    width:42%;
}
.samples-popup .form-group.prog-4-7:after {
    width:56%;
}
.samples-popup .form-group.prog-5-7:after {
    width:71%;
}
.samples-popup .form-group.prog-6-7:after {
    width:86%;
}
.samples-popup .form-group.prog-7-7:after {
    width:100%;
}
.samples-popup input::placeholder {
    text-align:center;
	color:#666;
}
.samples-popup input:-ms-input-placeholder {
    text-align:center;
	color:#666;
}
.samples-popup input::-ms-input-placeholder {
	text-align:center;
	color:#666;
}
.samples-popup .form-group.required .input-text+.mage-error {
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 11px;
}
.samples-popup .review-terms {
    clear: both;
    font-size: 14px;
    margin-top: 60px;
}
.samples-popup .review-terms input {
    margin-right: 8px;
    height: initial;
    position: relative;
    top: 3px;
}
i.samples-popup-close.pe-7s-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
}
i.samples-popup-close.pe-7s-close:hover {
    color:#ccc;
    cursor: pointer;
}

/*responsive*/
@media (min-width: 200px) and (max-width: 650px) {
.map_container .page_title { padding: 10px 0;}
.map_container .page_title h1 { font-size: 18px;}
.main_block .contact_container ul{ text-align:center;}
.main_block .contact_container ul li {width: auto; margin-bottom:30px; float:none; margin-right:0;}
.main_block .contact_container ul .divider { display:none;}
.main_block .form_block {padding: 20px;}
.main_block .form_block .input_outer { width: 100%;}
}
@media (min-width: 650px) and (max-width: 1200px) {
.main_block .contact_container ul{ text-align:center;}
.main_block .contact_container ul li {width: 29%; margin-right:5px; padding:20px 10px; min-height:130px; float:none;
display:inline-block; vertical-align:top;}
.main_block .contact_container ul .divider { display:none;}
.main_block .contact_container ul li h3 { font-size: 17px; font-weight: 400;}
.main_block .form_block {/* padding: 10px 0px; */}
.main_block .contact_container ul li p{ font-size:13px;}
}
@media (min-width: 650px) and (max-width: 850px){
.main_block .form_block .input_outer {/* width: 48%; *//* margin:0 12px 10px 0; */}
.main_block .form_block .last { margin-right:0;}
}
@media (min-width: 850px) and (max-width: 1150px){
.main_block .form_block .input_outer {/* width: 48%; *//* margin:0 16px 10px 0; */}
.main_block .form_block .last { margin-right:0;}
}
@media (min-width: 1150px) and (max-width: 1240px){
.main_block .form_block .input_outer {/* width: 48%; *//* margin:0 20px 10px 0; */}
.main_block .form_block .last { margin-right:0;}
}
@media (min-width: 200px) and (max-width: 550px){
.main_block .form_block .captcha_container .button { font-size: 12px; font-weight: 400; padding: 6px 7px;
text-transform:none;}
.main_block .form_block .captcha_container .Submit_input .input {margin: 0 5px 0 0; width: 60px; padding:6px 0;}
.main_block .form_block .captcha_container .captcha { margin: 0 8px 0 0; width: 100px;}
}
@media (max-width: 767px){
	.samples-popup .form-wrapper{
        margin-left: 0%;
        width: 96%;
        left: 2%;
    }
} 


/* Samples All */
.samples-popup-all {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.samples-shadow-all {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
}
.samples-popup-all .form-wrapper{
	position: fixed;
	top: 10%;
	margin-left: -350px;
	overflow: auto;
	width: 700px;
	left: 50%;
	overflow-y: hidden;
}
.samples-popup-all .actions-toolbar {
    clear: both;
    padding-top: 0;
}
.samples-popup-all .item {
    text-align: center;
    display: none;
}
.samples-popup-all .item.active {
    display: block;
}
.sk-p-bottom-links ul li button {
    background: none;
    border: 0;
    height: 0;
}
.samples-popup-all .owl-item {
    float: left;
}
#samples-owl-all {
    overflow: hidden;
}
.samples-popup-all .inner_container{margin: 0 auto;border: 2px solid #f8ebe2;padding: 30px;position: relative;-webkit-transition: all 250ms ease-in-out;-moz-transition: all 250ms ease-in-out;-ms-transition: all 250ms ease-in-out;-o-transition: all 250ms ease-in-out;transition: all 250ms ease-in-out;min-height: 300px;}
.samples-popup-all .inner_container.loading:before{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(248, 235, 226,.5);
  text-align:center;
  z-index:1;
}
.samples-popup-all .inner_container.loading:after{
  content:'saving your request...';
  display:block;
  position:absolute;
  top:40%;
  left:0;
  width:100%;
  height:100%;
  text-align:center;
  z-index:2;
  font-size:30px;
  font-family: 'Oriya MN', 'Calibre';
}
.samples .rc-anchor-normal {
	height: 74px;
	width: 250px;
}
.samples-popup-all textarea,
.samples-popup-all textarea.form-control,
.samples-popup-all textarea.input-text {
    border: 0;
    height: 50px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    background: #fff;
    overflow: hidden;
}
.samples-popup-all .section-title {
    text-align: center;
}
.samples-popup-all .section-title p {
    font-size: 14px;
    margin-bottom: 10px;
}
.samples-popup-all .field {
}
.samples-popup-all .sample-pict {
    border: 2px solid #f8ebe2;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    margin: 2px 0px;
}
.samples-popup-all .sample-pict.selected {
    background:#f8ebe2;
    position:relative;
}
.samples-popup-all .sample-pict.selected:before {
    position:absolute;
    top: -2px;
    right: -2px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #555 transparent transparent;
    text-align: right;
}
.samples-popup-all .sample-pict.selected:after {
    position:absolute;
    top: -2px;
    right: 2px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 15px;
}
.samples-popup-all .sample-pict:hover {
    cursor: pointer;
}
.samples-popup-all .sample-pict:first-child {
}
.samples-popup-all .sample-name {
    font-size: 12px;
    margin-top: 10px;
    font-family: 'Oriya MN';
}
.samples-popup-all .desired-sample {
    text-align: center;
    margin: 20px 0;
}
.samples-popup-all .owl-nav.disabled {
    display: none !important;
}
.samples-popup-all .go-ahead {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    height: 40px;
    padding: 0 35px;
    line-height: 36px;
    background-color: transparent;
    border:1px solid #000;
    color: #000 !important;
    font-weight: 400;
    font-family: "Oriya MN";
    margin-top: 20px;
}
.samples-popup-all .go-ahead:hover,
.samples-popup-all .go-ahead:focus,
.samples-popup-all .go-ahead:active {
    color: #fff !important;
    border: 1px solid #000 !important;
    background-color: #000 !important;
}
.samples-popup-all input {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 35px;
    text-align: center;
    color: #000 !important;
}
.samples-popup-all .form-group {
    position:relative;
    margin: 60px auto 0;
    max-width: 300px;
}
.samples-popup-all .form-group.half {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.samples-popup-all .form-group.half.half-last {
    margin-right: 0;
}
.samples-popup-all .form-group:after {
    background:#000;
    height: 2px;
    width:33%;
    position:absolute;
    bottom:-1px;
    content:'';
    display: block;
}
.samples-popup-all .form-group.prog-1-7:after {
    width:14%;
}
.samples-popup-all .form-group.prog-2-7:after {
    width:28%;
}
.samples-popup-all .form-group.prog-3-7:after {
    width:42%;
}
.samples-popup-all .form-group.prog-4-7:after {
    width:56%;
}
.samples-popup-all .form-group.prog-5-7:after {
    width:71%;
}
.samples-popup-all .form-group.prog-6-7:after {
    width:86%;
}
.samples-popup-all .form-group.prog-7-7:after {
    width:100%;
}
.samples-popup-all input::placeholder {
    text-align:center;
	color:#666;
}
.samples-popup-all input:-ms-input-placeholder {
    text-align:center;
	color:#666;
}
.samples-popup-all input::-ms-input-placeholder {
	text-align:center;
	color:#666;
}
.samples-popup-all .form-group.required .input-text+.mage-error {
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 11px;
}
.samples-popup-all .review-terms {
    clear: both;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    display: inline-block;
}
.samples-popup-all .review-terms input {
    margin-right: 8px;
    height: initial;
    position: relative;
    top: 3px;
}
div#pmterms3 {
    margin-left: 21px;
}
i.samples-popup-all-close.pe-7s-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
}
i.samples-popup-all-close.pe-7s-close:hover {
    color:#ccc;
    cursor: pointer;
}
.slider_mgs_carousel .owl-item .slide-text.middle_right {
    top: 30%;
}

/*responsive*/
@media (min-width: 200px) and (max-width: 650px) {
.map_container .page_title { padding: 10px 0;}
.map_container .page_title h1 { font-size: 18px;}
.main_block .contact_container ul{ text-align:center;}
.main_block .contact_container ul li {width: auto; margin-bottom:30px; float:none; margin-right:0;}
.main_block .contact_container ul .divider { display:none;}
.main_block .form_block {padding: 20px;}
.main_block .form_block .input_outer { width: 100%;}
}
@media (min-width: 650px) and (max-width: 1200px) {
.main_block .contact_container ul{ text-align:center;}
.main_block .contact_container ul li {width: 29%; margin-right:5px; padding:20px 10px; min-height:130px; float:none;
display:inline-block; vertical-align:top;}
.main_block .contact_container ul .divider { display:none;}
.main_block .contact_container ul li h3 { font-size: 17px; font-weight: 400;}
.main_block .form_block {/* padding: 10px 0px; */}
.main_block .contact_container ul li p{ font-size:13px;}
}
@media (min-width: 650px) and (max-width: 850px){
.main_block .form_block .input_outer {/* width: 48%; *//* margin:0 12px 10px 0; */}
.main_block .form_block .last { margin-right:0;}
}
@media (min-width: 850px) and (max-width: 1150px){
.main_block .form_block .input_outer {/* width: 48%; *//* margin:0 16px 10px 0; */}
.main_block .form_block .last { margin-right:0;}
}
@media (min-width: 1150px) and (max-width: 1240px){
.main_block .form_block .input_outer {/* width: 48%; *//* margin:0 20px 10px 0; */}
.main_block .form_block .last { margin-right:0;}
}
@media (min-width: 200px) and (max-width: 550px){
.main_block .form_block .captcha_container .button { font-size: 12px; font-weight: 400; padding: 6px 7px;
text-transform:none;}
.main_block .form_block .captcha_container .Submit_input .input {margin: 0 5px 0 0; width: 60px; padding:6px 0;}
.main_block .form_block .captcha_container .captcha { margin: 0 8px 0 0; width: 100px;}
}
@media (max-width: 767px){
	.samples-popup-all .form-wrapper{
        margin-left: 0%;
        width: 96%;
        left: 2%;
    }
    .samples-popup-all .sample-pict {
        max-width:100px;
    }
    .samples-popup-all .sample-pict img {
        width: 100%;
    }
    .samples-popup-all .sample-name {
      font-size: 10px;
      line-height:14px;
      white-space: nowrap;
  }
} 

/* Sk Reviews */
/*#review-add {
    position: fixed;
    top: 10%;
    margin-left: -350px;
    overflow: auto;
    width: 700px;
    left: 50%;
    overflow-y: hidden;
    z-index: 2;
}

#review-add form {
    padding: 30px;
    background: #fff;
}

#review-add .review-fieldset {
    margin: 0 auto;
    border: 2px solid #f8ebe2;
    padding: 30px;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    min-height: 300px;
}

#review-add .owl-nav.disabled {
    display: none;
}*/

#review-add {
    text-align: center;
}
#review-add h3 {
    margin-bottom: 12px;
}
#review-add h4 {
    display: none;
}
#review_form_owl input {
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 35px;
    background: transparent;
    text-align: center;
}
#review_form_owl .form-group {
    position:relative;
    max-width: 300px;
    margin: 30px auto 30px;
}
#review_form_owl select:not([multiple]),
#review_form_owl select.form-control:not([multiple]),
#review_form_owl select.input-text:not([multiple]) {
    height: 35px;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid;
    border-radius: 0;
    font-size: 16px;
}
#review_form_owl .form-group.age {
}
#review_form_owl .form-group.age label {
    background: #fff;
    margin-right: 10px;
    padding: 15px 0;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 28px;
    text-align: center;
    position: relative;
    border: 2px solid transparent;
}
#review_form_owl .form-group.age label.b-energise {
    background: #AED2C9;
}
#review_form_owl .form-group.age label.b-youth {
    background: #BFDDED;
}
#review_form_owl .form-group.age label.b-firm {
    background: #EDC2B3;
}
#review_form_owl .form-group.age label.b-intense {
    background: #D4A8C6;
}
#review_form_owl .form-group.age label:after {
    display: none;
}
#review_form_owl .form-group.age label input {
    display: none;
    position: absolute;
    top: -10px;
    left: 5px;
}
#review_form_owl .form-group.age label.selected {
    border-color: #555;
}
#review_form_owl .form-group:after {
    background:#000;
    height: 2px;
    width:33%;
    position:absolute;
    bottom:-1px;
    content:'';
    display: block;
}
#review_form_owl .form-group.age:after {
    display: none;
}

#review_form_owl .form-group.skin label {
    background: #EDC2B3;
    margin-right: 10px;
    text-align: center;
    position: relative;
    border: 2px solid transparent;
    padding: 0 10px;
}
#review_form_owl .form-group.skin label.selected {
    border-color: #d69b86;
}
#review_form_owl .form-group.skin label input {
    display: none;
    position: absolute;
    top: -10px;
    left: 5px;
}
#review_form_owl .form-group.skin label:after {
    display: none;
}
#review_form_owl .form-group.skin:after {
    display: none;
}
#review_form_owl .form-group.review-field-text:after {
    display: none;
}
#review_form_owl .form-group.prog-1-4:after {
    width:25%;
}
/*#review_form_owl .form-group.prog-2-4:after {
    width:66%;
}
#review_form_owl .form-group.prog-3-4:after {
    width:100%;
}*/
#review_form_owl textarea,
#review_form_owl textarea.form-control,
#review_form_owl textarea.input-text {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#review_form_owl input::placeholder {
    text-align:center;
	color:#000;
}

#review_form_owl input:-ms-input-placeholder {
    text-align:center;
	color:#000;

}
#review_form_owl input::-ms-input-placeholder {
	text-align:center;
	color:#000;
}
#review_form_owl textarea.comment::placeholder {
    text-align:left;
	color:#000;
}
#review_form_owl textarea.comment:-ms-input-placeholder {
    text-align:left;
	color:#000;
}

#review_form_owl textarea.comment::-ms-input-placeholder {
	text-align:left;
	color:#000;
}
#review_form_owl .review-control-vote label {
    /* left: 50%; */
    /* margin-left: -61px; */
}
#review_form_owl .review-control-vote:before {
    /*left: 50%;*/
    /*margin-left: -61px;*/
}
#review_form_owl .primary.actions-primary {
    padding: 20px 0;
}
.review-field-rating {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    min-width: 120px;
}
#review_form_owl .review-field-rating>.label {
    text-align: center;
}
.reviews-popup-all {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display:;
}
.reviews-shadow-all {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
}
.reviews-popup-all .form-wrapper{
	position: fixed;
	top: 10%;
	margin-left: -350px;
	overflow: auto;
	width: 700px;
	left: 50%;
	overflow-y: hidden;
}
.reviews-popup-all .form_block {
    background-color: #fff;
    padding: 30px;
}
.reviews-popup-all .inner_container {
    margin: 0 auto;
    border: 2px solid #f8ebe2;
    padding: 30px;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    min-height: 300px;
}
.reviews-shadow-all {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
}
i.reviews-popup-close.pe-7s-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
}
.add-review-action {
    text-transform: uppercase;
}
.add-review-action:hover {
    cursor: pointer;
}
#review_form_owl p {
    margin-bottom: 12px;
}
#review_form_owl .review-field-ratings {
    margin-top: 30px;
}
#review_form_owl .review-control-vote label:before {
    color: #EDC2B3;
}
#review_form_owl .review-control-vote:before {
    color: #EDC2B3;
}
/*.product.info.detailed .data.item.title,
.product.info.detailed .data.item.content {
    display: none;
}*/
.product.info.detailed .data.item.title {
    display: none;
}
#product-review-container {
    margin-top: 0;
}
#product-review-container .title-content {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
}
#product-review-container .review-items li.review-item {
    display: inline-block;
    width: 100%;
    clear: both;
    border: 0;
}
#product-review-container .review-details-left {
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 10px;
}
#product-review-container .review-details-right {
    width: 60%;
    float: left;
    padding-left: 10px;
}
#product-review-container .review-author {
    font-weight: 500;
}
#product-review-container .review-skin {
    text-transform: capitalize;
}
.block.review-list .review-items li.review-item .review-ratings {
    margin-bottom: 0;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
    font-weight: 400;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label:after {
    content: "";
}
#product-review-container .sk-r-label {
    font-size: 14px;
    margin-right: 6px;
}
.reviews-actions .separator-vertical {
    margin: 0 5px;
}
#customer-reviews .toolbar .pages .pagination .item {
    display: none;
}
#customer-reviews .toolbar .pages .pagination .item.pages-item-previous,
#customer-reviews .toolbar .pages .pagination .item.pages-item-next {
    display: block;
}
#customer-reviews .bottom-pagination .pages {
    border-top: 0;
}
.sss-review-list-bottom {
    text-align: center;
}
.sss-review-list-bottom .high {
	font-weight: 500;
}
.inline-YTPlayer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.buy_now.redirect {
    margin: 20px 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.buy_now.redirect .price {
    margin-bottom:10px;
}
.buy_now.redirect .button {}
.buy_now.redirect .button a {}
.buy_now.redirect .button a:hover {}
.cms-page-view .buy_now.redirect {
    margin: 0;
    font-size: 14px;
}
.cms-page-view .buy_now.redirect .price {
    margin-bottom: 0;
}
.cms-page-view .buy_now.redirect .button a.small {
  height: 28px;
  line-height: 26px;
  padding: 0 20px;
}
.cms-page-view .buy_now.redirect .button a.small span {
  font-size: 12px;
}

@media (min-width: 768px){
    .side-by-side select,
    .side-by-side select.form-control,
    .side-by-side select.input-text {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .side-by-side input[type="text"],
    .side-by-side input[type="password"],
    .side-by-side input[type="url"],
    .side-by-side input[type="tel"],
    .side-by-side input[type="search"],
    .side-by-side input[type="number"],
    .side-by-side input[type="datetime"],
    .side-by-side input[type="email"]{
        width: 48%;
    }
    .side-by-side {
    }

}

@media (max-width: 767px){
  .reviews-popup-all .form-wrapper {
      margin-left: 0%;
      width: 96%;
      left: 2%;
  }
  #product-review-container .review-details-left {
      width: 100%;
      text-align: center;
      padding-right: 0;
  }
  #product-review-container .review-details-right {
      width: 100%;
      padding-left: 0;
      text-align: center;
  }
}



.slider-desktop {
    display: block !important;
}
.slider-mobile {
    display: none !important;
}
@media (max-width: 767px){
    .slider-desktop {
        display: none !important;
    }
    .slider-mobile {
        display: block !important;
        padding: 0 30px;
    } 
}


/* para rollback */
.minicart-wrapper {
    display: none !important;
}
.ssshidden{
	display:none !important;
}
.dropdown.dropdown-toplinks {
    /* display: none !important; */
}
.header-wl {
    display: none !important;
}
.megamenu-content .nav-tabs li {
    display:none;
}
.megamenu-content .nav-tabs li:first-child {
    display:block;
}
.sk-p-section.reviews {
    /* display: none; */
}
.messages + div {
    margin-bottom: 20px;
}
.vertical-gallery .owl-nav {
    display:none;
}

/* 29-11-2018 */
.product-options-wrapper .swatch-attribute-label,
.product-options-wrapper .swatch-attribute-selected-option,
.product-options-bottom,
.product-add-form {
    display: none !important;
}
.page-product-configurable .product-add-form {
    display: block !important;
}
.swatch-opt {
    text-align: center;
}
.swatch-attribute-options {
    /* display: inline-block; */
    margin: auto;
    text-align: center;
}
.swatch-option {
    min-width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 0;
    /* background-color: #fff !important; */
    width: initial;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    float: none;
}
@media (max-width: 767px){
  .swatch-option {
    min-width: 47px;
  }
}
.swatch-option{
    -webkit-filter: brightness(100%);
    opacity: 1;
}
.swatch-option:hover {
    box-shadow: none;
    -webkit-filter: brightness(90%);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.swatch-option.selected {
    box-shadow: none;
    opacity: .5;
}
body.catalog-product-view .swatch-option-tooltip {
  display:none !important; 
  visibility:hidden !important;
}
body.sss-make-up.catalog-product-view .column.main {
    background: #dcd8d6;
	padding-bottom:70px;
}
body.sss-make-up.catalog-product-view .footer {
    margin-top: 0;
}
body.sss-make-up.catalog-product-view .messages + div {
    margin-bottom: 0;
}
.cms-home .middle-header-content{
  background: rgba(255,255,255,.8);
}

.sk-p-pinc-desc {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 0;
}

/* 2019-02-13 sss */
body {
    max-width: 1400px;
    margin: auto;
}
.header {
    max-width: 1400px;
    float: left;
    width: 100%;
}
.header.active-sticky {
    margin:auto;
}
.cms-make-up .swatch-option-tooltip{
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 12px;
  padding-top: 5px;
  margin-left: -10px;
  margin-top: 20px;
}
.cms-make-up .swatch-option-tooltip .image{  
  display:none !important;
}

.buy_now_swatches {
    text-align: center;
}

.buy_now_swatches .swatch {
    margin-top: 20px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-style: italic;
    background: #fff;
    padding: 0 12px;
}


@media (min-width: 992px){
  .middle-header-content .container {
      width: initial;
  }
}
@media (max-width: 1399px){
    body {
        margin-left: 40px;
        margin-right: 40px;
    }
    .header {
      left: 0;
      margin-left: 40px;
      margin-right: 40px;
      width: calc(100% - 80px);
    }

}
@media (max-width: 767px){
   .header {
      margin-left: 0;
      margin-right: 0;
      width: calc(100%);
   }
   div#switcher-language {
        padding-right: 0;
        width: initial;
    }
    body {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 500px){
    .header .mobile-item-col {
        padding: 0;
    }
    .mobile-xxxtra-tiny-1 {
        width: 20% !important;
    }
    .mobile-xxxtra-tiny-2 {
        width: 40% !important;
    }
    .mobile-xxxtra-tiny-3 {
        width: 40% !important;
    }
    .cms-make-up .swatch-option {
        min-width: 30px;
        height: 35px;
        background-size: cover !important;
        margin: 0;
        background-position: 50% 50% !important;
    }
    .cms-make-up .swatch-option-tooltip{  
      display:none !important;
    }
}

.cms-make-up-helena-isabel {}
.cms-make-up-helena-isabel img {width:100%;}
.cms-make-up-helena-isabel h2 {text-align:center;margin: 80px 0 100px 0;}
.cms-make-up-helena-isabel h2 span {font-family: 'Calibre';font-weight: 300;font-size: 30px;}
.cms-make-up-helena-isabel h3 {
    font-size: 42px;
    margin-top: 40px;
}
.cms-make-up-helena-isabel p {
	font-family: 'Calibre';
    font-size: 20px;
    color: #000;
    line-height: initial;
    font-weight: 300;
}
.cms-make-up-helena-isabel p.hint {
    color: #fff;
    background:#000;
    padding:10px;
    margin-top:10px;
}
.step_1 {margin-bottom:100px;}
.step_1 .col-md-6 img {/* margin-top:40px; */}
.step_2 {}
.step_2 .top_white_space{ height:400px;display:block;}
.step_3 {position:relative;}
.step_3 .text {position:absolute;bottom: 80px;left: 30px;}
.step_4_5 {}
.step_4_5 .top_white_space{ height:300px;display:block;}
.step_6 {
    margin-top: 100px;
}
.step_6 .top_white_space{ height:100px;display:block;}
.step_6 .floating {
    position: absolute;
    width: 170px;
    bottom: -100px;
    right: -70px;
}
.step_7_8 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.step_7_8 h3 {
    text-align: center;
}
.step_9_back {
position: relative;
margin-bottom: 100px;
}
.step_9_back .back {
    min-height: 400px;
    background:url('https://skinerie.com/pub/media/wysiwyg/panel/helena13.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.step_9_back .text {
    position:absolute;top: 0;left: 30px;
}
.step_9_back h3,
.step_9_back p,
.step_9_back h4 {
    color: #fff;
}
.step_9_back h4 {
    margin-top:30px;
    font-family: "Oriya MN";
    font-size: 24px;
}
.step_9_back p {
    margin-top:20px;
}
.step_9_back .subhead {
    margin-top:10px;
    font-family: 'Calibre';
}
.step_9 img {
    margin-bottom: 100px;
}

.step_10_11 {
    margin-bottom: 100px;
}

.step_10_11 .text {
    margin-top: 60px;
}
.cms-make-up-helena-isabel .step_final .col-md-12 {
    padding: 0;
}
.cms-make-up-helena-isabel .footer {
    margin-top: 0;
}
@media (max-width: 767px){
    .cms-make-up-helena-isabel .top_white_space{
        display:none;
    }
    .step_3 .text {
        position: relative;
        left: 0;
    } 
    .step_9_back .text {
        position: relative;
        left: 0;
    }
    .step_9_back h3,
    .step_9_back p,
    .step_9_back h4 {
        color: #000;
    }
    .cms-make-up-helena-isabel .text {
        margin-bottom: 20px;
    }
    .step_9 img {
        width: 150%;
        margin-left: -20%;
    }
    .step_9 .align-right img {
        width: 200%;
        margin-left: -50%;
    }
    .step_9_back .back {
        min-height: 200px;
    }
    .cms-make-up-helena-isabel h2 span {
        font-size: 20px;
    }
    .cms-make-up-helena-isabel h2 {
        margin: 40px 0;
    }
}
 
/*endless summer*/
.panel-block-row.tt-video-wpr img {
    width: 100%;
}

.esc1 {
    margin-top: 80px;
    margin-bottom: 260px;
}
.esc2 {
    margin-bottom:120px;
}
.esc3 {
    margin-bottom: 220px;
}
.esc4 {
    margin-bottom:120px;
}

.esc-block.esc-back {
    min-height: 900px;
    background-size:cover;
}
.esc-block.esc-text {
    width:100%;
    margin:auto;
    text-align:center;
}
.esc-text .outer-box {
    display: inline-block;
    padding: 8px;
    background: #E67924;
    width:90%;
}
.esc-text .inner-box {
    display: inline-block;
    padding: 40px;
    background: #fff;
    width:100%;
    text-align: left;
    position: relative;
}
.inner-box .panel-block-row {}
.inner-box .panel-block-row .text {
  font-size: 18px;
  font-weight: 300;
}
.inner-box .panel-block-row .text img{
    max-width:300px;
}
.inner-box .panel-block-row .text h4 {
  font-family: "Oriya MN";
  font-weight:700;
  font-size:18px;
  margin-bottom: 10px;
}
.inner-box .panel-block-row .text p {
  line-height:22px;
}


.esc1 .esc-block.esc-back {
    background-image: url('./wysiwyg/panel/end-summer-01.png');
}
.esc1 .esc-block.esc-text {
    margin-top:-100px;
}
.esc1 .inner-box h3 {
    margin: 60px 0;
    text-align: center;
}
.esc1 .esc-text .inner-box {
    padding-bottom: 200px;
}
.tip-section {
    position: absolute;
    bottom: -150px;
    left: 0;
    height: 300px;
}
.tip-section .left img {
    width: 100%;
}
.tip-section .box {
    display: table;
    background: #E67924;
    margin-right: 40px;
    padding: 20px;
    border: 8px solid #fff;
    position: absolute;
    margin-top: 60px;
    height: 180px;
    color: #fff;
    font-family: 'Calibre';
    font-weight: 300;
    font-size: 100%;
    width: 100%;
}
.tip-section span.pro-tip-h {
    font-family: "Oriya MN";
}
.tip-section .box p {
    display: table-cell;
    vertical-align: middle;
}
.esc2 .esc-block.esc-back {
    background-image: url('./wysiwyg/panel/end-summer-05.png');
    display: table;
}
.esc2 .esc-block.esc-text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Calibre';
    font-weight: 300;
}
.esc2 .esc-text .outer-box {margin-left: 30%;width: calc(100% - 40%);}
.esc2 .esc-text .inner-box {
    padding-bottom: 80px;
}
.esc2 .esc-text .inner-box h3 {
    margin: 40px 0 20px;
}
.esc2 .esc-text .inner-box h4 {
    font-family: "Oriya MN";
    font-weight: 700;
    margin-bottom: 10px;
}
.esc2 .esc-text .inner-box p {
    margin-bottom: 20px;
}
.esc2 .esc-block.esc-text img {width: 300px;position: absolute;right: -150px;bottom: -200px;}


.esc3 .esc-block.esc-back {
    background-image: url('./wysiwyg/panel/end-summer-07.png');
}
.esc3 .esc-block.esc-text {
  /* margin-top: -800px; */
  position: absolute;
  top: 100px;
}
.esc3 .esc-text .inner-box h3 {
    text-align: center;
    margin-bottom:20px;
}
.esc3 .inner-box .panel-block-row .text img {
    max-width: 100%;
}
.esc3 .esc-text .inner-box {
    padding: 80px;
}

.esc4 .esc-block.esc-back {
    background-image: url('./wysiwyg/panel/end-summer-09.png');
    display: table;
}
.esc4 .esc-block.esc-text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Calibre';
    font-weight: 300;
}
.esc4 .esc-text .outer-box {
    width: 50%;
    float: left;
    margin-left: 5%;
}
.esc4 .inner-box img {
    position:absolute;
    width: 120px;
    top: -60px;
    right: -60px;
}
.esc4 .esc-text .inner-box h3 {
    text-align: center;
    margin:20px 0 40px;
}
.esc4 .esc-text .inner-box h4 {
    font-family: "Oriya MN";
    font-weight: 700;
    font-size:14px;
}
.esc4 .esc-text .inner-box p {
    font-size:16px;
    line-height:20px;
}
.esc4 .esc-text .inner-box {
    padding-bottom:60px;
}
.esc4 .tip-section {
    position: relative;
    bottom: auto;
    top: -80px;
    width: 50%;
    margin: auto;
    height: auto;
}
.esc4 .tip-section .box {
    margin: 0;
}
@media (max-width: 767px){
  .esc1 .inner-box h3 {
  }
  .esc-text .inner-box {
  }
  .esc1 .tip-section .left {
      display:none;
  }
  .esc1 .tip-section .box {
      position: relative;
      width: 90%;
      margin: 60px auto 0;
  }
  .esc1 .tip-section {
      width:100%;
  }
  .esc1 .inner-box h3 {
      margin: 20px 0;
  }
  .esc2 .esc-text .outer-box {
      margin-left: 35%;
      width: calc(100% - 26%);
  }
  .esc2 .esc-block.esc-text img {
      width: 200px;
      right: -50px;
      bottom: -120px;
  }
  .esc3 .esc-text .inner-box {
      padding: 60px 40px;
  }
  .esc-block.esc-back {
      background-position: 50% 50%;
  }
  .esc1 .esc-block.esc-back,
  .esc2 .esc-block.esc-back,
  .esc4 .esc-block.esc-back {
      min-height: 600px;
  }
  .esc1 .esc-block.esc-back {
      background-position: 0;
  }
  .esc4 .esc-text .outer-box {
      width: 80%;
  }
  .esc4 .esc-text .inner-box h3 {
      margin: 0 0 20px;
  }
  .esc4 .tip-section {
      display:inline-block;
      width: 100%;
  }
  .esc4 .esc-block.esc-text {
      display:inline-block;
  }
  .esc4 .esc-back .esc-block.esc-text {
      display: table-cell;
  }
  .esc4 .tip-section .box {
      margin-top: -20px;
  }
  .esc2 .esc-text .inner-box p {
      line-height:20px;
  }
  .esc1 .inner-box .panel-block-row .text img {
      max-width: 200px;
      margin: auto;
  }
  .esc1 .inner-box .panel-block-row .text {
      text-align:center;
  }
  .esc1 .inner-box .panel-block-row .text h4,
  .esc1 .inner-box .panel-block-row .text p {
      text-align:left;
  }
  .tip-section .box p {
      line-height:20px;
  }
  .tip-section .box {
      height: 150px;
  }
  .esc1 h3,
  .esc2 h3,
  .esc3 h3,
  .esc4 h3 {
      font-size: 24px;
  }
  .esc1 .esc-text .inner-box {
      padding-bottom: 150px;
  }

}

@media (max-width: 425px){
  .esc1 .esc-block.esc-back {
      min-height: 350px;
  }
  .esc-text .inner-box {
      padding: 20px;
  }
  .esc-text .outer-box {
      width: 100%;
  }
  .esc1 {
      margin-bottom: 160px;
  }
  .esc3 .esc-text .inner-box {
      padding: 40px 20px;
  }
  .esc2 .esc-block.esc-back {
      /*min-height: 800px;*/
      background-position: 5% 50%;
  }
  .esc3 {
      margin-bottom: 160px;
  }
  .esc4 .esc-text .outer-box {
      margin-left: 0;
  }
  .esc4 .inner-box img {
      position: absolute;
      width: 75px;
      top: auto;
      bottom: -30px;
      right: -45px;
  }
  .esc1 .esc-block.esc-text {
      margin-top: -50px;
  }
  .esc1 h3, .esc2 h3, .esc3 h3, .esc4 h3 {
      font-size: 18px;
  }
  .inner-box .panel-block-row .text h4 {
      font-size: 15px;
  }
  .inner-box .panel-block-row .text p {
      line-height: 18px;
      font-size: 16px;
  }
  .esc2 .esc-text .inner-box p {
      line-height: 16px;
      font-size: 14px;
  }
  .esc2 .esc-block.esc-text img {
      width: 200px;
      right: -50px;
      bottom: -210px;
  }
  .tip-section .box p {
      line-height: 18px;
      font-size: 16px;
  }
  .esc2 .esc-text .inner-box h3 {
      margin: 10px 0;
  }
  .esc2 .esc-text .inner-box h4 {
      font-size: 14px;
  }
  .esc2 .esc-text .inner-box {
      padding: 10px;
  }
  .esc4 .esc-block.esc-back {
      min-height: 500px;
      background-position: 100% 50%
  }
  .esc4 .esc-text .inner-box {
      padding: 10px;
  }
  .esc4 .esc-back .esc-block.esc-text {
     position:relative;
     top:40px;
  }
  .esc4 .esc-text .inner-box p {
      font-size: 14px;
      line-height: 16px;
  }
}



/*endless summer tutorial*/
.cms-endless-summer-tutorial {}
.cms-endless-summer-tutorial img {width:100%;}
.cms-endless-summer-tutorial h2 {
  text-align:center;
  margin: 80px 0;
}
.cms-endless-summer-tutorial h2 span {font-family: 'Calibre';font-weight: 300;font-size: 30px;}
.cms-endless-summer-tutorial .headlines h3 {
    text-align:center;
    margin: 20px 0 120px 0;
    font-size: 22px;
}
.cms-endless-summer-tutorial h3 {
    font-size: 42px;
    margin-top: 40px;
}
.cms-endless-summer-tutorial p {
	font-family: 'Calibre';
    font-size: 20px;
    color: #000;
    line-height: initial;
    font-weight: 300;
}
.cms-endless-summer-tutorial .highlight{
    background:#C4692B;
    padding:15px;
    margin:50px 0;
    font-family: "Oriya MN";
    line-height:24px;
}
.est_s_1, .est_s_2, .est_s_3, .est_s_4 {margin-bottom: 150px;}
.est_s_2 h3 {margin:50px 0 30px;}
.est_s_2 .panel-block-row.col-md-4 {margin-top: 260px;}
.est_s_2 .panel-block-row.col-md-12 {margin-top: -100px;}
.est_s_3 h3 {
    margin: 45% 0 20px 0;
}
.est_s_3 .panel-block-row.col-md-12 {margin-top: -160px;}
.est_s_3 .panel-block-row.col-md-12 .col-md-6 {
  padding:0;
}
.est_s_99 .panel-block-row.col-md-12 {
    padding: 0;
}
.cms-endless-summer-tutorial .footer {
	margin-top: 0;
}

@media (max-width: 991px){
    .cms-endless-summer-tutorial h2 {
        margin: 40px 0;
    }
    .cms-endless-summer-tutorial .headlines h3 {
        margin: 0 0 60px 0;
        font-size: 16px;
    }
    .est_s_2 .panel-block-row.col-md-4 {
        margin-top: 50px;
    }
    .est_s_2 .panel-block-row.col-md-12 {
        margin-top: 0;
    }
    .est_s_3 h3 {
        margin: 20px 0;
    }
    .est_s_3 .panel-block-row.col-md-12 {
        margin: 20px auto 0;
        width:80%;
    }
}



/* spot specialist */
.cms-spot-specialist{}
.cms-spot-specialist .header {
    background: rgba(255,255,255,.8);
}
.cms-spot-specialist .headlines{
	text-align:center;
}
.cms-spot-specialist .spsp_1{
	
}
.cms-spot-specialist .spsp_1 .headlines{
    margin: 80px 0;
}
.cms-spot-specialist .spsp_1 .headlines.before-after{
}
.cms-spot-specialist .spsp_1 .headlines h2{
    margin-bottom: 30px;
}
.cms-spot-specialist .spsp_1 .headlines p.warn{
   font-size: 10px;
   color:#aaa;
   text-align:right;
}
.cms-spot-specialist .products-grid .product-item-info .product-item-details .product-item-name {
    margin-bottom: 20px;
}
.cms-spot-specialist .spsp_1 .headlines p.under {
    font-family: "Oriya MN";
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 15px;
}
.cms-spot-specialist .spsp_1 .gradient-box {
    margin-top: 0;
    text-align:center;
}
.cms-spot-specialist .spsp_1 .gradient-box img {
    width: 100%;
    max-width:300px;
    margin:auto;
}
.cms-spot-specialist .spsp_1 .gradient-box .outer-box {
    display: inline-block;
    margin: auto;
    padding: 5px;
    background: #B4B2B2;
    background: -moz-linear-gradient(left, #B4B2B2 0%, #E7E0D5 100%);
    background: -webkit-linear-gradient(left, #B4B2B2 0%,#E7E0D5 100%);
    background: linear-gradient(to right, #B4B2B2 0%,#E7E0D5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B2B2', endColorstr='#E7E0D5',GradientType=1 );
}
.cms-spot-specialist .spsp_1 .gradient-box .inner-box {
    display: block;
}
.cms-spot-specialist .spsp_1 .gradient-box .outer-circle {
  display: inline-block;
  margin: auto;
  padding: 5px;
  background: #B4B2B2;
  background: -moz-linear-gradient(left, #B4B2B2 0%, #E7DFD5 100%);
  background: -webkit-linear-gradient(left, #B4B2B2 0%,#E7DFD5 100%);
  background: linear-gradient(to right, #B4B2B2 0%,#E7DFD5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B2B2', endColorstr='#E7DFD5',GradientType=1 );
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}
.cms-spot-specialist .spsp_1 .gradient-box .outer-circle.g100 {
background: #B4B2B2;
background: -moz-linear-gradient(left, #B4B2B2 0%, #B4B2B2 100%);
background: -webkit-linear-gradient(left, #B4B2B2 0%,#B4B2B2 100%);
background: linear-gradient(to right, #B4B2B2 0%,#B4B2B2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B2B2', endColorstr='#B4B2B2',GradientType=1 ); 
}
.cms-spot-specialist .spsp_1 .gradient-box .outer-circle.g95 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4b2b2+50,b4b2b2+50,e7e0d5+100 */
background: #b4b2b2; /* Old browsers */
background: -moz-linear-gradient(45deg,  #b4b2b2 50%, #b4b2b2 50%, #e7e0d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #b4b2b2 50%,#b4b2b2 50%,#e7e0d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #b4b2b2 50%,#b4b2b2 50%,#e7e0d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b2b2', endColorstr='#e7e0d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cms-spot-specialist .spsp_1 .gradient-box .outer-circle.g85 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4b2b2+20,e7e0d5+100 */
background: #b4b2b2; /* Old browsers */
background: -moz-linear-gradient(45deg,  #b4b2b2 20%, #e7e0d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #b4b2b2 20%,#e7e0d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #b4b2b2 20%,#e7e0d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b2b2', endColorstr='#e7e0d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cms-spot-specialist .spsp_1 .gradient-box .outer-circle.g75 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4b2b2+0,e7e0d5+75,e7e0d5+75 */
background: #b4b2b2; /* Old browsers */
background: -moz-linear-gradient(45deg,  #b4b2b2 0%, #e7e0d5 75%, #e7e0d5 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #b4b2b2 0%,#e7e0d5 75%,#e7e0d5 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #b4b2b2 0%,#e7e0d5 75%,#e7e0d5 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b2b2', endColorstr='#e7e0d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cms-spot-specialist .spsp_1 .gradient-box .inner-circle {
  display: inline-block;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  text-align: center;
}

.cms-spot-specialist .spsp_1 .gradient-box .inner-circle span {
    line-height: 54px;
    text-align: center;
}
.cms-spot-specialist .spsp_1 .gradient-box .circle-gradient {
    text-align: center;
    margin: 20px 0;
}
.cms-spot-specialist .spsp_1 .gradient-box .circle-gradient p {
    font-size: 14px;
    line-height: 12px;
    margin-top: 10px;
}
.cms-spot-specialist .spsp_1 .headlines.before-after img{
    /* max-width: 360px; */
    /* width: 100%; */
}
.cms-spot-specialist .spsp_1 .whitening{
    
}
.cms-spot-specialist .spsp_1 .whitening:after{
  content:'';
  background-image: url(wysiwyg/panel/flower_bull_50.png);
  background-repeat: no-repeat;
  background-size: 360px;
  background-position: 100% 100%;
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .2;
}
.cms-spot-specialist .spsp_1 .whitening .fourths {
  margin: 80px 0;
  text-align:center;
}
.cms-spot-specialist .spsp_1 .whitening .fourths .col-sm-6 {
  margin: 20px 0;
  padding: 0 80px;
}
.cms-spot-specialist .spsp_1 .whitening .fourths p {
  position:relative;
  font-size: 20px;
  /* display: inline-block; */
  padding-left: 40px;
  font-weight: 300;
  text-align: left;
}
.cms-spot-specialist .spsp_1 .whitening .fourths span {
  position:absolute;
  font-size: 50px;
  font-family: "Oriya MN";
  left: 0;
  top: 0;
  color: #E8DFD5;
  line-height: 36px;
}
.cms-spot-specialist .spsp_1 .whitening img{
    width: 100%;
}
.cms-spot-specialist .spsp_1 .whitening .right{
    text-align:center;
    margin: 60px 0;
}
.cms-spot-specialist .spsp_1 .whitening p{
    margin-bottom: 10px;
    font-size: 14px;
}
.cms-spot-specialist .spsp_1 .whitening p.italic{
    font-style:italic;
}
.cms-spot-specialist .spsp_1 .routine{
    display: inline-block;
    margin: auto;
    padding: 40px;
    background: #E1E0E0;
    background: -moz-linear-gradient(135deg, #E1E0E0 0%, #F5F2EE 50%);
    background: -webkit-linear-gradient(135deg, #E1E0E0 0%,#F5F2EE 50%);
    background: linear-gradient(135deg, #E1E0E0 0%,#F5F2EE 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E0E0', endColorstr='#F5F2EE',GradientType=1 );
    text-align:center;
    margin:80px 0;
    width: 100%;
}
.cms-spot-specialist .spsp_1 .routine img{
    width:100%;
    max-width: 160px;
}

.cms-spot-specialist .spsp_1 .routine span {
    position: absolute;
    font-size: 100px;
    font-family: "Oriya MN";
    left: 0;
    top: 0;
    color: #bbbbbb;
    line-height: 36px;
    opacity:.5;
}
.cms-spot-specialist .spsp_1 .routine .row {
    margin: 80px 0;
    display: inline-block;
    width: 100%;
    position:relative;
    text-align: left;
}
.cms-spot-specialist .spsp_1 .routine .row.night {
    margin-top: 0;
}
.cms-spot-specialist .spsp_1 .routine .row.day:before {
  content:'Dia';
  position:absolute;
  left: -20px;
  transform: rotate(-90deg);
  font-family: "Oriya MN";
  font-size: 40px;
  text-transform: uppercase;
  bottom:0;
}
.cms-spot-specialist .spsp_1.spanish .routine .row.day:before {
  content:'DÃƒÆ’Ã‚Â­a';
}
.cms-spot-specialist .spsp_1.english .routine .row.day:before {
  content:'Day';
}
.cms-spot-specialist .spsp_1 .routine .row.night:before {
  content:'Noite';
  position:absolute;
  right:-20px;
  transform: rotate(90deg);
  font-family: "Oriya MN";
  font-size: 40px;
  text-transform: uppercase;
  bottom:0;
}
.cms-spot-specialist .spsp_1.spanish .routine .row.night:before {
  content:'Noche';
}
.cms-spot-specialist .spsp_1.english .routine .row.night:before {
  content:'Night';
}
.cms-spot-specialist .spsp_1 .routine h4 {
    font-family: "Oriya MN";
    font-size: 14px;
    position:absolute;
    top:-20px;
    left: 60px;
    width: calc(100% - 60px);
    text-align:left;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts {
    
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .col-sm-4 {
    padding:0 ;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .left {
    position: absolute;
    height: 100%;
    width: 80px;
    text-align: center;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .left img {
    /* width: 100%; */
    max-height: 75px;
    height: auto;
    margin: auto;
    position: relative;
    top: 5px;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .second .left img {
    position: relative;
    top: 5px;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .third .left img {
    max-height: 40px;
    position: relative;
    top: 20px;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .right {
    margin-left: 80px;
    padding-left: 10px;
    border-left: 2px solid #B4B2B2;
    min-height: 100px;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .third .right {
    padding-top: 25px;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .right h6 {
    color: #B4B2B2;
    text-transform: uppercase;
    font-size: 20px; 
    font-weight: 500;
}
.cms-spot-specialist .spsp_1 .spot-bottom-callouts .right p {
    font-size: 16px;
    line-height: 16px;
}
.cms-spot-specialist .spsp_1 .composition {
    text-align:center;
    margin-top: 80px;
    padding: 0;
}
.cms-spot-specialist .spsp_1 .composition a {
    color: #B5B2B5 !important;
    font-size: 22px;
}
.cms-spot-specialist .spsp_1 .composition .comp_back {
  background-image: url(wysiwyg/panel/comp_back.png);
  background-size:cover;
  display: table;
  padding: 40px;
  margin-top: 40px;
  display: none;
  background-position: 50% 50%;
}
.cms-spot-specialist .spsp_1 .composition .comp_back table {table-layout: fixed;border-spacing: 20px;border-collapse: separate;}
.cms-spot-specialist .spsp_1 .composition .comp_back .box {
  width: 50%;
  background:rgba(255,255,255,.3);
  padding: 40px;
  text-align:left;
}
.cms-spot-specialist .spsp_1 .composition .comp_back .box h5{
  font-family: "Oriya MN";
  font-size:18px;
  margin-bottom: 10px;
}
.cms-spot-specialist .spsp_1 .composition .comp_back .box .under{
	font-style: italic;
	margin-bottom: 15px;
	font-size: 16px;
}
.cms-spot-specialist .spsp_1 .composition .comp_back .box p{
  margin:0;
  line-height:16px;
  font-size:14px;
}



@media (max-width: 767px){
  .cms-spot-specialist .spsp_1 .composition a {
      font-size: 16px;
  }
  .cms-spot-specialist .spsp_1 .composition .comp_back .box {
      width: 100%;
      float:left;
      margin-bottom: 20px;
      padding: 20px 10px;
  }
  .cms-spot-specialist .spsp_1 .composition .comp_back .box:last-child {
      margin-bottom: 0;
  }
  .cms-spot-specialist .spsp_1 .composition .comp_back {
      padding: 0px;
  }
  .cms-spot-specialist .spsp_1 .composition .comp_back .box h5 {
      font-size: 14px;
  }
  .cms-spot-specialist .spsp_1 .headlines p {
      font-size: 14px;
      line-height: 16px;
  }
  .cms-spot-specialist .spsp_1 .headlines p.under {
      font-size: 12px;
      margin-bottom: 5px;
  }
  .cms-spot-specialist .spsp_1 .gradient-box .circle-gradient {
      padding: 0;
  }
  .cms-spot-specialist .spsp_1 .gradient-box .outer-circle {
      width: 60px;
      height: 60px;
  }
  .cms-spot-specialist .spsp_1 .gradient-box .inner-circle {
      padding: 5px;
      width: 50px;
      height: 50px;
  }
  .cms-spot-specialist .spsp_1 .gradient-box .inner-circle span {
      line-height: 45px;
      font-size: 14px;
  }
  .cms-spot-specialist .spsp_1 .whitening .fourths .col-sm-6 {
      padding: 0;
      line-height: 20px;
  }
  .cms-spot-specialist .spsp_1 .whitening:after {
      background-size: 220px;
  }
  .cms-spot-specialist .spsp_1 .routine .row div[class^="col-"] {
      margin-bottom: 40px;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
  }
  .cms-spot-specialist .spsp_1 .routine img {
      max-width: 120px;
  }
  .cms-spot-specialist .spsp_1 .routine span {
      font-size: 80px;
  }
  .cms-spot-specialist .spsp_1 .routine .row.day:before {
      bottom: auto;
      top: 40px;
      left: -40px;
      font-size: 30px;
  }
  .cms-spot-specialist .spsp_1 .routine .row.night:before {
      bottom: auto;
      top: 80px;
      right: -60px;
      font-size: 30px;
  }
  .cms-spot-specialist .spsp_1 .routine .row.day {
      margin-bottom: 0;
  }
  .cms-spot-specialist .spsp_1 .routine .row.night {
      margin-top: 0;
  }
  .cms-spot-specialist .spsp_1 .spot-bottom-callouts .col-sm-4 {
     margin-bottom: 20px;
  }
  .cms-spot-specialist .spsp_1 .headlines p.warn {
      text-align: center;
  }
  .cms-spot-specialist .spsp_1 .headlines {
      margin: 40px 0;
  }
}

.dropdown.dropdown-toplinks {
    display: none !important;
}

.actions-toolbar.contact-submit .review-terms {
    font-size: 14px;
    margin-bottom: 10px;
}
.actions-toolbar.contact-submit .review-terms a {
    font-weight: 700;
    color: #007eec !important;
}
.actions-toolbar.contact-submit .review-terms input {
    line-height: 10px;
    height: 13px;
    margin: 0;
    position: relative;
    top: 3px;
    left: -5px;
}
#page-header-sliders .slider_mgs_carousel {
    width: calc(100% - 30px);
    margin: auto;
}

/* timeless beauty */
.panel-block-row.tt-video-wpr img {
    width: 100%;
}

.tbc1 {
    margin-top: 80px;
    margin-bottom: 120px;
}
.tbc2 {
    margin-bottom:120px;
}
.tbc3 {
    margin-bottom: 220px;
}
.tbc4 {
    margin-bottom: 80px;
}

.tbc-block.tbc-back {
    min-height: 650px;
    background-size:cover;
}
.tbc-block.tbc-text {
    width:100%;
    margin:auto;
    text-align:center;
}
.tbc-text .outer-box {
    display: inline-block;
    padding: 15px;
    background: #000;
    width: 85%;
}
.tbc-text .inner-box {
    display: inline-block;
    padding: 40px;
    background: #fff;
    width:100%;
    text-align: left;
    position: relative;
}
.inner-box .panel-block-row {}
.inner-box .panel-block-row .text {
  font-size: 18px;
  font-weight: 300;
}
.inner-box .panel-block-row .text img{
    max-width: initial;
}
.inner-box .panel-block-row .text h4 {
  font-family: "Oriya MN";
  font-weight:700;
  font-size:18px;
  margin-bottom: 10px;
}
.inner-box .panel-block-row .text p {
  line-height:22px;
}


.tbc1 .tbc-block.tbc-back {
    background-image: url('./wysiwyg/panel/tbc1.png');
    background-position: center;
}
.tbc1 .tbc-block.tbc-text {
    margin-top:-100px;
}
.tbc1 .inner-box h3 {
    margin: 20px 0 60px;
    text-align: center;
}
.tbc1 .tbc-text .inner-box {
    padding-bottom: 65px;
}
.tip-section {
    position: absolute;
    bottom: -150px;
    left: 0;
    height: 300px;
}
.tip-section .left img {
    width: 100%;
}
.text.pro-tip-in-l {
    background: #000;
    color: #fff;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    position: relative;
    left: -75px;
    width: calc(100% + 60px);
    padding: 10px 10px 10px 100px;
}
.text.pro-tip-in-l span {
    font-weight: 500;
}
.tip-section span.pro-tip-h {
    font-family: "Oriya MN";
}
.tip-section .box p {
    display: table-cell;
    vertical-align: middle;
}
.tbc1 img.forth {
    width: 100%;
}
.text.pro-tip-in-r {
    background: #000;
    color: #fff;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    position: relative;
    right: -15px;
    width: calc(100% + 60px);
    padding: 40px 100px 40px 20px;
}

.text.pro-tip-in-r h4 {
    color: #fff;
}

.text.pro-tip-in-r p {}
.tbc1 .inner-box .panel-block-row.last {
    position:relative;
    top: -40px;
}

.tbc2 .tbc-block.tbc-back {
    background-image: url('./wysiwyg/panel/tbc6.png');
    display: table;
    min-height: 900px;
    padding: 40px 0;
}
.tbc2 .tbc-block.tbc-text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Calibre';
    font-weight: 300;
}
.tbc2 .tbc-text .outer-box {margin-left: 25%;width: calc(100% - 25%);}
.tbc2 .tbc-text .inner-box {
    padding: 30px;
}
.tbc2 .tbc-text .inner-box h3 {
    margin: 0px 0 20px;
}
.tbc2 .tbc-text .inner-box h4 {
    font-family: "Oriya MN";
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}
.tbc2 .tbc-text .inner-box p {
    margin-bottom: 20px;
}
.tbc2 .tbc-block.tbc-text .text {
    text-align:center;
}
.tbc2 .tbc-block.tbc-text .text.bordered {
    border: 15px solid;
    padding: 10px;
    padding-right: 80px;
}
.tbc2 .tbc-block.tbc-text .text.bordered img {
    position:absolute;
    bottom: 0;
    right: -14px;
    max-width: 110px;
}
.tbc2 .tbc-block.tbc-text .text p {
    text-align:left;
    line-height: 18px;
    font-size: 17px;
}
.tbc2 .tbc-block.tbc-text .text p.tip-pro {font-size: 14px;line-height: 15px;}
.tbc2 .tbc-block.tbc-text .text p span {
    font-weight: 500;
    color: #6C4323;
}
.tbc2 .tbc-block.tbc-text img {
    width: 100%;
    max-width: 255px;
    margin: auto;
}
.tbc3 .tbc-block.tbc-back {
    background-image: url('./wysiwyg/panel/tbc11.png');
}
.tbc3 .tbc-block.tbc-text {
  /* margin-top: -800px; */
  position: absolute;
  top: 100px;
}
.tbc3 .tbc-text .inner-box h3 {
    text-align: center;
    margin-bottom:20px;
}
.tbc3 .inner-box .panel-block-row .text img {
    max-width: 100%;
}
.tbc3 .tbc-text .inner-box {
    padding: 80px;
}

.tbc4 .tbc-block.tbc-back {
    background-image: url('./wysiwyg/panel/tbc11.png');
    display: table;
}
.tbc4 .tbc-block.tbc-text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Calibre';
    font-weight: 300;
}
.tbc4 .tbc-text .outer-box {
    width: 60%;
    float: right;
    margin-right: 5%;
}
.tbc4 .inner-box img {
    position:absolute;
    width: 170px;
    bottom: -190px;
    right: -96px;
}
.tbc4 .tbc-text .inner-box h3 {
    text-align: center;
    margin:20px 0 40px;
}
.tbc4 .tbc-text .inner-box h4 {
    font-family: "Oriya MN";
    font-weight: 700;
    font-size: 15px;
}
.tbc4 .tbc-text .inner-box p {
    font-size: 16px;
    line-height: 24px;
}
.tbc4 .tbc-text .inner-box {
    padding: 20px 40px;
    text-align: center;
}
.tbc4 .tip-section {
    position: relative;
    bottom: auto;
    top: -80px;
    width: 50%;
    margin: auto;
    height: auto;
}
.tbc4 .tip-section .box {
    margin: 0;
}
@media (max-width: 767px){
  .tbc1 .inner-box h3 {
  }
  .tbc-text .inner-box {
  }
  .tbc1 .tip-section .left {
      display:none;
  }
  .tbc1 .tip-section .box {
      position: relative;
      width: 90%;
      margin: 60px auto 0;
  }
  .tbc1 .tip-section {
      width:100%;
  }
  .tbc1 .inner-box h3 {
      margin: 20px 0;
  }
  .tbc2 .tbc-text .outer-box {
      margin-left: 0;
      width: calc(100%);
  }
  .tbc2 .tbc-block.tbc-text img {
      width: 200px;
      right: -50px;
      bottom: -120px;
  }
  .tbc3 .tbc-text .inner-box {
      padding: 60px 40px;
  }
  .tbc-block.tbc-back {
      background-position: 50% 50%;
  }
  .tbc1 .tbc-block.tbc-back,
  .tbc2 .tbc-block.tbc-back,
  .tbc4 .tbc-block.tbc-back {
      min-height: 600px;
  }
  .tbc1 .tbc-block.tbc-back {
      background-position: -25px;
  }
  .tbc4 .tbc-text .outer-box {
      width: 80%;
  }
  .tbc4 .tbc-text .inner-box h3 {
      margin: 0 0 20px;
  }
  .tbc4 .tip-section {
      display:inline-block;
      width: 100%;
  }
  .tbc4 .tbc-block.tbc-text {
      display:inline-block;
  }
  .tbc4 .tbc-back .tbc-block.tbc-text {
      display: table-cell;
  }
  .tbc4 .tip-section .box {
      margin-top: -20px;
  }
  .tbc2 .tbc-text .inner-box p {
      line-height:20px;
  }
  .tbc1 .inner-box .panel-block-row .text img {
      max-width: 200px;
      margin: auto;
  }
  .tbc1 .inner-box .panel-block-row .text {
      text-align:center;
  }
  .tbc1 .inner-box .panel-block-row .text h4,
  .tbc1 .inner-box .panel-block-row .text p {
      text-align:left;
  }
  .tip-section .box p {
      line-height:20px;
  }
  .tip-section .box {
      height: 150px;
  }
  .tbc1 h3,
  .tbc2 h3,
  .tbc3 h3,
  .tbc4 h3 {
      font-size: 24px;
  }
  .tbc1 .tbc-text .inner-box {
  }
  .tbc1 .inner-box .panel-block-row.last {
      position: relative;
      top: 0;
  }
  .tbc2 .tbc-block.tbc-back {
      background-position: 0 0;
      padding: 250px 15px 15px;
      background-size: contain;
      background-repeat: no-repeat;
      width: calc(100% + 30px);
      position: relative;
      left: -15px;
  }
  .tbc2 .tbc-block.tbc-text .text.bordered {
      border: 10px solid;
  }

}

@media (max-width: 425px){
  .tbc1 .tbc-block.tbc-back {
      min-height: 240px;
  }
  .tbc-text .inner-box {
      padding: 20px;
  }
  .tbc-text .outer-box {
      width: 100%;
      padding: 10px;
  }
  .tbc1 {
      margin-bottom: 160px;
  }
  .tbc3 .tbc-text .inner-box {
      padding: 40px 20px;
  }
  .tbc2 .tbc-block.tbc-back {
     /* background-position: 0 0;
      padding: 250px 15px 15px;
      background-size: contain;
      background-repeat: no-repeat;
      width: calc(100% + 60px);
      position: relative;
      left: -30px;*/
  }
  .tbc3 {
      margin-bottom: 160px;
  }
  .tbc4 .tbc-text .outer-box {
      margin-left: 0;
      position: relative;
      top: 63px;
  }
  .tbc4 .inner-box img {
      position: absolute;
      width: 135px;
      top: auto;
      bottom: -110px;
      left: -70px;
  }
  .tbc4 .tbc-block.tbc-back {
      background-position: 0 0;
      padding: 0  15px 15px;
      background-repeat: no-repeat;
      width: calc(100% + 30px);
      position: relative;
      left: -15px;
  }
  .tbc1 .tbc-block.tbc-text {
      margin-top: -50px;
  }
  .tbc1 h3, .tbc2 h3, .tbc3 h3, .tbc4 h3 {
      font-size: 18px;
  }
  .inner-box .panel-block-row .text h4 {
      font-size: 15px;
  }
  .inner-box .panel-block-row .text p {
      line-height: 18px;
      font-size: 16px;
  }
  .tbc2 .tbc-text .inner-box p {
      line-height: 16px;
      font-size: 14px;
  }
  .tbc2 .tbc-block.tbc-text img {
      width: 200px;
      right: -50px;
      bottom: -210px;
  }
  .tip-section .box p {
      line-height: 18px;
      font-size: 16px;
  }
  .tbc2 .tbc-text .inner-box h3 {
      margin: 10px 0;
  }
  .tbc2 .tbc-text .inner-box h4 {
      font-size: 14px;
  }
  .tbc2 .tbc-text .inner-box {
      padding: 10px;
  }
  .tbc4 .tbc-block.tbc-back {
      min-height: auto;
      background-position: 0 0;
  }
  .tbc4 .tbc-text .inner-box {
      padding: 10px;
  }
  .tbc4 .tbc-back .tbc-block.tbc-text {
     position:relative;
     top: 75px;
  }
  .tbc4 .tbc-text .inner-box p {
      font-size: 14px;
      line-height: 16px;
  }
  .tbc4 {
      margin-bottom: 250px;
  }
}




/*cms-timeless-beauty-tutorial*/
.cms-timeless-beauty-tutorial {}
.cms-timeless-beauty-tutorial img {width:100%;}
.cms-timeless-beauty-tutorial h2 {
  text-align:center;
  margin: 80px 0;
}
.cms-timeless-beauty-tutorial h2 span {font-family: 'Calibre';font-weight: 300;font-size: 30px;}
.cms-timeless-beauty-tutorial .headlines h3 {
    text-align:center;
    margin: 20px 0 120px 0;
    font-size: 22px;
    font-weight: 400;
}
.cms-timeless-beauty-tutorial h3 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 700;
}
.cms-timeless-beauty-tutorial p {
	font-family: 'Calibre';
    font-size: 20px;
    color: #000;
    line-height: initial;
    font-weight: 300;
}
.cms-timeless-beauty-tutorial .highlight{
    border: 10px solid #000;
    padding:15px;
    margin:50px 0;
    font-family: "Oriya MN";
    line-height:24px;
}
.cms-timeless-beauty-tutorial .panel-block-row.col-md-4,
.cms-timeless-beauty-tutorial .panel-block-row.col-md-5,
.cms-timeless-beauty-tutorial .panel-block-row.col-md-6,
.cms-timeless-beauty-tutorial .panel-block-row.col-md-7,
.cms-timeless-beauty-tutorial .panel-block-row.col-md-8 {
    padding-left: 30px;
	padding-right: 30px;
}
.ebt_s_1, .ebt_s_2, .ebt_s_3, .ebt_s_4 {margin-bottom: 50px;}
.ebt_s_2 h3 {margin:50px 0 30px;}
.ebt_s_2 .panel-block-row.col-md-4 {margin-top: 260px;}
.ebt_s_2 .panel-block-row.col-md-12 {margin-top: -100px;}
.ebt_s_2 .ebt_s_2_4 {
    margin-top: 100px;
}
.ebt_s_3 h3 {
}
.ebt_s_3 .panel-block-row.col-md-12 {margin-top: -160px;}
.ebt_s_3 .panel-block-row.col-md-12 .col-md-6 {
  padding:0;
}
.ebt_s_3 .panel-block-row.col-md-5 img {
    border: 8px solid #000;
}
.ebt_s_99 .panel-block-row.col-md-12 {
    padding: 0;
}
.cms-endless-summer-tutorial .footer {
	margin-top: 0;
}


@media (max-width: 991px){
    .cms-timeless-beauty-tutorial h2 {
        margin: 40px 0;
    }
    .cms-timeless-beauty-tutorial .headlines h3 {
        margin: 0 0 60px 0;
        font-size: 16px;
    }
    .ebt_s_2 .panel-block-row.col-md-4 {
        margin-top: 50px;
    }
    .ebt_s_2 .panel-block-row.col-md-12 {
        margin-top: 0;
    }
    .ebt_s_3 h3 {
        margin: 20px 0;
    }
    .ebt_s_3 .panel-block-row.col-md-12 {
        margin: 20px auto 0;
        width:80%;
    }
}


