html, body {
  font-size: 16px;
  font-family: "MaisonNeue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 480px) {
  html, body {
    font-size: 14px; } }

@media (min-width: 481px) and (max-width: 768px) {
  html, body {
    font-size: 16px; } }

@font-face {
  font-family: 'MaisonNeue';
  src: url("../fonts/MaisonNeueWEB-Demi.woff2") format("woff2"), url("../fonts/MaisonNeueWEB-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "GTSectraDisplay";
  src: url("../fonts/GT-Sectra-Display-Regular.eot");
  src: url("../fonts/GT-Sectra-Display-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Sectra-Display-Regular.woff") format("woff"), url("../fonts/GT-Sectra-Display-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

::-webkit-input-placeholder {
  color: #171B29; }

:-moz-placeholder {
  color: #171B29; }

::-moz-placeholder {
  color: #171B29; }

:-ms-input-placeholder {
  color: #171B29; }

::-moz-selection {
  background-color: transparent; }

::selection {
  background-color: transparent; }

a {
  color: #33394B;
  text-decoration: underline; }

a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #33394B; }

body, html {
  overflow-x: hidden; }

body {
  background-color: #171B29;
  color: #FFFFFF; }

body.brand {
  background-color: #171B29;
  color: #FFFFFF; }

body.blush {
  background-color: #D3CBC4;
  color: #FFFFFF; }

body.grey {
  background-color: #EAEAEA;
  color: #FFFFFF; }

body.white {
  background-color: #FFFFFF;
  color: #171B29; }

.bgBrand {
  background-color: #171B29; }

.bgBlush {
  background-color: #D3CBC4; }

.bgGrey {
  background-color: #EAEAEA; }

.bgOlive {
  background-color: #AEAEA7; }

.bgWhite {
  background-color: #FFFFFF; }

.noPadding {
  padding: 0 !important; }

/*Font colors*/
.black, .black a {
  color: #000000; }

.brandColor, .brandColor a {
  color: #171B29; }

.white, .white a {
  color: #FFFFFF; }

/*Logo*/
#mbLogo {
  position: absolute;
  z-index: 10;
  bottom: 45px;
  left: 40px;
  font-family: "GTSectraDisplay", Helvetica, Arial, sans-serif;
  -moz-transition: color 1s;
  -ms-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s; }

#mbLogo.fixed {
  position: fixed; }

@media screen and (max-width: 480px) {
  #mbLogo {
    left: 25px;
    bottom: 25px; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #mbLogo {
    left: 25px;
    bottom: 25px; } }

@media screen and (min-width: 768px) {
  #ingredientsWrapper #mbLogo {
    position: fixed; } }

@media (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #mbLogo {
    left: 40px;
    bottom: 25px; } }

/*Social icons*/
#socialIcons {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  right: 40px;
  -moz-transition: color 1s;
  -ms-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s; }

#socialIcons.fixed {
  position: fixed; }

#socialIcons > .item {
  margin-left: 14px; }

@media screen and (max-width: 480px) {
  #socialIcons {
    right: 25px;
    bottom: 20px; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #socialIcons {
    right: 25px;
    bottom: 20px; } }

@media screen and (min-width: 768px) {
  #ingredientsWrapper #socialIcons {
    position: fixed; } }

@media (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #socialIcons {
    right: 40px;
    bottom: 20px; } }

/*Clock*/
#currentTime {
  position: fixed;
  z-index: 20;
  top: 30px;
  right: 40px;
  -moz-transition: color 1s;
  -ms-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s; }

@media screen and (max-width: 480px) {
  #currentTime {
    right: 25px;
    top: 22px; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #currentTime {
    right: 25px;
    top: 22px; } }

/*Nav button*/
#navBtn {
  position: fixed;
  z-index: 20;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0; }

#navBtn .item {
  background-color: #FFFFFF;
  -moz-transition: background-color 1s, width 0.5s, -webkit-transform 0.3s;
  -ms-transition: background-color 1s, width 0.5s, -webkit-transform 0.3s;
  -o-transition: background-color 1s, width 0.5s, -webkit-transform 0.3s;
  -webkit-transition: background-color 1s, width 0.5s, -webkit-transform 0.3s;
  transition: background-color 1s, width 0.5s, -webkit-transform 0.3s; }

#navBtn .firstLine {
  position: absolute;
  top: 33px;
  left: 38px;
  width: 23px;
  height: 3px;
  -moz-transform: rotate(0) translateY(0);
  -ms-transform: rotate(0) translateY(0);
  -o-transform: rotate(0) translateY(0);
  -webkit-transform: rotate(0) translateY(0);
  transform: rotate(0) translateY(0); }

#navBtn .secondLine {
  position: absolute;
  top: 40px;
  left: 38px;
  width: 16px;
  height: 3px;
  -moz-transform: rotate(0) translateY(0);
  -ms-transform: rotate(0) translateY(0);
  -o-transform: rotate(0) translateY(0);
  -webkit-transform: rotate(0) translateY(0);
  transform: rotate(0) translateY(0); }

#navBtn.brandColor > .item {
  background-color: #171B29; }

#navBtn.white > .item {
  background-color: #FFFFFF; }

a#navBtn:hover {
  cursor: pointer;
  opacity: 1; }

a#navBtn.noTouch:hover {
  cursor: pointer;
  opacity: 1; }

a#navBtn.noTouch:hover .firstLine {
  width: 16px; }

