@charset 'UTF-8';

body.wedding .header #menu-toggle.menu-burger {
  line-height: .2;
  text-indent: 0;
  background-image: none;
}

body.wedding .header #menu-toggle.menu-burger em {
  display: inline-block;
  text-indent: -99999px;
}

body.wedding .header #search-toggle.search-mobile {
  width: auto;
  height: auto;
  text-indent: 0;
  background-image: none;
}

body.wedding .header .search-mobile {
  fill: black;
}

body.wedding .header .burger-menu-part {
  background: black;
}

body .header #menu-toggle.menu-burger {
  line-height: .2;
  text-indent: 0;
  background-image: none;
}

body .header #menu-toggle.menu-burger em {
  display: inline-block;
  text-indent: -99999px;
}

body .header #menu-toggle.menu-burger .burger-menu-part {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: white;
}

body .header #menu-toggle.menu-burger .burger-menu-part.burger-menu-last-part {
  width: 50%;
}

body.menu--is-active .header #menu-toggle.menu-burger.menu-burger--is-active .burger-menu-part {
  opacity: 0;
}

body .header #search-toggle.search-mobile {
  width: auto;
  height: auto;
  text-indent: 0;
  background-image: none;
  fill: white;
}

.searchSvg {
  fill: white;
}

@media screen and (max-width: 768px) {
  .header nav {
    position: relative;
    z-index: 500;
  }
}

select,
.webform-client-form .select-checkbox .select-title,
form .select-checkbox .select-title {
  position: relative;
  width: 200px;
  height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  -o-user-select: none;
}

select::-ms-expand,
.webform-client-form .select-checkbox .select-title::-ms-expand,
form .select-checkbox .select-title::-ms-expand {
  display: none;
}

select option,
.webform-client-form .select-checkbox .select-title option,
form .select-checkbox .select-title option {
  background: #00031f;
}

div.select-main.z-index {
  z-index: 10;
}

div.select-main.disabled {
  zoom: 1;
  cursor: default;
  opacity: .5;
  filter: alpha(opacity=50);
}

div.select-main.disabled div.select-set {
  cursor: default;
}

div.select-main.disabled div.select-arrow {
  cursor: default;
}

select,
.webform-client-form .select-checkbox .select-title,
form .select-checkbox .select-title {
  font-family: 'Caslon', 'sans-serif';
  font-size: inherit;
  font-size: 15px;
  overflow: hidden;
  margin: 0;
  padding: 5px 24px 5px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  color: white;
  border: none;
  border-radius: 5px;
  outline: none;
  background-color: #26364d;
  background-color: rgba(38, 54, 77, .5);
  background-image: url(../images/btn/circle-down@1x.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page-salon-locations select,
.page-salon-locations .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox .page-salon-locations .select-title,
.page-salon-locations
form .select-checkbox .select-title,
form .select-checkbox .page-salon-locations .select-title {
  background-color: rgba(38, 54, 77, .9);
}

.page-salon-locations.page-salon-locations-locations select,
.page-salon-locations.page-salon-locations-locations .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox .page-salon-locations.page-salon-locations-locations .select-title,
.page-salon-locations.page-salon-locations-locations
form .select-checkbox .select-title,
form .select-checkbox .page-salon-locations.page-salon-locations-locations .select-title {
  background-color: rgba(38, 54, 77, .5);
}

div.select-arrow {
  position: absolute;
  z-index: 7;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('../images/btn/circle-down@1x.png') center center no-repeat;
  background-size: 16px;
}

div.select-arrow.reverse {
  background: url('../images/btn/btn-up.png') center center no-repeat;
  background-size: 16px;
}

div.select-block {
  line-height: 20px;
  position: absolute;
  top: 35px;
  left: -1px;
  width: 200px;
  color: #00031f;
  background-image: url('../images/bg/select-down-arrow.png');
  background-repeat: no-repeat;
  background-position: center top;
}

ul.select-list {
  margin: 11px 0 7px;
  padding: 10px 0 8px 0;
  list-style: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fff;
}

/* Scroll view */
select::-webkit-scrollbar,
.webform-client-form .select-checkbox .select-title::-webkit-scrollbar,
form .select-checkbox .select-title::-webkit-scrollbar {
  width: 12px;
}

select::-webkit-scrollbar-track,
.webform-client-form .select-checkbox .select-title::-webkit-scrollbar-track,
form .select-checkbox .select-title::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

select::-webkit-scrollbar-thumb,
.webform-client-form .select-checkbox .select-title::-webkit-scrollbar-thumb,
form .select-checkbox .select-title::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}

select,
.webform-client-form .select-checkbox .select-title,
form .select-checkbox .select-title {
  scrollbar-face-color: #aeb1b1;
  scrollbar-shadow-color: #c7caca;
  scrollbar-highlight-color: #ced1d1;
  scrollbar-3dlight-color: #ced1d1;
  scrollbar-darkshadow-color: #c7caca;
  scrollbar-track-color: #ced1d1;
  scrollbar-arrow-color: #fff;
}

.wedding select,
.wedding .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox .wedding .select-title,
.wedding
form .select-checkbox .select-title,
form .select-checkbox .wedding .select-title {
  color: #959076;
  border: 1px solid #959076;
  background-color: white;
  background-color: rgba(255, 255, 255, .5);
}

/* End scroll view */
li.select-items {
  padding: 7px 15px;
  color: #333;
}

li.select-items:hover,
li.select-items.active {
  color: #959076;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container:before,
.container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: ' ';
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*This stylesheet generated by Transfonter (https://transfonter.org) on February 8, 2018 10:28 AM*/
@font-face {
	font-family: 'WilliamsCaslonText';
	src: url('../fonts/font/WilliamsCaslonText-BoldItalic.eot');
	src: url('../fonts/font/WilliamsCaslonText-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/font/WilliamsCaslonText-BoldItalic.woff2') format('woff2'),       
	url('../fonts/font/WilliamsCaslonText-BoldItalic.woff') format('woff'),
	url('../fonts/font/WilliamsCaslonText-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'WilliamsCaslonText'; 
	src: url('../fonts/font/WilliamsCaslonText-Bold.eot');
	src: url('../fonts/font/WilliamsCaslonText-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/font/WilliamsCaslonText-Bold.woff2') format('woff2'),
	url('../fonts/font/WilliamsCaslonText-Bold.woff') format('woff'),
	url('../fonts/font/WilliamsCaslonText-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {   
	font-family: 'WilliamsCaslonText';
	src: url('../fonts/font/WilliamsCaslonText-Regular.eot');
	src: url('../fonts/font/WilliamsCaslonText-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/font/WilliamsCaslonText-Regular.woff2') format('woff2'),
	url('../fonts/font/WilliamsCaslonText-Regular.woff') format('woff'),
	url('../fonts/font/WilliamsCaslonText-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WilliamsCaslonText';
	src: url('../fonts/font/WilliamsCaslonText-Italic.eot');
	src: url('../fonts/font/WilliamsCaslonText-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/font/WilliamsCaslonText-Italic.woff2') format('woff2'),
	url('../fonts/font/WilliamsCaslonText-Italic.woff') format('woff'),
	url('../fonts/font/WilliamsCaslonText-Italic.ttf') format('truetype');
	font-weight:normal;    
	font-style:italic;
}
/*
@font-face {
  font-family: 'Caslon';
    font-weight: normal; 

    src: url('../fonts/ACaslonPro-Regular.woff?#iefix') format('woff'), url('../fonts/ACaslonPro-Regular.eot') format('embedded-opentype'), url('../fonts/ACaslonPro-Regular.ttf') format('truetype'), url('../fonts/ACaslonPro-Regular.svg') format('svg');
}

@font-face {
  font-family: 'Caslon';
    font-weight: normal;
    font-style: italic; 

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

    src: url('../fonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothic-Book.woff') format('woff'), url('../fonts/FranklinGothic-Book.ttf') format('truetype'), url('../fonts/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');
}

@font-face {
  font-family: 'FranklinMed';
    font-weight: normal;
    font-style: normal; 

    src: url('../fonts/FranklinGothic-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothic-Medium.woff') format('woff'), url('../fonts/FranklinGothic-Medium.ttf') format('truetype'), url('../fonts/FranklinGothic-Medium.svg#FranklinGothic-Medium') format('svg');
}

/*================= basic - html ===================*/
* {
  box-sizing: border-box;
}

.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
}

.body {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

body {
  font-family:'WilliamsCaslonText';
  /*font-family: 'Caslon', 'sans-serif';*/
  font-weight: normal;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  background: #00031f;
}

body .product-slide img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

body.menu--is-active {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

body .page-url-qr-code-modal {
  font-size: 18px;
  width: 260px;
  margin: auto;
  text-align: center;
}

body .page-url-qr-code-container {
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
  color: #00031f;
  background-color: #fff;
}

body .page-url-qr-code-close {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  text-indent: -999em;
  background-image: url('../images/pictos/close.png');
  background-size: 100% 100%;
}

body .page-url-qr-code {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
}

body .page-url-qr-code-caption {
  display: block;
  text-align: center;
}

body.i18n-ja {
 font-family: 'WilliamsCaslonText';
}

body.i18n-zh-hans {
  font-family: 'WilliamsCaslonText';
}

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

a:hover {
  color: #b0ab94;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

li,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

em,
i {
  font-style: italic;
}

.error,
div.error {
  color: #fff;
}

.container-tech-spec,
.button-down-arrow {
  position: relative;
}

.container-tech-spec img,
.button-down-arrow img {
  position: absolute;
  top: 0;
}

.visually-hidden {
  position: absolute;
  top: auto;
  left: -9999px;
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.form-item input.error {
  border-color: red;
}

/** generics classes */
.clearfix:after {
  display: block;
  visibility: hidden;
  float: none;
  clear: both;
  height: 0;
  content: '';
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

/** Pre Header **/
.block-aw-ip-filter {
  position: absolute;
  z-index: 500;
  top: 20px;
  right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .block-aw-ip-filter {
    font-size: 13px;
    top: 40px;
    right: 80px;
    width: 40%;
  }
}

.block-aw-ip-filter .mobile_display {
  font-size: 12px;
  line-height: 35px;
  display: none;
  cursor: pointer;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: #15182e;
}

.block-aw-ip-filter .mobile_display:after {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  content: '';
  background-image: url('../images/btn/btn-up.png');
  background-size: 16px 16px;
}

.block-aw-ip-filter .mobile_display.active:after {
  background-image: url('../images/btn/btn-down.png');
}

.block-aw-ip-filter .all_display,
.block-aw-ip-filter .desktop_display {
  display: inline-block;
}

/** Header */
.header {
  position: relative;
  z-index: 500;
  width: 100%;
  padding: 45px 0 0;
}

.header .logo {
  height: 45px;
  margin: 0;
}

.header .logo h1 {
  height: 45px;
  margin: 0;
}

.header .logo a img {
  width: 375px;
}

.header .region-header {
  position: absolute;
  top: 45px;
  right: 0;
}

.header .region-header .clientside-error {
  display: none !important;
}

.header .region-header .views-widget-filter-search_api_views_fulltext label {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-size: 16px 16px;
}

.header .region-header .views-widget-filter-search_api_views_fulltext label img {
  width: 16px;
  height: 16px;
}

.header .region-header .views-widget-filter-search_api_views_fulltext .views-widget {
  display: inline-block;
  overflow: hidden;
  width: 0;
  margin: 0;
  margin-left: 5px;
  transition: width .4s linear;
}

.header .region-header .views-widget-filter-search_api_views_fulltext .views-widget input[type=text] {
  font-size: 16px;
  font-style: italic;
  width: 140px;
  margin-right: 0;
  color: white;
  border: none;
  border-bottom: solid 1px #535768;
  outline: none;
  background-color: transparent;
}

.header .region-header .views-widget-filter-search_api_views_fulltext.is-search-active .views-widget {
  width: 140px;
}

.header .region-header .views-submit-button {
  display: none;
  float: left;
  width: 0;
  margin-top: -5px;
  padding: 0;
  cursor: pointer;
  transition: width .4s linear;
}

.header .region-header .views-submit-button .form-submit {
  font-size: 11px;
  font-style: italic;
  color: white;
  border: none;
  background: none;
}

.header .region-header .views-submit-button.is-search-active {
  display: inline-block;
  width: 50px;
}

.header .region-main-menu .menu {
  margin: 10px 38px 0;
  list-style: none;
}

.header .region-main-menu .menu li {
  display: inline;
  margin: 0;
  padding: 0 40px 0 0;
}

.header .region-main-menu .menu li a {
  font-size: 16px;
  padding-bottom: 5px;
  transition: all .4s linear;
  letter-spacing: 1.3px;
  color: #fff;
  border-bottom: solid 1px transparent;
}

.header .region-main-menu .menu li a:hover {
  border-color: white;
}

.header .region-main-menu .menu li a.active,
.header .region-main-menu .menu li a.active-trail {
  color: #959076;
}

.header .region-main-menu .menu li ul {
  display: none;
}

.header .container-nav-mobile {
  position: absolute;
  z-index: 501;
  top: 50px;
  right: 0;
}

.header .search-mobile {
  z-index: 300;
  top: 20px;
  right: 30px;
  display: none;
  width: 22px;
  height: 22px;
  vertical-align: top;
  text-indent: -9999em;
  color: #fff;
  border: 0;
  background-color: transparent;
  background-image: url('../images/pictos/search.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .menu-burger {
  z-index: 501;
  top: 20px;
  right: 0;
  display: none;
  width: 22px;
  height: 22px;
  padding: 0;
  vertical-align: top;
  text-indent: -9999em;
  color: #fff;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url('../images/pictos/menu.png');
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-tap-highlight-color: transparent;
}
/*
.header .menu-burger.menu-burger--is-active {
  background-image: url('../images/pictos/menu-open.png') !important;
}*/

.header .throbber {
  display: none;
}

/* Buttons */
.button {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  height: 32px;
  cursor: pointer;
  transition: all .4s linear;
  text-transform: uppercase;
  color: #b5a663;
  border: 0;
  background: none;
}

.button span {
  line-height: 1em;
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 8px;
  transition: all .4s linear;
  transition: height 0s linear;
  letter-spacing: .2em;
  background-image: url('../images/btn/btn-mid.png');
  background-repeat: repeat-x;
}

.button span:before {
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

.button span:after {
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

.button span:hover:after {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end_hover.png');
}

.button span:hover:before {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin_hover.png');
}

.button:hover {
  transition: text-shadow .4s linear;
  color: #e7d997;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

.button:hover span {
  background: url('../images/btn/btn-mid_hover.png') repeat-x;
  background-size: 1px 26px;
}

.button.btn-down-inside {
  padding-left: 20px;
}

.button.btn-down-inside.ctools-collapsible-handle img {
  margin-bottom: -26px;
  margin-left: -25px;
}

.button.btn-down-inside img {
  display: table-cell;
  width: 25px;
  height: 26px;
  margin-bottom: -26px;
  margin-left: -25px;
}

@media only screen and (max-width: 768px) {
  .button.btn-down-inside img {
    margin-bottom: -26px;
    margin-left: -23px;
  }
}

.button.btn-down-inside img.hover {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  height: 26px;
  transition: opacity .4s linear;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .button.btn-down-inside img.hover {
    margin-top: 0;
  }
}

.button.btn-down-inside:hover img.hover {
  opacity: 1;
}

.button.btn-down-inside span {
  display: table-cell;
}

.button.btn-down-inside span:before {
  left: -23px;
  width: 25px;
  transition: all .4s linear;
  background-image: none;
}

.button.btn-down-inside span:hover:before {
  left: -23px;
  width: 25px;
  transition: all .4s linear;
  background-image: none;
}

.button.btn-go {
  margin-left: 23px;
}

.button.btn-go span:before {
  left: -23px;
  width: 25px;
  transition: all .4s linear;
  background-image: url('../images/btn/btn-go.png');
  background-size: 25px 26px;
}

.button.btn-go span:hover:before {
  left: -23px;
  width: 25px;
  transition: all .4s linear;
  background-image: url('../images/btn/btn-go_hover.png');
  background-size: 25px 26px;
}

.button.button-video {
  left: 25px;
}

.button.button-video span:before {
  left: -25px;
  width: 25px;
  transition: all .4s linear;
  background-image: url('../images/btn/btn-video.png');
  background-size: 25px 26px;
}

.button.button-video span:hover:before {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-video_hover.png');
}

.button.button-download span:before {
  left: -25px;
  width: 25px;
  transition: all .4s linear;
  background-image: url('../images/btn/btn-dl-inside.png');
  background-size: 25px 26px;
}

.button.button-download span:hover:before {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-dl-inside_hover.png');
}

.page-collection-opus-series .btn-down-inside {
  padding-left: 25px;
}
/** Messages */
body #messages div.status {
  color: #959076;
  border-width: 1px;
  border-color: #959076;
  background-color: #1d1e33;
  background-image: url('../images/btn/btn-ok.png');
  background-size: 24px 24px;
}

body.wedding #messages div.status {
  color: #959076;
  background-color: #f0f1f2;
}

/** Content */
#main-wrapper .back-to-top {
  font-size: 14px;
  position: fixed;
  right: 30px;
  bottom: 0;
  display: block;
  display: none;
  width: 90px;
  margin: 0 auto 70px;
  padding-top: 25px;
  text-align: center;
  background: url('../images/bg/fleche-jewcollec-up.png') center top no-repeat;
  background-size: 22px;
}

#main-wrapper .link-back {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: 10px;
  padding-top: 1px;
  padding-left: 22px;
  transition: all .4s linear;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #959076;
  background: url('../images/btn/arrow-left.png');
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 6px 10px;
}

#main-wrapper .link-back:hover {
  color: #fff;
  background-position: 0 center;
}

#main-wrapper .link-back,
#main-wrapper .link-back:visited {
  font-family: 'Franklin';
  font-size: 10px;
  position: relative;
  z-index: 10;
  top: 10px;
  padding-top: 1px;
  padding-left: 22px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #959076;
  background-image: url('../images/btn/arrow-left@1x.png');
  background-repeat: no-repeat;
  background-position: left center;
}

#main-wrapper .link-enlarge,
#main-wrapper .link-enlarge:visited {
  font-family: 'Franklin';
  font-size: 10px;
  display: inline-block;
  height: 16px;
  padding-top: 3px;
  padding-left: 24px;
  cursor: pointer;
  text-transform: uppercase;
  color: #959076;
  background-image: url('../images/btn/add@1x.png');
  background-repeat: no-repeat;
  background-position: left center;
}

#main-wrapper .videos-close,
#main-wrapper .videos-close:visited {
  font-family: 'Franklin';
  font-size: 10px;
  display: inline-block;
  height: 16px;
  padding-top: 3px;
  padding-left: 24px;
  cursor: pointer;
  text-transform: uppercase;
  color: #959076;
  background-image: url('../images/btn/zoom-close.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}

#main-wrapper .title {
  font-size: 34px;
}

#main-wrapper .description {
  font-size: 16px;
}

#main-wrapper .line-separator {
  width: 220px;
  margin-top: 17px;
  margin-bottom: 20px;
  border: 0;
  border-top: solid 1px #4b4a4b;
}

#main-wrapper hr.line-separator {
  width: 220px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: solid 1px #4b4a4b;
}

#main-wrapper img.arrow-bottom {
  display: inline-block;
  width: 22px;
  height: 17px;
  margin-top: 50px;
  border: 0;
}

#main-wrapper .bx-wrapper .bx-pager .bx-pager-link {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  border-radius: 5;
  background-color: transparent;
  background-image: url('../images/puces/bx-pager.png');
  background-size: 12px;
}

#main-wrapper .bx-wrapper .bx-pager .bx-pager-link.active {
  background-color: transparent;
  background-image: url('../images/puces/bx-pager_active.png');
}

#main-wrapper .bx-wrapper .bx-pager .bx-pager-link:hover {
  background-color: none;
}

