/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../../sass/fancybox/_fancybox.scss */
.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;
}

/* line 20, ../../sass/fancybox/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../../sass/fancybox/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../../sass/fancybox/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../../sass/fancybox/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../../sass/fancybox/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../../sass/fancybox/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../../sass/fancybox/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

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

/* line 67, ../../sass/fancybox/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../../sass/fancybox/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../../sass/fancybox/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

/* line 82, ../../sass/fancybox/_fancybox.scss */
#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;
}

/* line 94, ../../sass/fancybox/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../../sass/fancybox/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

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

/* line 122, ../../sass/fancybox/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../../sass/fancybox/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../../sass/fancybox/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../../sass/fancybox/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../../sass/fancybox/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../../sass/fancybox/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../../sass/fancybox/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../../sass/fancybox/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../../sass/fancybox/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../../sass/fancybox/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../../sass/fancybox/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

/* line 190, ../../sass/fancybox/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../../sass/fancybox/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

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

/* line 211, ../../sass/fancybox/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../../sass/fancybox/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../../sass/fancybox/_fancybox.scss */
.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;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../../sass/fancybox/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../../sass/fancybox/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../../sass/fancybox/_fancybox.scss */
.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) {
  /* line 265, ../../sass/fancybox/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../../sass/fancybox/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/**
 * name:        FancyBox Transitions
 * file:        jquery.fancybox-transitions.css
 * version:     0.1
 * author:      Thomas Lagier
 * description: Adds CSS3 open/close transitions for FancyBox 2.
 * license:     MIT
 * date: 		April 25, 2014
 */
/* Effect 1: Fade in and scale up */
/* line 12, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fadescale {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

/* line 20, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fadescale-transitions {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 26, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fadescale.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
/* line 35, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slideright {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
}

/* line 43, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slideright-transitions {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 49, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slideright.show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
/* line 58, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slidebottom {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}

/* line 66, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slidebottom-transitions {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 72, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slidebottom.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
/* line 81, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.newspaper {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

/* line 89, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.newspaper-transitions {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 95, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.newspaper.show {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
/* line 104, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 110, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fall > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

/* line 121, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.fall.show > *:first-child {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: Side fall */
/* line 134, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sidefall {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 140, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sidefall > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

/* line 151, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sidefall.show > *:first-child {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
/* line 163, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.stickyup {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

/* line 175, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.stickyup-transitions {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/* line 181, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.stickyup.show {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
/* line 191, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.horizflip {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 197, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.horizflip > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
}

/* line 207, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.horizflip-transitions > *:first-child {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

/* line 214, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.horizflip.show > *:first-child {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
/* line 223, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.vertflip {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 229, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.vertflip > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  opacity: 0;
}

/* line 240, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.vertflip-transitions > *:first-child {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 246, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.vertflip.show > *:first-child {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
/* line 255, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sign {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 261, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sign > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
}

/* line 275, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sign-transitions > *:first-child {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 282, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.sign.show > *:first-child {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super-scaled */
/* line 291, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.superscale {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/* line 299, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.superscale-transitions {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

/* line 306, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.superscale.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
/* line 315, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slit {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 321, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slit > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

/* line 332, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.slit.show > *:first-child {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
/* line 354, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotatebottom {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 360, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotatebottom-transitions > *:first-child {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 366, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotatebottom > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
}

/* line 380, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotatebottom.show > *:first-child {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
/* line 389, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotateleft {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 395, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotateleft-transitions > *:first-child {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 401, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotateleft > *:first-child {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
}

/* line 415, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.rotateleft.show > *:first-child {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
/* line 424, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.blur-overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

/* line 431, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.blur {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

/* line 439, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.blur-transitions {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 445, ../../sass/fancybox-effect/_fancybox-transitions.scss */
.blur.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* line 13, ../../sass/screen.scss */
body {
  background: #fff;
  margin: 0px;
  color: #000;
}

/* line 20, ../../sass/screen.scss */
a, a:visited, a:hover, a:focus {
  text-decoration: none;
  color: #fff;
  display: block;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* line 29, ../../sass/screen.scss */
ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

/* line 35, ../../sass/screen.scss */
.landing {
  font-family: Arial, Microsoft JhengHei,sans-serif;
}

/* line 39, ../../sass/screen.scss */
.btn_detail {
  background: #fbb713;
  width: 250px;
  height: 50px;
  text-align: center;
  /* margin: 30px auto 0; */
  font-size: 24px;
  font-weight: bold;
  line-height: 49px;
  color: #fff;
  display: inline-block;
  border: 0;
  vertical-align: middle;
}

/* line 54, ../../sass/screen.scss */
.step .description ul {
  list-style: disc;
  overflow: visible;
  text-align: left;
  margin: 20px 0;
  color: #000;
}
/* line 60, ../../sass/screen.scss */
.step .description ul li {
  list-style-type: disc;
  margin: 5px 5px 0px 18px;
  background: transparent !important;
}
/* line 68, ../../sass/screen.scss */
.step .one_time_pw_text {
  margin: 25px 0 10px;
}
/* line 71, ../../sass/screen.scss */
.step .btn_detail_container {
    width: 311px;
    text-align: center;
    margin-top: 10px;
    height: 50px;
    display: inline-flex;
    margin: 10px auto;
}
/* line 76, ../../sass/screen.scss */
.step .btn_detail_container div:nth-child(2) {
  margin-left: 15px;
}
/* line 80, ../../sass/screen.scss */
.step .btn_detail {
  background: #fbb713;
  width: 150px;
  height: 50px;
  text-align: center;
  /* margin: 30px auto 0; */
  font-size: 20px;
  font-weight: normal;
  line-height: 49px;
  color: #fff;
  display: inline-block;
  border: 0;
}
/* line 93, ../../sass/screen.scss */
.step .btn_detail input {
  width: 100%;
  border: 0;
  background: transparent;
}
/* line 98, ../../sass/screen.scss */
.step .stronger {
  font-size: 21px;
  display: inline-block;
}
/* line 102, ../../sass/screen.scss */
.step .black {
  color: black;
}
/* line 104, ../../sass/screen.scss */
.step .black .home_link {
  display: inline-block;
  color: black;
}
/* line 110, ../../sass/screen.scss */
.step .error_message_container {
  width: 100%;
  margin: 15px 0;
  font-size: 17px;
  color: red;
  font-weight: normal;
}
/* line 117, ../../sass/screen.scss */
.step .count_down_container {
  margin: 23px auto;
  font-size: 17px;
  color: red;
  font-weight: normal;
}

/* line 124, ../../sass/screen.scss */
.btn_share {
  width: 31px;
  height: 38px;
  display: inline-block;
}
/* line 128, ../../sass/screen.scss */
.btn_share img {
  margin: -11px 12px;
  width: 31px;
  height: auto;
}

/* line 134, ../../sass/screen.scss */
#top_banner_text {
  position: absolute;
  top: 50%;
  display: block;
  width: 760px;
  height: auto;
  max-width: 100%;
  margin-top: -6%;
}

/* line 143, ../../sass/screen.scss */
.tab_background, .tab_background img {
  width: 100%;
  display: block;
  float: left;
}

/* line 148, ../../sass/screen.scss */
.m_top_image {
  width: 100%;
  display: block;
  float: left;
  font-size: 0;
}
/* line 153, ../../sass/screen.scss */
.m_top_image img {
  width: 100%;
}

/* line 157, ../../sass/screen.scss */
.tnc {
  width: 100%;
  border-top: 1px solid #898989;
  padding: 10px 0px;
  color: #6b6b6b;
  text-align: left;
	font-size: 12px;
	line-height: 14px;
  margin-top: 15px;
}
/* line 166, ../../sass/screen.scss */
.tnc ul {
  list-style: disc;
  overflow: visible;
  text-align: left;
  margin: 5px 0 10px;
}
/* line 171, ../../sass/screen.scss */
.tnc ul li {
  list-style-type: disc;
  margin: 5px 5px 0px 18px;
  background: transparent !important;
}

/* line 178, ../../sass/screen.scss */
.product1, .product2, .product3, .product4, .product5, .product6 {
  display: none;
}

/* line 181, ../../sass/screen.scss */
#loading {
  margin: 100px;
  width: 392px;
  text-align: center;
  display: none;
}