a#navBtn.noTouch:hover .secondLine {
  width: 23px; }

#navBtn.on .firstLine, #navBtn.on .secondLine, a#navBtn.on:hover .firstLine, a#navBtn.on:hover .secondLine {
  width: 22px; }

#navBtn.on .firstLine {
  -moz-transform: rotate(45deg) translateY(5px);
  -ms-transform: rotate(45deg) translateY(5px);
  -o-transform: rotate(45deg) translateY(5px);
  -webkit-transform: rotate(45deg) translateY(5px);
  transform: rotate(45deg) translateY(5px); }

#navBtn.on .secondLine {
  -moz-transform: rotate(-45deg) translateY(-5px);
  -ms-transform: rotate(-45deg) translateY(-5px);
  -o-transform: rotate(-45deg) translateY(-5px);
  -webkit-transform: rotate(-45deg) translateY(-5px);
  transform: rotate(-45deg) translateY(-5px); }

@media screen and (max-width: 480px) {
  #navBtn {
    width: 70px;
    height: 70px; }
  #navBtn .firstLine {
    top: 28px;
    left: 25px; }
  #navBtn .secondLine {
    top: 35px;
    left: 25px; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #navBtn {
    width: 70px;
    height: 70px; }
  #navBtn .firstLine {
    top: 28px;
    left: 25px; }
  #navBtn .secondLine {
    top: 35px;
    left: 25px; } }

/*Nav Overlay*/
#navOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-color: #171B29;
  color: #FFFFFF;
  opacity: 0;
  text-align: center;
  overflow: hidden;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

#navOverlay.on {
  z-index: 11;
  opacity: 1; }

#navOverlay > .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#navOverlay > .inner > a.item {
  position: relative;
  opacity: 0;
  top: 100px;
  display: block;
  line-height: 1.3;
  color: #FFFFFF;
  font-size: 60px;
  text-decoration: none;
  -moz-transition: color 1s;
  -ms-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s; }

#navOverlay.on > .inner > a.item:hover {
  color: rgba(255, 255, 255, 0.3); }

#navOverlay > .icons {
  position: absolute;
  width: 100%;
  bottom: 10vh; }

#navOverlay > .icons > a {
  position: relative;
  opacity: 0;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 8px;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }

#navOverlay.on > .icons > a {
  margin: 0 12px;
  opacity: 1; }

#navOverlay.on > .icons > a:hover {
  opacity: 0.2; }

#navOverlay > .credits {
  position: absolute;
  width: 100%;
  bottom: 6vh;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  text-align: center; }

#navOverlay > .credits > .item {
  position: relative;
  opacity: 0;
  top: 0;
  font-size: 11px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#navOverlay > .credits > .item a {
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }

#navOverlay > .credits > .item a:hover {
  color: white; }

#navOverlay.on > .credits > .item {
  opacity: 1;
  top: 6px; }

#navOverlay > .credits a#AT:hover {
  cursor: pointer; }