#main-wrapper .blurry-small {
  background: url('../images/bg/product-desc-blur.png') center center no-repeat;
}

#main-wrapper .grid-items {
  width: 100%;
  padding: 38px;
  list-style: none;
}

#main-wrapper .grid-items .grid-item {
  font-size: 22px;
  position: relative;
  float: left;
  width: 33.333%;
  height: 320px;
  margin: 0;
  padding: 10px 0;
  transition: opacity .4s ease-in-out;
  text-align: center;
}

#main-wrapper .grid-items .grid-item .grid-item-name {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  bottom: -12px;
  padding: 8px 15px 3px;
  transition: bottom .4s ease-in-out;
}

#main-wrapper .grid-items .grid-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  margin-top: 20px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

#main-wrapper .grid-items .grid-item .grid-item-description {
  font-family: 'Franklin', 'sans-serif';
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: .1em;
  color: #afafb3;
}

#main-wrapper .grid-items .grid-item .btn-discover {
  position: relative;
  bottom: -15px;
  transition: text-shadow .4s ease-in-out;
  opacity: 0;
}

#main-wrapper .grid-items .grid-item.blurry img {
    /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
    /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 12+ */
    /* IE10+ */
  background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
  background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
    /* W3C */
}

#main-wrapper .grid-items.grid-big-name .grid-item-name {
  font-size: 22px;
}

#main-wrapper .grid-items.grid-1-cols .grid-item {
  width: 100%;
  margin: 0;
}

#main-wrapper .grid-items.grid-2-cols .grid-item {
  width: 50%;
  margin: 0;
}

#main-wrapper .grid-items.grid-3-cols .grid-item {
  width: 33.33333%;
  margin: 0;
}

#main-wrapper .grid-items.grid-4-cols .grid-item {
  width: 25%;
  margin: 0;
}

#main-wrapper .grid-items:hover .grid-item {
  opacity: .5;
}

#main-wrapper .grid-items:hover .grid-item:hover {
  opacity: 1;
}

#main-wrapper .grid-items:hover .grid-item:hover .grid-item-name {
  bottom: 0;
}

#main-wrapper .grid-items:hover .grid-item:hover .grid-item-description {
  display: none;
}

#main-wrapper .grid-items:hover .grid-item:hover .btn-discover {
  bottom: 0;
  opacity: 1;
}

#main-wrapper .grid-items:after {
  display: block;
  clear: both;
  content: '';
}

.wedding #main-wrapper .blurry-small {
  background: none;
}

.wedding #main-wrapper .bx-wrapper .bx-pager .bx-pager-link.active {
  background-image: url('../images/puces/wedding_bx-pager_active.png');
}

.wedding #main-wrapper .grid-items .grid-item.blurry img {
  background: none !important;
}

.wedding #main-wrapper hr.line-separator {
  border-color: #717b80 !important;
}

.main-menu-enhanced {
  margin-top: 25px;
}

.main-menu-enhanced li {
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 15px;
  list-style: none;
}

.main-menu-enhanced li:hover a.menu-level-1.children {
  background: url('../images/bg/menu_dark_arrow.png') bottom center no-repeat;
}

.main-menu-enhanced li:hover div {
  display: block;
}

.main-menu-enhanced li:hover div.item-list {
  width: auto;
  min-width: 150px;
  height: 100%;
}

.main-menu-enhanced li:hover div .picture_area {
  width: 210px;
}

.main-menu-enhanced li:hover div .picture_area img {
  width: 100%;
  height: auto;
  margin-top: 50px;
    /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1d3159), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
    /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #1d3159 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 12+ */
    /* IE10+ */
  background: -webkit-radial-gradient(center ellipse, #1d3159 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
  background: radial-gradient(ellipse at center, #1d3159 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
    /* W3C */
}

.main-menu-enhanced li:hover div .right-push {
  position: absolute;
  top: 0;
  left: 81%;
  display: block;
  display: none;
  float: right;
  width: 200px;
  height: 100%;
  text-align: center;
  background: #0b1a35;
}

.main-menu-enhanced a.menu-level-1 {
  font-size: 16px;
  height: 57px;
  margin-right: 40px;
  padding-bottom: 30px;
  letter-spacing: .08em;
  text-transform: none;
}

.main-menu-enhanced a.menu-level-1.children:hover {
  background: url('../images/bg/menu_dark_arrow.png') bottom center no-repeat;
}

.main-menu-enhanced a.menu-level-1.active {
  color: #959076;
}

.main-menu-enhanced div.submenu {
  position: absolute;
  top: 160px;
  display: none;
  width: auto;
  min-width: 600px;
  height: auto;
  min-height: 360px;
  background-color: #06142f;
}

.main-menu-enhanced .submenu {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 600px;
}

.main-menu-enhanced .submenu.with_push {
  padding-right: 240px;
}

.main-menu-enhanced .weddings.submenu {
  background-position: top right;
  background-size: 500px;
}

.main-menu-enhanced div.company {
  background-image: url('/sites/default/files/ourcompany.jpg');
  background-size: auto 100%;
}

.main-menu-enhanced div.wedding {
  background-image: url('/sites/default/files/engagementwedding.jpg');
  background-size: auto 100%;
}

.main-menu-enhanced .item-list {
  position: relative;
  display: block;
  float: left;
  width: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 28px 25px 0 20px;
}

.main-menu-enhanced .item-list h3 {
  font-family: FranklinMed;
  font-size: 12px;
  height: 57px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ceced2;
}

.main-menu-enhanced .item-list ul {
  max-width: 210px;
}

.main-menu-enhanced .item-list li {
  display: block;
}

.main-menu-enhanced .item-list .menu-items-list {
  font-family: Franklin;
  font-size: 12px;
  line-height: 25px;
  display: block !important;
  margin: 0;
  padding: 0 !important;
  letter-spacing: .05em;
  color: #b5b5b9;
}

.main-menu-enhanced .item-list .menu-items-list a,
.main-menu-enhanced .item-list .menu-items-list a:visited,
.main-menu-enhanced .item-list .menu-items-list a:link {
  color: #b5b5b9;
}

.main-menu-enhanced .item-list .menu-items-list a:hover,
.main-menu-enhanced .item-list .menu-items-list a:active {
  color: #f5f5f9;
}

.main-menu-enhanced .item-list.jewelry-push {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 260px !important;
  margin: 0;
  text-align: center;
  background: #091835;
}

.main-menu-enhanced .item-list.jewelry-push h2 {
  font-size: 19px;
  color: #b5a663;
}

.main-menu-enhanced .item-list.jewelry-push img {
    /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1d3159), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
    /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #1d3159 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 12+ */
    /* IE10+ */
  background: -webkit-radial-gradient(center ellipse, #1d3159 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
  background: radial-gradient(ellipse at center, #1d3159 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
    /* W3C */
}

.main-menu-enhanced .item-list.timepieces-push {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 240px !important;
  margin: 0;
  text-align: center;
  background: #091835;
}

.main-menu-enhanced .item-list.timepieces-push h2 {
  font-size: 19px;
  color: #b5a663;
}

.main-menu-enhanced .item-list.timepieces-push img {
  width: 210px;
  height: auto;
}

.main-menu-enhanced .picture_area {
  width: 210px;
  min-height: 360px;
  padding-top: 21px;
}

.main-menu-enhanced .picture_area.loading {
  background: url('../images/anim_loader5_b.gif') center center no-repeat;
}

.main-menu-enhanced .item-list:nth-of-type(2) {
  border-left: solid 1px grey;
}

.i18n-ja .main-menu-enhanced #menu-1468 .submenu .item-list ul.menu-1468 li {
  font-size: 10px;
}

/** Product Zoom Frame **/
.product-zoom {
  position: fixed;
  z-index: 501;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  transition: width .3s linear;
  background: #00031f;
}

.product-zoom .zoom-close,
.product-zoom .zoom-close:visited {
  font-family: 'Franklin';
  font-size: 10px;
  position: absolute;
  z-index: 503;
  top: 10px;
  right: 10px;
  display: inline-block;
  height: 16px;
  padding-top: 3px;
  padding-left: 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: #959076;
  background-image: url('../images/btn/zoom-close.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}

.product-zoom .zoom-panel {
  position: absolute;
  z-index: 504;
  padding: 10px;
}

.product-zoom .zoom-panel .zoom-in,
.product-zoom .zoom-panel .zoom-out {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  background-image: url('../images/btn/zoom-in.png');
  background-size: 100%;
}

.product-zoom .zoom-panel .zoom-out {
  background-image: url('../images/btn/zoom-out.png');
}

.product-zoom #product-zoom-picture {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.product-zoom #product-zoom-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.product-zoom #product-zoom-picture.loading {
  background: url('../images/anim_loader1a.gif') center center no-repeat;
}

h2.title-jewelry,
h2.title-timepieces {
  font-size: inherit;
}

.node-type-jewelry-products .zoomContainer {
  z-index: 501;
  background: #00031f;
}

.wedding .product-zoom {
  background: #f0f1f2;
}

.wedding .product-zoom #product-zoom-picture.loading {
  background: url('../images/anim_loader5_c.gif') center center no-repeat;
}

.wedding .node-type-jewelry-products .zoomContainer {
  background: #f0f1f2;
}

.disabled-form .popin-webform-ja .button,
.disabled-form .popin-webform-ja .close {
  display: none;
}

.disabled-form #content {
  position: relative;
}

.disabled-form #content:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #00051f;
  background-color: rgba(0, 5, 31, .88);
}

.popin-webform-ja {
  font-size: 14px;
  position: fixed;
  z-index: 490;
  top: 50%;
  left: 50%;
  width: 560px;
  margin-top: -110px;
  margin-left: -280px;
  padding: 30px 20px;
  background: #06142f;
}

.popin-webform-ja.hidden {
  display: none;
}

.popin-webform-ja h2 {
  margin-bottom: 16px;
  text-align: center;
}

.popin-webform-ja .close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  background: url('../images/btn/zoom-close.png');
  background-size: 100%;
}

/** store locator */
.page-salon-locations {
  margin-bottom: 21px;
  background-image: url('../images/bg/background-page/back-locator-home.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.page-salon-locations h1 {
  font-size: 34px;
  margin-top: 50px;
  text-align: center;
  letter-spacing: .08em;
}

.page-salon-locations #main-wrapper .back-to-top {
  display: none !important;
}

.page-salon-locations #location-form-selects {
  position: relative;
  margin-top: 30px;
}

.page-salon-locations #location-form-selects:after {
  display: block;
  clear: both;
  content: '';
}

.page-salon-locations #location-form-container.loading .container-form-actions {
  position: relative;
}

.page-salon-locations #location-form-container.loading .container-form-actions:after {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  content: '';
  background: #00031f;
  background-image: url('../images/anim_loader1a.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
}

.page-salon-locations .ajax-progress-throbber {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  text-align: center;
}

.page-salon-locations .ajax-progress-throbber .message,
.page-salon-locations .ajax-progress-throbber .throbber {
  display: none;
}

.page-salon-locations .locator-col-left .ajax-progress-throbber {
  display: none;
}

.page-salon-locations #main-wrapper {
  margin: 0 auto;
}

.page-salon-locations #main-wrapper:after {
  display: block;
  clear: both;
  content: '';
}

.page-salon-locations #pos-mapping-form {
  position: relative;
}

.page-salon-locations #pos-mapping-form label {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  float: left;
  width: 25%;
  padding-top: 10px;
  text-align: left;
  text-transform: uppercase;
  color: #959076;
}

.page-salon-locations #pos-mapping-form select,
.page-salon-locations #pos-mapping-form .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox .page-salon-locations #pos-mapping-form .select-title,
.page-salon-locations #pos-mapping-form
    form .select-checkbox .select-title,
form .select-checkbox .page-salon-locations #pos-mapping-form .select-title {
  font-size: 13px;
  float: left;
  width: calc(75% - 10px);
  margin: 0 0 0 10px;
  padding-left: 10px;
  text-transform: uppercase;
}

.page-salon-locations #pos-mapping-form .form-disabled label,
.page-salon-locations #pos-mapping-form .form-disabled select,
.page-salon-locations #pos-mapping-form .form-disabled .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox
    .page-salon-locations #pos-mapping-form .form-disabled .select-title,
.page-salon-locations #pos-mapping-form .form-disabled
    form .select-checkbox .select-title,
form .select-checkbox
    .page-salon-locations #pos-mapping-form .form-disabled .select-title {
  opacity: .2;
}

.page-salon-locations #pos-mapping-form .form-checkboxes .form-item,
.page-salon-locations #pos-mapping-form .form-checkboxes label {
  width: auto;
}

.page-salon-locations #pos-mapping-form .form-actions {
  line-height: 26px;
  margin-right: 5px;
  margin-left: 5px;
}

.page-salon-locations-locations {
  margin-bottom: 21px;
  background-image: url('../images/bg/background-page/back-locator.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.page-salon-locations-locations .locator-col-left {
  float: left;
  width: 50%;
  padding-right: 3%;
}

.page-salon-locations-locations #pos-list-view {
  min-height: 250px;
  margin-bottom: 90px;
}

.page-salon-locations-locations #pos-select-form #location-form-selects {
  text-align: right;
}

@media screen and (min-width: 1280px) {
  .page-salon-locations-locations #pos-select-form #location-form-selects .form-item {
    font-size: initial;
    display: inline-block;
  }

  .page-salon-locations-locations #pos-select-form #location-form-selects .form-item label {
    display: inline-block;
    float: unset;
    width: unset;
    padding-top: 0;
    vertical-align: middle;
    white-space: nowrap;
  }

  .page-salon-locations-locations #pos-select-form #location-form-selects .form-item select,
    .page-salon-locations-locations #pos-select-form #location-form-selects .form-item .webform-client-form .select-checkbox .select-title,
    .webform-client-form .select-checkbox .page-salon-locations-locations #pos-select-form #location-form-selects .form-item .select-title,
    .page-salon-locations-locations #pos-select-form #location-form-selects .form-item
    form .select-checkbox .select-title,
    form .select-checkbox .page-salon-locations-locations #pos-select-form #location-form-selects .form-item .select-title {
    display: inline-block;
    float: unset;
    width: 50%;
    margin: 0;
    vertical-align: middle;
  }

  .page-salon-locations-locations #pos-select-form #location-form-selects .form-item.form-item-region {
    text-align: left;
  }

  .page-salon-locations-locations #pos-select-form #location-form-selects .form-item.form-item-country {
    text-align: center;
  }

  .page-salon-locations-locations #pos-select-form #location-form-selects .form-item.form-item-city {
    text-align: right;
  }
}

.page-salon-locations-locations #pos-select-form .form-wrapper {
  font-size: 0;
  position: relative;
  padding-left: 5px;
}

.page-salon-locations-locations #pos-select-form .form-wrapper:after {
  display: block;
  float: none;
  clear: both;
  height: 0;
  content: '';
}

.page-salon-locations-locations #pos-select-form .form-item {
  font-size: initial;
  display: inline-block;
  width: 33%;
}

.page-salon-locations-locations #pos-select-form .form-disabled label,
.page-salon-locations-locations #pos-select-form .form-disabled select,
.page-salon-locations-locations #pos-select-form .form-disabled .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox
  .page-salon-locations-locations #pos-select-form .form-disabled .select-title,
.page-salon-locations-locations #pos-select-form .form-disabled
  form .select-checkbox .select-title,
form .select-checkbox
  .page-salon-locations-locations #pos-select-form .form-disabled .select-title {
  opacity: .2;
}

.page-salon-locations-locations #pos-select-form .container-form-actions {
  width: 100%;
  text-align: center;
}

.page-salon-locations-locations #pos-select-form .select-arrow {
  left: 70px;
}

.page-salon-locations-locations #pos-select-form .form-form {
  text-align: center;
}

.page-salon-locations-locations #pos-select-form .button-locator-submit {
  margin-top: 13px;
}

.page-salon-locations-locations #pos-select-form #pos-type-form-container {
  display: none;
  float: left;
  padding-left: 12px;
}

.page-salon-locations-locations #pos-select-form #pos-type-form-container + .container-form-actions {
  float: right;
}

.page-salon-locations-locations #pos-select-form #edit-pos-type-container {
  min-width: 0 !important;
  padding: 10px 0;
}

.page-salon-locations-locations #pos-select-form #edit-pos-type-container:after {
  display: block;
  float: none;
  clear: both;
  height: 0;
  content: '';
}

.page-salon-locations-locations #pos-select-form #edit-pos-type-container label {
  padding-top: 1px;
}

.page-salon-locations-locations #pos-select-form #edit-pos-type-container .form-item + .form-item label {
  margin-left: 15px;
}

@media (max-width: 326px) {
  .page-salon-locations-locations #pos-select-form #edit-pos-type-container .form-item + .form-item label {
    margin-left: 0;
  }
}

.page-salon-locations-locations #pos-gmap-view {
  float: right;
  width: 50%;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 6px;
  border: solid 1px #313c59;
}

.page-salon-locations-locations .gmap-popup {
  color: #00031f;
}

.page-salon-locations-locations .view-pos-gmap-view {
  width: 100%;
  height: 100%;
}

.page-salon-locations-locations .SearchResult {
  margin-top: 17px;
}

.page-salon-locations-locations .SearchResult .scrollbar {
  position: relative;
  z-index: 350;
  right: 12px;
  float: right;
  width: 13px;
  background: transparent url('../images/bg/locator-scroll-back.png') no-repeat 0 0;
  background-position: 0 0;
}

.page-salon-locations-locations .SearchResult .track {
  position: relative;
  width: 13px;
  height: 100%;
  padding: 0 1px;
  background: transparent url('../images/bg/locator-scroll-back.png') repeat-y 0 100%;
}

.page-salon-locations-locations .SearchResult .thumb {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: transparent url('../images/btn/locator-search-cursor.png') no-repeat 50% 100%;
}

.page-salon-locations-locations .SearchResult .thumb .end {
  display: none;
}

.page-salon-locations-locations .SearchResult .cursor {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.page-salon-locations-locations .SearchResult .disable {
  display: none;
}

.page-salon-locations-locations .SearchResult .overview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 327px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-salon-locations-locations .SearchResult .viewport {
  position: relative;
  overflow: hidden;
  height: 327px;
}

.page-salon-locations-locations .SearchResult .noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
}

.page-salon-locations-locations .onglets {
  display: none;
}

.page-salon-locations-locations .SearchResult {
  overflow: auto;
  max-height: 350px;
}

.page-salon-locations-locations .SearchResult .search-result-item {
  position: relative;
  margin-bottom: 1px;
  padding: 23px 17px 16px 34px;
  cursor: pointer;
  background-image: url('../images/bg/locator-result-back.png');
  background-size: 100% 100%;
}

.page-salon-locations-locations .SearchResult .search-result-item .col-left {
  float: left;
  width: 65%;
  min-height: 10px;
}

.page-salon-locations-locations .SearchResult .search-result-item .col-right {
  float: right;
  width: 25%;
  margin-left: 15px;
}

.page-salon-locations-locations .SearchResult .search-result-icon {
  position: absolute;
  top: 2px;
  left: -7px;
  display: block;
  width: 48px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 48px 53px;
}

.page-salon-locations-locations .SearchResult .search-result-icon.retailer {
  background-image: url('../images/pictos/MAP-2@1x.png');
}

.page-salon-locations-locations .SearchResult .search-result-icon.salon {
  background-image: url('../images/pictos/MAP-1@1x.png');
}

.page-salon-locations-locations .SearchResult .result-item-name {
  font-size: 16px;
  margin-bottom: 4px;
}