/* line 187, ../../sass/screen.scss */
.share_btn {
  display: none;
  width: 240px;
  height: 200px;
  margin: 0 auto;
  color: black;
  font-size: 18px;
}
/* line 195, ../../sass/screen.scss */
.share_btn .title {
	width: 246px;
    text-align: center;
    margin: 0 20px 10px;
    font-size: 21px;
    color: #fa8200;
    height: 64px;
    vertical-align: middle;
    display: table-cell;
    line-height: 19px;
}
/* line 200, ../../sass/screen.scss */
.share_btn .facebook {
  margin-left: 20px;
}
/* line 203, ../../sass/screen.scss */
.share_btn .facebook, .share_btn .whatsapp {
  width: 100px;
  display: inline-block;
}

/* line 209, ../../sass/screen.scss */
#not_start {
  display: none;
  padding: 20px 10px 10px!important;
}
#end{
  display: none;
  padding: 30px 10px 10px!important;
}
#sold_out{
	display: none;
	padding: 15px 10px 10px!important;
}
.resend{
    line-height: 22px!important;
	a{
		
	}
}
.counter_icon{
	display: none!important;
}
body header .container .top-nav .float-right {
    top: 9px!important;
}
.center{
	text-align: center;
}
.sup{
	float: left;
    font-size: 13px;
    margin: 7px 0;
	white-space: normal;
}
sup{
	font-size: 10px;
}
a.tnc_link{
	display: inline-block;
	color: #6b6b6b!important;
}
.star{
    text-align: left;
    margin: 10px 0 0;
    font-size: 14px;
}
@media only screen and (min-width: 1699px) {
  /* line 213, ../../sass/screen.scss */
  #top_banner_text {
    position: absolute;
    top: 45%;
    display: block;
    width: 960px;
    height: auto;
    max-width: 100%;
    margin-top: -6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  /* line 213, ../../sass/screen.scss */
  #top_banner_text {
    position: absolute;
    top: 45%;
    display: block;
    width: 730px;
    height: auto;
    max-width: 100%;
    margin-top: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 225, ../../sass/screen.scss */
  #top_banner_text {
    position: absolute;
    top: 40%;
    display: block;
    width: 600px;
    height: auto;
    max-width: 100%;
    margin-top: -4%;
  }

  /* line 234, ../../sass/screen.scss */
  #content_menu {
    width: 975px !important;
  }
  /* line 236, ../../sass/screen.scss */
  #content_menu li {
    width: 160px !important;
    height: 140px;
  }
  /* line 240, ../../sass/screen.scss */
  #content_menu .title {
    font-size: 16px !important;
    font-family: Arial, sans-serif !important;
  }

  /* line 246, ../../sass/screen.scss */
  #main_content .discount {
    width: 975px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* #top_banner_text{
  	position: absolute;
  	top: 50%;
  	display: block;
  	width:500px;
  	height: auto;
  	max-width: 100%;
  	margin-top: -6%;
  } */
}
/* @media only screen and (min-width: 992px){  */
/* and (max-width: 768px) */
/* line 267, ../../sass/screen.scss */
#top_banner_image {
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  	/* #top_banner_text img{
  
  	} */
}
/* line 273, ../../sass/screen.scss */
#top_banner_image #top_banner {
  width: 100%;
  height: auto;
}
/* line 277, ../../sass/screen.scss */
#top_banner_image #top_banner_image img {
  width: 100%;
  max-width: 100%;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  height: auto;
}

/* line 286, ../../sass/screen.scss */
#fwd_header_container {
  width: 100%;
  height: 269px;
  background: #ebebeb;
}
/* line 290, ../../sass/screen.scss */
#fwd_header_container #fwd_header {
  width: 1024px;
  height: 269px;
  margin: 0 auto;
  overflow: visible;
}
/* line 296, ../../sass/screen.scss */
#fwd_header_container #description {
  width: 337px;
  height: 269px;
  overflow: hidden;
  float: left;
  padding-top: 21px;
  font-weight: bold;
}
/* line 303, ../../sass/screen.scss */
#fwd_header_container #description div {
	font-size: 15px;
    line-height: 16px;
    padding-top: 22px;
    font-weight: bold;
}
/* line 308, ../../sass/screen.scss */
#fwd_header_container #description .orange {
  color: #fa8200;
  display: inline;
  padding: 0;
  margin: 0;
}
/* line 318, ../../sass/screen.scss */
#fwd_header_container #remain-container {
  width: 686px;
  overflow: visible;
  height: 269px;
  float: left;
}
/* line 323, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain {
  position: relative;
  width: 610px;
  margin: 20px auto 0;
}
/* line 327, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain table, #fwd_header_container #remain-container #remain tr {
  width: 100%;
}
/* line 330, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain .header {
  background: #ebebeb;
  width: 358px;
  height: 84px;
  margin: 0 auto;
}
/* line 335, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain .header img {
  margin-top: -11px;
}
/* line 339, ../../sass/screen.scss */
#fwd_header_container #remain-container #remain .border {
  height: 1px;
  width: 100%;
  border-top: 1px solid #00bd9f;
}
/* line 345, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter {
  position: relative;
  width: 100%;
  height: 165px;
}
/* line 349, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .counter_icon {
  position: absolute;
}
/* line 352, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #outer_circle {
  width: 250px;
  height: 125px;
  position: absolute;
  top: 40px;
  left: 72px;
}
/* line 359, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon1 {
  width: 48px;
  height: 59px;
  top: 20px;
  left: 32px;
}
/* line 365, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon2 {
  width: 26px;
  height: 27px;
  top: 150px;
  left: 0;
}
/* line 371, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon3 {
  width: 47px;
  height: 47px;
  left: 285px;
  top: -2px;
}
/* line 377, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon4 {
  width: 43px;
  height: 46px;
  left: 533px;
  top: -5px;
}
/* line 383, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #icon5 {
  width: 57px;
  height: 62px;
  left: 571px;
  top: 127px;
}
/* line 389, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #circle_container {
  position: absolute;
  width: 204px;
  height: 106px;
  overflow: hidden;
  top: 60px;
  left: 95px;
  color: #fff;
}
/* line 397, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #circle_container .circle {
  border-radius: 204px;
  width: 204px;
  height: 204px;
  background: #00bd9f;
  text-align: center;
	line-height: 33px;
    padding-top: 22px;
  font-weight: bold;
}
/* line 406, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #circle_container .circle #number {
  font-size: 48px;
  width: 200px;
  display: inline-block;
}
/* line 410, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter #circle_container .circle #million {
  font-size: 39px;
  display: inline-block;
}
/* line 416, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container {
  width: 264px;
  position: absolute;
  top: 83px;
  left: 335px;
  text-align: center;
  color: #00bd9f !important;
}
/* line 423, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container .hour, #fwd_header_container #remain-container #main_counter .time_container .minute, #fwd_header_container #remain-container #main_counter .time_container .second {
  width: 52px;
  display: inline-block;
  margin: 0 11px;
  height: 71px;
  font-size: 40px;
}
/* line 429, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container .hour .text, #fwd_header_container #remain-container #main_counter .time_container .minute .text, #fwd_header_container #remain-container #main_counter .time_container .second .text {
  font-size: 15px;
  margin-bottom: 14px;
  color: #000 !important;
}
/* line 434, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container .hour .number, #fwd_header_container #remain-container #main_counter .time_container .minute .number, #fwd_header_container #remain-container #main_counter .time_container .second .number {
  width: auto;
  height: 39px;
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  color: #00bd9f;
  font-family: Calibri,sans-serif;
}
/* line 444, ../../sass/screen.scss */
#fwd_header_container #remain-container #main_counter .time_container .hour:after, #fwd_header_container #remain-container #main_counter .time_container .minute:after {
  content: ":";
  display: table;
  margin: -38px 56px;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  color: #00bd9f;
}

/* line 457, ../../sass/screen.scss */
#discount-header-container {
  width: 100%;
  overflow: hidden;
  height: 123px;
  float: left;
}
/* line 462, ../../sass/screen.scss */
#discount-header-container #discount-header {
  position: relative;
  width: 1024px;
  margin: 35px auto 0;
}
/* line 466, ../../sass/screen.scss */
#discount-header-container #discount-header table, #discount-header-container #discount-header tr {
  width: 100%;
}
/* line 469, ../../sass/screen.scss */
#discount-header-container #discount-header .header {
  /* background: #fa8200; */
  width: 355px;
  height: 84px;
  margin: 0 auto;
}
/* line 474, ../../sass/screen.scss */
#discount-header-container #discount-header .header img {
  margin-top: -11px;
}
/* line 478, ../../sass/screen.scss */
#discount-header-container #discount-header .border {
  height: 1px;
  width: 100%;
  border-top: 1px solid #fa8200;
}

