@charset "UTF-8";
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  padding: 0 !important; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: none;
  box-shadow: none; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden;
  overflow: hidden !important; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/layout/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/layout/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 11px;
  right: 20px;
  width: 21px;
  height: 21px;
  background: url("../img/layout/btn_close.png") !important;
  cursor: pointer;
  z-index: 8040; }

@media only screen and (max-width: 767px) {
  .fancybox-close {
    right: 11px; } }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/layout/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/layout/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/layout/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/layout/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.6.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html, body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  background-size: cover;
  width: 100%;
  height: 100%; }

a, a:hover {
  color: #000;
  text-decoration: none;
  outline: 0; }

strong {
  font-weight: 700; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

::-moz-placeholder {
  color: #000;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

input:-moz-placeholder {
  color: #000;
  opacity: 1; }

* {
  -webkit-overflow-scrolling: touch; }

.featherlight:last-of-type {
  background: #000; }

.featherlight .featherlight-content {
  background: #000; }

.desktop {
  display: none !important; }
  @media (min-width: 768px) {
    .desktop {
      display: block !important; } }

.mobile {
  display: block !important; }
  @media (min-width: 768px) {
    .mobile {
      display: none !important; } }

#wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (min-width: 768px) {
    #wrap {
      background: url("../img/desktop/bg.png") no-repeat;
      max-width: 1920px; } }
  #wrap .shea_fruit {
    font-size: 0;
    line-height: 0;
    display: none;
    z-index: 1; }
    @media (min-width: 1920px) {
      #wrap .shea_fruit {
        display: block;
        position: absolute; } }
    #wrap .shea_fruit img {
      font-size: 0;
      line-height: 0; }
  #wrap #shea_fruit1 {
    left: 206px;
    top: 794px; }
  #wrap #shea_fruit2 {
    left: 1476px;
    top: 1086px; }

#hamburgerNav {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  display: none; }
  @media (min-width: 768px) {
    #hamburgerNav {
      display: none; } }
  #hamburgerNav .hamIconWrapper {
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 40px; }
  #hamburgerNav .hamIcon {
    position: absolute;
    left: auto;
    right: 0; }
  #hamburgerNav.expanded {
    display: block;
    margin-left: 0%; }
  #hamburgerNav .navWrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: table;
    height: 100%; }
    #hamburgerNav .navWrapper .anchorMenu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: table-cell;
      vertical-align: middle; }
      #hamburgerNav .navWrapper .anchorMenu li:last-child {
        border-bottom: 0; }
      #hamburgerNav .navWrapper .anchorMenu li.space {
        padding: 35px 0; }
        #hamburgerNav .navWrapper .anchorMenu li.space span {
          border-top: 1px solid white;
          width: 30%;
          height: 1px;
          text-align: center;
          display: block;
          margin: 0 auto; }
      #hamburgerNav .navWrapper .anchorMenu li {
        text-align: center; }
      #hamburgerNav .navWrapper .anchorMenu a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 36px; }
        @media (min-width: 375px) {
          #hamburgerNav .navWrapper .anchorMenu a {
            font-size: 40px; } }
        @media (min-width: 414px) {
          #hamburgerNav .navWrapper .anchorMenu a {
            font-size: 42px; } }
        @media (min-width: 768px) {
          #hamburgerNav .navWrapper .anchorMenu a {
            font-size: 50px; } }
  #hamburgerNav .hamburgerNavInner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: none;
    position: relative;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); }
  #hamburgerNav h3 {
    margin-top: 40px;
    border-bottom: 1px solid white; }

header, footer {
  background: none;
  color: white; }

footer {
  background: #000000;
  font-size: 12px;
  padding: 5px 0;
  color: #fff;
  text-align: center; }
  footer a, footer a:hover {
    color: #fff; }

@media (min-width: 768px) {
  header.no-cookie {
    padding-top: 0px; } }

@media (min-width: 768px) {
  #wrap.scrolling-down {
    padding-top: 136px; } }

@media (min-width: 768px) {
  header.scrolling-down {
    position: fixed;
    width: 100%;
    background: url("../img/desktop/bg_wrap.png") repeat;
    border-bottom: 1px solid #ccc;
    padding: 0; } }

@media (min-width: 768px) {
  header.scrolling-down .headerTop {
    display: none; } }

@media (min-width: 768px) {
  header.scrolling-down .headerBot {
    border: 0; } }

header.scrolling-down .anchorMenu a {
  padding: 8px 0px; }