.page-salon-locations-locations .SearchResult .result-item-address,
.page-salon-locations-locations .SearchResult .result-item-email,
.page-salon-locations-locations .SearchResult .result-item-phone {
  font-family: 'Franklin', sans-serif;
  font-size: 10px;
  margin-bottom: 5px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #959076;
}

.page-salon-locations-locations .SearchResult .result-item-phone {
  white-space: nowrap;
}

.page-salon-locations-locations .SearchResult .button-locator-call,
.page-salon-locations-locations .SearchResult .button-locator-directions,
.page-salon-locations-locations .SearchResult .button-locator-mail,
.page-salon-locations-locations .SearchResult .result-item-actions,
.page-salon-locations-locations .SearchResult .result-item-distance,
.page-salon-locations-locations .SearchResult .result-item-email,
.page-salon-locations-locations .SearchResult .result-item-schedule {
  display: none;
}

.page-salon-locations-locations .SearchResult .result-item-schedule {
  font-family: Franklin;
  font-size: 10px;
  margin: 18px 0;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.page-salon-locations-locations .SearchResult .schedule-day {
  margin-top: 2px;
}

.page-salon-locations-locations .SearchResult .button-locator-schedule {
  margin-top: 22px;
}

.page-salon-locations-locations .SearchResult .result-item-actions,
.page-salon-locations-locations .SearchResult .result-item-email,
.page-salon-locations-locations .SearchResult .result-item-schedule {
  display: block;
}

.page-salon-locations-locations .mCS-hw .mCSB_dragger {
  width: 13px;
  height: 20px;
  margin-left: 1px;
  background: transparent url('../images/btn/locator-search-cursor.png') no-repeat 50% 100%;
}

.page-salon-locations-locations .mCS-hw .mCSB_dragger .mCSB_dragger_bar {
  width: 13px;
  height: 20px;
  background: transparent !important;
}

.page-salon-locations-locations .mCS-hw .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #00031f;
}

.page-salon-locations-locations .mCS-hw .mCSB_container {
  margin: 0;
}

/** webform */
html.js input.webform-calendar {
  float: left;
  margin-right: 15px;
}

.webform-client-form label,
form label {
  font-size: 16px;
  margin-right: 0;
  letter-spacing: 0;
  color: white;
}

.webform-client-form .col-2,
form .col-2 {
  float: left;
  width: 50%;
}

.webform-client-form .select-checkbox,
form .select-checkbox {
  position: relative;
  display: inline-block;
  width: 80%;
  margin: 10px 0;
}

.webform-client-form .select-checkbox .select-title,
form .select-checkbox .select-title {
  line-height: 26px;
  display: block;
  width: 100%;
  padding: 5px 35px 5px 15px;
  text-transform: uppercase;
}

.webform-client-form .select-checkbox .form-checkboxes,
form .select-checkbox .form-checkboxes {
  position: absolute;
  z-index: 100;
  display: none;
  width: 100%;
  padding: 5px;
  text-align: left;
  border: 1px solid #fff;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background-color: #131d36;
}