@media screen and (max-width: 767px) {
  #navOverlay > .inner {
    top: 45%;
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%); }
  #navOverlay > .inner > a.item {
    font-size: 40px; }
  #navOverlay > .icons {
    bottom: 16vh; }
  #navOverlay > .credits {
    bottom: 13vh; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #navOverlay > .inner > a.item {
    font-size: 30px; }
  #navOverlay > .icons > a {
    font-size: 15px; }
  #navOverlay.on > .icons > a {
    margin: 0 10px; }
  #navOverlay > .credits {
    bottom: 13vh; } }

@media (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #navOverlay > .inner > a.item {
    font-size: 30px; }
  #navOverlay > .icons > a {
    font-size: 15px; }
  #navOverlay.on > .icons > a {
    margin: 0 10px; }
  #navOverlay > .credits {
    bottom: 6vh; } }

/*Site Tagline and Section name*/
#siteTagline {
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 14px;
  line-height: 3;
  font-size: 18px;
  text-align: center;
  height: 40px;
  overflow: hidden; }

#siteTagline > .inner {
  position: absolute;
  width: 100%;
  text-align: center; }

#siteSection {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 55px;
  text-transform: uppercase;
  font-size: 11px;
  height: 16px;
  overflow: hidden; }

#siteSection > .inner {
  position: absolute;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 480px) {
  #siteTagline {
    top: 9px;
    font-size: 16px; }
  #siteSection {
    top: 45px; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #siteTagline {
    top: 9px;
    font-size: 16px; }
  #siteSection {
    top: 45px; } }

/*Wrapper*/
.mainWrapper {
  position: absolute;
  z-index: 6;
  opacity: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  top: 0; }

/*Animation - Blink*/
.blink {
  animation-name: blinker;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

@keyframes blinker {
  0% {
    opacity: 1; }
  60% {
    opacity: 1; }
  61% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/*Journal*/
#journalImg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#journalImg > .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: top center;
  background-color: #EFEFEF;
  z-index: 0;
  opacity: 0;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: opacity 1.8s ease-out, -webkit-transform 7s linear;
  -ms-transition: opacity 1.8s ease-out, -webkit-transform 7s linear;
  -o-transition: opacity 1.8s ease-out, -webkit-transform 7s linear;
  -webkit-transition: opacity 1.8s ease-out, -webkit-transform 7s linear;
  transition: opacity 1.8s ease-out, -webkit-transform 7s linear; }

#journalImg > .item.active {
  z-index: 2;
  opacity: 1;
  top: 0;
  left: 0;
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  -moz-transition: opacity 1.2s, -webkit-transform 12s;
  -ms-transition: opacity 1.2s, -webkit-transform 12s;
  -o-transition: opacity 1.2s, -webkit-transform 12s;
  -webkit-transition: opacity 1.2s, -webkit-transform 12s;
  transition: opacity 1.2s, -webkit-transform 12s; }

#journalImg > .item.active.last {
  z-index: 3; }

#journalDate {
  position: absolute;
  top: 45%;
  z-index: 10;
  -moz-transform: rotate(-90deg) translateY(-43%);
  -ms-transform: rotate(-90deg) translateY(-43%);
  -o-transform: rotate(-90deg) translateY(-43%);
  -webkit-transform: rotate(-90deg) translateY(-43%);
  transform: rotate(-90deg) translateY(-43%);
  font-size: 11px;
  left: -22px;
  height: 21px;
  line-height: 2;
  display: inline-block;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden; }

#journalDate > .inner {
  position: absolute;
  width: 100%; }

#journalWrapper #btnGotoHome {
  position: absolute;
  top: 45%;
  z-index: 10;
  -moz-transform: rotate(90deg) translateY(-43%);
  -ms-transform: rotate(90deg) translateY(-43%);
  -o-transform: rotate(90deg) translateY(-43%);
  -webkit-transform: rotate(90deg) translateY(-43%);
  transform: rotate(90deg) translateY(-43%);
  font-size: 11px;
  right: -22px;
  height: 21px;
  line-height: 2;
  display: inline-block;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden; }

#journalWrapper a#btnGotoHome {
  text-decoration: none;
  cursor: pointer;
  opacity: 1; }

#journalWrapper a#btnGotoHome.white:hover {
  color: #FFFFFF;
  opacity: 0.8; }