/* line 485, ../../sass/screen.scss */
#content_menu {
  width: 1024px;
  max-width: 100%;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  height: 140px;
  font-weight: bold;
  margin: 0 auto;
  font-family: Arial, sans-serif !important;
}
/* line 492, ../../sass/screen.scss */
#content_menu a, #content_menu a:visited, #content_menu a:hover {
  text-decoration: none !important;
  border: 0;
  background: transparent;
  padding: 0;
  white-space: normal;
}
/* line 500, ../../sass/screen.scss */
#content_menu ul.nav {
  border: 0;
}
/* line 502, ../../sass/screen.scss */
#content_menu ul.nav li {
  width: 168px;
  height: 140px;
  float: left;
  /* background: #fa8200;
  border-left: 1px solid #fc8202;
  border-right: 1px solid #fc8202; */
  position: relative;
  overflow: visible;
  padding: 0 0px;
}
/* line 513, ../../sass/screen.scss */
#content_menu ul.nav .line-break {
  display: block;
  height: 1px;
}
/* line 517, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(1) {
  background: #ffd444;
  border: 2px solid #ffd444;
}
/* line 521, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(1):after {
  border-color: #ffd444 transparent transparent transparent;
}
/* line 525, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(1) div {
  color: #ffd444;
  border-color: #ffd444 !important;
}
/* line 530, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(1):not(.active):hover {
  box-shadow: inset 0 0 20px #ffcb1f;
  -webkit-box-shadow: inset 0 0 20px #ffcb1f;
  -moz-box-shadow: inset 0 0 20px #ffcb1f;
}
/* line 535, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(2) {
  background: #006269;
  border: 2px solid #006269;
}
/* line 539, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(2):after {
  border-color: #006269 transparent transparent transparent;
}
/* line 542, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(2):not(.active):hover {
  box-shadow: inset 0 0 20px #003236;
  -webkit-box-shadow: inset 0 0 20px #003236;
  -moz-box-shadow: inset 0 0 20px #003236;
}
/* line 548, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(2) div {
  color: #006269;
  border-color: #006269 !important;
}
/* line 553, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(3) {
  background: #0097a9;
  border: 2px solid #0097a9;
}
/* line 557, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(3):after {
  border-color: #0097a9 transparent transparent transparent;
}
/* line 560, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(3):not(.active):hover {
  box-shadow: inset 0 0 20px #006269;
  -webkit-box-shadow: inset 0 0 20px #006269;
  -moz-box-shadow: inset 0 0 20px #006269;
}
/* line 566, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(3) div {
  color: #006269;
  border-color: #006269 !important;
}
/* line 571, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(4) {
  background: #63b1bc;
  border: 2px solid #63b1bc;
}
/* line 575, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(4):after {
  border-color: #63b1bc transparent transparent transparent;
}
/* line 578, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(4):not(.active):hover {
  box-shadow: inset 0 0 20px #4f8d96;
  -webkit-box-shadow: inset 0 0 20px #4f8d96;
  -moz-box-shadow: inset 0 0 20px #4f8d96;
}
/* line 584, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(4) div {
  color: #63b1bc;
  border-color: #63b1bc !important;
}
/* line 589, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(5) {
  background: #a8a7a7;
  border: 2px solid #a8a7a7;
}
/* line 593, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(5):after {
  border-color: #a8a7a7 transparent transparent transparent;
}
/* line 596, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(5):not(.active):hover {
  box-shadow: inset 0 0 20px #626262;
  -webkit-box-shadow: inset 0 0 20px #626262;
  -moz-box-shadow: inset 0 0 20px #626262;
}
/* line 602, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(5) div {
  color: #a8a7a7;
  border-color: #a8a7a7 !important;
}
/* line 607, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(6) {
  background: #304d50;
  border: 2px solid #304d50;
}
/* line 610, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(6) .title {
  margin: 6px auto;
  height: auto;
}
/* line 615, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(6):after {
  border-color: #304d50 transparent transparent transparent;
}
/* line 618, ../../sass/screen.scss */
#content_menu ul.nav li:nth-child(6):not(.active):hover {
  box-shadow: inset 0 0 20px #1b2b2d;
  -webkit-box-shadow: inset 0 0 20px #1b2b2d;
  -moz-box-shadow: inset 0 0 20px #1b2b2d;
}
/* line 624, ../../sass/screen.scss */
#content_menu ul.nav li.active:nth-child(6) div {
  color: #304d50;
  border-color: #304d50 !important;
}
/* line 629, ../../sass/screen.scss */
#content_menu ul.nav .active {
  background: #fff !important;
  /* border-color: #fcb366;
  border: 2px solid #fa8200!important;
  color: #fa8200; */
}
/* line 634, ../../sass/screen.scss */
#content_menu ul.nav .active .subtitle {
  border-bottom: 1px solid #fa8200;
  /* color: #fa8200; */
}
/* line 638, ../../sass/screen.scss */
#content_menu ul.nav .active .title {
  /* color: #fa8200; */
}
/* line 642, ../../sass/screen.scss */
#content_menu ul.nav li:hover {
  /* background: #fff;
  border-color: #fcb366;
  border: 2px solid #fa8200;
  color: #fa8200; */
}
/* line 648, ../../sass/screen.scss */
#content_menu ul.nav .active:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #fa8200 transparent transparent transparent;
  z-index: 11;
  margin: auto;
}
/* line 662, ../../sass/screen.scss */
#content_menu ul.nav li:not(:last-child) {
  margin: 0 3px 0 0;
}
/* line 665, ../../sass/screen.scss */
#content_menu ul.nav .row {
  padding-left: 0px;
  padding-right: 0px;
}
body ul.nav li a {
    margin-top: 6px;
}
/* line 668, ../../sass/screen.scss */
#content_menu ul.nav .subtitle {
  /* width: 149px; */
	height: auto;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0px 0 7px;
    height: 51px;
    padding: 0 0 7px;
    display: table;
    width: 100%;
}
/* line 677, ../../sass/screen.scss */
#content_menu ul.nav .subtitle .number {
  font-size: 28px;
  display: inline-block;
}
/* line 682, ../../sass/screen.scss */
#content_menu ul.nav .title {
  /* width: 156px; */
  width: auto;
  height: 50px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin: 16px auto;
  display: table;
}
/* line 691, ../../sass/screen.scss */
#content_menu ul.nav .image, #content_menu ul.nav .image img {
  width: 100%;
  height: auto;
  max-height: 98px;
  min-height: 98px;
  overflow: hidden;
}

/* line 703, ../../sass/screen.scss */
#discount_1 .top_header_image, #discount_1-collapse .top_header_image {
  background: url(../images/nov11/tab/tab1.png) no-repeat right;
}
/* line 706, ../../sass/screen.scss */
#discount_1 .title, #discount_1-collapse .title {
  background: #ffd444;
  font-family: Arial, sans-serif !important;
}

/* line 712, ../../sass/screen.scss */
.panel-heading a.collapsed:after {
  content: url(../images/nov11/plus.png);
  width: 38px;
  height: 38px;
  position: absolute;
  top: 14px;
  right: 8px;
}
/* line 720, ../../sass/screen.scss */
.panel-heading a:not(.collapsed):after {
  content: url(../images/nov11/minus1.png);
  width: 38px;
  height: 38px;
  position: absolute;
  top: 14px;
  right: 8px;
}

/* line 730, ../../sass/screen.scss */
#discount_2 .top_header_image, #discount_2-collapse .top_header_image {
  background: url(../images/nov11/tab/tab2.png) no-repeat right;
}
/* line 733, ../../sass/screen.scss */
#discount_2 .title, #discount_2-collapse .title {
  background: #006269;
  font-family: Arial, sans-serif !important;
}

/* line 740, ../../sass/screen.scss */
#discount_3 .top_header_image, #discount_3-collapse .top_header_image {
  background: url(../images/nov11/tab/tab3.png) no-repeat right;
}
/* line 743, ../../sass/screen.scss */
#discount_3 .title, #discount_3-collapse .title {
  background: #0097a9;
  font-family: Arial, sans-serif !important;
}

