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

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif, Microsoft JhengHei;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 30px;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace, Microsoft JhengHei;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Initializr Styles ==================================================

   ========================================================================== */
body {
  font: 16px/1.5 'Raleway', Helvetica, Helvetica Neue, Arial, sans-serif, microsoft jhenghei;
  background-color: #221; }

.wrapper {
  width: 80%;
  margin: 0 10%; }

/* Make the body 100% of the browser viewport height */
html, body {
  height: 100%;
  margin: 0; }

h1 {
  font-size: 30px;
  margin-top: 2%;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif, Microsoft JhengHei;
  font-weight: 700; }
  
* a:hover, *:active {
    -o-transition: all .30s ease-out;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    transition: all .30s ease-out;
} 

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* =top nav */
div#top {
    background-color: #212121;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 31px;
    padding: 10px 0;
    box-shadow: 1px 1px 6px #2d2d2d
}

ul.top-nav:before {
    content: url(../img/toplogo.png);
    float: left;
    margin-right: 5px;
}

ul.top-nav li {
    float: left;
    position: relative;
    list-style: none;
    padding-right: 3%;
    font-size: 17px;
    padding-top: 4px;
}

ul.top-nav {
    display: block;
    font-family: microsoft jhenghei;
}

ul.top-nav li a {
    color: white;
    text-decoration: none;
}

ul.top-nav li a:hover {
    color: rgba(255, 255, 255, 0.55);
	border-bottom: 5px solid rgba(249, 249, 249, .5);
}
   
/* =Header */
.header-container {
  text-align: center;
  color: #ffffff; }
  .header-container .wrapper {
	padding-top: 59%;
    z-index: 2;
    position: relative; }

.bcg {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9; }
  .header-container .bcg {
    background-image: url(../img/soup/page-1.jpg);
    background-size: cover;
	opacity:1; }
  #slide01 .bcg {
    background: url(../img/soup/page-3.jpg) no-repeat center center;
    background-size: cover;
	/*z-index: -2;*/ }
  #slide02 .bcg {
    background: url(../img/soup/page-4.jpg) no-repeat bottom center;
    background-size: cover; }
  #slide03 .bcg {
    background: url(../img/prochef/background.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.7; }
  #slide04 .bcg {
    background: url(../img/soup/page-2.jpg) no-repeat center center;
    background-size: cover; }

/* =Navigation */
nav {
  display: none;
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  z-index: 100; }
  nav a {
    display: block;
    line-height: 25px;
    position: relative;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none; }
    nav a:hover .nav-label {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible; }
  nav .nav-dot {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear; }
  nav .nav-label {
    display: block;
    opacity: 0.5;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
            transition: all 0.2s cubic-bezier(.17, .67, .83, .67); }
  nav.is-dark a {
    color: #554125;
    font-size: 15px; }
  nav.is-dark .nav-dot {
    background-color: #554125; }
  nav.is-light a {
    color: #ffffff; }
  nav.is-light .nav-dot {
    background-color: rgba(255, 255, 255, 0.5); }
  nav ul {
    margin: 0;
    padding: 0; }
  nav li {
    width: auto;
    list-style: none; }

.scroll-hint {
  color: #212121;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 40px;
  border: 3px #ffffff solid;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif, Microsoft JhengHei;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2; }

/* =Main */
p {
  font-size: 16px;
  font-family: Arial, sans-serif, Microsoft JhengHei;}

.fs {
  height: 100vh; }

.slide {
  color: #ffffff;
  position: relative; }
  .slide .wrapper {
    padding-top: 30px;
    text-align: center;
    position: relative;
    z-index: 2; }
#slide01 .wrapper {
    top: 13em;
    position: relative;
    padding: 3%;
    max-width: 100%;
    margin: 0 auto;
}
#slide01 section {
    background: #000000b8;
    padding: 5em 0;
    background: url(../img/soup/page-3-board.jpg) no-repeat center center;
    background-size: contain;
}

 .slide#slide02 .wrapper, .slide#slide03 .wrapper {
	padding: 0;
	width: 100%;
    margin: 0 auto;
}
#slide02 section.section-right, #slide03 section.section-left {
    background: url(../img/soup/page-4-srb.jpg) no-repeat center center;
    background-size: cover;
}
#slide02 section.section-left {
    color: rgba(48, 48, 48, 0.8);
}
.flavor li {
    width: 27%;
    max-width: 300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    margin: 2em auto;
}

.flavor a {
    text-decoration: none;
    color: #554125;
    font-weight: bold;
    font-size: 1.2em;
}