.webform-client-form .select-checkbox.open .select-title,
form .select-checkbox.open .select-title {
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.webform-client-form .select-checkbox.open .icon-select,
form .select-checkbox.open .icon-select {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.webform-client-form input:-webkit-autofill,
.webform-client-form input:-webkit-autofill:hover,
.webform-client-form input:-webkit-autofill:focus input:-webkit-autofill,
.webform-client-form textarea:-webkit-autofill,
.webform-client-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.webform-client-form select:-webkit-autofill,
.webform-client-form .select-checkbox .select-title:-webkit-autofill,
form .select-checkbox
.webform-client-form .select-title:-webkit-autofill,
.webform-client-form select:-webkit-autofill:hover,
.webform-client-form .select-checkbox .select-title:-webkit-autofill:hover,
form .select-checkbox
.webform-client-form .select-title:-webkit-autofill:hover,
.webform-client-form select:-webkit-autofill:focus,
.webform-client-form .select-checkbox .select-title:-webkit-autofill:focus,
form .select-checkbox
.webform-client-form .select-title:-webkit-autofill:focus,
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus input:-webkit-autofill,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
.webform-client-form .select-checkbox
form .select-title:-webkit-autofill,
form .select-checkbox .select-title:-webkit-autofill,
form select:-webkit-autofill:hover,
.webform-client-form .select-checkbox
form .select-title:-webkit-autofill:hover,
form .select-checkbox .select-title:-webkit-autofill:hover,
form select:-webkit-autofill:focus,
.webform-client-form .select-checkbox
form .select-title:-webkit-autofill:focus,
form .select-checkbox .select-title:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  color: #959076 !important;
  -webkit-box-shadow: 0 0 0 1000px #141f39 inset;
  -webkit-text-fill-color: #959076 !important;
}

.webform-client-form input[type='email'],
.webform-client-form input[type='text'],
.webform-client-form select,
.webform-client-form .select-checkbox .select-title,
form .select-checkbox
.webform-client-form .select-title,
.webform-client-form textarea,
form input[type='email'],
form input[type='text'],
form select,
form .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox
form .select-title,
form .select-checkbox .select-title,
form textarea {
  border: 1px solid transparent;
}

.webform-client-form input[type='email']:focus,
.webform-client-form input[type='text']:focus,
.webform-client-form select:focus,
.webform-client-form .select-checkbox .select-title:focus,
form .select-checkbox
  .webform-client-form .select-title:focus,
.webform-client-form textarea:focus,
form input[type='email']:focus,
form input[type='text']:focus,
form select:focus,
.webform-client-form .select-checkbox
  form .select-title:focus,
form .select-checkbox .select-title:focus,
form textarea:focus {
  border-color: #37d;
}

.webform-client-form fieldset,
form fieldset {
  border: none;
}

.webform-client-form fieldset.webform-container-inline,
form fieldset.webform-container-inline {
  width: 100%;
}

.webform-client-form fieldset.webform-container-inline legend,
form fieldset.webform-container-inline legend {
  position: absolute;
  left: -9999px;
}

.webform-client-form .webform-container-inline.webform-component-checkboxes label,
form .webform-container-inline.webform-component-checkboxes label {
  margin-right: 15px;
}

.webform-client-form .webform-container-inline.webform-component-checkboxes .form-item + .webform-client-form .webform-container-inline.webform-component-checkboxes .form-item,
form .webform-container-inline.webform-component-checkboxes .form-item + .webform-client-form .webform-container-inline.webform-component-checkboxes .form-item,
.webform-client-form .webform-container-inline.webform-component-checkboxes .form-item + form .webform-container-inline.webform-component-checkboxes .form-item,
form .webform-container-inline.webform-component-checkboxes .form-item + form .webform-container-inline.webform-component-checkboxes .form-item {
  margin-left: 15px;
}

.webform-client-form .webform-container-inline div,
.webform-client-form .webform-container-inline div.form-item,
form .webform-container-inline div,
form .webform-container-inline div.form-item {
  display: inline-block;
  vertical-align: middle;
}

.webform-client-form .calendar-field-wrapper,
form .calendar-field-wrapper {
  position: relative;
}

.webform-client-form .calendar-field-wrapper .ui-datepicker-trigger,
form .calendar-field-wrapper .ui-datepicker-trigger {
  position: absolute;
  top: 2px;
  right: 26px;
}

.webform-client-form .calendar-field-wrapper .ui-datepicker-trigger,
.webform-client-form .calendar-field-wrapper .calendar-field,
form .calendar-field-wrapper .ui-datepicker-trigger,
form .calendar-field-wrapper .calendar-field {
  cursor: default;
}

.webform-client-form .disable-field:disabled,
form .disable-field:disabled {
  opacity: .5;
}

.webform-client-form .hide,
form .hide {
  display: none;
}

.webform-client-form .webform-component-textfield,
.webform-client-form .webform-component-select,
form .webform-component-textfield,
form .webform-component-select {
  float: left;
}

.webform-client-form .webform-component-textfield label,
.webform-client-form .webform-component-select label,
form .webform-component-textfield label,
form .webform-component-select label {
  display: inline-block;
  width: 120px;
}

.webform-client-form .webform-component-email,
form .webform-component-email {
  display: block;
  float: left;
  clear: both;
  width: auto;
}

.webform-client-form .webform-component-email label,
form .webform-component-email label {
  display: inline-block;
  width: 120px;
}

.webform-client-form .webform-component-fieldset,
form .webform-component-fieldset {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

.webform-client-form .webform-component-fieldset legend,
form .webform-component-fieldset legend {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.webform-client-form .webform-component-select select,
.webform-client-form .webform-component-select .select-checkbox .select-title,
.webform-client-form .select-checkbox .webform-component-select .select-title,
form .select-checkbox .webform-client-form .webform-component-select .select-title,
form .webform-component-select select,
.webform-client-form .select-checkbox
form .webform-component-select .select-title,
form .webform-component-select .select-checkbox .select-title,
form .select-checkbox .webform-component-select .select-title {
  width: 200px;
  margin-right: 20px;
}

.webform-client-form .form-item,
form .form-item {
  margin: 10px 0;
}

.webform-client-form .webform-component-checkboxes,
form .webform-component-checkboxes {
  float: left;
  width: 100%;
  margin: 8px 0;
}

.webform-client-form .webform-component-checkboxes label,
form .webform-component-checkboxes label {
  letter-spacing: 1.9px;
}

.webform-client-form .webform-component-checkboxes .form-item,
form .webform-component-checkboxes .form-item {
  margin: 0;
}

.webform-client-form .webform-component--required-fields,
.webform-client-form .webform-component--fields--required-fields,
form .webform-component--required-fields,
form .webform-component--fields--required-fields {
  font-size: 12px;
  position: absolute;
  right: 100px;
  bottom: 10px;
  opacity: .5;
}

.webform-client-form .webform-component--required-fields p,
.webform-client-form .webform-component--fields--required-fields p,
form .webform-component--required-fields p,
form .webform-component--fields--required-fields p {
  font-size: 12px;
}

.webform-client-form .webform-component--required-fields p:first-letter,
.webform-client-form .webform-component--fields--required-fields p:first-letter,
form .webform-component--required-fields p:first-letter,
form .webform-component--fields--required-fields p:first-letter {
  font-size: 12px;
}

.webform-client-form .form-text,
form .form-text {
  width: 200px;
  height: 35px;
  margin-right: 20px;
  padding-left: 10px;
  color: #959076;
  border: none;
  border-radius: 5px;
  background-color: rgba(38, 54, 77, .5);
}

.webform-client-form .form-text:focus,
form .form-text:focus {
  background-color: #26364d;
}

.webform-client-form .form-textarea,
form .form-textarea {
  font-size: 13px;
  width: 600px;
  height: 100px;
  margin-right: 20px;
  padding-left: 10px;
  resize: none;
  color: #959076;
  border-radius: 5px;
  background-color: rgba(38, 54, 77, .5);
}

.webform-client-form .form-type-radio,
form .form-type-radio {
  display: inline;
}

.webform-client-form input[type='radio']:checked,
.webform-client-form input[type='radio']:not(:checked),
.webform-client-form input[type='checkbox']:checked,
.webform-client-form input[type='checkbox']:not(:checked),
form input[type='radio']:checked,
form input[type='radio']:not(:checked),
form input[type='checkbox']:checked,
form input[type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.webform-client-form input[type='radio']:checked:focus + label:before,
.webform-client-form input[type='radio']:not(:checked):focus + label:before,
.webform-client-form input[type='checkbox']:checked:focus + label:before,
.webform-client-form input[type='checkbox']:not(:checked):focus + label:before,
form input[type='radio']:checked:focus + label:before,
form input[type='radio']:not(:checked):focus + label:before,
form input[type='checkbox']:checked:focus + label:before,
form input[type='checkbox']:not(:checked):focus + label:before {
  border-color: #37d;
}

.webform-client-form input[type='radio']:checked + label,
.webform-client-form input[type='radio']:not(:checked) + label,
form input[type='radio']:checked + label,
form input[type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.webform-client-form input[type='radio']:checked + label:before,
.webform-client-form input[type='radio']:not(:checked) + label:before,
form input[type='radio']:checked + label:before,
form input[type='radio']:not(:checked) + label:before {
  position: absolute;
  top: 3px;
  left: 10px;
  width: 10px;
  height: 10px;
  content: '';
  border: 1px solid #ececec;
  border-radius: 50px;
  background-color: rgba(38, 54, 77, .5);
}

.webform-client-form input[type='radio']:checked + label:after,
.webform-client-form input[type='radio']:not(:checked) + label:after,
form input[type='radio']:checked + label:after,
form input[type='radio']:not(:checked) + label:after {
  position: absolute;
  top: 6px;
  left: 13px;
  width: 6px;
  height: 6px;
  content: '';
  transition: all .2s;
  border-radius: 50px;
  background-color: #ececec;
}

.webform-client-form input[type='radio']:not(:checked) + label:after,
form input[type='radio']:not(:checked) + label:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.webform-client-form input[type='radio']:checked + label:after,
form input[type='radio']:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.webform-client-form input[type='checkbox']:checked + label,
.webform-client-form input[type='checkbox']:not(:checked) + label,
form input[type='checkbox']:checked + label,
form input[type='checkbox']:not(:checked) + label {
  line-height: 25px;
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
}

.webform-client-form input[type='checkbox']:checked + label:before,
.webform-client-form input[type='checkbox']:not(:checked) + label:before,
form input[type='checkbox']:checked + label:before,
form input[type='checkbox']:not(:checked) + label:before {
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  content: '';
  border: 1px solid #ececec;
  border-radius: 3px;
  background-color: rgba(38, 54, 77, .5);
}

.webform-client-form input[type='checkbox']:checked + label:after,
.webform-client-form input[type='checkbox']:not(:checked) + label:after,
form input[type='checkbox']:checked + label:after,
form input[type='checkbox']:not(:checked) + label:after {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  content: '✓';
  transition: all .2s;
  text-align: center;
  color: #ececec;
}

.webform-client-form input[type='checkbox']:not(:checked) + label:after,
form input[type='checkbox']:not(:checked) + label:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.webform-client-form input[type='checkbox']:checked + label:after,
form input[type='checkbox']:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.webform-client-form .form-required,
form .form-required {
  color: #959076;
}

.webform-client-form .privacy-link,
form .privacy-link {
  text-decoration: none;
  color: #959076;
}

.webform-client-form .privacy-link:hover,
form .privacy-link:hover {
  text-decoration: underline;
}

.webform-client-form .form-actions,
form .form-actions {
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 0 7px;
  cursor: pointer;
  transition: all .4s linear;
  transition: all .4s linear;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #959076;
  border: 0;
  border: none;
  background-color: transparent;
  background-image: url('../images/btn/btn-mid.png');
  background-repeat: repeat-x;
}

.webform-client-form .form-actions:before,
form .form-actions:before {
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

.webform-client-form .form-actions:after,
form .form-actions:after {
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

.webform-client-form .form-actions:hover:after,
form .form-actions:hover:after {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end_hover.png');
}

.webform-client-form .form-actions:hover:before,
form .form-actions:hover:before {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin_hover.png');
}

.webform-client-form .form-actions input[type='submit'],
form .form-actions input[type='submit'] {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  font-weight: normal;
  line-height: 25px;
  cursor: pointer;
  text-transform: uppercase;
  color: #959076;
  border: none;
  background-color: transparent;
}

.webform-client-form .form-actions input[type='submit']:hover,
form .form-actions input[type='submit']:hover {
  transition: all .4s linear;
  color: #b8b39a;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

.webform-client-form .form-actions:hover,
form .form-actions:hover {
  transition: all .4s linear;
  color: #b8b39a;
  background: url('../images/btn/btn-mid_hover.png') repeat-x;
  background-size: 1px 26px;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

.appointment-webform .form-text {
  width: 235px;
}

.appointment-webform .webform-component-select select,
.appointment-webform .webform-component-select .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox .appointment-webform .webform-component-select .select-title,
.appointment-webform .webform-component-select
form .select-checkbox .select-title,
form .select-checkbox .appointment-webform .webform-component-select .select-title {
  width: 235px;
}

.appointment-webform .webform-component--notice p {
  padding-right: 25px;
}

.webform-header {
  text-align: center;
}

.webform-header .hidden {
  display: none;
}

.webform-header .node-description {
  font-size: 16px;
}

.schedule.webform-catalogs {
  max-width: 980px;
  margin: auto;
}

.schedule.webform-catalogs .webform-component-fieldset {
  float: none;
}

.schedule.webform-catalogs .webform-component-email {
  width: 50%;
}

.schedule.webform-catalogs .form-text {
  width: calc(100% - 150px);
}

.schedule.webform-catalogs .form-actions {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.schedule.webform-catalogs .container-catalog {
  margin-bottom: 20px;
  text-align: center;
}

.schedule.webform-catalogs .container-catalog .select-title {
  font-size: 16px;
  padding-right: 5px;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  background-image: none;
}

.schedule.webform-catalogs .container-catalog .select-title .icon-select {
  display: inline-block;
  float: right;
  width: 20px;
  height: 22px;
  background: url(../images/btn/circle-down@1x.png) no-repeat center center;
}

.schedule.webform-catalogs .catalog-title {
  font-size: 18px;
  margin: 5px 0;
}

@media (max-width: 991px) {
  .schedule.webform-catalogs .form-item {
    margin-top: 15px;
  }

  .schedule.webform-catalogs .col-left {
    width: 60%;
  }

  .schedule.webform-catalogs .col-right {
    width: 40%;
    padding: 0;
  }

  .schedule.webform-catalogs label,
    .schedule.webform-catalogs input,
    .schedule.webform-catalogs .form-text,
    .schedule.webform-catalogs .webform-component-email {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .schedule.webform-catalogs .col-left,
    .schedule.webform-catalogs .col-right {
    width: 100%;
    padding: 0;
  }

  .schedule.webform-catalogs .preview {
    display: none;
  }

  .schedule.webform-catalogs .container-catalog {
    float: none;
    width: 100%;
    margin: 0;
  }

  .schedule.webform-catalogs .catalog-title {
	font-family: 'WilliamsCaslonText';
    font-size: inherit;
    font-size: 15px;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 25px 10px 5px;
    cursor: pointer;
    white-space: normal;
    text-transform: uppercase;
    color: #959075;
    border-radius: 0;
    background-color: #26364d;
    background-color: rgba(38, 54, 77, .5);
  }

  .schedule.webform-catalogs .catalog-title .icon-select {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/btn/circle-down@1x.png) no-repeat center center;
  }

  .schedule.webform-catalogs .catalog-title.open {
    color: #fff;
  }

  .schedule.webform-catalogs .catalog-title.open .icon-select {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }

  .schedule.webform-catalogs .select-checkbox {
    display: block;
    width: 100%;
    margin: 0;
  }

  .schedule.webform-catalogs .select-checkbox .select-title {
    display: none;
  }

  .schedule.webform-catalogs .select-checkbox .form-checkboxes {
    position: relative;
    border: 0;
  }

  .schedule.webform-catalogs .select-checkbox .form-checkboxes .form-item {
    max-width: 200px;
    margin: 15px auto;
  }
}

.i18n-ja .webform-client-form .webform-component-email label,
.i18n-ja .webform-client-form .webform-component-select label {
  font-size: 16px;
  width: 120px;
}

.i18n-ja-hack.page-node-3006 .webform-client-form label,
.i18n-ja-hack.page-node-3006 form label,
.i18n-ja-hack.page-node-3559 .webform-client-form label,
.i18n-ja-hack.page-node-3559 form label {
  display: block;
  width: 100%;
}

.i18n-ja-hack.page-node-3006 .webform-client-form label.element-invisible,
.i18n-ja-hack.page-node-3006 form label.element-invisible,
.i18n-ja-hack.page-node-3559 .webform-client-form label.element-invisible,
.i18n-ja-hack.page-node-3559 form label.element-invisible {
  display: none;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .form-text,
.i18n-ja-hack.page-node-3006 form .form-text,
.i18n-ja-hack.page-node-3559 .webform-client-form .form-text,
.i18n-ja-hack.page-node-3559 form .form-text {
  width: 100%;
  margin: 5px 0 0;
}

.i18n-ja-hack.page-node-3006 .webform-client-form select,
.i18n-ja-hack.page-node-3006 .webform-client-form .select-checkbox .select-title,
form .select-checkbox .i18n-ja-hack.page-node-3006 .webform-client-form .select-title,
.i18n-ja-hack.page-node-3006 form select,
.webform-client-form .select-checkbox
.i18n-ja-hack.page-node-3006 form .select-title,
.i18n-ja-hack.page-node-3006 form .select-checkbox .select-title,
.i18n-ja-hack.page-node-3559 .webform-client-form select,
.i18n-ja-hack.page-node-3559 .webform-client-form .select-checkbox .select-title,
form .select-checkbox .i18n-ja-hack.page-node-3559 .webform-client-form .select-title,
.i18n-ja-hack.page-node-3559 form select,
.webform-client-form .select-checkbox
.i18n-ja-hack.page-node-3559 form .select-title,
.i18n-ja-hack.page-node-3559 form .select-checkbox .select-title {
  margin: 5px 0 0;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component--zip-code-container:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-email:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-fieldset:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-radios:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-select:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-textfield:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 form .webform-component--zip-code-container:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 form .webform-component-email:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 form .webform-component-fieldset:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 form .webform-component-radios:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 form .webform-component-select:not(.webform-component--gender),
.i18n-ja-hack.page-node-3006 form .webform-component-textfield:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component--zip-code-container:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-email:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-fieldset:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-radios:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-select:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-textfield:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 form .webform-component--zip-code-container:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 form .webform-component-email:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 form .webform-component-fieldset:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 form .webform-component-radios:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 form .webform-component-select:not(.webform-component--gender),
.i18n-ja-hack.page-node-3559 form .webform-component-textfield:not(.webform-component--gender) {
  float: left;
  width: 50%;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component--zip-code-container.full-item,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-email.full-item,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-fieldset.full-item,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-radios.full-item,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-select.full-item,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-textfield.full-item,
.i18n-ja-hack.page-node-3006 form .webform-component--zip-code-container.full-item,
.i18n-ja-hack.page-node-3006 form .webform-component-email.full-item,
.i18n-ja-hack.page-node-3006 form .webform-component-fieldset.full-item,
.i18n-ja-hack.page-node-3006 form .webform-component-radios.full-item,
.i18n-ja-hack.page-node-3006 form .webform-component-select.full-item,
.i18n-ja-hack.page-node-3006 form .webform-component-textfield.full-item,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component--zip-code-container.full-item,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-email.full-item,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-fieldset.full-item,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-radios.full-item,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-select.full-item,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-textfield.full-item,
.i18n-ja-hack.page-node-3559 form .webform-component--zip-code-container.full-item,
.i18n-ja-hack.page-node-3559 form .webform-component-email.full-item,
.i18n-ja-hack.page-node-3559 form .webform-component-fieldset.full-item,
.i18n-ja-hack.page-node-3559 form .webform-component-radios.full-item,
.i18n-ja-hack.page-node-3559 form .webform-component-select.full-item,
.i18n-ja-hack.page-node-3559 form .webform-component-textfield.full-item {
  width: 100% !important;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component--zip-code-container.full-item .form-text,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-email.full-item .form-text,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-fieldset.full-item .form-text,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-radios.full-item .form-text,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-select.full-item .form-text,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-textfield.full-item .form-text,
.i18n-ja-hack.page-node-3006 form .webform-component--zip-code-container.full-item .form-text,
.i18n-ja-hack.page-node-3006 form .webform-component-email.full-item .form-text,
.i18n-ja-hack.page-node-3006 form .webform-component-fieldset.full-item .form-text,
.i18n-ja-hack.page-node-3006 form .webform-component-radios.full-item .form-text,
.i18n-ja-hack.page-node-3006 form .webform-component-select.full-item .form-text,
.i18n-ja-hack.page-node-3006 form .webform-component-textfield.full-item .form-text,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component--zip-code-container.full-item .form-text,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-email.full-item .form-text,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-fieldset.full-item .form-text,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-radios.full-item .form-text,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-select.full-item .form-text,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-textfield.full-item .form-text,
.i18n-ja-hack.page-node-3559 form .webform-component--zip-code-container.full-item .form-text,
.i18n-ja-hack.page-node-3559 form .webform-component-email.full-item .form-text,
.i18n-ja-hack.page-node-3559 form .webform-component-fieldset.full-item .form-text,
.i18n-ja-hack.page-node-3559 form .webform-component-radios.full-item .form-text,
.i18n-ja-hack.page-node-3559 form .webform-component-select.full-item .form-text,
.i18n-ja-hack.page-node-3559 form .webform-component-textfield.full-item .form-text {
  width: 47%;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component--zip-code-container.full-item label,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-email.full-item label,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-fieldset.full-item label,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-radios.full-item label,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-select.full-item label,
.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-textfield.full-item label,
.i18n-ja-hack.page-node-3006 form .webform-component--zip-code-container.full-item label,
.i18n-ja-hack.page-node-3006 form .webform-component-email.full-item label,
.i18n-ja-hack.page-node-3006 form .webform-component-fieldset.full-item label,
.i18n-ja-hack.page-node-3006 form .webform-component-radios.full-item label,
.i18n-ja-hack.page-node-3006 form .webform-component-select.full-item label,
.i18n-ja-hack.page-node-3006 form .webform-component-textfield.full-item label,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component--zip-code-container.full-item label,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-email.full-item label,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-fieldset.full-item label,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-radios.full-item label,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-select.full-item label,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-textfield.full-item label,
.i18n-ja-hack.page-node-3559 form .webform-component--zip-code-container.full-item label,
.i18n-ja-hack.page-node-3559 form .webform-component-email.full-item label,
.i18n-ja-hack.page-node-3559 form .webform-component-fieldset.full-item label,
.i18n-ja-hack.page-node-3559 form .webform-component-radios.full-item label,
.i18n-ja-hack.page-node-3559 form .webform-component-select.full-item label,
.i18n-ja-hack.page-node-3559 form .webform-component-textfield.full-item label {
  display: block;
  width: 100%;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component--zip-code-container--zip-code-b,
.i18n-ja-hack.page-node-3006 form .webform-component--zip-code-container--zip-code-b,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component--zip-code-container--zip-code-b,
.i18n-ja-hack.page-node-3559 form .webform-component--zip-code-container--zip-code-b {
  padding-left: 25px;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component--language,
.i18n-ja-hack.page-node-3006 form .webform-component--language,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component--language,
.i18n-ja-hack.page-node-3559 form .webform-component--language {
  width: 100%;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .form-type-radio,
.i18n-ja-hack.page-node-3006 form .form-type-radio,
.i18n-ja-hack.page-node-3559 .webform-client-form .form-type-radio,
.i18n-ja-hack.page-node-3559 form .form-type-radio {
  float: left;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-fieldset,
.i18n-ja-hack.page-node-3006 form .webform-component-fieldset,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-fieldset,
.i18n-ja-hack.page-node-3559 form .webform-component-fieldset {
  padding-left: 50px;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-fieldset .webform-component-textfield,
.i18n-ja-hack.page-node-3006 form .webform-component-fieldset .webform-component-textfield,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-fieldset .webform-component-textfield,
.i18n-ja-hack.page-node-3559 form .webform-component-fieldset .webform-component-textfield {
  width: 50%;
  padding: 0 !important;
}

.i18n-ja-hack.page-node-3006 .webform-client-form .webform-component-fieldset .webform-component-textfield input,
.i18n-ja-hack.page-node-3006 form .webform-component-fieldset .webform-component-textfield input,
.i18n-ja-hack.page-node-3559 .webform-client-form .webform-component-fieldset .webform-component-textfield input,
.i18n-ja-hack.page-node-3559 form .webform-component-fieldset .webform-component-textfield input {
  width: 90%;
}

.i18n-ja-hack.page-node-3006 .schedule .col-right .webform-component-checkboxes,
.i18n-ja-hack.page-node-3559 .schedule .col-right .webform-component-checkboxes {
  clear: both;
}

.page-node-done #main-wrapper {
  text-align: center;
}

.page-node-done #main-wrapper .button:hover {
  background: none;
}

/** subscribed */
.subscribed,
.webform-confirmation,
form.confirmation {
  width: 50%;
  margin: 150px auto 0;
  text-align: center;
}

.subscribed .button,
.webform-confirmation .button,
form.confirmation .button {
  margin-top: 20px;
}

.subscribed .button input[type=submit],
.webform-confirmation .button input[type=submit],
form.confirmation .button input[type=submit] {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  position: relative;
  top: -2px;
  text-transform: uppercase;
  color: #959076;
  border: 0;
  background: none;
}

.unsubscribe-link .form-submit {
  display: none;
}

#print-mail-form #edit-cancel,
form #edit-cancel {
  margin-left: 20px;
}

#print-mail-form .cancel,
#print-mail-form .submit,
form .cancel,
form .submit {
  margin: 0 10px;
}

#print-mail-form .form-button,
form .form-button {
  line-height: 26px;
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 0 7px;
  cursor: pointer;
  transition: all .4s linear;
  transition: all .4s linear;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #959076;
  border: 0;
  border: none;
  background-color: transparent;
  background-image: url('../images/btn/btn-mid.png');
  background-repeat: repeat-x;
}

#print-mail-form .form-button:before,
form .form-button:before {
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

#print-mail-form .form-button:after,
form .form-button:after {
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

#print-mail-form .form-button:hover:after,
form .form-button:hover:after {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end_hover.png');
}

#print-mail-form .form-button:hover:before,
form .form-button:hover:before {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin_hover.png');
}

#print-mail-form .form-button input[type='submit'],
form .form-button input[type='submit'] {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  color: #959076;
  border: none;
  background-color: transparent;
}

#print-mail-form .form-button input[type='submit']:hover,
form .form-button input[type='submit']:hover {
  transition: all .4s linear;
  color: #b8b39a;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

#print-mail-form .form-button:hover,
form .form-button:hover {
  transition: all .4s linear;
  color: #b8b39a;
  background: url('../images/btn/btn-mid_hover.png') repeat-x;
  background-size: 1px 26px;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

/** Printmail */
#print-mail-form {
  width: 630px;
  margin: 50px auto 75px;
}

#print-mail-form .form-content {
  padding-top: 10px;
}

#print-mail-form h1 {
  text-align: center;
}

#print-mail-form #edit-fld-subject {
  width: 315px;
}

#print-mail-form .buttons {
  width: 200px;
  margin: 0 auto;
}

#print-mail-form .buttons .form-button {
  line-height: 26px;
}

/**
 * Tooltipster
 * @see scripts.js
 */
.webform-picture {
  margin-top: 100px;
}

/** Newsletter footer block */
#block-harrywsnews-harrys-newsletter .harrywsnews-block_container {
  margin: 35px 0;
}

#block-harrywsnews-harrys-newsletter .harrywsnews-block_container .form-item {
  display: inline;
  margin: 0 10px;
  vertical-align: top;
}

#block-harrywsnews-harrys-newsletter .harrywsnews-block_container label {
  display: inline-block;
  margin-right: 10px;
}

#block-harrywsnews-harrys-newsletter .harrywsnews-block_container select,
#block-harrywsnews-harrys-newsletter .harrywsnews-block_container .webform-client-form .select-checkbox .select-title,
.webform-client-form .select-checkbox #block-harrywsnews-harrys-newsletter .harrywsnews-block_container .select-title,
#block-harrywsnews-harrys-newsletter .harrywsnews-block_container
  form .select-checkbox .select-title,
form .select-checkbox #block-harrywsnews-harrys-newsletter .harrywsnews-block_container .select-title {
  border: 1px solid #959076;
}

#block-harrywsnews-harrys-newsletter .harrywsnews-block_container select.error,
#block-harrywsnews-harrys-newsletter .harrywsnews-block_container .webform-client-form .select-checkbox .error.select-title,
.webform-client-form .select-checkbox #block-harrywsnews-harrys-newsletter .harrywsnews-block_container .error.select-title,
#block-harrywsnews-harrys-newsletter .harrywsnews-block_container
    form .select-checkbox .error.select-title,
form .select-checkbox #block-harrywsnews-harrys-newsletter .harrywsnews-block_container .error.select-title {
  color: #fff;
  border: 2px solid #8c2e0b;
}

/** Schedule an app page */
body.node-type-webform {
  margin-bottom: 75px;
  background-image: url('../images/bg/background-page/appointment.jpg');
  background-repeat: no-repeat;
  background-position: top right;
}

body.node-type-webform .content-header {
  display: none;
  visibility: hidden !important;
}

body.node-type-webform h2 {
  font-size: 2em;
  text-align: center;
}

body.node-type-webform .rte {
  padding: 50px 0;
}

.schedule .col-left {
  float: left;
  width: 35%;
  padding-top: 20px;
  text-align: center;
}

.schedule .col-left h3 {
  font-size: 16px;
  color: white;
}

.schedule .col-right {
  float: right;
  width: 65%;
  padding-left: 50px;
}

.schedule .col-right h1 {
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .08em;
}

.schedule .col-right .webform-component-markup,
.schedule .col-right .webform-component-checkboxes,
.schedule .col-right .webform-component-date,
.schedule .col-right .webform-component-time,
.schedule .col-right .webform-component-email,
.schedule .col-right .webform-component-radios,
.schedule .col-right .webform-component-select,
.schedule .col-right .webform-component-textfield {
  padding-left: 50px;
}

.schedule .col-right .form-actions {
  margin-left: 50%;
  padding-top: 2px;
}

.schedule .col-right .webform-datepicker .select {
  margin-right: 10px;
}

.schedule .webform-component--contact-details--place {
  clear: both;
  width: 100%;
}

/** Watch finder */
body.page-watch-finder {
  margin-bottom: 75px;
  background-color: #00031f;
  background-image: url('../images/bg/background-page/watchfinder.png');
  background-repeat: no-repeat;
  background-position: top right;
}

#watch-finder {
  margin: 80px 0 100px;
}

#watch-finder h1 {
  text-align: center;
}

#watch-finder .search-criteria-close {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  float: right;
  height: 16px;
  margin: -30px 115px 0 0;
  padding: 3px 25px 0 0;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  background: url('../images/btn/zoom-close.png') right top no-repeat;
  background-size: 16px;
}

#watch-finder .search-criteria-open {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  display: none;
  float: right;
  float: right;
  height: 16px;
  margin: -30px 115px 0 0;
  padding: 3px 25px 0 0;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  background: url('../images/btn/circle-down@1x.png') right top no-repeat;
  background-size: 16px;
}

#watch-finder .spacer {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #959076;
}

#watch-finder #watch-finder-form-criteria {
  width: 100%;
  padding: 30px 130px;
  background-color: #06142f;
}

#watch-finder #watch-finder-form-criteria #edit-watch-form,
#watch-finder #watch-finder-form-criteria #watch_finder_wrapper {
  float: left;
  width: 100%;
}

#watch-finder #watch-finder-form-criteria .ajax-progress .throbber {
  float: none;
  width: 30px;
  height: 30px;
  background: url('../images/anim_loader5_b.gif') no-repeat center;
  background-size: 60px;
}

#watch-finder #watch-finder-form-criteria .ajax-progress .message {
  display: none;
}

#watch-finder #watch-finder-form-criteria .col1,
#watch-finder #watch-finder-form-criteria .col2,
#watch-finder #watch-finder-form-criteria .col3 {
  float: left;
  width: 33.33%;
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:checked + label,
#watch-finder #watch-finder-form-criteria input[type='checkbox']:not(:checked) + label {
  font-family: 'Franklin', 'sans-serif';
  font-size: 12px;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  text-transform: uppercase;
  color: #ceced2;
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:checked + label:before,
#watch-finder #watch-finder-form-criteria input[type='checkbox']:not(:checked) + label:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  border: 1px solid #ececec;
  border-radius: 50px;
  background-color: rgba(38, 54, 77, .5);
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:checked + label:after,
#watch-finder #watch-finder-form-criteria input[type='checkbox']:not(:checked) + label:after {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 6px;
  content: '';
  transition: all .2s;
  border-radius: 50px;
  background-color: #ececec;
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:not(:checked) + label:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:disabled + label {
  color: #546586;
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:disabled:checked + label:before,
#watch-finder #watch-finder-form-criteria input[type='checkbox']:disabled:not(:checked) + label:before {
  border-color: #546586;
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:checked:focus + label:before,
#watch-finder #watch-finder-form-criteria input[type='checkbox']:not(:checked):focus + label:before {
  border-color: #959076;
  background-color: #656046;
}

#watch-finder #watch-finder-form-criteria input[type='checkbox']:checked:focus + label:after {
  background-color: #959076;
}

#watch-finder #watch-finder-form-criteria .form-actions.fright {
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 2px 7px 0;
  cursor: pointer;
  transition: all .4s linear;
  transition: all .4s linear;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #959076;
  border: 0;
  border: none;
  background-color: transparent;
  background-image: url('../images/btn/btn-mid.png');
  background-repeat: repeat-x;
}

#watch-finder #watch-finder-form-criteria .form-actions.fright:before {
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

#watch-finder #watch-finder-form-criteria .form-actions.fright:after {
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

#watch-finder #watch-finder-form-criteria .form-actions.fright:hover:after {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end_hover.png');
}

#watch-finder #watch-finder-form-criteria .form-actions.fright:hover:before {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin_hover.png');
}

#watch-finder #watch-finder-form-criteria .form-actions.fright input {
  font-family: 'WilliamsCaslonText';
  font-size: 10px;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  color: #959076;
  border: none;
  background-color: transparent;
}

#watch-finder #watch-finder-form-criteria .form-actions.fright input:hover {
  transition: all .4s linear;
  color: #b8b39a;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

#watch-finder #watch-finder-form-criteria .form-actions.fright:hover {
  transition: all .4s linear;
  color: #b8b39a;
  background: url('../images/btn/btn-mid_hover.png') repeat-x;
  background-size: 1px 26px;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

#watch-finder #watch-finder-form-criteria .form-actions.fleft {
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 2px 7px 0;
  cursor: pointer;
  transition: all .4s linear;
  transition: all .4s linear;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #959076;
  border: 0;
  border: none;
  background-color: transparent;
  background-image: url('../images/btn/btn-mid.png');
  background-repeat: repeat-x;
}

#watch-finder #watch-finder-form-criteria .form-actions.fleft:before {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 25px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-reset.png');
  background-size: 25px 26px;
}

#watch-finder #watch-finder-form-criteria .form-actions.fleft:after {
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

#watch-finder #watch-finder-form-criteria .form-actions.fleft:hover:after {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end_hover.png');
}

#watch-finder #watch-finder-form-criteria .form-actions.fleft:hover:before {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-reset_hover.png');
}

#watch-finder #watch-finder-form-criteria .form-actions.fleft input,
#watch-finder #watch-finder-form-criteria .form-actions.fleft a {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #959076;
  border: none;
  background-color: transparent;
}

#watch-finder #watch-finder-form-criteria .form-actions.fleft input:hover,
#watch-finder #watch-finder-form-criteria .form-actions.fleft a:hover {
  transition: all .4s linear;
  color: #b8b39a;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

#watch-finder #watch-finder-form-criteria .form-actions.fleft:hover {
  transition: all .4s linear;
  color: #b8b39a;
  background: url('../images/btn/btn-mid_hover.png') repeat-x;
  background-size: 1px 26px;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