#journalWrapper a#btnGotoHome.brandColor:hover {
  color: #171B29;
  opacity: 0.8; }

@media screen and (max-width: 767px) {
  #journalDate {
    top: 50%;
    left: -34px; }
  #journalWrapper #btnGotoHome {
    top: 50%;
    right: -34px; } }

/*Animation - Zoom*/
.zoom {
  animation-name: zooming;
  animation-duration: 12s;
  animation-iteration-count: 1; }

@keyframes zooming {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); } }

/*Tools*/
#toolHeader {
  position: fixed;
  z-index: 2;
  background-color: #D3CBC4;
  width: 100%;
  height: 98px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

#toolGrid {
  position: relative;
  top: 98px;
  overflow: auto; }

#toolGrid .item {
  position: relative;
  display: block;
  width: 50%;
  height: 60vh;
  min-height: 400px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  float: left;
  text-align: center; }

#toolGrid .item .desc {
  position: absolute;
  width: 100%;
  bottom: 25px;
  text-align: center; }

#toolGrid .item .desc .name {
  font-size: 18px;
  color: #33394b;
  padding-bottom: 3px; }

#toolGrid .item .optional {
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 30px;
  font-size: 10px;
  color: rgba(51, 57, 75, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 6px; }

#toolGrid .item .desc .brand {
  font-size: 12px;
  color: rgba(51, 57, 75, 0.6); }

#toolGrid .item .image {
  position: absolute;
  width: 80%;
  top: 45%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-45%);
  -ms-transform: translateX(-50%) translateY(-45%);
  -o-transform: translateX(-50%) translateY(-45%);
  -webkit-transform: translateX(-50%) translateY(-45%);
  transform: translateX(-50%) translateY(-45%); }

#toolGrid .item .image img {
  max-width: 100%;
  height: auto;
  max-height: 500px; }

#toolGrid .item:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

#toolGrid .item .image:hover {
  cursor: none; }

#toolGrid .item .image img {
  -moz-transition: -webkit-transform 0.5s;
  -ms-transition: -webkit-transform 0.5s;
  -o-transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s; }

#toolGrid .item .image:hover img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

#toolsWrapper .footer {
  position: relative;
  padding: 138px 0 40px 0;
  text-align: center; }

#toolsWrapper .remarks {
  font-size: 18px; }

#toolsWrapper .footer #btnNextPage {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  bottom: 140px;
  left: 50%;
  margin-left: -25px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(23, 27, 41, 0.9);
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

#toolsWrapper .footer #btnNextPage i {
  position: relative;
  top: 8px;
  left: 2px; }

#toolsWrapper .footer #btnNextPage:hover {
  cursor: pointer; }

@media screen and (max-width: 767px) {
  #toolHeader {
    height: 78px; }
  #toolGrid {
    top: 78px; }
  #toolGrid .item {
    height: 40vh;
    min-height: 250px; }
  #toolGrid .item .desc {
    bottom: 10px; }
  #toolGrid .item .desc .name {
    font-size: 12px;
    padding-bottom: 1px; }
  #toolGrid .item .optional {
    top: 15px;
    right: 15px;
    font-size: 9px;
    padding: 1px 4px; }
  #toolGrid .item .desc .brand {
    font-size: 10px; }
  #toolsWrapper .remarks {
    position: relative;
    font-size: 14px;
    top: -35px; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #toolGrid .item {
    height: 50vh;
    min-height: 300px; } }

/*Method*/
#methodHeader {
  position: fixed;
  z-index: 12;
  /*background-color:$color--bodyGrey;*/
  width: 100%;
  height: 90px;
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 70%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 70%);
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 70%);
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 70%); }

#methodRecipe {
  position: relative;
  z-index: 2;
  padding-top: 200px; }

#methodRecipe .column {
  width: 750px;
  margin: 0 auto; }

#methodRecipe .column .stage {
  margin-bottom: 120px; }

#methodRecipe .column .stage:last-child {
  margin-bottom: 0; }

/*hdWrapper*/
#methodRecipe .column .stage .hdWrapper {
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid rgba(152, 152, 152, 0.3);
  overflow: auto; }

#methodRecipe .column .stage .hdWrapper .subhd {
  color: #989898;
  font-size: 11px;
  text-transform: uppercase; }

