/* ANIMATION */
/* ANIMATION */
html.fullscreen_opened #top-header, html.fullscreen_opened #bottom-header, html.fullscreen_opened #ticker {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.menu_right_dots {
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: fixed;
  z-index: 199;
  top: 50%;
  right: 10px;
  height: 140px;
  margin-top: -45px; }
  @media only screen and (max-width: 765px) {
    .menu_right_dots {
      display: none; } }
  .menu_right_dots.menu_hidden {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .menu_right_dots li {
    text-align: right;
    height: 20px; }
    .menu_right_dots li a {
      position: relative;
      text-decoration: none;
      display: inline-block;
      height: 24px;
      line-height: 24px;
      overflow: hidden;
      white-space: nowrap;
      width: 10px;
      text-align: right;
      -webkit-transition: all 1s ease 0s;
      -moz-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s; }
    .menu_right_dots li .menu_dot {
      position: absolute;
      top: 50%;
      right: 0px;
      margin-top: -3px;
      display: inline-block;
      width: 8px;
      border-radius: 100%;
      height: 8px;
      border: 1px solid #b7b7b7;
      background: #b7b7b7; }
    .menu_right_dots li .menu_name {
      position: absolute;
      right: 0px;
      display: inline-block;
      margin-right: 16px;
      margin-left: 10px;
      height: 100%;
      vertical-align: middle;
      text-transform: uppercase;
      color: #000;
      font-size: 0px;
      background: white;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .menu_right_dots li .menu_name i {
        display: inline-block;
        width: 16px;
        background: url("../img/menu/dot_arrow.png") left center no-repeat;
        background-size: auto 58%;
        height: 100%; }
      .menu_right_dots li .menu_name span {
        display: inline-block;
        vertical-align: top;
        background: #f6f6f6;
        padding-left: 15px;
        padding-right: 6px;
        line-height: 24px;
        height: 24px;
        text-align: right;
        font-size: 13px;
        letter-spacing: 0.05em; }
    .menu_right_dots li:hover a {
      width: 350px; }
      .menu_right_dots li:hover a .menu_name {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
    .menu_right_dots li.selected .menu_dot {
      border: 1px solid #b7b7b7 !important;
      background: transparent !important;
      width: 8px !important;
      height: 8px !important; }

.xp_menu_container {
  position: relative;
  z-index: 400;
  height: 38px; }
  @media only screen and (max-width: 737px) {
    .xp_menu_container {
      height: 0px; }
      .fullscreen_opened .xp_menu_container {
        position: fixed;
        top: 0px; } }

.xp_menu {
  position: relative;
  overflow: hidden;
  z-index: 201;
  background: #f6f6f6;
  height: 38px;
  line-height: 35px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
  .xp_menu.fixed, .fullscreen_opened .xp_menu {
    position: fixed;
    z-index: 206;
    top: 0px;
    width: 100%; }
    .xp_menu.fixed .menu_buttons .menu_social, .fullscreen_opened .xp_menu .menu_buttons .menu_social {
      padding-left: 0px;
      padding-right: 0px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
      @media only screen and (max-width: 737px) {
        .xp_menu.fixed .menu_buttons .menu_social, .fullscreen_opened .xp_menu .menu_buttons .menu_social {
          display: none; } }
    @media only screen and (min-width: 990px) {
      .xp_menu.fixed .menu_logo, .fullscreen_opened .xp_menu .menu_logo {
        margin-left: 0px; }
        .xp_menu.fixed .menu_logo span, .fullscreen_opened .xp_menu .menu_logo span {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
          filter: alpha(opacity=100);
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; } }
  @media only screen and (max-width: 737px) {
    .xp_menu {
      position: fixed;
      width: 100%;
      top: 0px;
      z-index: 203; } }
  .xp_menu .menu_buttons,
  .xp_menu .menu_logo,
  .xp_menu .menu_social,
  .xp_menu .menu_open_menu,
  .xp_menu .menu_close,
  .xp_menu .menu_shop {
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    height: 36px;
    font-family: "hurme-regular","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif; }
  .xp_menu .menu_buttons_container {
    position: relative;
    top: 0px;
    float: right;
    font-size: 0px;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    @media only screen and (max-width: 737px) {
      .xp_menu .menu_buttons_container {
        background: #f6f6f6;
        font-size: 0px;
        float: none;
        position: absolute;
        right: 0px; } }
    .fullscreen_opened .xp_menu .menu_buttons_container,
    .menu_opened .xp_menu .menu_buttons_container {
      top: -100%; }
    .xp_menu .menu_buttons_container .menu_buttons {
      display: block;
      text-align: right; }
    .xp_menu .menu_buttons_container .menu_buttons div {
      padding-left: 25px;
      padding-right: 15px;
      text-align: left;
      border-left: 1px solid #e8e8e8;
      height: 100%; }
      @media only screen and (max-width: 737px) {
        .xp_menu .menu_buttons_container .menu_buttons div {
          padding-left: 0px;
          padding-right: 0px;
          border-left: 0px; } }
      .xp_menu .menu_buttons_container .menu_buttons div span {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        padding-right: 45px;
        font-size: 14px; }
        @media only screen and (max-width: 737px) {
          .xp_menu .menu_buttons_container .menu_buttons div span {
            background-position: center center;
            font-size: 12px;
            text-align: left;
            width: 20px;
            font-size: 0px; } }
    .xp_menu .menu_buttons_container div.menu_social {
      display: none;
      background: url(../img/menu/social.png) 12px center no-repeat;
      background-size: auto 55%;
      padding: 0px;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=0);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
      .xp_menu .menu_buttons_container div.menu_social div {
        border-left: 0px; }
      .desktop .xp_menu .menu_buttons_container div.menu_social:hover, .xp_menu .menu_buttons_container div.menu_social.social_opened,
      .tablet .xp_menu .menu_buttons_container div.menu_social {
        padding-left: 0px;
        padding-right: 0px; }
        .desktop .xp_menu .menu_buttons_container div.menu_social:hover .menu-social-icons, .xp_menu .menu_buttons_container div.menu_social.social_opened .menu-social-icons,
        .tablet .xp_menu .menu_buttons_container div.menu_social .menu-social-icons {
          width: 132px;
          background: rgba(246, 246, 246, 0.7); }
        .desktop .xp_menu .menu_buttons_container div.menu_social:hover .menu-social, .xp_menu .menu_buttons_container div.menu_social.social_opened .menu-social,
        .tablet .xp_menu .menu_buttons_container div.menu_social .menu-social {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
          filter: alpha(opacity=70);
          -webkit-opacity: 0.7;
          -moz-opacity: 0.7;
          -khtml-opacity: 0.7;
          opacity: 0.7; }
      .xp_menu .menu_buttons_container div.menu_social .menu-social-icons {
        width: 40px;
        padding: 0px;
        padding-left: 40px;
        overflow: hidden;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      .xp_menu .menu_buttons_container div.menu_social .menu-social {
        width: 45px;
        display: inline-block;
        vertical-align: top;
        height: 100%;
        padding: 0px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 55%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        .xp_menu .menu_buttons_container div.menu_social .menu-social a {
          display: block;
          height: 100%; }
        .desktop .xp_menu .menu_buttons_container div.menu_social .menu-social:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
          filter: alpha(opacity=100);
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
        .xp_menu .menu_buttons_container div.menu_social .menu-social.facebook {
          background-image: url(../img/menu/facebook.png); }
        .xp_menu .menu_buttons_container div.menu_social .menu-social.twitter {
          background-image: url(../img/menu/twitter.png); }
        .xp_menu .menu_buttons_container div.menu_social .menu-social.instagram {
          background-image: url(../img/menu/instagram.png); }
  .xp_menu .menu_buttons .menu_open_menu {
    display: none;
    position: relative;
    top: -1px;
    padding: 0px 10px 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    @media only screen and (max-width: 737px) {
      .xp_menu .menu_buttons .menu_open_menu {
        display: none !important; } }
    @media only screen and (max-width: 736px) {
      .resp-true .xp_menu .menu_buttons .menu_open_menu {
        display: none !important; } }
    .xp_menu .menu_buttons .menu_open_menu span {
      height: 36px;
      line-height: 37px;
      font-size: 13px;
      letter-spacing: 0.05em;
      background: url("../img/menu/open.png") right center no-repeat;
      background-position: calc(100% - 5px) center;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      color: #3d3d3d; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 737px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 737px), only screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 737px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 737px), only screen and (min-resolution: 192dpi) and (max-width: 737px) {
        .xp_menu .menu_buttons .menu_open_menu span {
          background-image: url("../img/menu/open_mobile@2.png");
          background-size: 25px auto; } }
    .xp_menu .menu_buttons .menu_open_menu:hover {
      background-color: #e0e0e0; }
      .xp_menu .menu_buttons .menu_open_menu:hover span {
        color: #000; }
  .xp_menu .menu_buttons .menu_close {
    position: relative;
    top: 0px;
    height: 36px;
    line-height: 36px;
    padding-right: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .xp_menu .menu_buttons .menu_close:hover {
      background: #e0e0e0; }
    .xp_menu .menu_buttons .menu_close .menu_close-arrow {
      display: none; }
    .xp_menu .menu_buttons .menu_close span {
      background: url("../img/menu/close.png") right center no-repeat;
      background-position: calc(100% - 3px) center;
      color: #3d3d3d;
      padding-right: 28px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      height: 36px;
      line-height: 37px;
      font-size: 13px;
      letter-spacing: 0.05em; }
  .xp_menu .menu_buttons div.menu_shop {
    display: inline-block;
    overflow: hidden;
    width: auto;
    padding: 0px;
    background: black;
    white-space: nowrap; }
    .xp_menu .menu_buttons div.menu_shop span {
      padding: 0px;
      height: 100%;
      width: 100%; }
    .xp_menu .menu_buttons div.menu_shop.blockvisible {
      display: inline-block; }
    .xp_menu .menu_buttons div.menu_shop a {
      padding: 0px 30px;
      color: white;
      display: inline-block;
      font-size: 13px;
      letter-spacing: 0.05em;
      height: 100%;
      min-width: 130px;
      text-align: center;
      line-height: 36px;
      vertical-align: top;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      @media only screen and (max-width: 737px) {
        .xp_menu .menu_buttons div.menu_shop a {
          font-size: 12px;
          padding: 0px 10px; } }
      .desktop .xp_menu .menu_buttons div.menu_shop a:hover {
        background: white;
        color: black; }
      .xp_menu .menu_buttons div.menu_shop a span {
        width: auto;
        padding: 0px; }
  .xp_menu .menu_logo {
    vertical-align: top;
    margin-left: -76px;
    height: 38px;
    border-right: 1px solid #e8e8e8;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
    @media only screen and (max-width: 737px) {
      .xp_menu .menu_logo {
        margin-left: 0px; } }
    .xp_menu .menu_logo span {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=0);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      display: inline-block;
      width: 76px;
      height: 38px;
      background: url(../img/menu/logo.svg) center center no-repeat;
      background-size: auto 44%;
      -webkit-transition: all 0.5s ease 0.8s;
      -moz-transition: all 0.5s ease 0.8s;
      -o-transition: all 0.5s ease 0.8s;
      transition: all 0.5s ease 0.8s; }
      @media only screen and (max-width: 737px) {
        .xp_menu .menu_logo span {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
          filter: alpha(opacity=100);
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; } }
    .desktop .xp_menu .menu_logo:hover {
      background-color: #e5e5e5; }
  .xp_menu .menu_title,
  .xp_menu .menu_title_mobile {
    position: relative;
    top: -1px;
    display: inline-block;
    text-transform: uppercase;
    display: inline-block;
    font-family: "hurme-light","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif;
    letter-spacing: 0.03em;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 6px;
    line-height: 100%;
    white-space: nowrap;
    vertical-align: top;
    line-height: 36px;
    color: #000; }
    @media only screen and (orientation: portrait) and (max-width: 737px) {
      .xp_menu .menu_title,
      .xp_menu .menu_title_mobile {
        display: none;
        padding-left: 4px;
        font-size: 10px;
        height: 38px;
        margin-top: 0px;
        vertical-align: top;
        overflow: hidden;
        text-overflow: ellipsis; } }
    .xp_menu .menu_title span,
    .xp_menu .menu_title_mobile span {
      display: inline-block;
      color: #111;
      vertical-align: top; }
      @media only screen and (max-width: 737px) {
        .xp_menu .menu_title span,
        .xp_menu .menu_title_mobile span {
          font-size: 21px;
          letter-spacing: 0.05em; } }
    .xp_menu .menu_title span.menu_title_section,
    .xp_menu .menu_title_mobile span.menu_title_section {
      display: inline-block;
      line-height: 38px;
      margin-left: 6px;
      font-size: 12px;
      color: #999;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 737px) {
        .xp_menu .menu_title span.menu_title_section,
        .xp_menu .menu_title_mobile span.menu_title_section {
          display: none; } }
    .xp_menu .menu_title h1,
    .xp_menu .menu_title_mobile h1 {
      font: inherit;
      letter-spacing: inherit;
      color: inherit;
      margin: inherit;
      padding: inherit; }
  .xp_menu .menu_title_mobile {
    display: none; }
  @media only screen and (max-width: 737px) {
    .xp_menu .menu_title {
      display: none; }
    .xp_menu .menu_title_mobile {
      display: inline-block;
      white-space: nowrap;
      font-size: 12px;
      padding-left: 0px; } }

.fullscreen_menu {
  display: none;
  position: fixed;
  z-index: 204;
  background-color: white;
  background: #fff;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden; }
  @media only screen and (max-width: 737px) {
    .fullscreen_menu {
      position: fixed; } }
  .fullscreen_menu.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .fullscreen_menu .fullscreen_menu-container {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    margin: auto; }
  .fullscreen_menu .fullscreen_menu-spacer {
    width: 35px;
    margin: auto;
    height: 1px;
    background: #404040; }
  .fullscreen_menu .fullscreen_menu-items {
    display: table-cell;
    vertical-align: middle;
    margin-top: -40px; }
  .fullscreen_menu .fullscreen_menu-item {
    line-height: 35px;
    line-height: 9vh; }
    .fullscreen_menu .fullscreen_menu-item a {
      color: #626262;
      font-family: "hurme-light","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif;
      font-size: 27px;
      letter-spacing: 0.1em;
      display: block;
      text-align: center; }
      @media only screen and (max-width: 737px) {
        .fullscreen_menu .fullscreen_menu-item a {
          font-size: 23px; } }
      .fullscreen_menu .fullscreen_menu-item a:hover {
        color: #ccc;
        text-decoration: none; }
    .fullscreen_menu .fullscreen_menu-item.selected a span {
      /*font-weight:bold;*/
      color: #ccc; }

body {
  min-width: 0px; }

.mini_site_container {
  position: relative;
  z-index: 3000;
  text-align: left;
  font-family: "hurme-regular","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif;
  font-weight: normal;
  overflow: visible;
  background: white; }
  .mini_site_container h1 {
    font-size: 15px; }
  .mini_site_container p {
    font-size: inherit; }
  .mini_site_container div, .mini_site_container p, .mini_site_container ul, .mini_site_container li, .mini_site_container span, .mini_site_container a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .mini_site_container a:hover,
  .mini_site_container a:focus {
    text-decoration: none;
    outline: none; }
  .mini_site_container .mini_slide {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden; }
  .mini_site_container .slides_container {
    position: relative;
    z-index: 101;
    background: white; }
  .mini_site_container .slide_title h2 {
    letter-spacing: 0.04em;
    width: 100%;
    top: 0px;
    line-height: 130px;
    background: white;
    font-size: 45px;
    display: block;
    text-align: center !important;
    font-family: "hurme-regular","Helvetica Neue","Helvetica",Arial,Segoe UI Symbol,sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000; }

.category-landing-main {
  background: none;
  top: 0px; }

#content-container {
  position: relative;
  z-index: 3; }
  .fullscreen_opened #content-container,
  .menu_opened #content-container {
    z-index: 300; }

.fullscreen_opened,
.menu_opened {
  overflow-y: hidden; }

#footer-container {
  position: relative;
  background: white;
  z-index: 4; }

#top-header,
#bottom-header {
  position: relative;
  z-index: 5; }

#top-header {
  z-index: 6; }

/* Respond-to exemple */
@media only screen and (max-width: 736px) {
  .resp-true #ticker {
    display: none !important; } }

#geopopup, .geo-overlay {
  display: none; }

#container {
  z-index: 200; }

#glasPane {
  display: none; }

img[src*=googleads] {
  display: none; }

.resp-true .top-header-wrapper {
  height: auto !important; }

@media only screen and (max-width: 768px) {
  .navigation-container .header-container .headermenu-middle {
    display: none; }
  .navigation-container ul.headermenu {
    white-space: nowrap;
    width: calc(100% - 250px);
    overflow: hidden; }
  .navigation-container ul.headermenu > li {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .headermenu > li .topcatlink {
    font-size: 11px;
    padding: 0 10px; }
  #footer .footertable td .footercell #newsletterFooterForm input[type=text] {
    width: 150px; }
  #footer .footertable td .footercell .footer-button {
    min-width: 185px; } }

#mini-site-category-landing .mini-site-slot {
  margin: 0; }

#recommended-products {
  display: none; }

#QuickViewDialog .wrapper, #quickView .wrapper {
  margin-bottom: 29px; }

.mini-site-slot {
  position: relative;
  z-index: 3000; }

@media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
  .fullscreen_hiddenslides .top-header-wrapper,
  .fullscreen_hiddenslides #bottom-header,
  .fullscreen_hiddenslides #footer-container,
  .fullscreen_hiddenslides .slides_container {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .fullscreen_opened .mini_slide,
  .fullscreen_opened #footer-container,
  .fullscreen_opened #bottom-header,
  .fullscreen_opened #top-header,
  .fullscreen_opened .producthits {
    display: none; }
  .fullscreen_opened .slides_container {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .fullscreen_opened .xp_menu_container .xp_menu {
    position: fixed;
    top: -1px; }
  .fullscreen_opened .top-header-wrapper {
    height: 38px !important; } }

/* ANIMATION */
.mini_site_fullscreen {
  position: relative;
  z-index: 300;
  display: none; }
  .mini_site_fullscreen .fullscreen_bg {
    position: fixed;
    top: 37px;
    bottom: 0px;
    width: 100%;
    background: #e9e7e8;
    opacity: 0; }
    @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
      .mini_site_fullscreen .fullscreen_bg {
        background: white; } }
  .mini_site_fullscreen .fullscreen-container {
    cursor: pointer;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    overflow-y: hidden; }
    @media only screen and (max-width: 737px) {
      .mini_site_fullscreen .fullscreen-container {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px; } }
  .mini_site_fullscreen .fullscreen-data {
    height: 100%; }
    .mini_site_fullscreen .fullscreen-data .fullscreen-data-products-container {
      position: relative;
      top: 38px;
      bottom: 0px;
      height: calc(100% - 38px);
      right: 0px;
      margin-left: auto;
      min-width: 500px;
      width: 40%;
      background: white;
      z-index: 10;
      overflow-y: scroll;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=0);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.7s ease 0s;
      -moz-transition: all 0.7s ease 0s;
      -o-transition: all 0.7s ease 0s;
      transition: all 0.7s ease 0s; }
      @media only screen and (orientation: portrait) and (max-width: 1023px), screen and (max-width: 767px) {
        .mini_site_fullscreen .fullscreen-data .fullscreen-data-products-container {
          width: 100%;
          max-width: 100%;
          padding-bottom: 50px; } }
      @media only screen and (max-width: 765px) {
        .mini_site_fullscreen .fullscreen-data .fullscreen-data-products-container {
          width: 100%;
          min-width: 0px;
          max-width: 100%; } }
      @media only screen and (max-width: 1024px) {
        .mini_site_fullscreen .fullscreen-data .fullscreen-data-products-container {
          overflow-y: auto;
          -webkit-overflow-scrolling: touch; } }
      .mini_site_fullscreen .fullscreen-data .fullscreen-data-products-container.visible {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
    .mini_site_fullscreen .fullscreen-data .fullscreen-data-image-container {
      position: fixed;
      z-index: 15;
      overflow: hidden; }
    .mini_site_fullscreen .fullscreen-data .fullscreen-data-image {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: transform 0.2s ease 0s;
      -moz-transition: transform 0.2s ease 0s;
      -o-transition: transform 0.2s ease 0s;
      transition: transform 0.2s ease 0s; }
      @media only screen and (max-width: 737px) {
        .mini_site_fullscreen .fullscreen-data .fullscreen-data-image {
          position: fixed;
          top: 50% !important;
          left: 50% !important;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); } }
      .mini_site_fullscreen .fullscreen-data .fullscreen-data-image.zoomed {
        transform: translateY(0%) scale(1) !important;
        -moz-transform: translateY(0%) scale(1) !important;
        -webkit-transform: translateY(0%) scale(1) !important; }
      @media only screen and (max-width: 737px) {
        .mini_site_fullscreen .fullscreen-data .fullscreen-data-image {
          display: none; } }
  .mini_site_fullscreen .fullscreen-data-text,
  .mini_site_fullscreen .fullscreen-data-social {
    position: fixed;
    bottom: 0px;
    font-size: 11px;
    color: #424242;
    letter-spacing: 0.07em;
    margin-top: -8px;
    z-index: 20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
    .mini_site_fullscreen .fullscreen-data-text a,
    .mini_site_fullscreen .fullscreen-data-social a {
      display: inline-block;
      margin-right: 5px; }
    .mini_site_fullscreen .fullscreen-data-text.visible,
    .mini_site_fullscreen .fullscreen-data-social.visible {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=100);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .mini_site_fullscreen .fullscreen-data-text.visible a,
      .mini_site_fullscreen .fullscreen-data-social.visible a {
        width: 22px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=80);
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8; }
        .mini_site_fullscreen .fullscreen-data-text.visible a img,
        .mini_site_fullscreen .fullscreen-data-social.visible a img {
          width: 100%; }
        .mini_site_fullscreen .fullscreen-data-text.visible a:hover,
        .mini_site_fullscreen .fullscreen-data-social.visible a:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
          filter: alpha(opacity=100);
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
  .mini_site_fullscreen .fullscreen-data-social {
    margin-top: -9px; }
    @media only screen and (max-width: 737px) {
      .mini_site_fullscreen .fullscreen-data-social {
        display: none !important; } }

/* ANIMATION */
/* Import video  scss file */
/* ANIMATION */
.slide_video {
  position: relative;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
  .slide_video a {
    display: block;
    z-index: 4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .slide_video.zoomed {
    -webkit-transition: opacity 0s ease 0s;
    -moz-transition: opacity 0s ease 0s;
    -o-transition: opacity 0s ease 0s;
    transition: opacity 0s ease 0s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .slide_video.not_clickable {
    pointer-events: none; }
  .desktop .slide_video .slide_video_content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 2s ease 0s;
    -moz-transition: opacity 2s ease 0s;
    -o-transition: opacity 2s ease 0s;
    transition: opacity 2s ease 0s; }
  .desktop .slide_video.visible .slide_video_content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .slide_video .slide_video_content {
    position: relative; }
  .slide_video video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3; }
    @media only screen and (max-width: 1024px) {
      .slide_video video {
        display: none; } }
  .slide_video img {
    width: 100%;
    -webkit-transition: padding 0.35s ease 0s;
    -moz-transition: padding 0.35s ease 0s;
    -o-transition: padding 0.35s ease 0s;
    transition: padding 0.35s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 50%;
    padding: 0px; }
    .desktop .slide_video img.has_video {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
      filter: alpha(opacity=0);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
      .desktop .slide_video img.has_video.visible {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
  .slide_video .slide_video_borders {
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .desktop .slide_video:hover img {
    -webkit-transform: translateX(0px) scale(1);
    -moz-transform: translateX(0px) scale(1);
    -o-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .desktop .slide_video:hover .slide_video_borders {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .desktop .slide_video:hover .slide_video_button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s; }
  .slide_video .slide_video_logo {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%; }
    .slide_video .slide_video_logo img {
      position: absolute;
      height: 50%;
      width: auto;
      height: 50%;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
      transform: translateX(-50%) translateY(-50%) scale(1); }
  .slide_video .slide_play_icon {
    cursor: pointer;
    position: absolute;
    background-size: 100%;
    z-index: 300;
    top: 50%;
    left: 50%; }
    .slide_video .slide_play_icon .slide_play_button_content {
      -webkit-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      -moz-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      -o-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      -ms-transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      transform: translateX(-49.9%) translateY(-49.9%) scale(1);
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      width: 35px;
      height: 35px; }
    .slide_video .slide_play_icon div {
      position: absolute; }
    .slide_video .slide_play_icon .play_top1,
    .slide_video .slide_play_icon .play_top2,
    .slide_video .slide_play_icon .play_bottom1,
    .slide_video .slide_play_icon .play_bottom2 {
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      width: 12.5px;
      height: 1px;
      background: white; }
    .slide_video .slide_play_icon .play_top2,
    .slide_video .slide_play_icon .play_bottom2 {
      right: 0px; }
    .slide_video .slide_play_icon .play_bottom1,
    .slide_video .slide_play_icon .play_bottom2 {
      bottom: 0px; }
    .slide_video .slide_play_icon .play_middletop1,
    .slide_video .slide_play_icon .play_middletop2,
    .slide_video .slide_play_icon .play_middlebottom1,
    .slide_video .slide_play_icon .play_middlebottom2 {
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      height: 12.5px;
      width: 1px;
      background: white; }
    .slide_video .slide_play_icon .play_middlebottom1,
    .slide_video .slide_play_icon .play_middlebottom2 {
      bottom: 0px; }
    .slide_video .slide_play_icon .play_middletop2,
    .slide_video .slide_play_icon .play_middlebottom2 {
      right: 0px; }
    .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content {
      width: 41px;
      height: 41px; }
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_top1,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_top2,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_bottom1,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_bottom2 {
        height: 2px;
        width: 12.5px; }
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_middletop1,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_middletop2,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_middlebottom1,
      .desktop .slide_video .slide_play_icon.hovered .slide_play_button_content .play_middlebottom2 {
        width: 2px;
        height: 12.5px; }
  .slide_video .slide_video_button {
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    width: 50px;
    height: 50px;
    background: url("../img/play_button.png");
    background-position: right;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
    @media only screen and (max-width: 737px) {
      .slide_video .slide_video_button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0%) scale(1);
        -moz-transform: translateX(0%) translateY(0%) scale(1);
        -o-transform: translateX(0%) translateY(0%) scale(1);
        -ms-transform: translateX(0%) translateY(0%) scale(1);
        transform: translateX(0%) translateY(0%) scale(1);
        width: 60px;
        height: 60px;
        top: 0;
        left: auto;
        right: 0;
        background-position: right; } }
    @media only screen and (max-width: 1024px) {
      .slide_video .slide_video_button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0%) scale(1);
        -moz-transform: translateX(0%) translateY(0%) scale(1);
        -o-transform: translateX(0%) translateY(0%) scale(1);
        -ms-transform: translateX(0%) translateY(0%) scale(1);
        transform: translateX(0%) translateY(0%) scale(1);
        top: 0;
        left: auto;
        right: 0;
        background-position: right;
        width: 50px;
        height: 50px; }
        .slide_video .slide_video_button.black_picto {
          background-position: left; } }
  .slide_video .slide_video_text {
    position: absolute;
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-size: 13px;
    color: #424242;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s; }
    @media only screen and (max-width: 737px) {
      .slide_video .slide_video_text {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        margin-top: 3px;
        position: relative;
        bottom: auto; } }
  .slide_video:hover .slide_video_text {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.fullscreen-video-container {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 205;
  transition: all 0.5s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  @media only screen and (max-width: 737px) {
    .fullscreen-video-container {
      position: fixed;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); } }
  .fullscreen-video-container.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.fullscreen-video-container.opened {
  top: 0%; }

.fullscreen-video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 0px; }

.fullscreen-video-player {
  margin-top: 10px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  .fullscreen-video-player.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.fullscreen-video-cover {
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 10px;
  display: none; }

.fullscreen-video-loading {
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  background: #000;
  width: 100%;
  min-height: 10px;
  display: none;
  background: url(../img/loading.gif) center center no-repeat;
  background-size: 25px; }

.fullscreen-video-overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.fullscreen-video-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 10px;
  opacity: 0; }

.fullscreen-video-playbutton {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../img/player_sprite.png) right bottom no-repeat;
  background-size: 30px 60px;
  cursor: pointer; }

.fullscreen-video-playbutton.paused {
  background-position: right top; }

.fullscreen-video-progressbar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 80%;
  width: calc(100% - 30px);
  height: 2px;
  background: #909090; }

.fullscreen-video-progress {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #fff;
  width: 0%; }

#main {
  overflow: visible; }

#slide_shop {
  padding-top: 80px; }
  @media only screen and (max-width: 737px) {
    #slide_shop {
      padding-top: 10px; } }

#slide_l01 {
  padding-bottom: 80px;
  margin-bottom: -80px; }
  @media only screen and (max-width: 737px) {
    #slide_l01 {
      padding-top: 50px; } }
  #slide_l01:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 34%;
    background: #C29693;
    opacity: 0.61;
    right: 0;
    height: 100%; }
    @media only screen and (max-width: 737px) {
      #slide_l01:before {
        left: 0;
        height: 70%; } }
  @media only screen and (max-width: 737px) {
    #slide_l01 .slide_text_content {
      line-height: 2.1em;
      padding-bottom: 0;
      margin-bottom: -10px; } }
  @media only screen and (max-width: 737px) {
    #slide_l01 .slide_grid_num1 {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 737px) {
    #slide_l01 .slide_grid_2 .marginleft_small {
      width: calc(100% - 80px); } }
  @media only screen and (max-width: 737px) {
    #slide_l01 .slide_grid_num2 .marginleft_small {
      width: 100%; } }