.flavor li:hover {
    transform: scale(1.05);
    -o-transition: all .30s ease-out;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
ul.flavor {
    padding: 0;
}
.flavor .soupf {
    border: 1px solid;
    padding: 1px 3px;
}
.prochefdesc {
    background: #e9e9e9c4;
    color: #554125;
}

  .slide#slide03 .button {
    border-color: #ffffff;
    color: #212121;
    background-color: rgba(255, 255, 255, 0.9); }
    .slide#slide03 .button:hover {
      border-color: #212121;
      background-color: rgba(33, 33, 33, 0.8);
      color: #ffffff; }
  .slide#slide04 {
    background-color: #222222;
	}
.seperate-line {
    top: -26px;
    position: absolute;
    height: 30px;
    width: 100%;
    background-repeat-x: repeat;
}
#cb02 .seperate-line {
    background-image: url(../img/whitedot.png);
}
a.buyitnow {
    background-color: #4e6932;
    color: white!important;
    padding: 19px 10%;
    border-radius: 4px;
    font-size: 20px;
}
a.buyitnow:hover {
    background-color: #a9cd63;
}
.logo {
    max-width: 45%;
    width: 150px;
}
.button {
  text-decoration: none;
  color: #ffffff;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  padding: 8px 15px;
  margin-top: 15px;
  display: inline-block;
  position: relative; }
  .button:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000; }

/* =Content Block */
.content-block {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.9); 
  position: relative;
  z-index: 99;}
  .content-block .wrapper {
    padding: 30px 0;
    text-align: center; }
  .no-touch .content-block .wrapper {
    visibility: hidden;
    opacity: 0;
	transition: all 0.7s ease-out;
 
     -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  .no-touch .content-block.is-active .wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
#cb02 {
    color: #436b0a;
}
#cb04 {
    background-color: white;
    color: #131313;
}
#cb04 header {
    color: #d3b074;
    font-size: 2em;
    font-weight: bold;
    margin: 1em auto;
}

#cb04 a {
	text-decoration: none;
    color: inherit;
    margin: 2em auto;
    overflow: hidden;
    display: block;
    width: 130px;
}
#cb04 a:hover {
    opacity: .9;
    transform: scale(1.05);
}




/* =Footer */
.footer-container {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 5em auto;
    position: relative; }
  .footer-container h3 {
    margin: 0;
    padding: 20px 0;
    font-weight: normal; }
  .footer-container a {
    color: rgba(255, 255, 255, 0.5); }
.nowcycle {
    display: block;
    position: absolute;
    border-width: 84px;
    margin-left: -84px;
    border-style: solid;
    border-radius: 15em;
    top: -46%;
    left: 50%;
    color: white;
    background-color: white;
    z-index: 100;
}
.now {
    color: black;
    margin: 0 auto;
    position: absolute;
    width: 2em;
    left: -1em;
    top: -35px;
    font-size: 2em;
}
.now a {
    text-decoration: none;
    color: #4e6932;
    font-weight: bold;
}
.now a:hover {
    color: #de5757;
    text-shadow: 0 2px 5px #b5b0a7;
}
.webPage ul {
    padding-top: 64px;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 27px;
}

.webPage ul li {
	width: 24%;
	list-style: none;
    float: left;
    border: none;
}

.webPage ul li a {
    text-decoration: none;
    opacity:0.9;
}

.webPage ul li a:hover {
    opacity: 1;
}

a.linkButton {
    border: thin solid;
    text-decoration: none;
    padding: 2px 5px;
    margin: 0 5px;
	display: inline-table;
}

a.linkButton:hover {
    color: white;
}

/* =Simple animation up */
.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }
.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slideInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
.slideInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

#iht_logo {
  width: 100px;
  margin-bottom: 30px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 769px) {

  /*adjust bg*/
  #slide02 .bcg {
  background: url(../img/soup/page-4.jpg) no-repeat center center;
   }

}
   