@media (min-width: 768px) {
  header.scrolling-down #cookiesAlert {
    position: static; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105; }
  @media (min-width: 768px) {
    header {
      position: static;
      padding-top: 23px; } }
  @media (min-width: 768px) {
    header .header-container {
      background: url("../img/desktop/bg_wrap.png") repeat;
      max-width: 1128px;
      width: 100%;
      margin: 0 auto; } }
  header .headerTop {
    line-height: 0;
    font-size: 0;
    height: 65px;
    background: url("../img/mobile/bg_menu.png") repeat; }
    @media (min-width: 768px) {
      header .headerTop {
        height: 136px;
        background: none;
        max-width: 960px;
        margin: 0 auto; } }
    header .headerTop .wrap {
      padding: 10px 0;
      position: relative;
      height: 100%; }
      header .headerTop .wrap .logoWrapper {
        padding: 0;
        position: absolute;
        width: 100%;
        height: 38px;
        text-align: center;
        top: 50%;
        margin-top: -19px; }
        @media (min-width: 768px) {
          header .headerTop .wrap .logoWrapper {
            padding: 0;
            margin-top: -45.5px;
            height: 92px; } }
        header .headerTop .wrap .logoWrapper img.inline-desktop {
          display: none; }
          @media (min-width: 768px) {
            header .headerTop .wrap .logoWrapper img.inline-desktop {
              display: inline; } }
        header .headerTop .wrap .logoWrapper img.inline-mobile {
          display: inline;
          height: 100%;
          width: auto; }
          @media (min-width: 768px) {
            header .headerTop .wrap .logoWrapper img.inline-mobile {
              display: none; } }
      header .headerTop .wrap .shareWrapper {
        float: right;
        margin-top: 5px; }
        header .headerTop .wrap .shareWrapper span, header .headerTop .wrap .shareWrapper a {
          display: table-cell;
          vertical-align: middle; }
      header .headerTop .wrap .desktop {
        display: none; }
        @media (min-width: 768px) {
          header .headerTop .wrap .desktop {
            display: table; } }
      header .headerTop .wrap .mobile {
        display: table;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -13.5px; }
        @media (min-width: 768px) {
          header .headerTop .wrap .mobile {
            display: none; } }
  header .headerBot {
    display: none; }
    @media (min-width: 768px) {
      header .headerBot {
        height: 37px;
        padding: 0;
        display: block;
        overflow: hidden;
        font-size: 16px;
        font-weight: bold;
        border-top: 3px solid #232a2d;
        border-bottom: 3px solid #232a2d;
        max-width: 960px;
        margin: 0 auto; } }
    header .headerBot .wrap {
      overflow: hidden;
      height: 100%;
      display: table;
      width: 580px;
      margin: 0 auto; }
  header .anchorMenu, header .normalMenu {
    display: none; }
    @media (min-width: 768px) {
      header .anchorMenu, header .normalMenu {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        display: table-cell;
        vertical-align: middle; }
        header .anchorMenu li, header .normalMenu li {
          display: block;
          float: left;
          width: 25%;
          text-align: center; }
        header .anchorMenu a:hover, header .normalMenu a:hover {
          background: #116545;
          color: #fff; }
        header .anchorMenu a, header .normalMenu a {
          color: #000000;
          font-weight: bold;
          position: relative;
          display: block;
          padding: 5px 0px; }
          header .anchorMenu a.nav-active::after, header .normalMenu a.nav-active::after {
            content: '\25bc';
            display: inline-block;
            width: 100%;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: -7px; } }
      @media (min-width: 768px) and (min-width: 768px) {
        header .anchorMenu a.nav-active::after, header .normalMenu a.nav-active::after {
          bottom: -30px;
          z-index: 20;
          color: #232a2d; } }

.hamIcon.opened {
  background: url("../img/layout/menu_close.png") no-repeat;
  border: 0;
  width: 47px;
  height: 40px;
  margin-top: -20px !important; }
  .hamIcon.opened::before {
    border: 0; }

.hamIcon {
  position: absolute;
  border-top: 4px solid #232a2d;
  border-bottom: 4px solid #232a2d;
  width: 43px;
  height: 27px;
  top: 50%;
  margin-top: -10px;
  left: 14px;
  cursor: pointer;
  z-index: 1; }
  @media (min-width: 375px) {
    .hamIcon {
      left: 22px; } }
  .hamIcon::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border-top: 4px solid #232a2d;
    width: 100%; }
  .hamIcon.active {
    z-index: 1000; }

#cookiesAlert {
  width: 100%;
  background: #232a2d;
  color: white;
  padding: 5px;
  z-index: 1; }
  @media (min-width: 768px) {
    #cookiesAlert {
      position: fixed;
      top: 0; } }
  #cookiesAlert .cookiesWrapper {
    position: relative;
    font-size: 12px;
    padding-right: 28px;
    line-height: 13px;
    color: #fff; }
    #cookiesAlert .cookiesWrapper #close {
      position: absolute;
      top: 0;
      right: 0; }
      @media (min-width: 768px) {
        #cookiesAlert .cookiesWrapper #close img {
          max-height: 13px; } }
    #cookiesAlert .cookiesWrapper p {
      margin: 0;
      padding: 0;
      text-align: center; }
    #cookiesAlert .cookiesWrapper a, #cookiesAlert .cookiesWrapper a:hover {
      color: #fff; }
  #cookiesAlert.fadeOutUp {
    display: none; }
  #cookiesAlert .hamburgerNavInner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: #FFFFFF;
    position: relative;
    height: 100%; }
    #cookiesAlert .hamburgerNavInner .navWrapper {
      width: 100%;
      margin: 0 auto;
      text-align: center; }