#methodRecipe .column .stage .hdWrapper .hd {
  color: #989898;
  font-size: 24px; }

#methodRecipe .column .stage .hdWrapper .hd .left {
  display: inline-block;
  width: 50%;
  float: left; }

#methodRecipe .column .stage .hdWrapper .hd .right {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right; }

#methodRecipe .column .stage .hdWrapper .hd i {
  font-size: 20px;
  padding-right: 6px; }

/*item*/
#methodRecipe .column .stage .item {
  padding: 20px 10px;
  color: #171B29;
  font-size: 24px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(152, 152, 152, 0.3); }

#methodRecipe .column .stage .item a {
  text-decoration: none;
  border-bottom: 2px dashed rgba(152, 152, 152, 0.3);
  color: #171B29; }

#methodRecipe .column .stage .item a:hover {
  cursor: pointer; }

#methodRecipe .column .stage .item a.hint {
  cursor: help; }

#methodRecipe .column .stage .item a.link {
  display: inline-block;
  color: #48516A;
  font-size: 14px;
  padding-top: 8px;
  border-bottom: none; }

#methodRecipe .column .stage .item a.link i {
  padding-right: 5px;
  font-size: 13px; }

/*hintholder*/
#hintHolder {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

#hintHolder.on {
  z-index: 9;
  opacity: 1; }

#hintHolder img {
  max-width: 100%;
  height: auto; }

#hintHolder img.rotated {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*gradient*/
#methodWrapper .gradient {
  position: relative;
  z-index: 11;
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(top, #eaeaea 0%, #d3cbc4 30%);
  background: -o-linear-gradient(top, #eaeaea 0%, #d3cbc4 30%);
  background: -moz-linear-gradient(top, #eaeaea 0%, #d3cbc4 30%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #d3cbc4 30%);
  background: linear-gradient(top, #eaeaea 0%, #d3cbc4 30%); }

#methodWrapper .gradient img {
  max-width: 100%;
  height: auto; }

#methodWrapper #btnCloseHint {
  position: fixed;
  z-index: 10;
  opacity: 0;
  top: 48%;
  width: 58px;
  height: 58px;
  right: -100px;
  background-color: rgba(23, 27, 41, 0.9);
  border: 3px solid #EAEAEA;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  -o-transform: translateY(-48%);
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#methodWrapper #btnCloseHint.active {
  opacity: 1;
  right: 40px; }

#methodWrapper #btnCloseHint:hover {
  cursor: pointer; }

#methodWrapper #btnCloseHint.noTouch.active:hover {
  -moz-transform: translateY(-28px) rotate(-180deg);
  -ms-transform: translateY(-28px) rotate(-180deg);
  -o-transform: translateY(-28px) rotate(-180deg);
  -webkit-transform: translateY(-28px) rotate(-180deg);
  transform: translateY(-28px) rotate(-180deg); }

#methodWrapper #btnCloseHint .firstLine {
  position: absolute;
  top: 25px;
  left: 19px;
  width: 13px;
  height: 2px;
  background-color: #FFFFFF;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#methodWrapper #btnCloseHint .secondLine {
  position: absolute;
  top: 25px;
  left: 19px;
  width: 13px;
  height: 2px;
  background-color: #FFFFFF;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (max-width: 767px) {
  #methodHeader {
    height: 110px; }
  #methodRecipe {
    padding-top: 120px; }
  #methodRecipe .column {
    width: 100%;
    padding: 0 20px; }
  #methodRecipe .column .stage {
    margin-bottom: 80px; }
  #methodRecipe .column .stage .hdWrapper {
    padding: 0 5px 15px 5px; }
  #methodRecipe .column .stage .hdWrapper .hd {
    font-size: 16px; }
  #methodRecipe .column .stage .hdWrapper .hd i {
    font-size: 14px;
    padding-right: 4px; }
  #methodRecipe .column .stage .item {
    padding: 12px 5px;
    font-size: 16px; }
  #methodRecipe .column .stage .item a.link {
    font-size: 12px;
    padding-top: 5px; }
  #methodRecipe .column .stage .item a.link i {
    font-size: 11px; }
  #methodWrapper #btnCloseHint {
    width: 56px;
    height: 56px;
    right: -100px; }
  #methodWrapper #btnCloseHint.active {
    right: -28px; }
  #methodWrapper #btnCloseHint.noTouch.active:hover {
    -moz-transform: translateY(-28px) rotate(0);
    -ms-transform: translateY(-28px) rotate(0);
    -o-transform: translateY(-28px) rotate(0);
    -webkit-transform: translateY(-28px) rotate(0);
    transform: translateY(-28px) rotate(0); }
  #methodWrapper #btnCloseHint .firstLine {
    top: 23px;
    left: 7px;
    width: 13px;
    height: 2px; }
  #methodWrapper #btnCloseHint .secondLine {
    top: 23px;
    left: 7px;
    width: 13px;
    height: 2px; } }