/* line 749, ../../sass/screen.scss */
#discount_4 .top_header_image, #discount_4-collapse .top_header_image {
  background: url(../images/nov11/tab/tab4.png) no-repeat right;
}
/* line 752, ../../sass/screen.scss */
#discount_4 .title, #discount_4-collapse .title {
  background: #63b1bc;
  font-family: Arial, sans-serif !important;
}

/* line 758, ../../sass/screen.scss */
#discount_5 .top_header_image, #discount_5-collapse .top_header_image {
  background: url(../images/nov11/tab/tab5.png) no-repeat right;
}
/* line 761, ../../sass/screen.scss */
#discount_5 .title, #discount_5-collapse .title {
  background: #a8a7a7;
  font-family: Arial, sans-serif !important;
}

/* line 767, ../../sass/screen.scss */
#discount_6 .top_header_image, #discount_6-collapse .top_header_image {
  background: url(../images/nov11/tab/tab6.png) no-repeat right;
}
/* line 770, ../../sass/screen.scss */
#discount_6 .title, #discount_6-collapse .title {
  background: #304d50;
  font-family: Arial, sans-serif !important;
}

/* line 775, ../../sass/screen.scss */
#main_content {
  height: 723px !important;
  font-family: Arial, sans-serif !important;
  /* background: url("../images/nov11/tab_background.png") no-repeat center; */
}
/* line 780, ../../sass/screen.scss */
#main_content img {
  width: 100%;
  max-width: 100%;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  max-height: 723px;
}
/* line 784, ../../sass/screen.scss */
#main_content .row {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 787, ../../sass/screen.scss */
#main_content #discount_1 {
  background: url("../images/nov11/background/product1.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 792, ../../sass/screen.scss */
#main_content #discount_2 {
  background: url("../images/nov11/background/product2.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 797, ../../sass/screen.scss */
#main_content #discount_3 {
  background: url("../images/nov11/background/product3.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 802, ../../sass/screen.scss */
#main_content #discount_4 {
  background: url("../images/nov11/background/product4.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 807, ../../sass/screen.scss */
#main_content #discount_5 {
  background: url("../images/nov11/background/product5.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 812, ../../sass/screen.scss */
#main_content #discount_6 {
  background: url("../images/nov11/background/product6.jpg") no-repeat center;
  width: 100%;
  height: 723px;
}
/* line 817, ../../sass/screen.scss */
#main_content .discount_container {
  width: 100%;
  height: 723px;
  position: relative;
}
/* line 823, ../../sass/screen.scss */
#main_content .discount {
  width: 1024px;
  height: 723px;
  margin: 0 auto;
  position: relative;
}
/* line 828, ../../sass/screen.scss */
#main_content .discount .box {
  width: 510px;
  height: 636px;
  position: absolute;
  right: 0;
  top: 38px;
  color: #fff;
  z-index: 1;
  background: rgba(34, 34, 34, 0.87);
}
/* line 838, ../../sass/screen.scss */
#main_content .discount .box .top_header_image {
  height: 55px;
  width: 547px;
  z-index: 1;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: -1;
}
/* line 847, ../../sass/screen.scss */
#main_content .discount .box .title {
  font-size: 21px;
  line-height: 44px;
  height: 44px;
  margin-top: 33px;
  text-align: center;
  font-weight: normal;
}
/* line 855, ../../sass/screen.scss */
#main_content .discount .box .detail {
  padding: 0px 20px 33px;
  z-index: 1;
  text-align: center;
  font-size: 16px;
}
/* line 860, ../../sass/screen.scss */
#main_content .discount .box .detail .subtitle {
  line-height: 22px;
  margin: 14px 0 0px;
  font-weight: bold;
}
/* line 864, ../../sass/screen.scss */
#main_content .discount .box .detail .subtitle .number {
  font-size: 36px;
  display: inline-block;
}
/* line 869, ../../sass/screen.scss */
#main_content .discount .box .detail .description {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
/* line 874, ../../sass/screen.scss */
#main_content .discount .box .detail .description ul {
  list-style: disc;
  overflow: visible;
  text-align: left;
  margin-bottom: 20px;
}
/* line 879, ../../sass/screen.scss */
#main_content .discount .box .detail .description ul li {
  list-style-type: disc;
  margin: 0px 5px 0px 30px;
}
/* line 884, ../../sass/screen.scss */
#main_content .discount .box .detail .description a {
  color: #62b0bb;
  text-align: left;
  text-decoration: underline;
  margin-left: 30px;
}
/* line 891, ../../sass/screen.scss */
#main_content .discount .box .detail .count {
  width: 410px;
  margin: 15px auto;
  height: 106px;
}
/* line 895, ../../sass/screen.scss */
#main_content .discount .box .detail .count .quota_container {
  width: 30%;
  float: left;
  border-right: 2px solid #fff;
}
/* line 899, ../../sass/screen.scss */
#main_content .discount .box .detail .count .quota_container .quota {
  width: 73px;
  margin: 0 auto;
}
/* line 904, ../../sass/screen.scss */
#main_content .discount .box .detail .count .quota_container .quota .text {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 909, ../../sass/screen.scss */
#main_content .discount .box .detail .count .quota_container .quota .circle {
  background: #62b0bb;
  border-radius: 73px;
  width: 73px;
  height: 73px;
  font-size: 28px;
  line-height: 69px;
  font-family: Calibri,sans-serif;
}
/* line 920, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container {
  width: 70%;
  float: left;
  margin: 4px 0 0;
  color: #62b0bb !important;
}
/* line 925, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container .hour, #main_content .discount .box .detail .count .time_container .minute, #main_content .discount .box .detail .count .time_container .second {
  width: 58px;
  display: inline-block;
  margin: 0 11px;
  height: 94px;
  font-size: 35px;
}
/* line 931, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container .hour .text, #main_content .discount .box .detail .count .time_container .minute .text, #main_content .discount .box .detail .count .time_container .second .text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff !important;
}
/* line 936, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container .hour .circle, #main_content .discount .box .detail .count .time_container .minute .circle, #main_content .discount .box .detail .count .time_container .second .circle {
  color: #62b0bb;
  border-radius: 58px;
  width: 58px;
  height: 58px;
  font-size: 38px;
  line-height: 55px;
  font-family: Calibri,sans-serif;
}
/* line 946, ../../sass/screen.scss */
#main_content .discount .box .detail .count .time_container .hour:after, #main_content .discount .box .detail .count .time_container .minute:after {
  content: ":";
  display: table;
  margin: -52px 67px;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  color: #62b0bb;
}
/* line 958, ../../sass/screen.scss */
#main_content .discount .box .detail .btn_container .btn_share {
  width: 31px;
  height: auto;
}

/* line 972, ../../sass/screen.scss */
#main_step {
  width: 1024px;
  max-width: 100%;
  display: block;
  /* overflow: hidden; */
  white-space: nowrap;
  font-family: Arial, sans-serif !important;
  margin: 40px auto;
  height: auto;
  overflow: hidden;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
/* line 982, ../../sass/screen.scss */
#main_step ul {
  overflow: hidden;
}
/* line 985, ../../sass/screen.scss */
#main_step .main_step {
  /* width: 341px; */
  height: 341px;
  float: left;
  overflow: visible;
  position: relative;
}
/* line 992, ../../sass/screen.scss */
#main_step #main_step_1 {
  background: #00bd9f;
}
/* line 995, ../../sass/screen.scss */
#main_step #main_step_1:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  top: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 20px;
  border-color: transparent transparent transparent #00bd9f;
  z-index: 1;
  margin: auto;
}
/* line 1009, ../../sass/screen.scss */
#main_step #main_step_2 {
  background: #33cab2;
}
/* line 1012, ../../sass/screen.scss */
#main_step #main_step_2:after {
  position: absolute;
  right: -20px;
  bottom: 0;
  top: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 20px;
  border-color: transparent transparent transparent #33cab2;
  z-index: 1;
  margin: auto;
}
/* line 1026, ../../sass/screen.scss */
#main_step #main_step_3 {
  background: #70dac9;
}
/* line 1029, ../../sass/screen.scss */
#main_step .padding {
  padding: 15px 15px 10px;
}
/* line 1031, ../../sass/screen.scss */
#main_step .padding .title {
  margin: 10px;
  font-size: 24px;
}
/* line 1035, ../../sass/screen.scss */
#main_step .padding .image {
  width: 147px;
  height: 146px;
  margin: 10px auto;
  text-align: center;
}
/* line 1040, ../../sass/screen.scss */
#main_step .padding .image img {
  width: 147px;
  height: 146px;
}
/* line 1045, ../../sass/screen.scss */
#main_step .padding .description {
  font-size: 13px;
  white-space: normal;
  line-height: 15px;

}
#main_step .padding .description a{
	  display: inline-block;
	  color: black;
}
/* line 1052, ../../sass/screen.scss */
#main_step .row {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1057, ../../sass/screen.scss */
.btn_product_detail {
  height: 50px;
  color: #000;
  background: #fbb713;
  width: 253px;
  height: 40px;
  text-align: center;
  margin: 65px auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 41px;
  color: #fff;
}