.slideshow-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .slideshow-container {
      padding-top: 30px; } }
  .slideshow-container .cycle-slideshow {
    z-index: 10; }
    .slideshow-container .cycle-slideshow .thumbnail.hidden {
      display: none !important; }
    .slideshow-container .cycle-slideshow .thumbnail {
      z-index: 1; }
    .slideshow-container .cycle-slideshow img {
      width: 100%;
      height: auto; }
  .slideshow-container .cycle-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -49px;
    z-index: 102;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 98px; }
    @media (min-width: 768px) {
      .slideshow-container .cycle-prev {
        width: 29px;
        height: 110px; } }
    @media (min-width: 1124px) {
      .slideshow-container .cycle-prev {
        left: -55px;
        margin-top: -55px; } }
    .slideshow-container .cycle-prev img {
      width: auto;
      height: auto; }
  .slideshow-container .cycle-next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -49px;
    z-index: 102;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 98px; }
    @media (min-width: 768px) {
      .slideshow-container .cycle-next {
        width: 29px;
        height: 110px; } }
    @media (min-width: 1124px) {
      .slideshow-container .cycle-next {
        right: -55px;
        margin-top: -55px; } }
    .slideshow-container .cycle-next img {
      width: auto;
      height: auto; }

.btn-buy-container {
  width: 140px;
  height: 30px;
  text-align: center;
  position: absolute;
  font-size: 18px;
  line-height: 30px;
  margin-right: -70px; }
  @media (min-width: 768px) {
    .btn-buy-container {
      width: 180px;
      font-size: 25px;
      line-height: 50px;
      width: 200px;
      height: 50px; } }
  @media (min-width: 1024px) {
    .btn-buy-container {
      width: 200px; } }
  @media (min-width: 1920px) {
    .btn-buy-container {
      width: 260px; } }
  .btn-buy-container a.btn-buy {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    background: #0097e0; }
    .btn-buy-container a.btn-buy:hover {
      -webkit-box-shadow: -3px 4px 8px 0px rgba(0, 0, 0, 0.5);
      box-shadow: -3px 4px 8px 0px rgba(0, 0, 0, 0.5); }

#container {
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    #container {
      max-width: 1128px;
      width: 100%;
      margin: 0 auto;
      background: url(../img/desktop/bg_wrap.png) repeat; } }
  #container #backtotop {
    background: url(../img/layout/back_to_top.png) no-repeat;
    width: 46px;
    height: 46px;
    position: fixed;
    z-index: 10;
    opacity: 0.8;
    filter: alpha(opacity=80);
    right: 20px; }
    @media (min-width: 768px) {
      #container #backtotop {
        bottom: 115px;
        right: 20px; } }
    @media (min-width: 1920px) {
      #container #backtotop {
        bottom: 115px;
        right: 313px; } }

.bottom-container {
  background: rgba(0, 151, 224, 0.85);
  height: 70px;
  width: 100%;
  text-align: center;
  display: none;
  position: fixed;
  bottom: -1px;
  z-index: 2; }
  @media (min-width: 768px) {
    .bottom-container {
      height: 80px; } }
  .bottom-container br {
    display: block; }
    @media (min-width: 768px) {
      .bottom-container br {
        display: none; } }
  .bottom-container .bottom {
    display: table;
    width: 100%;
    height: 100%; }
  .bottom-container a {
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    display: table-cell;
    vertical-align: middle; }
    @media (min-width: 375px) {
      .bottom-container a {
        font-size: 23px; } }
    @media (min-width: 414px) {
      .bottom-container a {
        font-size: 23px; } }
    @media (min-width: 768px) {
      .bottom-container a {
        font-size: 30px;
        line-height: 40px; } }
    .bottom-container a span {
      position: relative; }
      @media (min-width: 768px) {
        .bottom-container a span:after {
          content: "   " url("../img/layout/right_arrow.png"); } }

