body {
  background-color: #922032; }

#asia-header-2015 {
  margin-bottom: 0 !important; }

.container {
  padding-bottom: 0 !important; }

section.hero {
  background: url("../images/hero_bg.jpg") repeat;
  padding-bottom: 47.6%;
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1; }

section.hero-m {
  display: none; }

.hero-title {
  position: absolute;
  width: 100%;
  top: 0%;
  z-index: 72;
  display: block; }
  .hero-title img {
    width: 100%; }
  .hero-title .pig {
    position: absolute; }
  .hero-title .money {
    position: absolute; }

.hero-title-second {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 72;
  display: block; }
  .hero-title-second img {
    width: 100%; }
  .hero-title-second .time {
    position: absolute; }
  .hero-title-second .discount {
    position: relative; }

.hero-flower {
  position: absolute;
  width: 28%;
  height: 400px;
  top: 2%;
  right: 0;
  z-index: 100;
  display: block; }
  .hero-flower img {
    width: 65%; }
  .hero-flower .ff01 {
    position: relative;
    z-index: 200; }

.hero-flower2 {
  position: absolute;
  width: 26%;
  height: 400px;
  top: 37%;
  left: 9%;
  z-index: 100;
  display: block; }
  .hero-flower2 img {
    width: 65%; }
  .hero-flower2 .ff02 {
    position: relative;
    z-index: 200; }

#ul_container {
  width: 100%;
  position: relative;
  padding-bottom: 35%;
  margin: 0 !important; }

#ul_container li {
  position: absolute;
  list-style: none; }

section.hero a.garmin-logo img {
  display: none;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 72; }