/* }
 */
/* line 1072, ../../sass/screen.scss */
#step1, #step2, #step3, #step4 {
  display: none;
  text-align: center;
}

/* line 1077, ../../sass/screen.scss */
#sold_out .title, #end .title, #not_start .title {
  margin-top: 10px;
  font-size: 20px;
}

/* line 1082, ../../sass/screen.scss */
#step1, #step2, #step3, #step4, #sold_out, #end, #not_start {
  width: 392px;
  /* height: 540px; */
  height: 100%;
  padding: 50px 10px 10px;
  text-align: center;
  font-weight: bold;
  color: #fa8200;
}
/* line 1090, ../../sass/screen.scss */
#step1 .mobile, #step2 .mobile, #step3 .mobile, #step4 .mobile, #sold_out .mobile, #end .mobile, #not_start .mobile {
  width: 100%;
}
/* line 1092, ../../sass/screen.scss */
#step1 .mobile input, #step2 .mobile input, #step3 .mobile input, #step4 .mobile input, #sold_out .mobile input, #end .mobile input, #not_start .mobile input {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
  color: #fa8200;
}
/* line 1102, ../../sass/screen.scss */
#step1 .g-recaptcha, #step2 .g-recaptcha, #step3 .g-recaptcha, #step4 .g-recaptcha, #sold_out .g-recaptcha, #end .g-recaptcha, #not_start .g-recaptcha {
  margin: 0 auto;
  width: 304px;
}
/* line 1106, ../../sass/screen.scss */
#step1 .title, #step2 .title, #step3 .title, #step4 .title, #sold_out .title, #end .title, #not_start .title {
  font-size: 20px;
  width: 100%;
}
/* line 1110, ../../sass/screen.scss */
#step1 .subtitle, #step2 .subtitle, #step3 .subtitle, #step4 .subtitle, #sold_out .subtitle, #end .subtitle, #not_start .subtitle {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
}
/* line 1114, ../../sass/screen.scss */
#step1 .subtitle .number, #step2 .subtitle .number, #step3 .subtitle .number, #step4 .subtitle .number, #sold_out .subtitle .number, #end .subtitle .number, #not_start .subtitle .number {
  font-size: 32px;
  display: inline-block;
}

/* line 1121, ../../sass/screen.scss */
.go-top-default {
  position: fixed;
}

/* line 1124, ../../sass/screen.scss */
a.go-top {
  position: fixed;
  right: 0;
  text-decoration: none;
  color: white;
  /* background-color: #ff8200; */
  font-size: 12px;
  display: none;
  margin: 0;
  padding: 0;
}