@media screen and (max-width: 480px) {
  #hintHolder {
    width: 400px; } }

/*Ingredients*/
#ingredientsWrapper .slide {
  position: relative;
  width: 100%;
  height: 100vh; }

#ingredientsWrapper .slide.last {
  height: 120vh; }

#ingredientsWrapper .slide .imgHolder {
  position: absolute;
  top: 55%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

#ingredientsWrapper .slide .imgHolder img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 480px) {
  #ingredientsWrapper .slide .imgHolder {
    top: 46%;
    width: 300px; } }

@media (min-width: 481px) and (max-width: 767px) {
  #ingredientsWrapper .slide .imgHolder {
    top: 50%;
    width: 420px; } }

@media screen and (max-width: 767px) {
  #ingredientsWrapper .slide.last {
    height: 150vh; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #ingredientsWrapper .slide .imgHolder {
    top: 56%;
    width: 260px; } }

@media (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #ingredientsWrapper .slide .imgHolder {
    top: 56%;
    width: 260px; } }

/*quantity*/
#ingredientsWrapper #ingredientsNum {
  position: fixed;
  color: #FFFFFF;
  left: 40px;
  top: 47%;
  font-size: 22px;
  width: 100px;
  height: 30px;
  overflow: hidden;
  -moz-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  -o-transform: translateY(-47%);
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#ingredientsWrapper #ingredientsNum > .inner {
  position: absolute;
  width: 100%;
  line-height: 2; }

#ingredientsWrapper .diagonal {
  position: fixed;
  width: 85px;
  height: 3px;
  top: 50%;
  left: 30px;
  background-color: #FFFFFF;
  -moz-transform: rotate(315deg) translateY(-50%);
  -ms-transform: rotate(315deg) translateY(-50%);
  -o-transform: rotate(315deg) translateY(-50%);
  -webkit-transform: rotate(315deg) translateY(-50%);
  transform: rotate(315deg) translateY(-50%);
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#ingredientsWrapper #ingredientsQuantity {
  position: fixed;
  color: #FFFFFF;
  right: 40px;
  top: 52%;
  text-align: right;
  width: 200px;
  height: 100px;
  overflow: hidden;
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#ingredientsWrapper #ingredientsQuantity > .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; }

#ingredientsWrapper #ingredientsQuantity > .inner > .item {
  padding-bottom: 100px; }

#ingredientsWrapper #ingredientsQuantity .num {
  font-size: 18px; }

#ingredientsWrapper #ingredientsQuantity .qty {
  font-size: 40px; }

@media screen and (max-width: 767px) {
  #ingredientsWrapper #ingredientsNum {
    left: 25px;
    top: auto;
    bottom: 86px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 15px; }
  #ingredientsWrapper .diagonal {
    width: 68px;
    left: 20px;
    top: auto;
    bottom: 82px;
    -moz-transform: rotate(315deg) translateY(0);
    -ms-transform: rotate(315deg) translateY(0);
    -o-transform: rotate(315deg) translateY(0);
    -webkit-transform: rotate(315deg) translateY(0);
    transform: rotate(315deg) translateY(0); }
  #ingredientsWrapper #ingredientsQuantity {
    right: 25px;
    top: auto;
    bottom: 31px;
    height: 80px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #ingredientsWrapper #ingredientsQuantity .num {
    font-size: 16px; }
  #ingredientsWrapper #ingredientsQuantity .qty {
    font-size: 30px; } }

@media (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  #ingredientsWrapper #ingredientsNum {
    top: 43%; } }