#watch-finder .fieldset-legend {
  color: #fff;
}
#watch-finder-results {
  margin-top: 30px;
}

#watch-finder-results #counter {
  font-size: 16px;
  text-align: center;
}

#watch-finder-results #counter .scrollto {
  display: block;
}

#watch-finder-results #counter .scrollto .arrow-bottom {
  margin-top: 20px;
}

#watch-finder-results .watch-finder-results .grid-items.grid-4-cols .grid-item {
  margin: 0;
}

/** catalogs */
body.page-catalogs {
  margin-top: 0;
  margin-bottom: 75px;
  background-image: url('../images/bg/background-page/catalogs.png');
  background-repeat: no-repeat;
  background-position: top right;
}

body.page-catalogs .grid-items:hover .grid-item {
  opacity: 1;
}

body.page-catalogs h1 {
  font-size: 34px;
  text-align: center;
  letter-spacing: .08em;
}

body.page-catalogs .views-row {
  margin-bottom: 140px;
}

body.page-catalogs .views-field-title {
  margin-top: 20px;
}

body.page-catalogs .views-field-title hr {
  border-top: solid 2px #4b4a4b;
}

body.page-catalogs #main-wrapper .grid-items.grid-2-cols .grid-item {
  height: 400px;
}

/** quicklinks boxes */
.slider_quicklinks {
  margin: 0 auto 100px;
}

/**catalogs*/
.page-catalogs .view-catalogs {
  margin: 60px 38px 0;
}

/**history */
body.page-history {
  background-image: url('../images/bg/background-page/history.jpg');
  background-repeat: no-repeat;
  background-position: top right;
}

body.page-history .view-header {
  margin-top: 80px;
  text-align: center;
}

body.page-history .view-header h1 {
  font-size: 34px;
}

body.page-history .view-header .description {
  font-size: 16px;
  line-height: 24px;
}

body.page-history .view-header .arrow-bottom {
  margin-bottom: 100px;
}

body.page-history .view-header h2 {
  font-size: 38px;
}

body.page-history .view-header p.text-2-cols {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  width: 50%;
  margin: 30px auto 100px;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  column-gap: 35px;
}

body.page-history .view-header #moments {
  margin-bottom: 80px;
}

body.page-history.i18n-ja .view-header p.text-2-cols,
body.page-history.i18n-zh-hans .view-header p.text-2-cols {
  line-height: 27px;
  -webkit-column-count: 1;
  column-count: 1;
}

body.page-history.i18n-ja .cd-timeline-content p,
body.page-history.i18n-zh-hans .cd-timeline-content p {
  line-height: 27px;
}

/** MENTIONS LEGALES **/
.i18n-ja.page-node-2832 #content_page.rte p,
.i18n-ja.page-node-2832 #content_page ul li {
  font-size: 12px;
  line-height: 22px;
}

/** search */
body.page-search {
  background-image: url('../images/bg/background-page/searchpage.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

body.page-search .view-search-results {
  position: relative;
}

body.page-search .view-search-results .view-header {
  margin-top: 80px;
  text-align: center;
}

body.page-search .view-search-results .view-header h1 {
  font-size: 34px;
}

body.page-search .view-search-results .view-header .description {
  font-size: 16px;
  line-height: 24px;
}

body.page-search .view-search-results .view-header .arrow-bottom {
  margin-bottom: 100px;
}

body.page-search .view-search-results .views-row .views-field-title a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 8px 15px 3px;
}

body.page-search .view-search-results .views-row .views-field-field-jewelry-collection,
body.page-search .view-search-results .views-row .views-field-field-timepieces-collection {
  font-size: 12px;
  line-height: 20px;
  color: #afafb3;
}

/* Load more button */
.pager.pager-load-more {
  padding-bottom: 60px;
}

.pager.pager-load-more .ajax-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  background: #00031f;
}

.pager.pager-load-more .ajax-progress .throbber {
  display: block;
  width: 150px;
  height: 30px;
  margin: auto;
  background: url('../images/anim_loader1a.gif') no-repeat center;
  background-size: auto 60px;
}

.pager.pager-load-more .pager-next {
  font-family: 'Franklin', 'sans-serif';
  font-size: 10px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  height: 32px;
  padding: 0;
  cursor: pointer;
  transition: all .4s linear;
  text-transform: uppercase;
  color: #959076;
  border: 0;
  background: none;
}

.pager.pager-load-more .pager-next a {
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 8px 7px 0;
  transition: all .4s linear;
  letter-spacing: .2em;
  background-image: url('../images/btn/btn-mid.png');
  background-repeat: repeat-x;
}

.pager.pager-load-more .pager-next a:before {
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

.pager.pager-load-more .pager-next a:after {
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end.png');
  background-repeat: no-repeat;
  background-size: 5px 26px;
}

.pager.pager-load-more .pager-next a:hover:after {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-end_hover.png');
}

.pager.pager-load-more .pager-next a:hover:before {
  transition: all .4s linear;
  background-image: url('../images/btn/btn-begin_hover.png');
}

.pager.pager-load-more .pager-next:hover {
  transition: all .4s linear;
  color: #b8b39a;
  background: url('../images/btn/btn-mid_hover.png') repeat-x;
  background-size: 1px 26px;
  text-shadow: 0 0 2px rgba(255, 255, 255, .3);
}

/* FAQ */
body.page-faq .view-header {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
}

body.page-faq .view-header h1 {
  font-size: 34px;
}

body.page-faq .view-content,
body.page-faq .view-faq {
  padding: 0 150px;
}

body.page-faq .view-content .views-row {
  display: block;
  padding: 25px 0;
  cursor: pointer;
  border-bottom: 1px solid #26364d;
}

body.page-faq .view-content h2 {
  font-size: 18px;
  display: inline-block;
  width: 100%;
  letter-spacing: .08em;
  background-image: url('../images/btn/btn-down.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
}

body.page-faq .view-content span {
  font-size: 16px;
  line-height: 32px;
  display: none;
  padding: 0 25px;
  letter-spacing: .08em;
}

body.page-faq .view-content .active h2 {
  color: #959076;
  background-image: url('../images/btn/btn-up.png');
}

body.page-faq .view-content .views-row-last {
  margin-bottom: 50px;
}

body.page-faq .view-filters .button {
  float: right;
}

body.page-faq .view-filters .views-exposed-form {
  float: left;
  margin-bottom: 50px;
  color: #000;
}

body.page-faq .view-filters .views-exposed-form .form-item {
  float: left;
}

body.page-faq .view-filters .views-exposed-form .description {
  display: none;
}

body.page-faq .view-filters .views-exposed-form a {
  font-size: 14px;
  display: inline-block;
  margin: -1px 25px 0 0;
  padding-left: 25px;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 2px;
  color: white;
  background-image: url('../images/btn/checkbox_sheet.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
}

body.page-faq .view-filters .views-exposed-form a.active {
  color: #959076;
  background-image: url('../images/btn/check_checkbox_sheet.png');
}

h2.catalogue-title {
  font-size: 22px;
}

/** careers */
.block-xml-parser {
  margin-top: -100px;
  padding: 0 250px 100px;
}

.block-xml-parser:before {
  display: block;
  clear: both;
  content: '';
}

.block-xml-parser h2 {
  font-size: 34px;
  line-height: 60px;
  text-align: center;
}

.block-xml-parser ul {
  list-style: none;
}

.block-xml-parser ul li {
  padding: 40px 0 10px;
  border-bottom: 1px solid #959076;
}

.block-xml-parser ul li.last {
  border-bottom: none;
}

.block-xml-parser ul h4 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
}

.block-xml-parser ul .xml-info {
  font-family: 'Franklin', 'sans-serif';
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  float: left;
  margin-right: 35px;
  padding-left: 20px;
  text-transform: uppercase;
  background: url('../images/pictos/joblocation.png') left center no-repeat;
  background-size: 12px 21px;
}

.block-xml-parser ul .xml-date {
  font-size: 14px;
  line-height: 25px;
  float: left;
}

.block-xml-parser ul .xml-link {
  float: right;
  margin-top: -30px;
}

.block-xml-parser ul .ctools-collapsible-content {
  margin-top: 20px;
}

.block-xml-parser ul .ctools-collapsible-content .xml-link {
  margin-right: 20px;
}

.block-xml-parser div.golden {
  font-size: 18px;
  line-height: 35px;
  width: 45%;
  margin: 20px 0;
  letter-spacing: .08em;
  color: #959076;
}

.block-xml-parser div.right {
  float: right;
  width: 48%;
}

.block-xml-parser div.right.margtop {
  padding-top: 30px;
}

.block-xml-parser div.left {
  float: left;
  width: 48%;
}

.block-xml-parser div span.bullet {
  color: #959076;
}

.block-xml-parser div.row {
  margin: 30px 0 0;
}

.block-xml-parser div.row:after {
  display: block;
  clear: both;
  content: '';
}

.block-xml-parser div.info-name {
  font-size: 18px;
  line-height: 22px;
  float: left;
  clear: left;
  box-sizing: border-box;
  width: 25%;
  padding-right: 3%;
  letter-spacing: .1em;
  text-transform: capitalize;
  color: #959076;
}

.block-xml-parser div.info-details {
  font-size: 13px;
  line-height: 22px;
  float: right;
  clear: right;
  width: 55%;
  margin-bottom: 25px;
  letter-spacing: .08em;
}

.width-768 .block-xml-parser div.info-details {
  width: 65%;
}

.block-xml-parser .ctools-collapsible-container:before {
  display: block;
  clear: both;
  content: '';
}

/** SHARE **/
.share-btn {
  position: relative;
}

.share-btn .share-popup {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: none;
  margin-left: -82px;
}

.share-btn .share-popup ul {
  width: 164px;
  margin: 0;
  padding: 11px 9px;
  list-style: none;
  text-align: center;
  background: white;
}

.share-btn .share-popup ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.share-btn .share-popup ul li a {
  line-height: 32px;
  display: block;
  width: 32px;
  height: 32px;
  transition: opacity .3s;
  text-align: center;
  opacity: .5;
}

.share-btn .share-popup ul li a img {
  width: 18px;
}

.share-btn .share-popup ul li:hover {
  opacity: 1;
}

.share-btn .share-popup ul:after,
.share-btn .share-popup ul:before {
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 5px;
  height: 54px;
  content: '';
  background-image: url('../images/bg/tooltip-share-border-r.png');
}

.share-btn .share-popup ul:before {
  left: -5px;
  background-image: url('../images/bg/tooltip-share-border-l.png');
}

.share-btn .share-popup:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.share-btn a.share-label {
  font-family: 'Franklin', 'sans-serif';
  font-size: 12px;
  position: relative;
  text-decoration: none;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: white;
}

.share-btn a.share-label:after {
  position: relative;
  top: 4px;
  display: block;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  content: '';
  background: url('../images/btn/circle-up@1x.png');
}

.share-btn a.share-label:before {
  position: absolute;
  right: 26px;
  bottom: -4px;
  left: 0;
  display: block;
  height: 1px;
  content: '';
  transition: opacity .3s;
  opacity: 0;
  background: white;
}

.share-btn.float-right {
  float: right;
}

.share-btn.is-active .share-popup {
  display: block;
}

.share-btn.is-active a.share-label:before {
  opacity: 1;
}

.share-btn:hover a.share-label:before {
  opacity: 1;
}

.share-btn.sb-arrow-left .share-popup:after {
  left: 20%;
}

.share-btn.sb-arrow-right .share-popup:after {
  left: 80%;
}

/** Privacy policy */
#node-2079 .content-header {
  text-align: center;
}

/* rte*/
.rte {
  padding: 50px 17%;
}

.rte p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 25px;
  text-align: justify;
}

.rte p.text-2-cols {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  column-gap: 35px;
}

.rte p.right {
  float: right;
  width: 48%;
}

.rte p.left {
  float: left;
  width: 48%;
}

.rte p legend {
  font-size: 14px;
  float: right;
  text-align: right;
  color: white;
}

.rte div.golden,
.rte h2.golden,
.rte h3.golden,
.rte h4.golden,
.rte h5.golden {
  font-size: 23px;
  line-height: 35px;
  width: 65%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
  letter-spacing: .08em;
  color: #959076;
}

.rte div.right {
  float: right;
  width: 48%;
}

.rte div.left {
  float: left;
  width: 48%;
}

.rte .h3 {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 40px;
  letter-spacing: .08em;
  color: #959076;
}

.rte .title-from-us-to-yours {
  font-size: 1.17em;
}

.rte .h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 35px;
  color: #959076;
}

.rte .h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
  color: #5f606e;
}

.rte blockquote p {
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  letter-spacing: .08em;
  color: #959076;
}

.rte .h2 {
  text-align: center;
}

.rte .h2:not('.title') {
  font-size: 34px;
  margin-bottom: 30px;
  letter-spacing: .08em;
}

.rte ul {
  padding-left: 15px;
}

.rte li {
  padding-bottom: 15px;
  text-align: justify;
}

.rte iframe {
  border: none;
}

.nopadding .rte {
  padding: 50px 0;
}

/**art */
.blueframe {
  position: relative;
  display: block;
  width: 640px;
  height: 515px;
}

.blueframe iframe {
  position: absolute;
  left: 0;
}

.joyauxframe {
  display: block;
  width: 345px;
  height: 340px;
}

.aquarelframe {
  position: relative;
  top: -60px;
  display: block;
  width: 491px;
  height: 365px;
}

.aquarelframe iframe {
  position: absolute;
  left: 0;
}

.plumeframe {
  position: relative;
  display: block;
  width: 535px;
  height: 515px;
}

.plumeframe iframe {
  position: absolute;
  right: 0;
}

.handframe {
  position: relative;
}

.handframe iframe {
  position: absolute;
  right: 0;
}

.movframe {
  display: block;
  width: 500px;
  height: 576px;
}

.handframe {
  display: block;
  width: 611px;
  height: 538px;
}

.artback {
  position: absolute;
  float: left;
  margin: 15px 0 0 10px;
}

/** editoral content */
.jeweler-illustrative-center {
  width: 100%;
  height: 480px;
  padding-top: 75px;
  background: url('../images/content/jeweller-illustrative-center.png') 0 0 no-repeat;
  background-size: 100%;
}

.jeweler-illustrative-center img {
  display: none;
  width: 100%;
}

.kingillus:after {
  position: absolute;
  z-index: -1;
  top: 500px;
  left: 0;
  visibility: visible;
  width: 100%;
  height: 950px;
  content: ' ';
  background-image: url('../images/content/kingillus.jpg');
  background-repeat: no-repeat;
  background-size: 55%;
}

.page-vintage .rte {
  padding: 50px 0;
}

.arrow-container {
  text-align: center;
}

/** basic page */
.node-type-landing-page,
.node-type-page,
.page-history,
.page-sitemap {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

.node-type-landing-page h3.citation,
.node-type-page h3.citation,
.page-history h3.citation,
.page-sitemap h3.citation {
  position: relative;
}

.node-type-landing-page h3.citation:before,
.node-type-page h3.citation:before,
.page-history h3.citation:before,
.page-sitemap h3.citation:before {
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 300px;
  height: 1px;
  margin-left: -150px;
  content: '';
  background: #959076;
}

.node-type-landing-page h3.citation:after,
.node-type-page h3.citation:after,
.page-history h3.citation:after,
.page-sitemap h3.citation:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 300px;
  height: 1px;
  margin-left: -150px;
  content: '';
  background: #959076;
}

.node-type-landing-page .content-header,
.node-type-page .content-header,
.page-history .content-header,
.page-sitemap .content-header {
  margin-top: 60px;
}

.node-type-landing-page .content-header h1,
.node-type-page .content-header h1,
.page-history .content-header h1,
.page-sitemap .content-header h1 {
  font-size: 34px;
  line-height: 60px;
  text-align: center;
}

.node-type-landing-page .content-header .node-description,
.node-type-page .content-header .node-description,
.page-history .content-header .node-description,
.page-sitemap .content-header .node-description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.node-type-landing-page .content-header .node-description span,
.node-type-page .content-header .node-description span,
.page-history .content-header .node-description span,
.page-sitemap .content-header .node-description span {
  line-height: 20px;
  padding-top: 3px;
}

.node-type-landing-page .content-header .node-description .button.btn-down-inside span,
.node-type-page .content-header .node-description .button.btn-down-inside span,
.page-history .content-header .node-description .button.btn-down-inside span,
.page-sitemap .content-header .node-description .button.btn-down-inside span {
  line-height: 22px;
}

.node-type-landing-page .content-header .scrollto,
.node-type-page .content-header .scrollto,
.page-history .content-header .scrollto,
.page-sitemap .content-header .scrollto {
  margin: 50px 0 100px;
}

.node-type-landing-page .bx-wrapper .bx-prev,
.node-type-page .bx-wrapper .bx-prev,
.page-history .bx-wrapper .bx-prev,
.page-sitemap .bx-wrapper .bx-prev {
  left: -30px;
}

.node-type-landing-page .bx-wrapper .bx-next,
.node-type-page .bx-wrapper .bx-next,
.page-history .bx-wrapper .bx-next,
.page-sitemap .bx-wrapper .bx-next {
  right: -30px;
}

.node-type-landing-page .bxslider-landing,
.node-type-page .bxslider-landing,
.page-history .bxslider-landing,
.page-sitemap .bxslider-landing {
  margin-bottom: 30px;
}

.node-type-landing-page.wedding li.landing-push h3,
.node-type-page.wedding li.landing-push h3,
.page-history.wedding li.landing-push h3,
.page-sitemap.wedding li.landing-push h3 {
  color: #5b6770;
}

.node-type-landing-page .adaptative-img,
.node-type-page .adaptative-img,
.page-history .adaptative-img,
.page-sitemap .adaptative-img {
  width: 100% !important;
  height: auto !important;
}

.vintage .col-left {
  float: left;
  width: 70%;
}

.vintage .col-right {
  float: right;
  width: 30%;
}

.vintage .bx-wrapper .bx-prev {
  left: 70px;
}

.vintage .bx-wrapper .bx-next {
  right: 70px;
}

.vintage .bx-wrapper img {
  margin: auto;
}

/* WEBFORM PRINT/MAIL */
.page-printmail #main-wrapper .description {
  font-size: 13px;
  padding: 8px 0;
}

/** landing page */
.node-type-landing-page .content-header {
  margin-bottom: 100px;
}

.node-type-landing-page .landing {
  padding: 0 14% 40px;
}

.node-type-landing-page .landing:after {
  display: block;
  clear: both;
  content: '';
}

.landing-push {
  position: relative;
  float: left;
  width: 49%;
  height: 350px;
  margin: 0 0 40px;
  padding: 20px;
  background-color: #06142f;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}

.landing-push:nth-of-type(2n+1) {
  margin-right: 2%;
}

.landing-push a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.landing-push a > div {
  position: absolute;
  right: 6%;
  bottom: 6%;
  left: 6%;
}

.landing-push a > div .button {
  position: relative;
  left: 7px;
}

.landing-push h2 {
  font-size: 2.2em;
  margin-bottom: 8px;
}

/** 404 page */
.page-404 {
  background-image: url('../images/bg/background-page/pagenotfound.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

.page-404 #main-wrapper {
  margin: 250px auto;
  text-align: center;
}

.page-404 #main-wrapper h3 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .1em;
}

.page-404 #main-wrapper .button {
  margin-top: 50px;
}

.page-404 #main-wrapper .views-exposed-widgets {
  position: relative;
}

.page-404 #main-wrapper .views-widget-filter-search_api_views_fulltext {
  position: relative;
  float: none;
  margin-top: 80px;
}

.page-404 #main-wrapper .views-widget-filter-search_api_views_fulltext label {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.page-404 #main-wrapper .views-widget-filter-search_api_views_fulltext label img {
  width: 40px;
  height: 40px;
}