/* line 1135, ../../sass/screen.scss */
.hidden {
  display: none !important;
}
.vertical_middle {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  /* line 1140, ../../sass/screen.scss */
  .vertical_middle {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 1144, ../../sass/screen.scss */
  #top_banner_image {
    text-align: center;
    font-size: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  /* line 1150, ../../sass/screen.scss */
  #top_banner_image #top_banner {
    width: 100%;
    height: auto;
  }
  /* line 1154, ../../sass/screen.scss */
  #top_banner_image #top_banner_image img {
    width: 100%;
    max-width: 100%;
    display: block;
    /* overflow: hidden; */
    white-space: nowrap;
    height: auto;
  }
  /* line 1158, ../../sass/screen.scss */
  #top_banner_image #top_banner_text {
    width: 67%;
    margin-top: -10%;
  }

  /* line 1164, ../../sass/screen.scss */
  #fwd_header_container {
    width: 100%;
    height: auto;
    background: #ebebeb;
  }
  /* line 1168, ../../sass/screen.scss */
  #fwd_header_container #fwd_header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    text-align: center;
  }
  /* line 1175, ../../sass/screen.scss */
  #fwd_header_container #description {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    padding: 25px;
  }
  #fwd_header_container #description img{
	width: 240px;
  }
  /* line 1181, ../../sass/screen.scss */
  #fwd_header_container #description div {
    font-size: 16px;
    line-height: 21px;
    /* margin: 0 20px; */
  }
  /* line 1190, ../../sass/screen.scss */
  #fwd_header_container #remain-container {
    width: 100%;
    overflow: visible;
    height: 312px;
    float: left;
    padding: 0 15px;
    background: #ebebeb;
  }
  /* line 1197, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  /* line 1201, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain table, #fwd_header_container #remain-container #remain tr {
    width: 100%;
  }
  /* line 1204, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain td:nth-child(2) {
    width: 250px;
  }
  /* line 1207, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain .header {
    background: #ebebeb;
    width: 250px;
    height: 84px;
    margin: 0 auto;
  }
  /* line 1212, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain .header img {
    margin-top: 7px;
    width: 250px;
  }
  /* line 1217, ../../sass/screen.scss */
  #fwd_header_container #remain-container #remain .border {
    height: 1px;
    width: 100%;
    border-top: 1px solid #00bd9f;
  }
  /* line 1223, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter {
    position: relative;
    width: 230px;
    height: 312px;
    margin: 0 auto;
  }
  /* line 1228, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .counter_icon {
    position: absolute;
  }
  /* line 1231, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #outer_circle {
    width: 250px;
    height: 125px;
    position: absolute;
    top: 83px;
    left: -10px;
  }
  /* line 1238, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon1 {
    width: 48px;
    height: 59px;
    top: 55px;
    left: -98px;
  }
  /* line 1244, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon2 {
    width: 26px;
    height: 27px;
    top: 188px;
    left: -60px;
  }
  /* line 1250, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon3 {
    width: 47px;
    height: 47px;
    left: 243px;
    top: 70px;
  }
  /* line 1256, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon4 {
    width: 43px;
    height: 46px;
    left: 304px;
    top: -16px;
  }
  /* line 1262, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon5 {
    width: 57px;
    height: 62px;
    left: 285px;
    top: 168px;
  }
  /* line 1268, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #circle_container {
    width: 204px;
    height: 105px;
    overflow: hidden;
    margin: 22px auto;
    color: #fff;
    position: absolute;
    top: 81px;
    left: 14px;
  }
  /* line 1277, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #circle_container .circle {
    border-radius: 204px;
    width: 204px;
    height: 204px;
    background: #00bd9f;
    text-align: center;
	line-height: 33px;
    padding-top: 17px;
    font-weight: bold;
  }
  /* line 1286, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #circle_container .circle #number {
    font-size: 48px;
	width: 200px;
    display: inline-block;
  }
  /* line 1290, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #circle_container .circle #million {
    font-size: 42px;
    display: inline-block;
  }
  /* line 1296, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: static;
    color: #00bd9f !important;
  }
  /* line 1302, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container .hour, #fwd_header_container #remain-container #main_counter .time_container .minute, #fwd_header_container #remain-container #main_counter .time_container .second {
    width: 46px;
    display: inline-block;
    margin: 0 11px;
    font-size: 35px;
  }
  /* line 1307, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container .hour .text, #fwd_header_container #remain-container #main_counter .time_container .minute .text, #fwd_header_container #remain-container #main_counter .time_container .second .text {
    font-size: 16px;
    margin-bottom: 14px;
    color: #000 !important;
  }
  /* line 1312, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container .hour .number, #fwd_header_container #remain-container #main_counter .time_container .minute .number, #fwd_header_container #remain-container #main_counter .time_container .second .number {
    width: auto;
    height: 39px;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: #00bd9f;
    font-family: Calibri,sans-serif;
  }
  /* line 1322, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .time_container .hour:after, #fwd_header_container #remain-container #main_counter .time_container .minute:after {
    content: ":";
    display: table;
    margin: -38px 56px;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: #00bd9f;
  }

  /* line 1335, ../../sass/screen.scss */
  #discount-header-container {
    width: 100%;
    overflow: hidden;
    height: 106px;
    float: left;
    padding: 0 15px;
  }
  /* line 1341, ../../sass/screen.scss */
  #discount-header-container #discount-header {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
  }
  /* line 1345, ../../sass/screen.scss */
  #discount-header-container #discount-header table, #discount-header-container #discount-header tr {
    width: 100%;
  }
  /* line 1348, ../../sass/screen.scss */
  #discount-header-container #discount-header td:nth-child(2) {
    width: 250px;
  }
  /* line 1351, ../../sass/screen.scss */
  #discount-header-container #discount-header .header {
    /* background: #fa8200; */
    width: 250px;
    height: 84px;
    margin: 0 auto;
  }
  /* line 1356, ../../sass/screen.scss */
  #discount-header-container #discount-header .header img {
    margin-top: 7px;
    width: 250px;
  }
  /* line 1361, ../../sass/screen.scss */
  #discount-header-container #discount-header .border {
    height: 1px;
    width: 100%;
    border-top: 1px solid #fa8200;
  }

  /* line 1368, ../../sass/screen.scss */
  #content_menu {
    width: 100%;
    max-width: 100%;
    display: block;
    /* overflow: hidden; */
    white-space: nowrap;
    height: 140px;
    font-weight: bold;
    overflow: hidden;
    margin: 0 auto;
    font-family: Arial, sans-serif !important;
    /* .panel-group .panel+.panel {
    	margin-top: 0px!important;
    } */
    /* .panel-body{
    	height: 523px !important;
    	background: url(../images/nov11/tab_background.png) no-repeat center;
    	width: 100%;
    } */
  }
  /* line 1376, ../../sass/screen.scss */
  #content_menu a, #content_menu a:visited, #content_menu a:hover {
    text-decoration: none !important;
    border: 0;
    background: transparent;
    height: 67px;
  }
  /* line 1382, ../../sass/screen.scss */
  #content_menu .row {
    padding: 0 15px;
  }
  /* line 1385, ../../sass/screen.scss */
  #content_menu .line-break {
    display: none;
  }
  /* line 1388, ../../sass/screen.scss */
  #content_menu .panel {
    border: 0;
    padding: 0 !important;
    margin-bottom: 10px !important;
    /* */
    border-radius: 0;
    overflow: visible;
    min-height: 67px;
  }
  /* line 1399, ../../sass/screen.scss */
  #content_menu .panel-body {
    padding: 15px 0 0;
  }
  /* line 1407, ../../sass/screen.scss */
  #content_menu .panel-heading {
    width: 100%;
    height: 67px;
    float: left;
    position: relative;
    overflow: visible;
    padding: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    display: block;
  }
  /* line 1420, ../../sass/screen.scss */
  #content_menu .panel-group, #content_menu .panel-title {
    overflow: visible;
    color: #fff;
  }
  /* line 1425, ../../sass/screen.scss */
  #content_menu .panel-group a:not(.btn_share_link), #content_menu .panel-group a:not(.btn_share_link):hover, #content_menu .panel-group a:not(.btn_share_link):focus, #content_menu .panel-group a:not(.btn_share_link):visited {
    overflow: hidden;
    position: relative;
  }
  /* line 1429, ../../sass/screen.scss */
  #content_menu .panel-group a.js-tabcollapse-panel-heading:not(.collapsed) {
    background: #fff;
  }
  /* line 1433, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.collapsed {
    background: #ffd444;
    border: 2px solid #ffd444;
  }
  /* line 1437, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #ffcb1f;
    -webkit-box-shadow: inset 0 0 20px #ffcb1f;
    -moz-box-shadow: inset 0 0 20px #ffcb1f;
  }
  /* line 1442, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #ffd444;
    border: 2px solid #ffd444;
    color: #ffd444;
  }
  /* line 1446, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #ffd444;
  }
  /* line 1450, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(1) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus1.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1460, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.collapsed {
    /* .panel-heading:nth-child(2){ */
    background: #006269;
    border: 2px solid #006269;
  }
  /* line 1465, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.collapsed:not(.active):hover {
    /* a:nth-child(2):not(.active):hover{ */
    box-shadow: inset 0 0 20px #003236;
    -webkit-box-shadow: inset 0 0 20px #003236;
    -moz-box-shadow: inset 0 0 20px #003236;
  }
  /* line 1471, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #006269;
    border: 2px solid #006269;
    color: #006269;
  }
  /* line 1475, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #006269;
  }
  /* line 1479, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(2) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus2.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1489, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.collapsed {
    background: #0097a9;
    border: 2px solid #0097a9;
  }
  /* line 1493, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #006269;
    -webkit-box-shadow: inset 0 0 20px #006269;
    -moz-box-shadow: inset 0 0 20px #006269;
  }
  /* line 1498, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #0097a9;
    border: 2px solid #0097a9;
    color: #0097a9;
  }
  /* line 1502, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #0097a9;
  }
  /* line 1506, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(3) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus3.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1516, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.collapsed {
    background: #63b1bc;
    border: 2px solid #63b1bc;
  }
  /* line 1520, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #4f8d96;
    -webkit-box-shadow: inset 0 0 20px #4f8d96;
    -moz-box-shadow: inset 0 0 20px #4f8d96;
  }
  /* line 1525, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #63b1bc;
    border: 2px solid #63b1bc;
    color: #63b1bc;
  }
  /* line 1529, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #63b1bc;
  }
  /* line 1533, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(4) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus4.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1543, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.collapsed {
    background: #a8a7a7;
    border: 2px solid #a8a7a7;
  }
  /* line 1547, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #626262;
    -webkit-box-shadow: inset 0 0 20px #626262;
    -moz-box-shadow: inset 0 0 20px #626262;
  }
  /* line 1552, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #a8a7a7;
    border: 2px solid #a8a7a7;
    color: #a8a7a7;
  }
  /* line 1556, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #a8a7a7;
  }
  /* line 1560, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(5) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus5.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1570, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.collapsed {
    background: #304d50;
    border: 2px solid #304d50;
  }
  /* line 1573, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.collapsed .title {
    margin: 0px auto;
  }
  /* line 1577, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.collapsed:not(.active):hover {
    box-shadow: inset 0 0 20px #1b2b2d;
    -webkit-box-shadow: inset 0 0 20px #1b2b2d;
    -moz-box-shadow: inset 0 0 20px #1b2b2d;
  }
  /* line 1582, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.js-tabcollapse-panel-heading:not(.collapsed) {
    border-color: #304d50;
    border: 2px solid #304d50;
    color: #304d50;
  }
  /* line 1586, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.js-tabcollapse-panel-heading:not(.collapsed) .subtitle {
    border-color: #304d50;
  }
  /* line 1590, ../../sass/screen.scss */
  #content_menu .panel-group div.panel:nth-child(6) a.js-tabcollapse-panel-heading:not(.collapsed):after {
    content: url(../images/nov11/minus6.png);
    width: 38px;
    height: 38px;
    position: absolute;
    top: 14px;
    right: 8px;
  }
  /* line 1599, ../../sass/screen.scss */
  #content_menu .panel-group .active {
    background: #fff !important;
    /* border-color: #fcb366;
    border: 2px solid #fa8200!important;
    color: #fa8200; */
  }
  /* line 1604, ../../sass/screen.scss */
  #content_menu .panel-group .active .subtitle {
    border-bottom: 1px solid #fa8200;
    color: #fa8200;
  }
  /* line 1608, ../../sass/screen.scss */
  #content_menu .panel-group .active .title {
    color: #fa8200;
  }
  /* line 1612, ../../sass/screen.scss */
  #content_menu .panel-group li:hover {
    /* background: #fff;
    border-color: #fcb366;
    border: 2px solid #fa8200;
    color: #fa8200; */
  }
  /* line 1618, ../../sass/screen.scss */
  #content_menu .panel-group .active:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0 20px;
    border-color: #fa8200 transparent transparent transparent;
    z-index: 11;
    margin: auto;
  }
  /* line 1632, ../../sass/screen.scss */
  #content_menu .panel-group li:not(:last-child) {
    margin: 0 3px 0 0;
  }
  /* line 1635, ../../sass/screen.scss */
  #content_menu .panel-group .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1638, ../../sass/screen.scss */
  #content_menu .panel-group .subtitle {
    /* width: 149px; */
    width: 33.3%;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #fff;
    /* margin: 0px auto 0; */
    float: left;
    display: table;
    height: 100%;
  }
  /* line 1649, ../../sass/screen.scss */
  #content_menu .panel-group .subtitle .number {
    font-size: 38px;
    display: inline-block;
  }
  /* line 1654, ../../sass/screen.scss */
  #content_menu .panel-group .title {
    /* width: 156px; */
    float: left;
    width: 60%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: table;
    height: 100%;
    padding-right: 40px;
    /* margin: 19px auto; */
  }
  /* line 1666, ../../sass/screen.scss */
  #content_menu .panel-group .image, #content_menu .panel-group .image img {
    width: 100%;
    height: auto;
    max-height: 98px;
    min-height: 98px;
    overflow: hidden;
  }
  /* line 1673, ../../sass/screen.scss */
  #content_menu .panel-group .discount {
    width: 100%;
    height: auto;
    margin: 0px auto 0;
    position: relative;
    float: left;
  }
  /* line 1679, ../../sass/screen.scss */
  #content_menu .panel-group .discount .tab_background {
    width: 15px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    right: -15px;
    top: 22px;
  }
  /* line 1687, ../../sass/screen.scss */
  #content_menu .panel-group .discount .tab_background img {
    width: 37px;
    height: 55px;
  }
  /* line 1691, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box {
    width: 100%;
    height: auto;
    color: #fff;
    margin: 0 auto;
    z-index: 1;
    background: rgba(34, 34, 34, 0.87);
  }
  /* line 1698, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .top_header_image {
    height: 55px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: -1;
  }
  /* line 1707, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .title {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    margin-top: 33px;
    text-align: center;
    font-weight: normal;
    width: 100%;
    padding: 0;
  }
  /* line 1717, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail {
    padding: 5px 20px 15px;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
  }
  /* line 1723, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .subtitle {
    line-height: 30px;
    width: 100%;
    margin: 14px 0 0px;
    font-size: 24px;
    border: 0;
  }
  /* line 1729, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .subtitle .number {
    font-size: 42px;
    display: inline-block;
  }
  /* line 1734, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .description {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    float: left;
    width: 100%;
    white-space: normal;
  }
  /* line 1742, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .description ul {
    list-style: disc;
    overflow: visible;
    text-align: left;
    margin-bottom: 20px;
  }
  /* line 1747, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .description ul li {
    list-style-type: disc;
    margin: 0px 5px 0px 30px;
    background: transparent !important;
  }
  /* line 1753, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .description a {
    color: #62b0bb;
    text-align: left;
    text-decoration: underline !important;
    margin-left: 30px;
  }
  /* line 1760, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count {
    width: 450px;
    padding: 25px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  /* line 1767, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container {
    width: 30%;
    float: left;
    border-right: 2px solid #fff;
  }
  /* line 1771, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota {
    width: 73px;
    margin: 0 auto;
  }
  /* line 1776, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota .text {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /* line 1781, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota .circle {
    background: #62b0bb;
    border-radius: 73px;
    width: 73px;
    height: 73px;
    font-size: 28px;
    line-height: 69px;
    font-family: Calibri,sans-serif;
  }
  /* line 1792, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container {
    width: 70%;
    float: left;
    margin: 4px 0 0;
    color: #62b0bb !important;
  }
  /* line 1797, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour, #content_menu .panel-group .discount .box .detail .count .time_container .minute, #content_menu .panel-group .discount .box .detail .count .time_container .second {
    width: 58px;
    display: inline-block;
    margin: 0 11px;
    height: 94px;
    font-size: 35px;
  }
  /* line 1803, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour .text, #content_menu .panel-group .discount .box .detail .count .time_container .minute .text, #content_menu .panel-group .discount .box .detail .count .time_container .second .text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff !important;
  }
  /* line 1808, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour .circle, #content_menu .panel-group .discount .box .detail .count .time_container .minute .circle, #content_menu .panel-group .discount .box .detail .count .time_container .second .circle {
    color: #62b0bb;
    border-radius: 58px;
    width: 58px;
    height: 58px;
    font-size: 38px;
    line-height: 55px;
    font-family: Calibri,sans-serif;
  }
  /* line 1819, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour:after, #content_menu .panel-group .discount .box .detail .count .time_container .minute:after {
    content: ":";
    display: table;
    margin: -44px 68px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #62b0bb;
  }
  /* line 1830, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .btn_container {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  /* line 1834, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .btn_container .btn_share {
	vertical-align: middle;
	background: none;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 49px;
	color: white;
	display: inline-block;
	border: 0;
  }
  /* line 1839, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .btn_container .btn_share img {
    margin: 0px auto;
	width: auto;
    height: auto;
	margin-top: 3px;
  }

  /* line 1850, ../../sass/screen.scss */
  #main_step {
    font-family: Arial, sans-serif !important;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 485px;
    margin: 20px auto 40px;
  }
  /* line 1857, ../../sass/screen.scss */
  #main_step ul {
    overflow: hidden;
  }
  /* line 1860, ../../sass/screen.scss */
  #main_step .main_step {
    width: 485px;
    height: 485px;
  }
  /* line 1865, ../../sass/screen.scss */
  #main_step #main_step_1:after {
    position: absolute;
    right: 0;
    bottom: -507px;
    left: 0;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 20px 0  20px;
    border-color: #00bd9f transparent transparent transparent;
    z-index: 1;
    margin: auto;
  }
  /* line 1879, ../../sass/screen.scss */
  #main_step #main_step_2 {
    background: #33cab2;
  }
  /* line 1882, ../../sass/screen.scss */
  #main_step #main_step_2:after {
    position: absolute;
    right: 0;
    bottom: -507px;
    left: 0;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 20px 0  20px;
    border-color: #33cab2 transparent transparent transparent;
    z-index: 1;
    margin: auto;
  }
  /* line 1896, ../../sass/screen.scss */
  #main_step #main_step_3 {
    background: #70dac9;
  }
  /* line 1899, ../../sass/screen.scss */
  #main_step .padding {
    padding: 25px 25px 10px;
  }
  /* line 1901, ../../sass/screen.scss */
  #main_step .padding .title {
    margin: 15px;
    font-size: 42px;
  }
  /* line 1905, ../../sass/screen.scss */
  #main_step .padding .image {
    width: 208px;
    height: 208px;
    margin: 25px auto;
    text-align: center;
  }
  /* line 1910, ../../sass/screen.scss */
  #main_step .padding .image img {
    width: 208px;
    height: 208px;
  }
  /* line 1915, ../../sass/screen.scss */
  #main_step .padding .description {
    font-size: 16px;
    white-space: normal;
    line-height: 18px;
    width: 90%;
    margin: 10px auto 0;
  }
  /* line 1924, ../../sass/screen.scss */
  #main_step .row {
    padding-left: 0px;
    padding-right: 0px;
  }
	#loading{
		margin: 95px auto;
		width: 235px;
		text-align: center;
	}
	.btn_share_link{
		height: auto!important;
		img{
		    width: 100%;
			max-width: 100%;
			display: block;
			margin: -11px 12px!important;
		}
	}

}
@media only screen and (max-width: 767px) {
  /* line 1932, ../../sass/screen.scss */
  .panel-title .subtitle {
    font-size: 18px !important;
    line-height: 23px !important;
    /* margin: 0px auto 0; */
  }
  /* line 1936, ../../sass/screen.scss */
  .panel-title .subtitle .number {
    font-size: 28px !important;
    display: inline-block;
  }

  /* line 1941, ../../sass/screen.scss */
  .panel-title .title {
    /* width: 66.6%; */
    font-size: 21px !important;
    line-height: 24px !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1956, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .subtitle {
	font-size: 15px;
    white-space: normal;
  }
  /* line 1958, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .subtitle .number {
    font-size: 30px;
  }
  /* line 1962, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count {
    width: 250px;
    margin: 15px auto 10px;
    height: 106px;
    /* float: left; */
    padding: 10px 0 0;
  }
  /* line 1968, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container {
    width: 30%;
    float: left;
    border-right: 2px solid #fff;
  }
  /* line 1972, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota {
    width: 73px;
    margin: 0 auto;
  }
  /* line 1977, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota .text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /* line 1982, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .quota_container .quota .circle {
    background: #62b0bb;
    border-radius: 63px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 58px;
    font-family: Calibri,sans-serif;
    margin: 0 auto;
  }
  /* line 1994, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container {
    width: 70%;
    float: left;
    margin: 4px 0 0;
    color: #00bd9f !important;
  }
  /* line 1999, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour, #content_menu .panel-group .discount .box .detail .count .time_container .minute, #content_menu .panel-group .discount .box .detail .count .time_container .second {
    width: 38px;
    display: inline-block;
    margin: 0 5px;
    height: 76px;
    font-size: 12px;
  }
  /* line 2005, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour .text, #content_menu .panel-group .discount .box .detail .count .time_container .minute .text, #content_menu .panel-group .discount .box .detail .count .time_container .second .text {
    font-size: 12px;
    margin-bottom: 20px;
    color: #fff !important;
  }
  /* line 2010, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour .circle, #content_menu .panel-group .discount .box .detail .count .time_container .minute .circle, #content_menu .panel-group .discount .box .detail .count .time_container .second .circle {
    color: #62b0bb;
    border-radius: 48px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 34px;
    font-family: Calibri,sans-serif;
  }
  /* line 2020, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .detail .count .time_container .hour:after, #content_menu .panel-group .discount .box .detail .count .time_container .minute:after {
    content: ":";
    display: table;
    margin: -34px 44px;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: #00bd9f;
  }
  /* line 2037, ../../sass/screen.scss */
  #content_menu .detail .btn_container .btn_detail {
    width: 180px;
  }

  /* line 2044, ../../sass/screen.scss */
  .panel-heading {
    padding: 10px;
  }

  /* line 2047, ../../sass/screen.scss */
  .panel-title .subtitle {
    font-size: 15px !important;
    line-height: 20px !important;
    /* margin: 0px auto 0; */
  }
  /* line 2051, ../../sass/screen.scss */
  .panel-title .subtitle .number {
    font-size: 18px !important;
    display: inline-block;
  }

  /* line 2056, ../../sass/screen.scss */
  .panel-title .title {
    /* width: 58%!important; */
    font-size: 16px !important;
    line-height: 20px !important;
  }

  /* line 2061, ../../sass/screen.scss */
  #main_step {
    font-family: Arial, sans-serif !important;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 290px;
    margin: 20px auto 40px;
  }
  /* line 2068, ../../sass/screen.scss */
  #main_step ul {
    overflow: hidden;
  }
  /* line 2071, ../../sass/screen.scss */
  #main_step .main_step {
    width: 290px;
    height: 290px;
  }
  /* line 2076, ../../sass/screen.scss */
  #main_step #main_step_1:after {
    bottom: -312px;
  }
  /* line 2079, ../../sass/screen.scss */
  #main_step #main_step_2 {
    background: #33cab2;
  }
  /* line 2082, ../../sass/screen.scss */
  #main_step #main_step_2:after {
    bottom: -312px;
  }
  /* line 2085, ../../sass/screen.scss */
  #main_step #main_step_3 {
    background: #70dac9;
  }
  /* line 2088, ../../sass/screen.scss */
  #main_step .padding {
    padding: 15px 15px 5px;
  }
  /* line 2090, ../../sass/screen.scss */
  #main_step .padding .title {
    margin: 0 15px;
    font-size: 24px;
  }
  /* line 2094, ../../sass/screen.scss */
  #main_step .padding .image {
    width: 128px;
    height: 128px;
    margin: 5px auto;
    text-align: center;
  }
  /* line 2099, ../../sass/screen.scss */
  #main_step .padding .image img {
    width: 128px;
    height: 128px;
  }
  /* line 2104, ../../sass/screen.scss */
  #main_step .padding .description {
    font-size: 12px;
    white-space: normal;
    line-height: 13px;
    width: auto;
    margin: 10px auto 0;
	sup{
		font-size: 8px;
	}
  }
  /* line 2113, ../../sass/screen.scss */
  #main_step .row {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 2118, ../../sass/screen.scss */
  #step1, #step2, #step3, #step4 {
    width: 100%;
    /* height: 540px; */
    height: 100%;
    padding: 10px 0px 0px;
    text-align: center;
    font-weight: bold;
    color: #fa8200;
  }
  /* line 2126, ../../sass/screen.scss */
  #step1 .mobile, #step2 .mobile, #step3 .mobile, #step4 .mobile {
    width: 100%;
  }
  /* line 2128, ../../sass/screen.scss */
  #step1 .mobile input, #step2 .mobile input, #step3 .mobile input, #step4 .mobile input {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
  }
  /* line 2137, ../../sass/screen.scss */
  #step1 .g-recaptcha, #step2 .g-recaptcha, #step3 .g-recaptcha, #step4 .g-recaptcha {
    margin: 0 auto;
    width: 304px;
  }
  /* line 2141, ../../sass/screen.scss */
  #step1 .title, #step2 .title, #step3 .title, #step4 .title {
    font-size: 21px;
    width: 100%;
  }
  /* line 2145, ../../sass/screen.scss */
  #step1 .subtitle, #step2 .subtitle, #step3 .subtitle, #step4 .subtitle {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
  }
  /* line 2149, ../../sass/screen.scss */
  #step1 .subtitle .number, #step2 .subtitle .number, #step3 .subtitle .number, #step4 .subtitle .number {
    font-size: 32px;
    display: inline-block;
  }

  /* line 2157, ../../sass/screen.scss */
  .step .description ul {
    list-style: disc;
    overflow: visible;
    text-align: left;
    margin: 20px 0;
    color: #000;
  }
  /* line 2163, ../../sass/screen.scss */
  .step .description ul li {
    list-style-type: disc;
    margin: 5px 5px 0px 18px;
    background: transparent !important;
  }
  /* line 2171, ../../sass/screen.scss */
  .step .one_time_pw_text {
    margin: 25px 0 10px;
  }
  /* line 2174, ../../sass/screen.scss */
  .step .btn_detail_container {
	width: 200px;
    text-align: center;
    margin-top: 10px;
    height: 50px;
    display: inline-flex;
    margin: 10px auto;
  }
  /* line 2179, ../../sass/screen.scss */
  .step .btn_detail_container div:nth-child(2) {
    margin-left: 15px;
  }
  /* line 2183, ../../sass/screen.scss */
  .step .btn_detail {
    background: #fbb713;
    width: 100px;
    height: 50px;
    text-align: center;
    /* margin: 30px auto 0; */
    font-size: 19px;
    font-weight: normal;
    line-height: 49px;
    color: #fff;
    display: inline-block;
    border: 0;
  }
  /* line 2196, ../../sass/screen.scss */
  .step .btn_detail input {
    width: 100%;
    border: 0;
    background: transparent;
  }
  /* line 2201, ../../sass/screen.scss */
  .step .stronger {
    font-size: 21px;
    display: inline-block;
  }
  /* line 2205, ../../sass/screen.scss */
  .step .black {
    color: black;
  }
  /* line 2207, ../../sass/screen.scss */
  .step .black .home_link {
    display: inline-block;
    color: black;
  }
  /* line 2212, ../../sass/screen.scss */
  .step .error_message_container {
    width: 100%;
    margin: 15px 0;
    font-size: 17px;
    height: 30px;
    color: red;
    font-weight: normal;
  }
  /* line 2220, ../../sass/screen.scss */
  .step .count_down_container {
    margin: 23px auto;
    font-size: 17px;
    color: red;
    font-weight: normal;
  }
}
@media only screen and (max-width: 500px) {
  /* line 2231, ../../sass/screen.scss */
  #fwd_header_container #remain-container {
    height: 291px;
  }
  /* line 2233, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter {
    zoom: 0.9;
  }
  /* line 2236, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter .counter_icon img {
    width: 75%;
  }
  /* line 2240, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon1 {
    width: 48px;
    height: 59px;
    top: 55px;
    left: -67px;
  }
  /* line 2246, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon2 {
    width: 26px;
    height: 27px;
    top: 194px;
    left: -57px;
  }
  /* line 2252, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon3 {
    width: 47px;
    height: 47px;
    left: 204px;
    top: 70px;
  }
  /* line 2258, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon4 {
    width: 43px;
    height: 46px;
    left: 243px;
    top: -16px;
  }
  /* line 2264, ../../sass/screen.scss */
  #fwd_header_container #remain-container #main_counter #icon5 {
    width: 57px;
    height: 62px;
    left: 234px;
    top: 176px;
  }

  /* line 2273, ../../sass/screen.scss */
  #content_menu .panel-group .discount .box .title {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  /* line 2279, ../../sass/screen.scss */
  .g-recaptcha-container {
    width: 234px;
    margin: 10px auto 0;
  }

  /* line 2283, ../../sass/screen.scss */
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
	#sold_out, #end, #not_start{
		width: 100%;
	}
}