/*timeslide*/
#ingredientsWrapper .timeSlide {
  position: relative;
  width: 100%;
  padding: 200px 0 0 0;
  text-align: center;
  background: url(../images/ingredients/pattern.png) #D3CBC4 top left repeat-x;
  animation: animatedBackground 20s linear infinite; }

#bakedTime {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 80px;
  color: #171B29; }

#ingredientsWrapper .timeSlide .baked {
  color: #FFFFFF; }

#ingredientsWrapper .timeSlide .totalTime {
  font-size: 18px;
  color: #171B29;
  padding-top: 20px; }

#ingredientsWrapper .endingSlide {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  background-color: #D3CBC4;
  text-align: center;
  overflow: hidden; }

#ingredientsWrapper .endingSlide img {
  position: relative;
  left: 60px;
  top: 80px;
  max-width: 100%;
  height: auto; }

#ingredientsWrapper .endingSlide #btnNextPage {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  bottom: 60px;
  left: 50%;
  margin-left: -25px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(23, 27, 41, 0.9);
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

#ingredientsWrapper .endingSlide #btnNextPage i {
  position: relative;
  top: 8px;
  left: 2px; }

#ingredientsWrapper .endingSlide #btnNextPage:hover {
  cursor: pointer; }

#ingredientsWrapper .timeSlide .animatedCurve {
  position: relative;
  top: -10px;
  width: 458px;
  height: 13px;
  background: url(../images/ingredients/curve.png) center center no-repeat; }

@media screen and (max-width: 767px) {
  #bakedTime {
    font-size: 50px; }
  #ingredientsWrapper .timeSlide {
    padding: 80px 0 40px 0; }
  #ingredientsWrapper .timeSlide .totalTime {
    font-size: 12px;
    padding-top: 10px; }
  #ingredientsWrapper .endingSlide {
    padding-bottom: 40px;
    top: -1px; }
  #ingredientsWrapper .endingSlide img {
    top: -10px;
    left: 20px; }
  #ingredientsWrapper .endingSlide #btnNextPage {
    bottom: 10vh;
    left: auto;
    margin-left: 0;
    right: 40px; }
  #ingredientsWrapper .timeSlide .animatedCurve {
    width: 282px;
    background-image: url(../images/ingredients/curvemobile.png); } }

@media screen and (max-width: 480px) {
  #ingredientsWrapper .endingSlide #btnNextPage {
    right: 22px; } }

@media screen and (max-width: 375px) {
  #bakedTime {
    font-size: 40px; }
  #ingredientsWrapper .timeSlide .animatedCurve {
    width: auto; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #ingredientsWrapper .endingSlide #btnNextPage {
    bottom: 20vh;
    right: 26px; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  #ingredientsWrapper .timeSlide {
    background-image: url(../images/ingredients/pattern@2x.png);
    background-size: 20px 15px; }
  #ingredientsWrapper .timeSlide .animatedCurve {
    background-image: url(../images/ingredients/curve@2x.png);
    background-size: 458px 13px; } }

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi), (max-width: 767px) and (min-resolution: 2dppx) {
  #ingredientsWrapper .timeSlide .animatedCurve {
    background-image: url(../images/ingredients/curvemobile@2x.png);
    background-size: 282px 8px; } }

@keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 30% 0; } }

/*Portrait*/
#portraitAT {
  position: fixed;
  z-index: 10;
  width: 100px;
  height: 100px;
  opacity: 0;
  bottom: -100px;
  right: 30px;
  background: url(../images/portrait/portrait_annatsang.png) top left no-repeat;
  background-size: cover;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#portraitAT.active {
  opacity: 1;
  bottom: 25px; }

@media screen and (max-width: 767px) {
  #portraitAT {
    width: 60px;
    height: 60px;
    right: auto;
    left: 50%;
    margin-left: -30px; }
  #portraitAT.active {
    bottom: 10px; } }

@media (min-width: 568px) and (max-width: 736px) and (orientation: landscape) {
  #portraitAT {
    width: 60px;
    height: 60px;
    right: 20px;
    left: auto;
    margin-left: 0; }
  #portraitAT.active {
    bottom: 20px; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  #portraitAT {
    background-image: url(../images/portrait/portrait_annatsang@2x.png); } }