@media only screen and (max-width: 737px) {
  #slide_l02 {
    padding-top: 40px;
    padding-bottom: 40px; }
    #slide_l02:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0%;
      background: url(../img/assets/deco.jpg) bottom right no-repeat;
      background-size: auto 100%;
      opacity: 1;
      right: 40%;
      height: 100px; } }
    @media only screen and (max-width: 737px) and (max-width: 737px) {
      #slide_l02:before {
        right: -30%; } }

#slide_l03 {
  padding-bottom: 110px;
  margin-bottom: -80px; }
  @media only screen and (max-width: 737px) {
    #slide_l03 {
      padding-bottom: 60px;
      margin-bottom: 0px; } }
  #slide_l03:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    background: url(../img/assets/deco.jpg) bottom right repeat;
    background-size: 910px;
    opacity: 1;
    right: 40%;
    height: 270px; }
    @media only screen and (max-width: 737px) {
      #slide_l03:before {
        right: 0;
        height: 100px; } }

@media only screen and (max-width: 737px) {
  #slide_l04 div.slide_products {
    padding-bottom: 0; } }

@media only screen and (max-width: 737px) {
  #slide_l05 {
    padding-top: 80px;
    margin-top: -2px; } }

#slide_l05 .slide_content {
  position: relative;
  z-index: 3; }

#slide_l05:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #C29693;
  opacity: 0.61; }
  @media only screen and (max-width: 737px) {
    #slide_l05:after {
      height: 58%; } }

#slide_l05:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0%;
  background: url(../img/assets/deco.jpg) top right repeat;
  background-size: 900px;
  opacity: 1;
  right: 30%;
  height: 300px; }
  @media only screen and (max-width: 737px) {
    #slide_l05:before {
      right: 0%;
      height: 200px; } }

@media only screen and (max-width: 737px) {
  #slide_l05 .slide_grid_num2 {
    padding-top: 41px; }
    #slide_l05 .slide_grid_num2 .slide_products {
      padding: 0 !important; } }

#slide_l06 {
  padding-bottom: 80px;
  margin-bottom: -80px; }
  #slide_l06:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    background: #C29693;
    opacity: 0.61;
    right: 0;
    height: 40%; }