.page-404 #main-wrapper .views-widget-filter-search_api_views_fulltext .views-widget {
  display: inline-block;
  width: 300px;
  margin: 0;
  margin-left: 5px;
  transition: width .4s linear;
}

.page-404 #main-wrapper .views-widget-filter-search_api_views_fulltext .views-widget input[type=text] {
  font-size: 15px;
  font-style: italic;
  width: 300px;
  height: 40px;
  color: white;
  border: none;
  border-bottom: solid 2px #535768;
  outline: none;
  background-color: transparent;
}

@media (max-width: 767px) {
  .page-404 #main-wrapper .views-widget-filter-search_api_views_fulltext .views-widget {
    max-width: 260px;
    text-align: left;
  }

  .page-404 #main-wrapper .views-widget-filter-search_api_views_fulltext .views-widget input[type=text] {
    width: 70%;
  }
}

@media (max-width: 320px) {
  .page-404 #main-wrapper .views-widget-filter-search_api_views_fulltext .views-widget {
    max-width: 200px;
  }
}

.page-404 #main-wrapper .views-submit-button {
  position: absolute;
  top: 0;
  right: 37%;
  width: 0;
  padding: 0;
  cursor: pointer;
}

.page-404 #main-wrapper .views-submit-button .form-submit {
  font-size: 15px;
  font-style: italic;
  cursor: pointer;
  color: white;
  border: none;
  background: none;
}

.page-404 #main-wrapper .views-submit-button.is-search-active {
  display: inline-block;
  width: 50px;
}

@media (max-width: 767px) {
  .page-404 #main-wrapper .views-submit-button {
    right: 25%;
  }
}

.page-node-2293 .webform-component-textarea,
.page-node-3014 .webform-component-textarea,
.page-node-3332 .webform-component-textarea,
.page-node-3503 .webform-component-textarea,
.page-node-3504 .webform-component-textarea,
.page-node-306 .webform-component-textarea {
  padding-left: 50px;
}

/** Sitemap */
.sitemap {
  margin-bottom: 75px;
}

.sitemap .menu {
  margin: 20px 10px 40px 0;
}

.sitemap .menu h2 {
  margin: 20px 0;
  color: #959076;
}

.sitemap .menu .item-list ul {
  margin: 0 50px 0 25px;
  padding: 0;
  list-style: none;
}

.sitemap .menu .item-list ul li:before {
  content: '\2022';
  color: #959076;
}

.sitemap .menu .item-list ul li a {
  padding-left: .5em;
}

.sitemap .menu .item-list ul li a.active {
  color: white;
}

.sitemap .menu-214 div.item-list,
.sitemap .menu-215 div.item-list {
  float: left;
}

/** Footer */
.footer {
  position: fixed;
  z-index: 500;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00051f;
  background-color: rgba(0, 5, 31, .88);
}

.footer.active {
  background-color: #00051f;
  background-color: #00051f;
}

.footer .region-footer .block {
  display: none;
}

.footer .region-footer .block .block-header-container {
  background: white;
}

.footer .region-footer .block .block-header-container .block-header {
  font-size: 22px;
  line-height: 56px;
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 45px;
  margin: auto;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b3b3b4;
  color: #757575;
}

.footer .region-footer .block .block-header-container .block-header .close {
  position: absolute;
  top: 50%;
  right: 38px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  cursor: pointer;
  text-indent: -999em;
  color: #000;
  background-image: url('../images/pictos/close.png');
  background-size: 100% 100%;
}