section {
  line-height: 0;
  width: 100%;
  position: relative; }
  section .block-desktop {
    display: none; }
    @media (min-width: 768px) {
      section .block-desktop {
        display: block; } }
  section .block-mobile {
    display: block; }
    @media (min-width: 768px) {
      section .block-mobile {
        display: none; } }
  section .inline-desktop {
    display: none; }
    @media (min-width: 768px) {
      section .inline-desktop {
        display: inline; } }
  section .inline-mobile {
    display: inline; }
    @media (min-width: 768px) {
      section .inline-mobile {
        display: none; } }
  section .inline-block-desktop {
    display: none;
    z-index: 10; }
    @media (min-width: 768px) {
      section .inline-block-desktop {
        display: inline-block; } }
  section .inline-block-mobile {
    display: inline-block;
    z-index: 9; }
    @media (min-width: 768px) {
      section .inline-block-mobile {
        display: none; } }

section#KV .cycle-slideshow {
  overflow: hidden; }
  section#KV .cycle-slideshow a.cycle-slide {
    width: 100%;
    height: auto; }
  section#KV .cycle-slideshow img {
    cursor: pointer; }
  section#KV .cycle-slideshow .slide {
    width: 100%;
    height: auto;
    max-height: 542px;
    height: 100%; }
    section#KV .cycle-slideshow .slide .videoWrapper {
      position: relative;
      width: 100%;
      height: 100%; }
      section#KV .cycle-slideshow .slide .videoWrapper iframe, section#KV .cycle-slideshow .slide .videoWrapper embed {
        width: 100%;
        height: 100%;
        z-index: 100; }

section#KV #kv-pager {
  display: inline-block;
  width: 95px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 100;
  margin-left: -47.5px; }
  section#KV #kv-pager span.cycle-pager-active {
    background: #939393; }
  section#KV #kv-pager span:last-child {
    margin: 0; }
  section#KV #kv-pager span {
    background: transparent;
    border: 1px solid #939393;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer; }

section#gwp {
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    section#gwp {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    section#gwp {
      margin-top: 60px; } }
  @media (min-width: 1920px) {
    section#gwp {
      margin-top: 90px; } }
  section#gwp .gwp-container {
    padding: 0; }
    section#gwp .gwp-container img {
      width: 100%;
      height: auto; }
  section#gwp #btn-buy-1 {
    position: absolute;
    bottom: 27.7%;
    right: 50%; }
    @media (min-width: 414px) {
      section#gwp #btn-buy-1 {
        bottom: 27.9%; } }
    @media (min-width: 415px) and (max-width: 767px) {
      section#gwp #btn-buy-1 {
        bottom: 28.2%; } }
    @media (min-width: 768px) {
      section#gwp #btn-buy-1 {
        right: 25.4%;
        bottom: 30.2%; } }
    @media (min-width: 840px) {
      section#gwp #btn-buy-1 {
        right: 26%;
        bottom: 30.5%; } }
    @media (min-width: 1024px) {
      section#gwp #btn-buy-1 {
        right: 26.5%;
        bottom: 30.5%; } }
    @media (min-width: 1920px) {
      section#gwp #btn-buy-1 {
        right: 23%;
        bottom: 30.5%; } }
  section#gwp #btn-buy-2 {
    position: absolute;
    bottom: 0.5%;
    right: 50%; }
    @media (min-width: 375px) {
      section#gwp #btn-buy-2 {
        bottom: 0.7%; } }
    @media (min-width: 414px) {
      section#gwp #btn-buy-2 {
        bottom: 0.7%; } }
    @media (min-width: 415px) and (max-width: 767px) {
      section#gwp #btn-buy-2 {
        bottom: 1%; } }
    @media (min-width: 768px) {
      section#gwp #btn-buy-2 {
        right: 16.5%;
        bottom: 3.8%; } }
    @media (min-width: 840px) {
      section#gwp #btn-buy-2 {
        right: 15.5%;
        bottom: 4.3%; } }
    @media (min-width: 1024px) {
      section#gwp #btn-buy-2 {
        right: 14.5%;
        bottom: 4.9%; } }
    @media (min-width: 1920px) {
      section#gwp #btn-buy-2 {
        right: 14%;
        bottom: 4.9%; } }

section#kol {
  width: 100%;
  height: 100%; }
  section#kol .kol-container img {
    width: 100%;
    height: auto; }

section#address {
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    section#address {
      padding-top: 35px; } }
  @media (min-width: 1280px) {
    section#address {
      padding-top: 40px; } }
  section#address .address-container {
    position: relative; }
    section#address .address-container img {
      width: 100%;
      height: auto; }
    section#address .address-container .address-list.hidden {
      display: none; }
    section#address .address-container .address-list {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