@media only screen and (min-width: 768px) {
  body {
    font-weight: 100; }
  h1 {
    font-size: 28px; }
  p {
    font-size: 18px; 
    margin: 0;}
  /* =Header */
  .header-container {
    overflow: hidden;
    position: relative; }
    .header-container .wrapper {
      position: absolute;
      top: 59%;
      left: 50%;
      -webkit-transform: translate(-50%, -120%);
          -ms-transform: translate(-50%, -120%);
              transform: translate(-50%, -120%);
      margin: 0;
      padding: 0; }
    .header-container:before {
      font-size: 70em; }
  .scroll-hint {
    font-size: 15px; }
  .bcg {
    opacity: 1; }
  .slide {
    overflow: hidden;
    overflow-x: hidden; }

	#slide04 section {
		position: relative;
		top:-35em;
		margin: 0 auto;
		width:50%;
	}	

    .slide#slide01, .slide#slide02 {
      color: #212121; }
	.slide#slide03 {
		color:#ffffff;
	}
      .slide#slide01 .wrapper, .slide#slide02 .wrapper, .slide#slide03 .wrapper {
        text-align: center; }
      .slide#slide01 section, .slide#slide02 section, .slide#slide03 section {
        margin: 0 auto; }
    .slide#slide01 {
      color: #ffffff; 
	  min-height: 110vh}
    .slide#slide04 .wrapper {
    top: auto;
    width: 50%;
    min-width: 700px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: relative;
    min-height: 100vh;
	}
  .fs {
  	height:auto;
  	min-height:100vh;
  }


	
    .slide#slide01 section {
        margin: 0;
		/*width: 40%; */}
    .slide#slide02 {
      color: #ffffff; }
    .slide#slide02 .wrapper {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
	}
    .slide#slide02 section {
        margin: 0; }
	section.section-left {
		float: left;
		width: 50%;
		min-height: 100vh;
		padding-top: 3em;
	}

	section.section-right {
		float: right;
		width: 50%;
		min-height: 100vh;
		padding-top: 3em;
	}

    .slide#slide03 .button {
      background-color: rgba(255, 255, 255, 0.8);
      color: #0a0a0a; }
    .slide#slide03 .bcg {
      opacity: 1; }
	  #slide03 .flavor li {
    float: left;
    margin: 2% 5%;
    width: 40%;
	}

	#slide03 .flavor {
		width: 75%;
		margin: 0 auto;
	}
  nav {
    display: block; }
  .content-block .wrapper {
    padding: 2.5em 0; }
#cb02 .wrapper section {
    left: 37%;
    position: absolute;
    text-align: left;
}
	.content-img {
    /*left: 12px;
    top: 5%;
    position: absolute;*/} }
/* ==========================================================================
   Media Queries-moblie for mobile
   ========================================================================== */
  @media only screen and (width: 768px) { 
	.header-container .bcg {
    background-image: url(../img/soup/page-1-mb.jpg);
	position: relative;
	}
   .flavor li {
    width: 45%;
	}
	#slide03 .flavor {
    width: 98%;
	}

}
   
   
   
@media only screen and (max-width: 767px) {
h1 {
    font-size: 24px;
}
div#top {
    position: fixed;
    height: auto;
    background-color: rgba(33, 33, 33, 0.79);
    display: block;
    top: 0px;
    right: -1000px;
    z-index: 100;
    padding: 25px 95px 12px 20px;
    border-radius: 0 0 0 9px;
}

ul.top-nav:before {
	display:none;
}

ul.top-nav li {
    position: relative;
    list-style: none;
    padding-right: 3%;
    margin-bottom: 6px;
    float: none;
}

ul.top-nav {
    display: block;
    font-size: 16px;
    font-family: microsoft jhenghei;
    padding: 0;
    margin: 22px 0 0 0;
    /* position: fixed; */
}

ul.top-nav li a {
    color: white;
    text-decoration: none;
}

ul.top-nav li a:hover {
    color: rgba(255, 255, 255, 0.55);
}


#top:before {
    content: "選單";
    color: white;
    font-family: microsoft jhenghei;
    top: 0px;
    right: 0px;
    position: fixed;
    background-color: #212121;
    padding: 13px 9px 12px 11px;
    border-radius: 0 0 0 10px;
}

div#top:hover, div#top:active {
    right: -372px;
}

.slide#slide01 .wrapper {
    top: 23%;
    width: 98%;
    margin: 0 auto;
    padding: 0;
}

.slide#slide01 .wrapper img {
		width: 100%;
}

.footer-container {
    top: 46px;
}
#intro {
	overflow:hidden;
}
.fs {
	height: 105vh;
}
  .header-container .bcg {
    background-image: url(../img/soup/page-1-mb-s.jpg);
	position: relative;
}
#slide04 .bcg {
	background-image: url(../img/soup/page-2-mb.jpg);
}



.slide#slide04 .wrapper {
    top: 10%;
    max-width: 100%;
    margin: 0 auto;
}
#slide04 section {

    text-align: center;
    top: -25em!important;
    font-size: 0.57em;
	position:relative;
}
#slide01 section {
    background-size: cover;
	font-size: .9em;
	padding:1em;
}
#slide02, #slide03 {
	height:auto;
	overflow: hidden;
	
}
.prochefdesc {
    margin-top: 0em;
}

ul.flavor {
    overflow: hidden;
    margin: 3em auto;
}

.flavor li {
    margin: 1em 2%;
    width: 46%;
    float: left;
}
#cb04 .wrapper {
    width: 100%;
    margin: 0 auto;
}
.section-right, .section-left {
    overflow: hidden;
}


}

@media only screen and (max-width: 769px) and (min-width: 768px)
styles.css:849
.header-container .wrapper {
    top: -15%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