.footer .region-footer .block .block-content-container {
  position: relative;
  bottom: 0;
  text-align: center;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url,
.footer .region-footer .block .block-content-container ul.menu,
.footer .region-footer .block .block-content-container ul.social-network {
  display: inline-block;
  margin: 35px 0;
  text-align: center;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url li,
.footer .region-footer .block .block-content-container ul.menu li,
.footer .region-footer .block .block-content-container ul.social-network li {
  display: inline-block;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url li.zh-hant,
.footer .region-footer .block .block-content-container ul.menu li.zh-hant,
.footer .region-footer .block .block-content-container ul.social-network li.zh-hant {
  display: none;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url li a,
.footer .region-footer .block .block-content-container ul.menu li a,
.footer .region-footer .block .block-content-container ul.social-network li a {
  line-height: 30px;
  display: inline-block;
  margin: 0 18px;
  transition: opacity .4s linear;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url li a.active,
.footer .region-footer .block .block-content-container ul.menu li a.active,
.footer .region-footer .block .block-content-container ul.social-network li a.active {
  opacity: 1;
  color: #959076;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url li span,
.footer .region-footer .block .block-content-container ul.menu li span,
.footer .region-footer .block .block-content-container ul.social-network li span {
  transition: opacity .4s linear;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url:hover li a,
.footer .region-footer .block .block-content-container ul.menu:hover li a,
.footer .region-footer .block .block-content-container ul.social-network:hover li a {
  opacity: .35;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url:hover li a:hover,
.footer .region-footer .block .block-content-container ul.language-switcher-locale-url:hover li a:hover span,
.footer .region-footer .block .block-content-container ul.menu:hover li a:hover,
.footer .region-footer .block .block-content-container ul.menu:hover li a:hover span,
.footer .region-footer .block .block-content-container ul.social-network:hover li a:hover,
.footer .region-footer .block .block-content-container ul.social-network:hover li a:hover span {
  opacity: 1;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a,
.footer .region-footer .block .block-content-container ul.menu.social-network li a,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a {
  width: 31px;
  height: 31px;
  margin-bottom: 10px;
  background-image: url('../images/pictos/social_network.png');
  background-size: auto 63px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-facebook,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-facebook,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-facebook {
  background-position: 0 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-facebook:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-facebook:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-facebook:hover {
  background-position: 0 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-twitter,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-twitter,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-twitter {
  background-position: 249px 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-twitter:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-twitter:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-twitter:hover {
  background-position: 249px 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-pinterest,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-pinterest,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-pinterest {
  background-position: 218px 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-pinterest:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-pinterest:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-pinterest:hover {
  background-position: 218px 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-google,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-google,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-google {
  background-position: 187px 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-google:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-google:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-google:hover {
  background-position: 187px 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-youtube,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-youtube,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-youtube {
  background-position: 156px 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-youtube:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-youtube:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-youtube:hover {
  background-position: 156px 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-instagram,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-instagram,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-instagram {
  background-position: 125px 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-instagram:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-instagram:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-instagram:hover {
  background-position: 125px 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-weibo,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-weibo,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-weibo {
  background-position: 94px 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-weibo:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-weibo:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-weibo:hover {
  background-position: 94px 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-youku,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-youku,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-youku {
  background-position: 31px 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-youku:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-youku:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-youku:hover {
  background-position: 31px 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-wechat,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-wechat,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-wechat {
  background-position: 63px 0;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a.btn-wechat:hover,
.footer .region-footer .block .block-content-container ul.menu.social-network li a.btn-wechat:hover,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a.btn-wechat:hover {
  background-position: 63px 32px;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a:hover .footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a:hover span,
.footer .region-footer .block .block-content-container ul.menu.social-network li a:hover .footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a:hover span,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a:hover .footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a:hover span,
.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a:hover
          .footer .region-footer .block .block-content-container ul.menu.social-network li a:hover span,
.footer .region-footer .block .block-content-container ul.menu.social-network li a:hover
          .footer .region-footer .block .block-content-container ul.menu.social-network li a:hover span,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a:hover
          .footer .region-footer .block .block-content-container ul.menu.social-network li a:hover span,
.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a:hover
          .footer .region-footer .block .block-content-container ul.social-network.social-network li a:hover span,
.footer .region-footer .block .block-content-container ul.menu.social-network li a:hover
          .footer .region-footer .block .block-content-container ul.social-network.social-network li a:hover span,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a:hover
          .footer .region-footer .block .block-content-container ul.social-network.social-network li a:hover span {
  opacity: 1;
}

.footer .region-footer .block .block-content-container ul.language-switcher-locale-url.social-network li a span,
.footer .region-footer .block .block-content-container ul.menu.social-network li a span,
.footer .region-footer .block .block-content-container ul.social-network.social-network li a span {
  font-size: 12px;
  position: relative;
  top: 28px;
  left: -25px;
  display: block;
  width: 80px;
}

.footer .region-footer .block.footer-newsletter .content {
  padding: 25px 0;
  text-align: center;
}

.footer .region-footer .block.footer-newsletter .content .form-item .form-checkboxes,
.footer .region-footer .block.footer-newsletter .content .form-item label {
  display: inline-block;
}

.footer .region-footer .block.footer-newsletter .content .form-item .form-type-checkbox {
  display: inline-block;
}

.footer .region-footer .block.footer-newsletter .content .form-item input[type='checkbox'] + label {
  margin: 0 10px;
}

.footer .region-footer .block.footer-newsletter .content .form-item .form-item-mail input {
  margin-left: 20px;
}

.footer .region-footer .block.footer-newsletter .content input[type='submit'] {
  line-height: 24px;
  height: 26px;
}

.footer .region-footer .block.footer-newsletter .content p.small-label {
  font-size: 12px;
  opacity: .5;
}

.footer .region-footer .footer_menu_container {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  border-top: solid 1px #1c2b42;
}

.footer .region-footer .footer_menu_container ul.menu {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0 25px;
}

.footer .region-footer .footer_menu_container ul.menu li {
  font-size: 13px;
  display: table-cell;
  width: 14%;
  height: 50px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.footer .region-footer .footer_menu_container ul.menu li a {
  padding-bottom: 5px;
  transition: all .4s linear;
  color: white;
  border-bottom: solid 1px transparent;
}

.footer .region-footer .footer_menu_container ul.menu li a:hover {
  border-color: white;
}

.footer .region-footer .footer_menu_container ul.menu li a.active {
  color: #959076;
}

.footer .region-footer .footer_menu_container ul.menu li a.active:hover {
  border-color: #959076;
}

.footer .region-footer .footer_menu_container ul.menu li.logo-footer {
  width: 16%;
  text-align: center;
}

.footer .region-footer .footer_menu_container ul.menu li.logo-footer a {
  display: inline-block;
  width: 21px;
  height: 32px;
  text-indent: -9999em;
  border: 0;
  background-image: url('../images/logo-harryw-minified.png');
  background-size: 100%;
}

.footer .region-footer .footer_menu_container ul.menu li.item-align_left {
  text-align: left;
}

.footer .region-footer .footer_menu_container ul.menu li.item-align_center {
  text-align: center;
}

.footer .region-footer .footer_menu_container ul.menu li.item-align_right {
  text-align: right;
}

.footer .region-footer .footer_menu_container ul.menu li.btn-footer-submenu a.active {
  color: #fff;
}

.footer .region-footer .footer_menu_container ul.menu li.btn-footer-submenu a.active:hover {
  border-color: #fff;
}

.footer .region-footer .footer_menu_container ul.menu li.btn-footer-submenu.submenu-is_active a {
  color: #959076;
}

.footer .region-footer .footer_menu_container ul.menu li.btn-footer-submenu.submenu-is_active a:hover {
  border-color: #959076;
}

.footer .region-footer .footer_menu_container ul.menu li.right_side {
  width: 10.5%;
  text-align: center !important;
}

.i18n-en .footer .region-footer .footer_menu_container ul.menu li {
  width: 10.5%;
  text-align: center !important;
}

.footer_submenu-mobile {
  display: none;
}

/** Clientside error and validation messages */
div.error {
  width: 40%;
  margin: 10px auto;
  text-align: left;
  color: red;
  border: 2px solid #8c2e0b;
  border-radius: 15px;
  background: #1d2a3c;
}

label.error {
  color: red;
}

.node-type-webform div.error {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  border: 0;
  background: none;
}

.node-type-webform div.error li {
  padding: 0;
  color: red;
}

.form-item input.error {
  color: #fff;
  border: 2px solid red;
}

.form-item select.error {
  color: red;
}

.product-actions h2 {
  font-size: inherit;
  display: inherit;
}

/* BXSLIDER CUSTOM */
.bx-wrapper .bx-loading {
  display: none;
}

/* JP EXCEPTION */
.i18n-ja #main-wrapper .grid-items .grid-item {
  height: 360px;
}

@media only screen and (max-width: 1280px) {
  .main-menu-enhanced .item-list.jewelry-push,
    .main-menu-enhanced .item-list.timepieces-push {
    display: none;
  }

  .main-menu-enhanced .submenu.with_push {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .page-salon-locations-locations #pos-select-form .form-wrapper {
    max-width: 320px;
    margin: auto;
  }

  .page-salon-locations-locations #pos-select-form #pos-type-form-container {
    float: none;
  }

  .page-salon-locations-locations #pos-select-form #pos-type-form-container + .container-form-actions {
    float: none;
  }

  .page-salon-locations-locations #pos-select-form .form-item {
    width: auto;
    padding-left: 0;
  }

  .page-salon-locations-locations #pos-select-form .form-item.form-type-select {
    display: block;
    float: none;
  }

  .page-salon-locations-locations #pos-select-form .form-item.form-type-select:after {
    display: block;
    clear: both;
    content: '';
  }

  .page-salon-locations-locations #pos-select-form .form-item.form-type-select label {
    width: 25%;
  }

  .page-salon-locations-locations #pos-select-form .form-item.form-type-select select {
    width: 65%;
    margin-left: 0;
  }

  .schedule .col-right .webform-component-date #edit-submitted-date-day {
    width: 80px;
  }

  .schedule .col-right .webform-component-date #edit-submitted-date-year {
    width: 160px;
  }

  .page-salon-locations .form-wrapper {
    width: 100%;
    text-align: center;
  }

  .page-salon-locations .form-wrapper .form-item-city,
    .page-salon-locations .form-wrapper .form-item-country,
    .page-salon-locations .form-wrapper .form-item-region {
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width: 1024px) {
  .main-menu-enhanced li .submenu,
    .main-menu-enhanced li:hover .submenu {
    display: none;
  }

  .main-menu-enhanced li a,
    .main-menu-enhanced li:hover a {
    background: none !important;
  }
    /** landing page */
  .node-type-landing-page .landing {
    padding: 0 5% 40px;
  }

  .schedule .col-right .webform-component-date .webform-datepicker {
    margin: 20px 0;
  }

  .schedule .col-right .webform-component-date .webform-datepicker div.form-item {
    display: block;
  }

  .schedule .col-right .webform-component-date .webform-datepicker #edit-submitted-date-day {
    width: 200px;
  }

  .schedule .col-right .webform-component-date .webform-datepicker #edit-submitted-date-year {
    width: 200px;
  }

  html.js input.webform-calendar {
    display: none;
  }
}

@media only screen and (max-width: 1040px) {
  .header .menu-burger,
    .header .search-mobile {
    display: inline-block;
  }

  /* .header .region-main-menu {
    display: none;
  }

 */ .header .region-main-menu #block-auto-menu-menu-enhanced {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: #000d25;
  }

  .header .region-main-menu #block-auto-menu-menu-enhanced .content {
    display: table;
    width: 100%;
    height: 100%;
    background: none;
  }

  .header .region-main-menu #block-auto-menu-menu-enhanced .content .main-menu-enhanced {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }

  .header .region-main-menu #block-auto-menu-menu-enhanced .content .main-menu-enhanced li {
    display: block;
    padding: 0;
    text-align: center;
  }

  .header .region-main-menu #block-auto-menu-menu-enhanced .content .main-menu-enhanced li:hover a {
    background: none;
  }

  .header .region-main-menu #block-auto-menu-menu-enhanced .content .main-menu-enhanced li a {
    font-size: 25px;
    line-height: 2.5em;
    margin: 0;
    padding: 0;
    color: white;
    border: 0;
  }

  .header .region-main-menu #block-auto-menu-menu-enhanced .content .main-menu-enhanced li .submenu {
    display: none;
  }

  .header .region-header {
    top: 85px;
    right: -20px;
    left: -20px;
    display: none;
    height: 54px;
    padding: 0 20px;
    background-color: #00051f;
    background-color: rgba(0, 5, 31, .88);
  }

  .header .region-header.active_mobile {
    display: block;
  }

  .header .region-header .views-widget-filter-search_api_views_fulltext {
    left: 0;
    width: 80%;
    /*height: 108px;*/
    margin: 0;
    padding: 0;
  }

  .header .region-header .views-widget-filter-search_api_views_fulltext label {
    display: none;
  }

  .header .region-header .views-widget-filter-search_api_views_fulltext .views-widget {
    width: 100%;
    margin: 0;
    padding: 5px 10px 5px 20px;
  }

  .header .region-header .views-widget-filter-search_api_views_fulltext .views-widget input[type=text] {
    font-size: 22px;
    width: 100%;
    height: 40px;
  }

  .header .region-header .views-widget-filter-search_api_views_fulltext.is-search-active .views-widget {
    width: 100%;
    margin: 0;
    padding: 5px 10px 5px 0;
  }

  .header .region-header .views-widget-filter-search_api_views_fulltext.is-search-active .views-widget input[type=text] {
    font-size: 22px;
    width: 100%;
    height: 40px;
  }

  .header .region-header .views-submit-button {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 20%;
    height: 108px;
    padding-right: 20px;
  }

  .header .region-header .views-submit-button .form-submit {
    font-size: 28px;
    width: 100%;
    height: 114px;
    margin: 0;
  }

  .header .region-header .views-submit-button.is-search-active {
    width: auto;
  }

  .header .region-header .views-submit-button.is-search-active .form-submit {
    font-size: 14px;
    height: 57px;
  }

  .header .region-header .views-submit-button.is-search-active .views-widget {
    width: auto;
  }
}

@media only screen and (max-width: 1080px) {
  .page-salon-locations-locations .SearchResult .search-result-item .col-right {
    width: 100%;
  }

  .slider_quicklinks {
    width: 474px;
  }
}

@media only screen and (max-width: 980px) {
  body.page-watch-finder #watch-finder #watch-finder-form-criteria {
    padding: 30px;
  }

  .page-salon-locations .form-wrapper {
    width: 100%;
    text-align: center;
  }

  .page-salon-locations .form-wrapper .form-item-city,
    .page-salon-locations .form-wrapper .form-item-country,
    .page-salon-locations .form-wrapper .form-item-region {
    display: block;
    float: none;
    width: 220px;
    margin: 10px auto;
    text-align: center;
    text-align: left;
  }
}

/*JBC 06/06/16*/
#node-2809 .rte div.golden {
  line-height: 48px;
}

/** MOBILE */
@media only screen and (max-width: 768px) {
    /*JBC 06/06/16*/
  #node-2809 .rte div.golden {
    line-height: 24px;
  }

  div.error {
    width: 90%;
  }

  .block-aw-ip-filter {
    position: static;
    margin-right: -20px;
    margin-left: -20px;
    text-align: center;
  }

  .block-aw-ip-filter .mobile_display {
    display: block;
    margin-right: -25px;
    margin-left: -25px;
  }

  .block-aw-ip-filter .all_display,
    .block-aw-ip-filter .desktop_display {
    display: none;
  }

  .block-aw-ip-filter .all_display {
    padding: 15px;
  }

  .front .block-aw-ip-filter .mobile_display {
    margin: 0;
  }

  .share-btn .share-popup ul {
    width: 131px;
    height: 44px;
    padding: 6px 4px;
    list-style: none;
  }

  .share-btn .share-popup ul li a {
    line-height: 26px;
    width: 26px;
  }

  .share-btn .share-popup ul:after,
    .share-btn .share-popup ul:before {
    right: -4px;
    width: 4px;
    height: 44px;
    background-size: 100%;
  }

  .share-btn .share-popup ul:before {
    left: -4px;
  }
    /** bx slider */
  .vintage .col-left,
    .vintage .col-right {
    float: none;
    width: 100%;
  }

  .vintage .col-left .bx-wrapper .bx-next,
    .vintage .col-right .bx-wrapper .bx-next {
    right: 0 !important;
  }

  .vintage .col-left .bx-wrapper .bx-prev,
    .vintage .col-right .bx-wrapper .bx-prev {
    left: 0 !important;
  }

  .vintage .col-left .bx-slider,
    .vintage .col-right .bx-slider {
    padding-left: 0;
  }

  .vintage .col-left ul,
    .vintage .col-right ul {
    padding: 0;
  }

  .vintage .col-left .product-slide,
    .vintage .col-right .product-slide {
    width: 100% !important;
  }

  .mobile-center {
    text-align: center;
  }
    /** Header */
  .header {
    padding: 22px 0 0;
  }

  .header .logo h1 {
    height: auto;
  }

  .header .logo a img {
    width: 210px;
  }

  .header .logo a svg {
    width: 210px;
    margin-top: 3px;
  }

  .header region-header {
    top: 55px;
  }

  .header .container-nav-mobile {
    top: 20px;
  }
    /** Content */
  #main-wrapper .back-to-top {
    position: static;
    display: block !important;
    margin: 40px auto;
  }

  #main-wrapper .grid-items.grid-3-cols .grid-item,
    #main-wrapper .grid-items.grid-4-cols .grid-item {
    width: 50%;
    height: auto;
  }

  #main-wrapper .grid-items.grid-3-cols .views-row.grid-item:nth-of-type(2n+1) {
    clear: both;
  }

  #main-wrapper .grid-items.grid-4-cols .grid-item:nth-of-type(2n+1) {
    clear: both;
  }

  #main-wrapper hr.arrow-bottom {
    display: none;
  }

  .button:hover {
    background-image: none;
  }

  .vintage .col-left {
    margin-bottom: 100px;
  }
    /** ART OF WATCH **/
  .aquarelframe,
    .blueframe,
    .handframe,
    .joyauxframe,
    .movframe,
    .plumeframe {
    width: 100%;
    height: 340px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .aquarelframe iframe,
    .blueframe iframe,
    .handframe iframe,
    .joyauxframe iframe,
    .movframe iframe,
    .plumeframe iframe {
    display: none !important;
  }

  .handframe {
    background-image: url('../images/content/art_watchmaking_mobile/HteJoaillerie_gouache_01.png');
  }

  .joyauxframe {
    background-image: url('../images/content/art_watchmaking_mobile/HteJoaillerie_Pince-diamand.png');
    background-position: top center;
  }

  .blueframe {
    background-image: url('../images/content/art_watchmaking_mobile/codeHW_Bleu.png');
  }

  .aquarelframe {
    background-image: url('../images/content/art_watchmaking_mobile/MetiersDuPrecieux_Nacre.png');
  }

  .plumeframe {
    background-image: url('../images/content/art_watchmaking_mobile/MetiersDuPrecieux_Plumes.png');
  }

  .movframe {
    background-image: url('../images/content/art_watchmaking_mobile/LandingPage_MouvementsdException.png');
  }

  .artback {
    position: static;
    float: none;
  }

  .jeweler-illustrative-center {
    height: auto;
    background: none !important;
  }

  .jeweler-illustrative-center img {
    display: block;
  }

  .rte {
    padding: 20px !important;
  }

  .rte div.left,
    .rte div.right {
    font-size: 18px;
    line-height: 28px;
    float: none;
    width: 100%;
    padding: 0 !important;
  }

  .rte div.left img,
    .rte div.right img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: auto;
  }

  .rte div.left legend,
    .rte div.right legend {
    display: none;
  }

  .rte .h2 {
    font-size: 34px;
  }

  .rte p {
    font-size: 14px;
    line-height: 22px;
  }

  .rte .h3,
    .rte .h5 {
    font-size: 18px;
    line-height: 1.6em;
  }

  .rte .text-2-cols,
    .rte p.text-2-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .rte p.left,
    .rte p.right {
    font-size: 14px;
    line-height: 26px;
    float: none;
    width: 100%;
  }

  .rte p.left img,
    .rte p.right img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: auto;
  }

  .rte blockquote {
    margin: 0;
  }

  .rte blockquote p {
    font-size: 18px;
    line-height: 24px;
  }

  .rte div.golden {
    font-size: 16px;
    width: 90%;
  }

  .page-collections .view-collection {
    margin: 0 !important;
  }

  #main-wrapper .grid-items {
    padding: 0;
  }

  #main-wrapper .grid-items .grid-item img {
    max-height: 350px;
  }

  #main-wrapper .grid-items:hover .grid-item {
    opacity: 1;
  }

  #main-wrapper .grid-items:hover .grid-item:hover {
    opacity: 1;
  }

  #main-wrapper .grid-items.grid-2-cols .grid-item {
    width: 100%;
  }

  #main-wrapper .grid-items.grid-2-cols .grid-item img {
    display: block;
    margin: auto;
  }

  .popin-webform-ja {
    top: 610px;
    right: 5%;
    left: 5%;
    width: 90%;
    margin-left: 0;
  }

  .page-salon-locations {
    background-size: cover;
  }

  .page-salon-locations .form-wrapper {
    width: 100%;
  }

  .page-salon-locations #location-form-container.loading .container-form-actions:after {
    top: -10px;
  }

  .page-salon-locations #location-form-selects .ajax-progress.ajax-progress-throbber {
    display: none;
  }

  .page-salon-locations #location-form-selects .form-type-select {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: .5em 0;
    border-bottom: solid 2px #4b4a4b;
  }

  .page-salon-locations #location-form-selects .form-type-select select {
    font-size: 20px;
    width: 64%;
    height: 25px;
    margin: 0;
    padding: 0;
    padding-right: 30px;
    background-color: transparent;
    background-image: url('../images/btn/btn-down.png');
    background-size: 20px;
  }

  .page-salon-locations #location-form-selects .form-type-select label {
    font-size: 20px;
    line-height: 25px;
    width: 36%;
    padding: 0;
  }

  .page-salon-locations #location-form-selects .form-type-select label:after {
    content: ' :';
  }

  .page-salon-locations #location-form-selects .form-type-select:last-child {
    border: 0;
  }

  .page-salon-locations #pos-mapping-form {
    padding: 50px 0 100px;
  }

  .page-salon-locations .geofieldBaiduMap,
    .page-salon-locations .gmap-map {
    height: 550px !important;
  }

  .pager.pager-load-more {
    padding: 0;
  }

  .page-salon-locations-locations {
    background-size: auto 100%;
  }

  .page-salon-locations-locations h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .page-salon-locations-locations #pos-select-form .form-wrapper {
    width: 100%;
    max-width: none;
  }

  .page-salon-locations-locations #pos-select-form #location-form-selects {
    text-align: left;
  }

  .page-salon-locations-locations .locator-col-left {
    float: none;
    width: 100%;
  }

  .page-salon-locations-locations #pos-gmap-view {
    position: absolute;
    left: -1000%;
    float: none;
    width: 100%;
    margin: 0;
  }

  .page-salon-locations-locations #pos-gmap-view.show {
    position: static;
    display: block;
  }

  .page-salon-locations-locations #pos-list-view {
    display: block;
  }

  .page-salon-locations-locations #pos-list-view.show {
    display: none;
  }

  .page-salon-locations-locations #pos-mapping-form {
    padding: 0;
  }

  .page-salon-locations-locations #pos-mapping-form #location-form-selects .form-type-select {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-bottom: 1em;
    border-bottom: solid 2px #4b4a4b;
  }

  .page-salon-locations-locations #pos-mapping-form #location-form-selects .form-type-select select {
    font-size: 20px;
    width: 62%;
    height: 25px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('../images/btn/btn-down.png');
    background-size: 20px;
  }

  .page-salon-locations-locations #pos-mapping-form #location-form-selects .form-type-select label {
    font-size: 20px;
    line-height: 25px;
    width: 38%;
    padding: 0;
  }

  .page-salon-locations-locations #pos-mapping-form #location-form-selects .form-type-select label:after {
    content: ' :';
  }

  .page-salon-locations-locations #pos-mapping-form #location-form-selects .form-type-select:last-child {
    border: 0;
  }

  .page-salon-locations-locations .onglets {
    display: block;
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
  }

  .page-salon-locations-locations .onglets li {
    font-family: 'Franklin', sans-serif;
    font-size: 13px;
    line-height: 35px;
    float: left;
    width: 50%;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .page-salon-locations-locations .onglets li.active {
    background-image: url('../images/bg/locator-result-back.png');
  }

  .page-salon-locations-locations .onglets:after {
    display: block;
    clear: both;
    content: '';
  }

  .page-salon-locations-locations .SearchResult {
    overflow: hidden;
    max-height: none;
    margin: 0;
  }

  .page-salon-locations-locations .SearchResult .viewport {
    height: 100%;
  }

  .page-salon-locations-locations .SearchResult .overview {
    position: static;
    height: auto;
  }

  .page-salon-locations-locations .SearchResult .scrollbar {
    display: none;
  }

  .page-salon-locations-locations .SearchResult .button-locator-schedule {
    height: auto !important;
  }

  .page-salon-locations-locations .SearchResult .search-result-item {
    padding-top: 10px;
    padding-left: 45px;
  }

  .page-salon-locations-locations .SearchResult .search-result-item:after {
    display: block;
    clear: both;
    content: '';
  }

  .page-salon-locations-locations .SearchResult .search-result-item .result-item-name {
    font-size: 16px;
  }

  .page-salon-locations-locations .SearchResult .search-result-item .col-left {
    float: none;
    width: 100%;
  }

  .page-salon-locations-locations .SearchResult .search-result-item .col-right {
    float: none;
    width: 100%;
    margin: 0;
  }

  .page-salon-locations-locations .SearchResult .search-result-item .search-result-icon {
    left: 0;
    width: 50px;
    height: 100px;
    background-size: 100%;
  }

  .page-salon-locations-locations .SearchResult .search-result-item .search-result-icon.salon {
    background-image: url('../images/pictos/MAP-1.png');
  }

  .page-salon-locations-locations .SearchResult .search-result-item .search-result-icon.retailer {
    background-image: url('../images/pictos/MAP-2.png');
  }

  .page-salon-locations-locations .SearchResult .search-result-item .result-item-address,
    .page-salon-locations-locations .SearchResult .search-result-item .result-item-email,
    .page-salon-locations-locations .SearchResult .search-result-item .result-item-phone {
    font-size: 10px;
  }

  .page-salon-locations-locations .SearchResult .search-result-item .result-item-email,
    .page-salon-locations-locations .SearchResult .search-result-item .result-item-phone {
    display: none;
  }

  .page-salon-locations-locations .SearchResult .button-locator-call,
    .page-salon-locations-locations .SearchResult .button-locator-directions,
    .page-salon-locations-locations .SearchResult .button-locator-mail,
    .page-salon-locations-locations .SearchResult .button-locator-schedule {
    display: inline-block;
    margin: 0 20px 0 0;
  }

  .page-salon-locations-locations .SearchResult .button-locator-schedule {
    margin-bottom: 10px;
  }

  html.js input.webform-calendar {
    display: none;
  }

  .webform-client-form .form-item {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }

  .webform-client-form label {
    font-size: 16px;
    display: block;
    width: 100%;
  }

  .webform-client-form label.element-invisible {
    display: none;
  }

  .webform-client-form .form-text,
    .webform-client-form select {
    font-size: 15px;
    width: 100%;
    height: 35px;
  }

  .webform-client-form .form-radios .form-item {
    display: inline-block;
    width: auto;
  }

  .webform-client-form .form-radios .form-item label {
    padding-left: 22px;
    background-size: 15px;
  }

  .webform-client-form .webform-component-checkboxes .form-item label {
    padding-left: 22px;
    background-size: 15px;
  }

  .webform-client-form .webform-component-textarea textarea {
    font-size: 16px;
    width: 100%;
  }

  .webform-client-form .webform-component--contact-options,
    .webform-client-form .webform-component--press-inquiry,
    .webform-client-form .webform-component--your-interest {
    margin-top: 30px;
  }

  .webform-client-form .webform-component--contact-options .form-type-checkbox {
    float: left;
    width: auto;
  }

  .webform-client-form .hasDatepicker {
    display: none;
  }

  .i18n-ja .webform-client-form .webform-component-fieldset {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }

  .i18n-ja .webform-client-form .webform-component-fieldset .webform-component-textfield {
    float: none;
    width: 100%;
  }

  .i18n-ja .webform-client-form .webform-component-email.full-item .form-text,
    .i18n-ja .webform-client-form .webform-component-fieldset.full-item .form-text,
    .i18n-ja .webform-client-form .webform-component-radios.full-item .form-text,
    .i18n-ja .webform-client-form .webform-component-textfield.full-item .form-text {
    width: 100%;
  }

  .i18n-ja .webform-client-form .webform-component-fieldset .webform-component-textfield input {
    width: 100%;
  }

  .webform-client-form .form-actions:hover,
    form .form-actions:hover {
    background-image: url('../images/btn/btn-mid.png');
  }

  .page-node-2293 .webform-client-form,
    .page-node-3014 .webform-client-form,
    .page-node-306 .webform-client-form,
    .page-node-3329 .webform-client-form,
    .page-node-3332 .webform-client-form {
    width: 100%;
  }

  .schedule .col-left {
    display: block;
    float: none;
    width: 100%;
    margin: auto;
  }

  .schedule .col-left h3 {
    font-size: 25px;
    color: white;
  }

  .schedule .col-left img {
    width: 70%;
    height: auto;
    margin: 0;
  }

  .schedule .col-right {
    float: none;
    width: 100%;
    padding: 0;
  }

  .schedule .col-right h1 {
    font-size: 26px;
  }

  .schedule .col-right .form-item {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }

  .schedule .col-right label {
    font-size: 16px;
    display: block;
    width: 100%;
  }

  .schedule .col-right label.element-invisible {
    display: none;
  }

  .schedule .col-right .form-text,
    .schedule .col-right select,
    .schedule .col-right .webform-client-form .select-checkbox .select-title,
    .webform-client-form .select-checkbox
    .schedule .col-right .select-title,
    .schedule .col-right
    form .select-checkbox .select-title,
    form .select-checkbox
    .schedule .col-right .select-title {
    font-size: 13px;
    width: 100%;
    height: 35px;
  }

  .schedule .col-right .form-item-submitted-contact-details-time-hour,
    .schedule .col-right .form-item-submitted-contact-details-time-minute {
    display: inline-block;
    width: 48%;
  } 
  
  .schedule .col-right .form-radios .form-item {
    display: inline-block;
    width: auto;
  }

  .schedule .col-right .form-radios .form-item label {
    padding-left: 22px;
    background-size: 15px;
  }

  .schedule .col-right .form-actions {
    position: relative;
    margin-left: calc(50% - 32px);
  }

  .schedule .col-right .webform-component-checkboxes .form-item {
    display: inline-block;
    width: auto;
  }

  .schedule .col-right .webform-component-checkboxes .form-item label {
    padding-left: 22px;
    background-size: 15px;
  }

  .schedule .col-right .webform-component--contact-options,
    .schedule .col-right .webform-component--your-interest {
    margin-top: 32px;
  }

  .schedule .col-right .hasDatepicker {
    display: inline-block;
  }
  .schedule .col-right .hasDatepicker + .ui-datepicker-trigger {
    top: 21px;
    right: 5px;
  }

  .schedule .col-right .webform-component-date .webform-datepicker #edit-submitted-date-day {
    width: 100%;
  }

  .schedule .col-right .webform-component-date .webform-datepicker #edit-submitted-date-year {
    width: 100%;
  }
    /** Watch finder */
  body.page-watch-finder #watch-finder h1 {
    margin-bottom: 20px;
  }

  body.page-watch-finder #watch-finder .search-criteria-close,
    body.page-watch-finder #watch-finder .search-criteria-open {
    font-size: 13px;
    line-height: 40px;
    float: none;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 1px solid #959076;
    background-color: #06142f;
    background-image: none;
  }

  body.page-watch-finder #watch-finder .search-criteria-close:after,
    body.page-watch-finder #watch-finder .search-criteria-open:after {
    position: relative;
    top: 2.5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 20px;
    content: '';
    background: url('../images/btn/zoom-close.png') right top no-repeat;
    background-position: center right;
    background-size: 12px;
    background-size: 12px;
  }

  body.page-watch-finder #watch-finder .search-criteria-close.search-criteria-close,
    body.page-watch-finder #watch-finder .search-criteria-open.search-criteria-close {
    display: block;
  }

  body.page-watch-finder #watch-finder .search-criteria-close.search-criteria-open.show,
    body.page-watch-finder #watch-finder .search-criteria-open.search-criteria-open.show {
    display: block !important;
  }

  body.page-watch-finder #watch-finder .search-criteria-close.search-criteria-open.show:after,
    body.page-watch-finder #watch-finder .search-criteria-open.search-criteria-open.show:after {
    background-image: url('../images/btn/circle-down@1x.png');
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria {
    padding: 0;
    background: none;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 {
    float: none;
    width: 100%;
    background-color: #06142f;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item {
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid #959076;
    background-image: url('../images/btn/btn-down.png');
    background-repeat: no-repeat;
    background-position: top 20px right 15px;
    background-size: 18px;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item.active,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item.active,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item.active {
    background-image: url('../images/btn/btn-up.png');
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item .form-item,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item .form-type-checkbox,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item .form-item,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item .form-type-checkbox,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item .form-item,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item .form-type-checkbox {
    line-height: 3.2em;
    padding: 0;
    padding: 0 30px;
    border-bottom: 0;
    background: none;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item .form-item label,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item .form-type-checkbox label,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item .form-item label,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item .form-type-checkbox label,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item .form-item label,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item .form-type-checkbox label {
    font-size: 12px;
    line-height: 1em;
    line-height: 1em;
    height: 35px;
    padding: 0 35px;
    background-position: top left;
    background-size: 18px;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item .form-item:last-child,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item .form-type-checkbox:last-child,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item .form-item:last-child,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item .form-type-checkbox:last-child,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item .form-item:last-child,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item .form-type-checkbox:last-child {
    margin-bottom: 40px;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item .form-checkboxes,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item .form-checkboxes,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item .form-checkboxes {
    display: none;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item .form-checkboxes.active,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item .form-checkboxes.active,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item .form-checkboxes.active {
    display: block;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .col1 .form-item > label,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col2 .form-item > label,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .col3 .form-item > label {
    font-size: 14px;
    line-height: 35px;
    padding: 10px 30px;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .form-actions.fleft,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .form-actions.fright {
    float: none;
    width: 44%;
    margin: 15px 3%;
    text-align: center;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .form-actions.fleft.fleft:before,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .form-actions.fright.fleft:before {
    left: -5px;
  }

  body.page-watch-finder #watch-finder #watch-finder-form-criteria .form-actions.fleft input,
    body.page-watch-finder #watch-finder #watch-finder-form-criteria .form-actions.fright input {
    width: 100%;
  }

  body.page-history .view-header h2 {
    font-size: 22px;
  }

  body.page-history .view-header p.text-2-cols {
    font-size: 14px;
    width: 100%;
    padding: 30px 20px 0;
    -webkit-column-count: 1;
    column-count: 1;
  }

  body.page-history .cd-timeline-img {
    left: 0;
  }

  body.page-history .cd-timeline-content {
    margin-left: 24px;
    padding-top: 0;
  }

  body.page-history .cd-timeline-content h3 {
    font-size: 20px;
  }

  body.page-history .cd-timeline-content p {
    font-size: 14px;
    line-height: 28px;
  }
    /* CATALOGUES */
  body.page-catalogs #main-wrapper .grid-items.grid-2-cols .grid-item {
    margin-bottom: 60px;
  }

  .rm-mobile {
    display: none;
  }
    /* FAQ */
  body.page-faq .view-filters .views-exposed-form {
    margin-bottom: 0;
  }

  body.page-faq .view-filters .views-exposed-form a {
    font-size: 20px;
    margin: -1px 25px 0 0;
    padding-left: 25px;
    background-size: 15px;
  }

  body.page-faq .view-content,
    body.page-faq .view-faq {
    padding: 0 20px;
  }

  body.page-faq .view-content a {
    font-size: 18px;
    padding-right: 60px;
    background-size: 25px;
  }

  body.page-faq .view-content span {
    font-size: 16px;
    line-height: 24px;
  }

  body.page-faq .view-filters .button {
    display: none;
  }
    /** careers */
  .block-xml-parser {
    padding: 0 20px;
  }

  .block-xml-parser h2 {
    font-size: 26px;
    line-height: 56px;
  }

  .block-xml-parser ul h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .block-xml-parser ul .xml-date,
    .block-xml-parser ul .xml-info {
    font-size: 14px;
    line-height: 1.8em;
    float: none;
  }

  .block-xml-parser ul .xml-link {
    float: none;
    height: 25px !important;
    margin-top: 10px;
  }

  .block-xml-parser div.left,
    .block-xml-parser div.right {
    font-size: 16px;
    float: none;
    width: 100%;
  }

  .block-xml-parser div.left .golden,
    .block-xml-parser div.right .golden {
    font-size: 20px;
    margin-top: 30px;
  }

  .block-xml-parser div.left .row .info-details,
    .block-xml-parser div.left .row div.info-name,
    .block-xml-parser div.right .row .info-details,
    .block-xml-parser div.right .row div.info-name {
    font-size: 16px;
    line-height: 1.8em;
    display: block;
    width: 100%;
  }
    /** landing page */
  .node-type-landing-page .landing {
    padding: 0;
  }

  .landing-push {
    width: 100%;
    height: auto;
    margin: 0 0 20px !important;
    padding: 50% 20px 20px;
  }

  .landing-push a > div h3 {
    font-size: 1.6em;
  }

  .bxslider-landing .landing-push {
    padding: 200px 20px 20px;
  }
    /** Footer */
  .footer {
    position: static;
    margin-right: -20px;
    margin-left: -20px;
    transition: all .4s linear;
  }

  .footer.active {
    background-color: #00051f;
    background-color: rgba(0, 5, 31, .88);
  }

  .footer .region-footer .block .block-content-container ul.menu li a {
    width: 100%;
    margin: 0;
  }

  .footer .region-footer .footer_submenu.footer-network,
    .footer .region-footer .footer_submenu-mobile.footer-network {
    display: none !important;
  }

  .footer .region-footer .footer_submenu.footer_submenu-mobile,
    .footer .region-footer .footer_submenu-mobile.footer_submenu-mobile {
    display: block;
  }

  .footer .region-footer .footer_submenu .block-header-container,
    .footer .region-footer .footer_submenu-mobile .block-header-container {
    display: none;
  }

  .footer .region-footer .footer_submenu .block-content-container,
    .footer .region-footer .footer_submenu .social-network_container-mobile,
    .footer .region-footer .footer_submenu-mobile .block-content-container,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile {
    position: relative;
    bottom: 0;
    text-align: center;
    background-color: #00051f;
    background-color: rgba(0, 5, 31, .88);
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network {
    display: inline-block;
    margin: 10px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url li,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network li,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url li,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network li,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url li,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network li,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url li,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network li {
    line-height: 35px;
    display: inline-block;
    height: 35px;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url li a,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network li a,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url li a,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network li a,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url li a,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network li a,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url li a,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network li a {
    font-size: 26px;
    display: inline-block;
    margin: 0 18px;
    transition: opacity .4s linear;
    opacity: .5;
    color: white;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url li a:hover,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network li a:hover,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url li a:hover,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network li a:hover,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url li a:hover,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network li a:hover,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url li a:hover,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network li a:hover {
    opacity: 1;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url li a.active,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network li a.active,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url li a.active,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network li a.active,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url li a.active,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network li a.active,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url li a.active,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network li a.active {
    opacity: 1;
    color: #959076;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network {
    margin: 10px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li {
    margin: 0 0 10px;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a {
    width: 31px;
    height: 31px;
    margin: 0;
    text-indent: -9999em;
    background-image: url('../images/pictos/social_network.png');
    background-size: auto 63px;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-facebook,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-facebook,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-facebook,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-facebook,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-facebook,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-facebook,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-facebook,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-facebook {
    background-position: 0 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-twitter,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-twitter,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-twitter,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-twitter,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-twitter,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-twitter,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-twitter,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-twitter {
    background-position: 249px  0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-pinterest,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-pinterest,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-pinterest,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-pinterest,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-pinterest,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-pinterest,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-pinterest,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-pinterest {
    background-position: 218px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-google,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-google,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-google,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-google,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-google,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-google,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-google,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-google {
    background-position: 187px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-youtube,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-youtube,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-youtube,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-youtube,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-youtube,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-youtube,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-youtube,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-youtube {
    background-position: 156px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-instagram,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-instagram,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-instagram,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-instagram,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-instagram,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-instagram,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-instagram,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-instagram {
    background-position: 125px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-weibo,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-weibo,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-weibo,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-weibo,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-weibo,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-weibo,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-weibo,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-weibo {
    background-position: 94px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-youku,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-youku,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-youku,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-youku,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-youku,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-youku,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-youku,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-youku {
    background-position: 31px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url.social-network li a.btn-wechat,
    .footer .region-footer .footer_submenu .block-content-container ul.social-network.social-network li a.btn-wechat,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-wechat,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.social-network.social-network li a.btn-wechat,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url.social-network li a.btn-wechat,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.social-network.social-network li a.btn-wechat,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url.social-network li a.btn-wechat,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a.btn-wechat {
    background-position: 63px 0;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url li,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url li,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url li,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url li {
    display: block;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url li a,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url li a,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url li a,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url li a {
    font-size: 17px;
  }

  .footer .region-footer .footer_submenu .block-content-container ul.language-switcher-locale-url li.zh-hant,
    .footer .region-footer .footer_submenu .social-network_container-mobile ul.language-switcher-locale-url li.zh-hant,
    .footer .region-footer .footer_submenu-mobile .block-content-container ul.language-switcher-locale-url li.zh-hant,
    .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.language-switcher-locale-url li.zh-hant {
    display: none;
  }

  .footer .region-footer .footer_menu_container {
    border: 0;
    background-color: rgba(0, 5, 31, .88);
  }

  .footer .region-footer .footer_menu_container ul.menu {
    display: block;
    margin: 0;
    padding: 0;
  }

  .footer .region-footer .footer_menu_container ul.menu li {
    font-size: 16px;
    line-height: 45px;
    display: block;
    width: 100% !important;
    height: 45px;
    text-align: center !important;
    letter-spacing: 2.5px;
  }

  .footer .region-footer .footer_menu_container ul.menu li.casc {
    width: 100% !important;
  }

  .footer .region-footer .footer_menu_container ul.menu li a {
    border: 0;
  }

  .footer .region-footer .footer_menu_container ul.menu li.btn-change-language {
    line-height: 35px;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    background: #15182e;
  }

  .footer .region-footer .footer_menu_container ul.menu li.btn-change-language a {
    font-size: 12px;
    text-transform: uppercase;
    color: #959076;
  }

  .footer .region-footer .footer_menu_container ul.menu li.btn-change-language a:after {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    content: '';
    background-image: url('../images/btn/btn-up.png');
    background-size: 16px 16px;
  }

  .footer .region-footer .footer_menu_container ul.menu li.btn-follow-us,
    .footer .region-footer .footer_menu_container ul.menu li.logo-footer {
    display: none;
  }

  .footer .region-footer .footer_menu_container ul.menu li.submenu-is_active.btn-change-language a:after {
    background-image: url('../images/btn/btn-down.png');
  }

  .footer .region-footer .footer_menu_container ul.menu:after {
    display: block;
    clear: both;
    content: '';
  }

  .footer .region-footer .block .block-content-container ul.menu {
    display: block;
    margin: 0;
  }

  .footer .region-footer .block .block-content-container ul.menu li {
    font-size: 17px;
    display: block;
    text-align: center;
  }

  .wedding .footer .region-footer .footer_menu_container {
    background: none;
  }

  .wedding .footer .region-footer .footer_menu_container ul.menu {
    margin: 0;
  }

  .wedding .footer .region-footer .footer_menu_container ul.menu li.btn-change-language {
    background: #eaeaea;
  }

  .wedding .footer .region-footer .footer_submenu-mobile .social-network_container-mobile {
    background: none;
  }

  .wedding .footer .region-footer .footer_submenu-mobile .social-network_container-mobile ul.social-network.social-network li a {
    background-image: url('../images/pictos/social_network-white.png');
  }
    /* JP EXCEPTION */
  .i18n-ja .landing-push h3 {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 640px) {
  .rte iframe {
    min-height: 168px !important;
  }
}

@media only screen and (max-width: 560px) {
  .slider_quicklinks {
    width: 90%;
    width: calc(100% - 40px);
    margin: 0 20px 100px;
  }
}

@media only screen and (max-width: 384px) {
  #main-wrapper .grid-items.grid-3-cols .grid-item,
    #main-wrapper .grid-items.grid-4-cols .grid-item {
    clear: both;
    width: 100%;
  }

  .page-salon-locations-locations #pos-select-form .form-wrapper {
    min-width: 280px;
  }

  .page-salon-locations .gmap-map {
    height: 350px !important;
  }
}

.caratage:focus {
  outline: #58acf8 solid 1px !important;
}
.cols-1:after {
  display: block;
  float: none;
  clear: both;
  content: '';
}

.cols-1 .cols-item {
  float: left;
  width: calc(100% / 1);
}

.cols-2:after {
  display: block;
  float: none;
  clear: both;
  content: '';
}

.cols-2 .cols-item {
  float: left;
  width: calc(100% / 2);
}

.cols-3:after {
  display: block;
  float: none;
  clear: both;
  content: '';
}

.cols-3 .cols-item {
  float: left;
  width: calc(100% / 3);
}

.cols-4:after {
  display: block;
  float: none;
  clear: both;
  content: '';
}

.cols-4 .cols-item {
  float: left;
  width: calc(100% / 4);
}

.cols-item {
  position: relative;
}

.container-tiles {
  padding: 0 !important;
}

.container-tiles .tiles {
  height: 100%;
}

.container-tiles .tiles .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  .container-tiles .tiles .cover {
    background-position: right center;
  }
}

.container-tiles .tiles-item {
  min-height: 300px;
  padding: 0;
  text-align: center;
}

.container-tiles .tiles-item .btn-bottom {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
}

@media (min-width: 768px) {
  .container-tiles .tiles-item {
    top: 0;
    height: calc(100vh);
  }
}

@media (max-width: 767px) {
  .container-tiles .tiles-item:last-child {
    min-height: 400px;
  }

  .container-tiles .tiles-item:last-child .cover {
    background-position: right top;
  }

  .container-tiles .tiles-item .btn-bottom {
    right: auto;
    bottom: 40%;
    left: 10%;
  }
}

.container-tiles .tiles-infos {
  position: absolute;
  z-index: 10;
  top: calc(10% + 145px);
  max-width: 600px;
  padding: 15px 30px;
  color: #000 !important;
  background: #fff;
}

.container-tiles .tiles-infos-title {
  font-size: 45px;
  color: #000 !important;
}

@media (max-width: 767px) {
  .container-tiles .tiles-infos {
    top: auto;
    bottom: 50px;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .5);
  }

  .container-tiles .tiles-infos-title {
    font-size: 36px;
  }

  .container-tiles .tiles-infos .description {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cols-4 .cols-item {
    width: calc(100% / 3);
  }

  .cols-4 .cols-item:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .cols .cols-item {
    width: 100%;
  }

  .cols .cols-item:last-child .btn-bottom {
    bottom: 55%;
  }
}

body.front.overlay-tiles header.header:before {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 145px;
  content: '';
  background: rgba(255, 255, 255, .5);
}

@media (max-width: 767px) {
  body.front.overlay-tiles header.header:before {
    position: absolute;
    right: -20px;
    left: -20px;
    height: 55px;
  }
}

body.front.overlay-tiles .footer {
  background: rgba(255, 255, 255, .5);
}

body.front.overlay-tiles.theme-dark header.header:before {
  background: rgba(0, 0, 0, .5);
}

body.front.overlay-tiles.theme-dark .footer {
  background: rgba(0, 0, 0, .5);
}

body.front.overlay-tiles .bx-wrapper .bx-controls .bx-controls-direction {
  max-width: none;
}

.video-popup {
  text-align: center;
}

.video-popup .iframe-video {
  width: 90%;
  height: calc(90vh - 100px);
  margin: 5vh auto;
}

.video-popup .button {
  margin-top: 15px;
}

.mfp-close-btn-in .video-popup .mfp-close {
  right: 4%;
  color: #fff;
}

/*****************
 Multi background
******************/
.slide-item {
  min-height: 100vh;
}

.slideCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.slideCover.slideCover-1 {
  z-index: 3;
  transition: all .2s;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  background-position: 100% 0;
}

.slideCover.slideCover-2 {
  z-index: 2;
  transition: all .2s;
  background-position: 50% 0;
  background-size: 100% auto;
}

.slideCover.slideCover-3 {
  z-index: 1;
  transition: all .2s;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  background-position: 0 0;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg {
  position: absolute;
  z-index: 10;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg h2 {
  width: auto;
  height: auto;
  padding-left: 100px;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg p {
  margin: 13px 0 0 140px;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product {
  font-size: 0;
  position: relative;
  float: right;
  width: 30%;
  min-width: 380px;
  height: 100vh;
  margin-right: 15%;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container {
  position: absolute;
  z-index: 10;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container .multi-product-image {
  position: relative;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container .multi-product-image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container .multi-product-image .btn-bottom {
  position: absolute;
  top: 60%;
  right: -30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(1) {
  top: 0;
  right: 0;
  left: 50%;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) {
  right: 50%;
  bottom: 0;
  left: 0;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) .btn-bottom {
  top: 50%;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container.position-bottom {
  bottom: 0;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container.position-top {
  top: 0;
}

body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container.position-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.front .view-homepage-slider ul li .multi-slide-item-inner .container-slide .field-content {
  position: relative;
  display: block;
  height: 100vh;
}

@media (max-width: 1649px) {
  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product {
    width: 28%;
  }
}

@media (min-height: 1000px) and (orientation: landscape) {
  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product {
    width: 38%;
  }
}

@media (max-width: 1239px) {
  .slideCover.slideCover-1 {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }

  .slideCover.slideCover-3 {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg {
    top: 50%;
  }
}

@media (min-width: 992px) and (orientation: portrait) {
  .slideCover.slideCover-1 {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }

  .slideCover.slideCover-3 {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product {
    width: 100%;
    margin-right: 0;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container {
    width: 100%;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(1) {
    left: 0;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(1) .multi-product-image {
    float: right;
    margin-right: 25%;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(1) .multi-product-image .btn-bottom {
    top: unset;
    right: 120%;
    bottom: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) {
    top: unset;
    right: 0;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) .multi-product-image {
    float: left;
    margin-left: 25%;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) .multi-product-image .btn-bottom {
    top: 10%;
    left: 120%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg {
    top: unset;
    right: 0;
    bottom: 100px;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg h2,
    body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg p {
    display: inline-block;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg h2 {
    padding: 0;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg p {
    margin: 0;
  }
}

@media (max-width: 1023px) {
  .slideCover.slideCover-1 {
    -webkit-transform: translateX(23%);
            transform: translateX(23%);
  }

  .slideCover.slideCover-3 {
    -webkit-transform: translateX(-23%);
            transform: translateX(-23%);
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg h2 {
    display: block;
    max-width: unset;
    padding-left: 0;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg p {
    margin: 0 auto;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product {
    position: relative;
    float: inherit;
    width: auto;
    margin: 0;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container .multi-product-image {
    position: relative;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container .multi-product-image img.display-desktop {
    display: block;
    width: auto;
    height: 50vh;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container .multi-product-image .btn-bottom {
    position: absolute;
    top: 60%;
    right: -15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(1) {
    left: 0;
    width: 100%;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(1) .multi-product-image {
    float: right;
    margin-right: 25%;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(1) .multi-product-image .btn-bottom {
    top: unset;
    right: 100%;
    bottom: 15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) {
    top: unset;
    right: 0;
    width: 100%;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) .multi-product-image {
    float: left;
    margin-left: 25%;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) .multi-product-image .btn-bottom {
    top: 40%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  body.front .view-homepage-slider ul li .multi-slide-item-inner .container-slide .field-content {
    height: 95vh;
  }
}

@media (max-width: 767px) {
  .slideCover.slideCover-1 {
    -webkit-transform: translateX(20%) scale(1.8) translateY(-20%);
            transform: translateX(20%) scale(1.8) translateY(-20%);
  }

  .slideCover.slideCover-3 {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }

  body.front .view-homepage-slider ul li .multi-slide-item-inner .container-slide {
    display: inline-block;
  }

  body.front .view-homepage-slider ul li .multi-slide-item-inner .container-slide .views-field-nothing {
    display: inline-block;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-wording-multiBg.slide_infos {
    margin-bottom: 0;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container {
    margin-top: 0;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(1) .multi-product-image {
    margin-right: 15%;
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container:nth-child(2) .multi-product-image {
    margin-left: 15%;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .slideCover.slideCover-1 {
    -webkit-transform: translateX(0%) translateY(-5%) scale(1.2);
            transform: translateX(0%) translateY(-5%) scale(1.2);
  }

  .slideCover.slideCover-3 {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  body.front .view-homepage-slider ul li .views-field-nothing .field-content .container-multiple-product .product-image-container .multi-product-image img.display-desktop {
    height: 75vh;
  }
}

.field-name-field-product-description p,
.field-name-field-timepieces-dial p,
.field-name-field-timepieces-gem-setting p {
  margin: 0;
}

.webform-client-form.form-catalog-ja .webform-component-email + .webform-component-email {
  clear: none;
}

.webform-client-form.form-catalog-ja .webform-component--fields--zip-code,
.webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 {
  width: 25%;
}

.webform-client-form.form-catalog-ja .webform-component--fields--zip-code form-text,
.webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 form-text {
  width: 100%;
}

.webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 label {
  width: auto;
}

@media (min-width: 992px) {
  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code {
    width: 28%;
    padding-right: 0;
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code .form-text {
    width: calc(100% - 125px);
    margin: 0;
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 {
    width: 22%;
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 .form-text {
    width: calc(100% - 50px);
    margin-left: 14px;
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 .form-required {
    display: none;
  }
}

@media (max-width: 991px) {
  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code,
    .webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 {
    float: left !important;
    width: 50% !important;
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code {
    padding-right: 15px;
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 {
    position: relative;
    padding-left: 15px;
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2 label {
    opacity: 0;
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--zip-code-2:before {
    position: absolute;
    top: 50%;
    left: -2px;
    margin: 10px 0;
    content: '-';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .webform-client-form.form-catalog-ja .webform-component--fields--city {
    clear: both;
  }

  .webform-client-form.form-catalog-ja .form-item label {
    width: auto;
  }

  .webform-client-form.form-catalog-ja .form-type-radio label {
    display: inline-block;
    width: auto;
  }

  .webform-client-form.form-catalog-ja select,
    .webform-client-form.form-catalog-ja .select-checkbox .select-title,
    form .select-checkbox .webform-client-form.form-catalog-ja .select-title {
    width: 100%;
  }
}

.video-fullsize {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-collection {
  width: 100%;
  height: 295px;
}