section.event-info-box {
  background-color: #941e30;
  background: url("../images/bg0.jpg") bottom center repeat; }
  section.event-info-box .container {
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
    font-size: 1.2em;
    padding: 30px 0;
    text-align: center;
    vertical-align: middle; }
  section.event-info-box .box {
    display: none; }
  section.event-info-box h1 {
    color: #ffffff !important; }
  section.event-info-box a {
    display: table-cell;
    color: #dfdbdb;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0;
    cursor: default;
    position: relative;
    text-decoration: none; }
  section.event-info-box a.btn {
    color: #fff !important; }
  section.event-info-box .btn {
    padding: .8em 2em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #222222;
    font-size: 18px;
    border: none;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 30px 10px;
    cursor: pointer; }
  section.event-info-box .hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color; }
  section.event-info-box .hvr-fade:hover, section.event-info-box .hvr-fade:focus, section.event-info-box .hvr-fade:active {
    color: white;
    background-color: #cc964d; }

section.pd-content .container .title-m, section.pd-content-2 .container .title-m, section.pd-content-3 .container .title-m, section.pd-content-4 .container .title-m {
  display: none; }

section.pd-content {
  padding: 50px 0 70px 0;
  background-image: url(../images/bg01.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: top center; }
  section.pd-content .container {
    width: 1170px;
    position: relative; }
    section.pd-content .container .title {
      display: block; }
    section.pd-content .container .text {
      text-align: center;
      font-size: 1.2em;
      line-height: 1.8; }
    section.pd-content .container .cloud-left {
      position: absolute;
      max-width: 115px;
      z-index: 99;
      margin: -20px 0 0 20px; }
    section.pd-content .container .cloud-right {
      position: absolute;
      max-width: 170px;
      z-index: 99;
      margin: 60px 0 0 410px; }
    section.pd-content .container .toptitle {
      position: relative;
      max-width: 550px;
      z-index: 1; }
  section.pd-content nav.title {
    color: #101010;
    text-align: center;
    font-size: 2rem;
    line-height: 2.45;
    letter-spacing: .1em;
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px; }
  section.pd-content h1.title hr {
    height: 2px;
    background-color: #101010 !important;
    margin: -4.5px auto 7px;
    width: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #101010; }
  section.pd-content p.small-title {
    font-size: 0.6rem;
    line-height: 2;
    letter-spacing: .05em;
    text-align: center; }
  section.pd-content .product {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    section.pd-content .product figure {
      -webkit-flex: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex-basis: calc(100%/3);
      -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
      max-width: 33.333%;
      max-width: calc(100%/3);
      position: relative; }
      section.pd-content .product figure div.sale-tab, section.pd-content .product figure div.sale-tab2 {
        position: absolute;
        z-index: 10;
        margin: 30px 20px; }
      section.pd-content .product figure div.sale-tab:before, section.pd-content .product figure div.sale-tab2:before {
        content: "";
        position: absolute;
        border-width: 60px;
        border-style: solid;
        border-color: #d6a469 transparent transparent #d6a469;
        left: 0; }
      section.pd-content .product figure div.sale-tab p, section.pd-content .product figure div.sale-tab2 p {
        position: relative;
        font-size: 45px;
        font-weight: 600;
        color: #fff;
        line-height: initial;
        letter-spacing: 1px;
        margin-top: 10px;
        width: 90px;
        text-align: center; }
      section.pd-content .product figure div.sale-tab p span, section.pd-content .product figure div.sale-tab2 p span {
        font-size: 16px;
        vertical-align: super; }
      section.pd-content .product figure figcaption.pd-info {
        position: relative;
        margin: 30px 20px;
        padding: 25px;
        background-color: #fff;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow;
        -webkit-transition-property: -webkit-box-shadow;
        transition-property: -webkit-box-shadow;
        -o-transition-property: box-shadow;
        transition-property: box-shadow;
        transition-property: box-shadow, -webkit-box-shadow;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        opacity: .9; }
      section.pd-content .product figure figcaption.pd-info p.sale-money {
        color: #922032;
        font-size: 16px;
        padding-bottom: 20px;
        font-weight: bold; }
      section.pd-content .product figure figcaption.pd-info:hover, section.pd-content .product figure figcaption.pd-info:focus, section.pd-content .product figure figcaption.pd-info:active {
        -webkit-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.5);
        opacity: 1; }
      section.pd-content .product figure figcaption.pd-info img {
        width: 80%; }
      section.pd-content .product figure figcaption.pd-info h2 {
        font-size: 22px;
        font-weight: bold;
        color: #000; }
      section.pd-content .product figure figcaption.pd-info h2 sup {
        font-size: 14px;
        vertical-align: super; }
      section.pd-content .product figure figcaption.pd-info h3 {
        color: #101010;
        font-size: 16px;
        margin-bottom: 10px;
        height: 45px; }
      section.pd-content .product figure figcaption.pd-info p {
        margin-bottom: 0; }
      section.pd-content .product figure figcaption.pd-info p.old-price {
        text-decoration: line-through;
        color: #999; }
      section.pd-content .product figure figcaption.pd-info p.new-price, section.pd-content .product figure figcaption.pd-info p.new-price2 {
        font-size: 21px;
        font-weight: bold; }
      section.pd-content .product figure figcaption.pd-info a.btn-size-default {
        margin: 15px 5px; }

section.pd-content-2 {
  padding: 120px 0 70px 0;
  background-image: url(../images/bg02.jpg);
  background-size: cover;
  background-position: top center; }
  section.pd-content-2 .container {
    width: 1170px;
    position: relative; }
    section.pd-content-2 .container .title {
      display: block; }
    section.pd-content-2 .container .text {
      text-align: center;
      font-size: 1.2em;
      line-height: 1.8; }
    section.pd-content-2 .container .cloud-left {
      position: absolute;
      max-width: 115px;
      z-index: 99;
      margin: -20px 0 0 20px; }
    section.pd-content-2 .container .cloud-right {
      position: absolute;
      max-width: 170px;
      z-index: 99;
      margin: 60px 0 0 410px; }
    section.pd-content-2 .container .toptitle {
      position: relative;
      max-width: 550px;
      z-index: 1; }
  section.pd-content-2 nav.title {
    color: #101010;
    text-align: center;
    font-size: 2rem;
    line-height: 2.45;
    letter-spacing: .1em;
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px; }
  section.pd-content-2 h1.title hr {
    height: 2px;
    background-color: #101010 !important;
    margin: -4.5px auto 7px;
    width: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #101010; }
  section.pd-content-2 p.small-title {
    font-size: 0.6rem;
    line-height: 2;
    letter-spacing: .05em;
    text-align: center; }
  section.pd-content-2 .product {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    section.pd-content-2 .product figure {
      -webkit-flex: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex-basis: calc(100%/3);
      -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
      max-width: 33.333%;
      max-width: calc(100%/3);
      position: relative; }
      section.pd-content-2 .product figure div.sale-tab, section.pd-content-2 .product figure div.sale-tab2 {
        position: absolute;
        z-index: 10;
        margin: 30px 20px; }
      section.pd-content-2 .product figure div.sale-tab:before, section.pd-content-2 .product figure div.sale-tab2:before {
        content: "";
        position: absolute;
        border-width: 60px;
        border-style: solid;
        border-color: #d6a469 transparent transparent #d6a469;
        left: 0; }
      section.pd-content-2 .product figure div.sale-tab p, section.pd-content-2 .product figure div.sale-tab2 p {
        position: relative;
        font-size: 45px;
        font-weight: 600;
        color: #fff;
        line-height: initial;
        letter-spacing: 1px;
        margin-top: 10px;
        width: 90px;
        text-align: center; }
      section.pd-content-2 .product figure div.sale-tab p span, section.pd-content-2 .product figure div.sale-tab2 p span {
        font-size: 16px;
        vertical-align: super; }
      section.pd-content-2 .product figure figcaption.pd-info {
        position: relative;
        margin: 30px 20px;
        padding: 25px;
        background-color: #fff;
        text-align: center; }
      section.pd-content-2 .product figure figcaption.pd-info {
        position: relative;
        margin: 30px 20px;
        padding: 25px;
        background-color: #fff;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow;
        -webkit-transition-property: -webkit-box-shadow;
        transition-property: -webkit-box-shadow;
        -o-transition-property: box-shadow;
        transition-property: box-shadow;
        transition-property: box-shadow, -webkit-box-shadow;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        opacity: .9; }
      section.pd-content-2 .product figure figcaption.pd-info p.sale-money {
        color: #922032;
        font-size: 16px;
        padding-bottom: 20px;
        font-weight: bold; }
      section.pd-content-2 .product figure figcaption.pd-info:hover, section.pd-content-2 .product figure figcaption.pd-info:focus, section.pd-content-2 .product figure figcaption.pd-info:active {
        -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.9);
        box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.9);
        opacity: 1; }
      section.pd-content-2 .product figure figcaption.pd-info img {
        width: 80%; }
      section.pd-content-2 .product figure figcaption.pd-info h2 {
        font-size: 22px;
        font-weight: bold;
        color: #000; }
      section.pd-content-2 .product figure figcaption.pd-info h2 sup {
        font-size: 14px;
        vertical-align: super; }
      section.pd-content-2 .product figure figcaption.pd-info h3 {
        color: #101010;
        font-size: 16px;
        margin-bottom: 10px;
        height: 45px; }
      section.pd-content-2 .product figure figcaption.pd-info p {
        margin-bottom: 0; }
      section.pd-content-2 .product figure figcaption.pd-info p.old-price {
        text-decoration: line-through;
        color: #999; }
      section.pd-content-2 .product figure figcaption.pd-info p.new-price, section.pd-content-2 .product figure figcaption.pd-info p.new-price2 {
        font-size: 18px;
        font-weight: bold; }
      section.pd-content-2 .product figure figcaption.pd-info a.btn-size-default {
        margin: 15px 5px; }

section.pd-content-3 {
  padding: 70px 0 70px 0;
  position: relative;
  background-image: url(../images/bg04.jpg);
  background-position: top center;
  background-size: cover; }
  section.pd-content-3 .container {
    width: 1170px;
    position: relative; }
    section.pd-content-3 .container .title {
      display: block; }
    section.pd-content-3 .container .text {
      text-align: center;
      font-size: 1.2em;
      line-height: 1.8; }
    section.pd-content-3 .container .cloud-left {
      position: absolute;
      max-width: 115px;
      z-index: 99;
      margin: -20px 0 0 20px; }
    section.pd-content-3 .container .cloud-right {
      position: absolute;
      max-width: 170px;
      z-index: 99;
      margin: 60px 0 0 410px; }
    section.pd-content-3 .container .toptitle {
      position: relative;
      max-width: 550px;
      z-index: 1; }
  section.pd-content-3 nav.title {
    color: #101010;
    text-align: center;
    font-size: 2rem;
    line-height: 2.45;
    letter-spacing: .1em;
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px; }
  section.pd-content-3 h1.title hr {
    height: 2px;
    background-color: #101010 !important;
    margin: -4.5px auto 7px;
    width: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #101010; }
  section.pd-content-3 p.small-title {
    font-size: 0.6rem;
    line-height: 2;
    letter-spacing: .05em;
    text-align: center; }
  section.pd-content-3 .product {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    section.pd-content-3 .product figure {
      -webkit-flex: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex-basis: calc(100%/3);
      -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
      max-width: 33.333%;
      max-width: calc(100%/3);
      position: relative; }
      section.pd-content-3 .product figure div.sale-tab, section.pd-content-3 .product figure div.sale-tab2 {
        position: absolute;
        z-index: 10;
        margin: 30px 20px; }
      section.pd-content-3 .product figure div.sale-tab:before, section.pd-content-3 .product figure div.sale-tab2:before {
        content: "";
        position: absolute;
        border-width: 60px;
        border-style: solid;
        border-color: #d6a469 transparent transparent #d6a469;
        left: 0; }
      section.pd-content-3 .product figure div.sale-tab p, section.pd-content-3 .product figure div.sale-tab2 p {
        position: relative;
        font-size: 45px;
        font-weight: 600;
        color: #fff;
        line-height: initial;
        letter-spacing: 1px;
        margin-top: 10px;
        width: 90px;
        text-align: center; }
      section.pd-content-3 .product figure div.sale-tab p span, section.pd-content-3 .product figure div.sale-tab2 p span {
        font-size: 16px;
        vertical-align: super; }
      section.pd-content-3 .product figure figcaption.pd-info p.sale-money {
        color: #922032;
        font-size: 16px;
        padding-bottom: 20px;
        font-weight: bold; }
      section.pd-content-3 .product figure figcaption.pd-info {
        position: relative;
        margin: 30px 20px;
        padding: 25px;
        background-color: #fff;
        text-align: center; }
      section.pd-content-3 .product figure figcaption.pd-info {
        position: relative;
        margin: 30px 20px;
        padding: 25px;
        background-color: #fff;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow;
        -webkit-transition-property: -webkit-box-shadow;
        transition-property: -webkit-box-shadow;
        -o-transition-property: box-shadow;
        transition-property: box-shadow;
        transition-property: box-shadow, -webkit-box-shadow;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        opacity: .9; }
      section.pd-content-3 .product figure figcaption.pd-info:hover, section.pd-content-3 .product figure figcaption.pd-info:focus, section.pd-content-3 .product figure figcaption.pd-info:active {
        -webkit-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.5);
        opacity: 1; }
      section.pd-content-3 .product figure figcaption.pd-info img {
        width: 80%; }
      section.pd-content-3 .product figure figcaption.pd-info h2 {
        font-size: 22px;
        font-weight: bold;
        color: #000; }
      section.pd-content-3 .product figure figcaption.pd-info h2 sup {
        font-size: 14px;
        vertical-align: super; }
      section.pd-content-3 .product figure figcaption.pd-info h3 {
        color: #101010;
        font-size: 16px;
        margin-bottom: 10px;
        height: 45px; }
      section.pd-content-3 .product figure figcaption.pd-info p {
        margin-bottom: 0; }
      section.pd-content-3 .product figure figcaption.pd-info p.old-price {
        text-decoration: line-through;
        color: #999; }
      section.pd-content-3 .product figure figcaption.pd-info p.new-price, section.pd-content-3 .product figure figcaption.pd-info p.new-price2 {
        font-size: 18px;
        font-weight: bold; }
      section.pd-content-3 .product figure figcaption.pd-info a.btn-size-default {
        margin: 15px 5px; }

section.pd-content-4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
  background: url(../images/bg03-2.jpg) top center no-repeat;
  background-size: cover; }

section.pd-content-4 {
  padding: 140px 0 220px 0;
  background: #212121;
  position: relative;
  background: url(../images/bg05.jpg) top center repeat;
  background-size: cover; }
  section.pd-content-4 .container {
    width: 1170px;
    position: relative; }
    section.pd-content-4 .container .title {
      display: block; }
    section.pd-content-4 .container .text {
      text-align: center;
      font-size: 1.2em;
      line-height: 1.8; }
    section.pd-content-4 .container .cloud-left {
      position: absolute;
      max-width: 115px;
      z-index: 99;
      margin: -20px 0 0 20px; }
    section.pd-content-4 .container .cloud-right {
      position: absolute;
      max-width: 170px;
      z-index: 99;
      margin: 60px 0 0 410px; }
    section.pd-content-4 .container .toptitle {
      position: relative;
      max-width: 550px;
      z-index: 1; }
  section.pd-content-4 nav.title {
    color: #101010;
    text-align: center;
    font-size: 2rem;
    line-height: 2.45;
    letter-spacing: .1em;
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px; }
  section.pd-content-4 h1.title hr {
    height: 2px;
    background-color: #101010 !important;
    margin: -4.5px auto 7px;
    width: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #101010; }
  section.pd-content-4 p.small-title {
    font-size: 0.6rem;
    line-height: 2;
    letter-spacing: .05em;
    text-align: center; }
  section.pd-content-4 .product {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    section.pd-content-4 .product figure {
      -webkit-flex: 1;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex-basis: calc(100%/3);
      -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
      max-width: 33.333%;
      max-width: calc(100%/3);
      position: relative; }
      section.pd-content-4 .product figure div.sale-tab, section.pd-content-4 .product figure div.sale-tab2 {
        position: absolute;
        z-index: 10;
        margin: 30px 20px; }
      section.pd-content-4 .product figure div.sale-tab:before, section.pd-content-4 .product figure div.sale-tab2:before {
        content: "";
        position: absolute;
        border-width: 60px;
        border-style: solid;
        border-color: #d6a469 transparent transparent #d6a469;
        left: 0; }
      section.pd-content-4 .product figure div.sale-tab p, section.pd-content-4 .product figure div.sale-tab2 p {
        position: relative;
        font-size: 45px;
        font-weight: 600;
        color: #fff;
        line-height: initial;
        letter-spacing: 1px;
        margin-top: 10px;
        width: 90px;
        text-align: center; }
      section.pd-content-4 .product figure div.sale-tab p span, section.pd-content-4 .product figure div.sale-tab2 p span {
        font-size: 16px;
        vertical-align: super; }
      section.pd-content-4 .product figure figcaption.pd-info {
        position: relative;
        margin: 30px 20px;
        padding: 25px;
        background-color: #fff;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow;
        -webkit-transition-property: -webkit-box-shadow;
        transition-property: -webkit-box-shadow;
        -o-transition-property: box-shadow;
        transition-property: box-shadow;
        transition-property: box-shadow, -webkit-box-shadow;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        opacity: .9; }
      section.pd-content-4 .product figure figcaption.pd-info p.sale-money {
        color: #922032;
        font-size: 16px;
        padding-bottom: 20px;
        font-weight: bold; }
      section.pd-content-4 .product figure figcaption.pd-info:hover, section.pd-content-4 .product figure figcaption.pd-info:focus, section.pd-content-4 .product figure figcaption.pd-info:active {
        -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.5);
        opacity: 1; }
      section.pd-content-4 .product figure figcaption.pd-info img {
        width: 80%; }
      section.pd-content-4 .product figure figcaption.pd-info h2 {
        font-size: 22px;
        font-weight: bold;
        color: #000; }
      section.pd-content-4 .product figure figcaption.pd-info h2 sup {
        font-size: 14px;
        vertical-align: super; }
      section.pd-content-4 .product figure figcaption.pd-info h3 {
        color: #101010;
        font-size: 16px;
        margin-bottom: 10px;
        height: 45px; }
      section.pd-content-4 .product figure figcaption.pd-info p {
        margin-bottom: 0; }
      section.pd-content-4 .product figure figcaption.pd-info p.old-price {
        text-decoration: line-through;
        color: #999; }
      section.pd-content-4 .product figure figcaption.pd-info p.new-price, section.pd-content-4 .product figure figcaption.pd-info p.new-price2 {
        font-size: 21px;
        font-weight: bold; }
      section.pd-content-4 .product figure figcaption.pd-info a.btn-size-default {
        margin: 15px 5px; }

.pd-actext {
  font-size: 1.2em;
  font-weight: bold;
  color: #c02026; }

.accessories-line {
  font-size: 1.2em;
  font-weight: bold;
  color: #c02026;
  text-decoration: underline !important;
  position: relative;
  cursor: pointer;
  height: 28px; }

.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: .5em 1em;
  background: rgba(193, 143, 17, 0.75);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: box-shadow 0.4s ease;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.close-btn:hover {
  background: #c18f11; }

.close-btn > div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.close-btn > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.close-btn > div {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.close-btn > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.close-btn:hover > div {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

section.privacy {
  display: none; }

@media (max-width: 1171px) {
  #asia-header-2015,
  #asia-footer-2015 {
    display: none; }
  section.hero a.garmin-logo img {
    display: block; }
  section.event-info-box .container a div.event-info {
    padding: 0 20px; }
    section.event-info-box .container a div.event-info span.br {
      display: block; }
  section.pd-content {
    padding: 10px 0 30px 0; }
  section.pd-content-3 {
    padding: 50px 0 30px 0; }
  section.pd-content-4 {
    padding: 120px 0 440px 0; }
  section.pd-content .container, section.pd-content-2 .container, section.pd-content-3 .container, section.pd-content-4 .container {
    width: 90%; }
    section.pd-content .container .product figure figcaption.pd-info a.btn-size-default, section.pd-content .container .product figure figcaption.pd-info-blue a.btn-size-default, section.pd-content-2 .container .product figure figcaption.pd-info a.btn-size-default, section.pd-content-2 .container .product figure figcaption.pd-info-blue a.btn-size-default, section.pd-content-3 .container .product figure figcaption.pd-info a.btn-size-default, section.pd-content-3 .container .product figure figcaption.pd-info-blue a.btn-size-default, section.pd-content-4 .container .product figure figcaption.pd-info a.btn-size-default, section.pd-content-4 .container .product figure figcaption.pd-info-blue a.btn-size-default {
      display: block !important; }
  section.privacy {
    display: block;
    text-align: center;
    color: #bf8c4e;
    background-color: #212121;
    font-size: .8em;
    padding: 1em 0; } }

@media (max-width: 1680px) {
  .hero-flower {
    position: absolute;
    width: 29%;
    height: 400px;
    top: 3%;
    right: 0;
    z-index: 100;
    display: block; }
    .hero-flower img {
      width: 50%; }
    .hero-flower .ff01 {
      position: relative;
      z-index: 200; }
  .hero-flower2 {
    position: absolute;
    width: 26%;
    height: 400px;
    top: 38%;
    left: 7%;
    z-index: 100;
    display: block; }
    .hero-flower2 img {
      width: 50%; }
    .hero-flower2 .ff02 {
      position: relative;
      z-index: 200; } }

@media (max-width: 1440px) {
  .hero-flower {
    position: absolute;
    width: 30%;
    height: 400px;
    top: 3%;
    right: 0;
    z-index: 100;
    display: block; }
    .hero-flower img {
      width: 50%; }
    .hero-flower .ff01 {
      position: relative;
      z-index: 200; }
  .hero-flower2 {
    position: absolute;
    width: 26%;
    height: 400px;
    top: 38%;
    left: 6%;
    z-index: 100;
    display: block; }
    .hero-flower2 img {
      width: 50%; }
    .hero-flower2 .ff02 {
      position: relative;
      z-index: 200; } }

@media (max-width: 1024px) {
  section.pd-content-4 {
    padding: 120px 0 120px 0; }
  .hero-flower {
    position: absolute;
    width: 33%;
    height: 400px;
    top: 1%;
    right: 0;
    z-index: 100;
    display: block; }
    .hero-flower img {
      width: 36%; }
    .hero-flower .ff01 {
      position: relative;
      z-index: 200; }
  .hero-flower2 {
    position: absolute;
    width: 26%;
    height: 400px;
    top: 35%;
    left: 3%;
    z-index: 100;
    display: block; }
    .hero-flower2 img {
      width: 40%; }
    .hero-flower2 .ff02 {
      position: relative;
      z-index: 200; } }

@media (max-width: 969px) {
  section.pd-content .product figure, section.pd-content-2 .product figure, section.pd-content-3 .product figure, section.pd-content-4 .product figure {
    -webkit-flex-basis: calc(100%/2);
    -ms-flex-preferred-size: calc(100%/2);
    flex-basis: calc(100%/2);
    max-width: 50%;
    max-width: calc(100%/2); }
  .hero-flower {
    position: absolute;
    width: 37%;
    height: 400px;
    top: 0%;
    right: 0;
    z-index: 100;
    display: block; }
    .hero-flower img {
      width: 36%; }
    .hero-flower .ff01 {
      position: relative;
      z-index: 200; }
  .hero-flower2 {
    position: absolute;
    width: 26%;
    height: 400px;
    top: 35%;
    left: 3%;
    z-index: 100;
    display: block; }
    .hero-flower2 img {
      width: 40%; }
    .hero-flower2 .ff02 {
      position: relative;
      z-index: 200; } }

@media (max-width: 767px) {
  section.hero {
    padding-bottom: 60%; }
  section.event-info-box .container a.limited {
    display: none; }
  section.event-info-box .container a.time:before {
    border: none; }
  .hero-title img {
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    max-width: 300px; } }

@media (max-width: 599px) {
  section.hero {
    padding-bottom: 120%; }
  section.hero-m a.garmin-logo img {
    width: 100px;
    position: relative;
    top: 5px;
    left: 10px; }
  section.pd-content .product figure, section.pd-content-2 .product figure, section.pd-content-3 .product figure, section.pd-content-4 .product figure {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
    margin: 0 auto; }
  section.pd-content .container .title-block, section.pd-content-2 .container .title-block, section.pd-content-3 .container .title-block, section.pd-content-4 .container .title-block {
    display: none; }
  section.pd-content .container .title-m, section.pd-content-2 .container .title-m, section.pd-content-3 .container .title-m, section.pd-content-4 .container .title-m {
    display: block; } }

@media (max-width: 479px) {
  section.event-info-box .container a {
    width: 40%;
    margin: 0 auto;
    padding: 10px 0;
    display: block; }
  section.event-info-box .container a:after {
    content: "";
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    border-bottom: 1px solid #aaa; }
  section.event-info-box .container a:before,
  section.event-info-box .container a:last-child:before,
  section.event-info-box .container a:last-child:after {
    border: none; }
  section.hero {
    display: none; }
  section.hero-m {
    display: block;
    background: url("../images/bg-mobile.jpg") repeat;
    padding-bottom: 104%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative; }
  section.event-info-box .container .box {
    width: 100%;
    display: block; }
    section.event-info-box .container .box img {
      width: 100%; }
  .hero-title, .hero-title-second {
    display: none; }
  section.pd-content .container .title-m .cloud-left, section.pd-content-2 .container .title-m .cloud-left, section.pd-content-3 .container .title-m .cloud-left, section.pd-content-4 .container .title-m .cloud-left {
    max-width: 80px;
    margin: -12px 0 0 10px; }
  section.pd-content .container .title-m .cloud-right, section.pd-content-2 .container .title-m .cloud-right, section.pd-content-3 .container .title-m .cloud-right, section.pd-content-4 .container .title-m .cloud-right {
    max-width: 80px;
    z-index: 99;
    margin: 38px 0 0 235px; }
  section.pd-content .container .title, section.pd-content-2 .container .title, section.pd-content-3 .container .title, section.pd-content-4 .container .title {
    margin-top: 0;
    margin-bottom: 0;
    display: none; }
  section.pd-content .container .title-m, section.pd-content-2 .container .title-m, section.pd-content-3 .container .title-m, section.pd-content-4 .container .title-m {
    margin-top: 0;
    margin-bottom: 30px;
    display: block; }
  section.pd-content, section.pd-content-2, section.pd-content-3, section.pd-content-4 {
    padding: 70px 0; }
    section.pd-content h1.text, section.pd-content-2 h1.text, section.pd-content-3 h1.text, section.pd-content-4 h1.text {
      margin-bottom: 20px; }
    section.pd-content .product figure, section.pd-content-2 .product figure, section.pd-content-3 .product figure, section.pd-content-4 .product figure {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      section.pd-content .product figure div.sale-tab, section.pd-content .product figure div.sale-tab2, section.pd-content-2 .product figure div.sale-tab, section.pd-content-2 .product figure div.sale-tab2, section.pd-content-3 .product figure div.sale-tab, section.pd-content-3 .product figure div.sale-tab2, section.pd-content-4 .product figure div.sale-tab, section.pd-content-4 .product figure div.sale-tab2 {
        margin: 15px; }
      section.pd-content .product figure figcaption.pd-info, section.pd-content-2 .product figure figcaption.pd-info, section.pd-content-3 .product figure figcaption.pd-info, section.pd-content-4 .product figure figcaption.pd-info {
        margin: 15px; }
      section.pd-content .product figure figcaption.pd-info img, section.pd-content-2 .product figure figcaption.pd-info img, section.pd-content-3 .product figure figcaption.pd-info img, section.pd-content-4 .product figure figcaption.pd-info img {
        width: 95%; }
      section.pd-content .product figure figcaption.pd-info h2, section.pd-content .product figure figcaption.pd-info h3, section.pd-content-2 .product figure figcaption.pd-info h2, section.pd-content-2 .product figure figcaption.pd-info h3, section.pd-content-3 .product figure figcaption.pd-info h2, section.pd-content-3 .product figure figcaption.pd-info h3, section.pd-content-4 .product figure figcaption.pd-info h2, section.pd-content-4 .product figure figcaption.pd-info h3 {
        margin-bottom: 5px;
        line-height: initial; }
  section.pd-content-4:after {
    height: 55px; }
  section.privacy {
    font-size: 13px;
    padding-bottom: 20px;
    text-align: center;
    display: block; }
  .hero-flower {
    position: absolute;
    width: 26%;
    height: 200px;
    top: 13%;
    right: -3%;
    z-index: 100;
    display: block; }
    .hero-flower img {
      width: 100%; }
    .hero-flower .ff01 {
      position: relative;
      z-index: 200; }
  .hero-flower2 {
    position: absolute;
    width: 26%;
    height: 200px;
    top: 60%;
    left: 12%;
    z-index: 100;
    display: block; }
    .hero-flower2 img {
      width: 100%; }
    .hero-flower2 .ff02 {
      position: relative;
      z-index: 200; } }

@media (max-width: 424px) {
  .hero-title img {
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    max-width: 250px; }
  section.pd-content, section.pd-content-3 {
    background-color: #922032;
    background-image: none; }
  section.pd-content-2, section.pd-content-4 {
    background-color: #212121;
    background-image: none; }
  section.event-info-box .container {
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
    font-size: 1em;
    padding: 30px 0;
    text-align: center;
    vertical-align: middle; }
  section.event-info-box h1 {
    color: #ffffff !important;
    padding: 30px 2em 30px 2em; }
  section.event-info-box a {
    display: table-cell;
    color: #dfdbdb;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0;
    cursor: default;
    position: relative;
    text-decoration: none; }
  section.event-info-box a.btn {
    color: #fff !important; }
  section.event-info-box .btn {
    padding: .8em 2em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #222222;
    font-size: 18px;
    border: none;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 30px 10px;
    cursor: pointer; } }

nav a {
  position: relative;
  /*    display: inline-block;*/
  margin: 15px 25px;
  outline: none;
  color: #101010;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 1.35em; }

nav a:hover,
nav a:focus {
  outline: none; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow; }

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent; }

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg); }

.hero-flower a {
  color: #222;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-top: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.hero-flower a span {
  background: #dea765;
  opacity: .8;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  padding: 5px 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-radius: 6px; }

.hero-flower a:hover span {
  bottom: -10px;
  visibility: visible;
  opacity: 1; }

.hero-flower span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #dea765 transparent transparent transparent; }
