@charset "UTF-8";
/* LESS Document */
@import '../normalize.css';
/* CSS Document */
@import '../fonts.css';
@import "https://use.typekit.net/wze8aqv.css";
html {
  margin: 0;
  padding: 0;
}
section {
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 480px) {
  section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
div#hero {
  height: 50vh;
}
div#page-bottom {
  height: 100vh;
}
div#herohome {
  height: 80vh;
}
@media only screen and (min-width: 480px) {
  div#herohome {
    height: 85vh;
  }
}
@media only screen and (min-width: 900px) {
  div#herohome {
    height: 100vh;
  }
}
div#hero,
div#herohome,
div#page-bottom {
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 480px) {
  div#hero,
  div#herohome,
  div#page-bottom {
    margin: 0 0rem;
  }
}
div#hero div:first-child,
div#herohome div:first-child,
div#page-bottom div:first-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  z-index: 50;
}
div#hero p,
div#herohome p,
div#page-bottom p,
div#hero h1,
div#herohome h1,
div#page-bottom h1,
div#hero h2,
div#herohome h2,
div#page-bottom h2,
div#hero h3,
div#herohome h3,
div#page-bottom h3,
div#hero h4,
div#herohome h4,
div#page-bottom h4,
div#hero h5,
div#herohome h5,
div#page-bottom h5 {
  color: #EBEADE;
}
div#hero h1,
div#herohome h1,
div#page-bottom h1 {
  margin-top: 0;
}
div#hero a.button,
div#herohome a.button,
div#page-bottom a.button {
  margin: 0.5rem;
}
@media only screen and (min-width: 900px) {
  div#hero a.button,
  div#herohome a.button,
  div#page-bottom a.button {
    width: inherit;
  }
}
div#hero::before,
div#herohome::before,
div#page-bottom::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 900px) {
}
.wrapper {
  margin: 5%;
}
@media only screen and (min-width: 480px) {
  .wrapper {
    margin: 5%;
  }
}
@media only screen and (min-width: 900px) {
  .wrapper {
    margin: 5% 12%;
  }
}
/* =========GRID========== */
.grid {
  clear: both;
  height: auto;
  margin: 1rem 0 0 0;
}
@media only screen and (min-width: 480px) {
  .grid {
    margin: 3rem 0 0 0;
  }
}
.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}
.grid > div,
.grid.menu > a > div {
  float: left;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .grid > div,
  .grid.menu > a > div {
    padding-right: 5%;
  }
}
.grid > div.nogutter,
.grid.menu > a > div.nogutter {
  padding-right: 0!important;
}
.grid > div.s1,
.grid.menu > a > div.s1 {
  width: 8.33333333%;
}
.grid > div.s2,
.grid.menu > a > div.s2 {
  width: 16.66666667%;
}
.grid > div.s3,
.grid.menu > a > div.s3 {
  width: 25%;
}
.grid > div.s4,
.grid.menu > a > div.s4 {
  width: 33.33333333%;
}
.grid > div.s5,
.grid.menu > a > div.s5 {
  width: 41.66666667%;
}
.grid > div.s6,
.grid.menu > a > div.s6 {
  width: 50%;
}
.grid > div.s7,
.grid.menu > a > div.s7 {
  width: 58.33333333%;
}
.grid > div.s8,
.grid.menu > a > div.s8 {
  width: 66.66666667%;
}
.grid > div.s9,
.grid.menu > a > div.s9 {
  width: 75%;
}
.grid > div.s10,
.grid.menu > a > div.s10 {
  width: 83.33333333%;
}
.grid > div.s11,
.grid.menu > a > div.s11 {
  width: 91.66666667%;
}
.grid > div.s12,
.grid.menu > a > div.s12 {
  width: 100%;
  padding-top: 2rem;
}
@media only screen and (min-width: 480px) {
  .grid > div.m1,
  .grid.menu > a > div.m1 {
    width: 8.33333333%;
  }
  .grid > div.m2,
  .grid.menu > a > div.m2 {
    width: 16.66666667%;
  }
  .grid > div.m3,
  .grid.menu > a > div.m3 {
    width: 25%;
  }
  .grid > div.m4,
  .grid.menu > a > div.m4 {
    width: 33.33333333%;
  }
  .grid > div.m5,
  .grid.menu > a > div.m5 {
    width: 41.66666667%;
  }
  .grid > div.m6,
  .grid.menu > a > div.m6 {
    width: 50%;
  }
  .grid > div.m7,
  .grid.menu > a > div.m7 {
    width: 58.33333333%;
  }
  .grid > div.m8,
  .grid.menu > a > div.m8 {
    width: 66.66666667%;
  }
  .grid > div.m9,
  .grid.menu > a > div.m9 {
    width: 75%;
  }
  .grid > div.m10,
  .grid.menu > a > div.m10 {
    width: 83.33333333%;
  }
  .grid > div.m11,
  .grid.menu > a > div.m11 {
    width: 91.66666667%;
  }
  .grid > div.m12,
  .grid.menu > a > div.m12 {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .grid > div.l1,
  .grid.menu > a > div.l1 {
    width: 8.33333333%;
  }
  .grid > div.l2,
  .grid.menu > a > div.l2 {
    width: 16.66666667%;
  }
  .grid > div.l3,
  .grid.menu > a > div.l3 {
    width: 25%;
  }
  .grid > div.l4,
  .grid.menu > a > div.l4 {
    width: 33.33333333%;
  }
  .grid > div.l5,
  .grid.menu > a > div.l5 {
    width: 41.66666667%;
  }
  .grid > div.l6,
  .grid.menu > a > div.l6 {
    width: 50%;
  }
  .grid > div.l7,
  .grid.menu > a > div.l7 {
    width: 58.33333333%;
  }
  .grid > div.l8,
  .grid.menu > a > div.l8 {
    width: 66.66666667%;
  }
  .grid > div.l9,
  .grid.menu > a > div.l9 {
    width: 75%;
  }
  .grid > div.l10,
  .grid.menu > a > div.l10 {
    width: 83.33333333%;
  }
  .grid > div.l11,
  .grid.menu > a > div.l11 {
    width: 91.66666667%;
  }
  .grid > div.l12,
  .grid.menu > a > div.l12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1320px) {
  .grid > div.xl1,
  .grid.menu > a > div.xl1 {
    width: 8.33333333%;
  }
  .grid > div.xl2,
  .grid.menu > a > div.xl2 {
    width: 16.66666667%;
  }
  .grid > div.xl3,
  .grid.menu > a > div.xl3 {
    width: 25%;
  }
  .grid > div.xl4,
  .grid.menu > a > div.xl4 {
    width: 33.33333333%;
  }
  .grid > div.xl5,
  .grid.menu > a > div.xl5 {
    width: 41.66666667%;
  }
  .grid > div.xl6,
  .grid.menu > a > div.xl6 {
    width: 50%;
  }
  .grid > div.xl7,
  .grid.menu > a > div.xl7 {
    width: 58.33333333%;
  }
  .grid > div.xl8,
  .grid.menu > a > div.xl8 {
    width: 66.66666667%;
  }
  .grid > div.xl9,
  .grid.menu > a > div.xl9 {
    width: 75%;
  }
  .grid > div.xl10,
  .grid.menu > a > div.xl10 {
    width: 83.33333333%;
  }
  .grid > div.xl11,
  .grid.menu > a > div.xl11 {
    width: 91.66666667%;
  }
  .grid > div.xl12,
  .grid.menu > a > div.xl12 {
    width: 100%;
  }
}
div .center-v-flex {
  width: auto;
  display: flex;
  align-items: center;
}
div .center-h-flex {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section::after,
article::after,
ul::after,
nav::after,
.grid::after,
.wrapper::after,
.swatch::after,
.card::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.maxwidth {
  max-width: 1200px;
}
.maxwidth-l {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 900px) {
  .maxwidth-l {
    max-width: 75%;
  }
}
.maxwidth-s {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 480px) {
  .maxwidth-s {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1320px) {
  .maxwidth-s {
    max-width: 50%;
  }
}
.newsection {
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px dotted #404040;
}
@media only screen and (min-width: 480px) {
  .newsection {
    margin-top: 3rem;
  }
}
/* LESS Document */
/* The following are parent classes that determine which project images to display. Applies to Project cards and Hero images. Includes mixin functions */
.heroWrapper .placeholderA #hero::before,
#cardWrapper .placeholderA #hero::before,
.heroWrapper .placeholderA #herohome::before,
#cardWrapper .placeholderA #herohome::before,
.heroWrapper .placeholderA #page-bottom::before,
#cardWrapper .placeholderA #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('https://mir-s3-cdn-cf.behance.net/project_modules/1400/6a068b48016643.588ba4f4204b9.jpg');
  opacity: 0.5 !important;
}
.heroWrapper .placeholderA #hero,
#cardWrapper .placeholderA #hero,
.heroWrapper .placeholderA #herohome,
#cardWrapper .placeholderA #herohome,
.heroWrapper .placeholderA #page-bottom,
#cardWrapper .placeholderA #page-bottom {
  background-color: #404040;
}
.heroWrapper .placeholderA .card-image,
#cardWrapper .placeholderA .card-image {
  background-image: url('https://mir-s3-cdn-cf.behance.net/project_modules/1400/6a068b48016643.588ba4f4204b9.jpg');
  background-color: #404040;
}
.heroWrapper .curry #hero::before,
#cardWrapper .curry #hero::before,
.heroWrapper .curry #herohome::before,
#cardWrapper .curry #herohome::before,
.heroWrapper .curry #page-bottom::before,
#cardWrapper .curry #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/red-curry_2400.jpg');
  opacity: 0.8 !important;
}
.heroWrapper .curry #hero,
#cardWrapper .curry #hero,
.heroWrapper .curry #herohome,
#cardWrapper .curry #herohome,
.heroWrapper .curry #page-bottom,
#cardWrapper .curry #page-bottom {
  background-color: #404040;
}
.heroWrapper .curry .card-image,
#cardWrapper .curry .card-image {
  background-image: url('../../images/food/red-curry_2400.jpg');
  background-color: #404040;
}
.heroWrapper .green-curry #hero::before,
#cardWrapper .green-curry #hero::before,
.heroWrapper .green-curry #herohome::before,
#cardWrapper .green-curry #herohome::before,
.heroWrapper .green-curry #page-bottom::before,
#cardWrapper .green-curry #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/green-curry-3.jpg');
  opacity: 0.8 !important;
}
.heroWrapper .green-curry #hero,
#cardWrapper .green-curry #hero,
.heroWrapper .green-curry #herohome,
#cardWrapper .green-curry #herohome,
.heroWrapper .green-curry #page-bottom,
#cardWrapper .green-curry #page-bottom {
  background-color: #404040;
}
.heroWrapper .green-curry .card-image,
#cardWrapper .green-curry .card-image {
  background-image: url('../../images/food/green-curry-3.jpg');
  background-color: #404040;
}
.heroWrapper .pad-thai-1 #hero::before,
#cardWrapper .pad-thai-1 #hero::before,
.heroWrapper .pad-thai-1 #herohome::before,
#cardWrapper .pad-thai-1 #herohome::before,
.heroWrapper .pad-thai-1 #page-bottom::before,
#cardWrapper .pad-thai-1 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/pad-thai-1m.jpg');
  opacity: 0.5 !important;
}
.heroWrapper .pad-thai-1 #hero,
#cardWrapper .pad-thai-1 #hero,
.heroWrapper .pad-thai-1 #herohome,
#cardWrapper .pad-thai-1 #herohome,
.heroWrapper .pad-thai-1 #page-bottom,
#cardWrapper .pad-thai-1 #page-bottom {
  background-color: #404040;
}
.heroWrapper .pad-thai-1 .card-image,
#cardWrapper .pad-thai-1 .card-image {
  background-image: url('../../images/food/pad-thai-1m.jpg');
  background-color: #404040;
}
.heroWrapper .pad-thai-2 #hero::before,
#cardWrapper .pad-thai-2 #hero::before,
.heroWrapper .pad-thai-2 #herohome::before,
#cardWrapper .pad-thai-2 #herohome::before,
.heroWrapper .pad-thai-2 #page-bottom::before,
#cardWrapper .pad-thai-2 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/pad-thai-2.jpg');
  opacity: 0.8 !important;
}
.heroWrapper .pad-thai-2 #hero,
#cardWrapper .pad-thai-2 #hero,
.heroWrapper .pad-thai-2 #herohome,
#cardWrapper .pad-thai-2 #herohome,
.heroWrapper .pad-thai-2 #page-bottom,
#cardWrapper .pad-thai-2 #page-bottom {
  background-color: #404040;
}
.heroWrapper .pad-thai-2 .card-image,
#cardWrapper .pad-thai-2 .card-image {
  background-image: url('../../images/food/pad-thai-2.jpg');
  background-color: #404040;
}
.heroWrapper .tamarind-tofu #hero::before,
#cardWrapper .tamarind-tofu #hero::before,
.heroWrapper .tamarind-tofu #herohome::before,
#cardWrapper .tamarind-tofu #herohome::before,
.heroWrapper .tamarind-tofu #page-bottom::before,
#cardWrapper .tamarind-tofu #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/tamarind-tofu.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .tamarind-tofu #hero,
#cardWrapper .tamarind-tofu #hero,
.heroWrapper .tamarind-tofu #herohome,
#cardWrapper .tamarind-tofu #herohome,
.heroWrapper .tamarind-tofu #page-bottom,
#cardWrapper .tamarind-tofu #page-bottom {
  background-color: #404040;
}
.heroWrapper .tamarind-tofu .card-image,
#cardWrapper .tamarind-tofu .card-image {
  background-image: url('../../images/food/tamarind-tofu.jpg');
  background-color: #404040;
}
.heroWrapper .mango-salad #hero::before,
#cardWrapper .mango-salad #hero::before,
.heroWrapper .mango-salad #herohome::before,
#cardWrapper .mango-salad #herohome::before,
.heroWrapper .mango-salad #page-bottom::before,
#cardWrapper .mango-salad #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/mango-salad-2m.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .mango-salad #hero,
#cardWrapper .mango-salad #hero,
.heroWrapper .mango-salad #herohome,
#cardWrapper .mango-salad #herohome,
.heroWrapper .mango-salad #page-bottom,
#cardWrapper .mango-salad #page-bottom {
  background-color: #404040;
}
.heroWrapper .mango-salad .card-image,
#cardWrapper .mango-salad .card-image {
  background-image: url('../../images/food/mango-salad-2m.jpg');
  background-color: #404040;
}
.heroWrapper .tom-kha #hero::before,
#cardWrapper .tom-kha #hero::before,
.heroWrapper .tom-kha #herohome::before,
#cardWrapper .tom-kha #herohome::before,
.heroWrapper .tom-kha #page-bottom::before,
#cardWrapper .tom-kha #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/tom-kha_3000.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .tom-kha #hero,
#cardWrapper .tom-kha #hero,
.heroWrapper .tom-kha #herohome,
#cardWrapper .tom-kha #herohome,
.heroWrapper .tom-kha #page-bottom,
#cardWrapper .tom-kha #page-bottom {
  background-color: #404040;
}
.heroWrapper .tom-kha .card-image,
#cardWrapper .tom-kha .card-image {
  background-image: url('../../images/food/tom-kha_3000.jpg');
  background-color: #404040;
}
.heroWrapper .fried-rice #hero::before,
#cardWrapper .fried-rice #hero::before,
.heroWrapper .fried-rice #herohome::before,
#cardWrapper .fried-rice #herohome::before,
.heroWrapper .fried-rice #page-bottom::before,
#cardWrapper .fried-rice #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/fried-rice2_3200.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .fried-rice #hero,
#cardWrapper .fried-rice #hero,
.heroWrapper .fried-rice #herohome,
#cardWrapper .fried-rice #herohome,
.heroWrapper .fried-rice #page-bottom,
#cardWrapper .fried-rice #page-bottom {
  background-color: #404040;
}
.heroWrapper .fried-rice .card-image,
#cardWrapper .fried-rice .card-image {
  background-image: url('../../images/food/fried-rice2_3200.jpg');
  background-color: #404040;
}
.heroWrapper .fried-rice2 #hero::before,
#cardWrapper .fried-rice2 #hero::before,
.heroWrapper .fried-rice2 #herohome::before,
#cardWrapper .fried-rice2 #herohome::before,
.heroWrapper .fried-rice2 #page-bottom::before,
#cardWrapper .fried-rice2 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/mood-fried-rice1-l.jpg');
  opacity: 0.6 !important;
}
.heroWrapper .fried-rice2 #hero,
#cardWrapper .fried-rice2 #hero,
.heroWrapper .fried-rice2 #herohome,
#cardWrapper .fried-rice2 #herohome,
.heroWrapper .fried-rice2 #page-bottom,
#cardWrapper .fried-rice2 #page-bottom {
  background-color: #404040;
}
.heroWrapper .fried-rice2 .card-image,
#cardWrapper .fried-rice2 .card-image {
  background-image: url('../../images/food/mood-fried-rice1-l.jpg');
  background-color: #404040;
}
.heroWrapper .satay-tofu #hero::before,
#cardWrapper .satay-tofu #hero::before,
.heroWrapper .satay-tofu #herohome::before,
#cardWrapper .satay-tofu #herohome::before,
.heroWrapper .satay-tofu #page-bottom::before,
#cardWrapper .satay-tofu #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/tofu-satay_1800.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .satay-tofu #hero,
#cardWrapper .satay-tofu #hero,
.heroWrapper .satay-tofu #herohome,
#cardWrapper .satay-tofu #herohome,
.heroWrapper .satay-tofu #page-bottom,
#cardWrapper .satay-tofu #page-bottom {
  background-color: #404040;
}
.heroWrapper .satay-tofu .card-image,
#cardWrapper .satay-tofu .card-image {
  background-image: url('../../images/food/tofu-satay_1800.jpg');
  background-color: #404040;
}
.heroWrapper .red-curry #hero::before,
#cardWrapper .red-curry #hero::before,
.heroWrapper .red-curry #herohome::before,
#cardWrapper .red-curry #herohome::before,
.heroWrapper .red-curry #page-bottom::before,
#cardWrapper .red-curry #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/red-curry-2m.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .red-curry #hero,
#cardWrapper .red-curry #hero,
.heroWrapper .red-curry #herohome,
#cardWrapper .red-curry #herohome,
.heroWrapper .red-curry #page-bottom,
#cardWrapper .red-curry #page-bottom {
  background-color: #404040;
}
.heroWrapper .red-curry .card-image,
#cardWrapper .red-curry .card-image {
  background-image: url('../../images/food/red-curry-2m.jpg');
  background-color: #404040;
}
.heroWrapper .angel-wings #hero::before,
#cardWrapper .angel-wings #hero::before,
.heroWrapper .angel-wings #herohome::before,
#cardWrapper .angel-wings #herohome::before,
.heroWrapper .angel-wings #page-bottom::before,
#cardWrapper .angel-wings #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/angel-wings-3m.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .angel-wings #hero,
#cardWrapper .angel-wings #hero,
.heroWrapper .angel-wings #herohome,
#cardWrapper .angel-wings #herohome,
.heroWrapper .angel-wings #page-bottom,
#cardWrapper .angel-wings #page-bottom {
  background-color: #404040;
}
.heroWrapper .angel-wings .card-image,
#cardWrapper .angel-wings .card-image {
  background-image: url('../../images/food/angel-wings-3m.jpg');
  background-color: #404040;
}
.heroWrapper .spring-rolls #hero::before,
#cardWrapper .spring-rolls #hero::before,
.heroWrapper .spring-rolls #herohome::before,
#cardWrapper .spring-rolls #herohome::before,
.heroWrapper .spring-rolls #page-bottom::before,
#cardWrapper .spring-rolls #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/spring-rolls-1m.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .spring-rolls #hero,
#cardWrapper .spring-rolls #hero,
.heroWrapper .spring-rolls #herohome,
#cardWrapper .spring-rolls #herohome,
.heroWrapper .spring-rolls #page-bottom,
#cardWrapper .spring-rolls #page-bottom {
  background-color: #404040;
}
.heroWrapper .spring-rolls .card-image,
#cardWrapper .spring-rolls .card-image {
  background-image: url('../../images/food/spring-rolls-1m.jpg');
  background-color: #404040;
}
.heroWrapper .pad-see-ew #hero::before,
#cardWrapper .pad-see-ew #hero::before,
.heroWrapper .pad-see-ew #herohome::before,
#cardWrapper .pad-see-ew #herohome::before,
.heroWrapper .pad-see-ew #page-bottom::before,
#cardWrapper .pad-see-ew #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/pad-see-ew-3m.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .pad-see-ew #hero,
#cardWrapper .pad-see-ew #hero,
.heroWrapper .pad-see-ew #herohome,
#cardWrapper .pad-see-ew #herohome,
.heroWrapper .pad-see-ew #page-bottom,
#cardWrapper .pad-see-ew #page-bottom {
  background-color: #404040;
}
.heroWrapper .pad-see-ew .card-image,
#cardWrapper .pad-see-ew .card-image {
  background-image: url('../../images/food/pad-see-ew-3m.jpg');
  background-color: #404040;
}
.heroWrapper .dessert1 #hero::before,
#cardWrapper .dessert1 #hero::before,
.heroWrapper .dessert1 #herohome::before,
#cardWrapper .dessert1 #herohome::before,
.heroWrapper .dessert1 #page-bottom::before,
#cardWrapper .dessert1 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/_jess/l/kati2_-011.jpg');
  opacity: 0.9 !important;
}
.heroWrapper .dessert1 #hero,
#cardWrapper .dessert1 #hero,
.heroWrapper .dessert1 #herohome,
#cardWrapper .dessert1 #herohome,
.heroWrapper .dessert1 #page-bottom,
#cardWrapper .dessert1 #page-bottom {
  background-color: #404040;
}
.heroWrapper .dessert1 .card-image,
#cardWrapper .dessert1 .card-image {
  background-image: url('../../images/food/_jess/l/kati2_-011.jpg');
  background-color: #404040;
}
.heroWrapper .interior #hero::before,
#cardWrapper .interior #hero::before,
.heroWrapper .interior #herohome::before,
#cardWrapper .interior #herohome::before,
.heroWrapper .interior #page-bottom::before,
#cardWrapper .interior #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/gallery/interior1_2400.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .interior #hero,
#cardWrapper .interior #hero,
.heroWrapper .interior #herohome,
#cardWrapper .interior #herohome,
.heroWrapper .interior #page-bottom,
#cardWrapper .interior #page-bottom {
  background-color: #404040;
}
.heroWrapper .interior .card-image,
#cardWrapper .interior .card-image {
  background-image: url('../../images/gallery/interior1_2400.jpg');
  background-color: #404040;
}
.heroWrapper .interior-night #hero::before,
#cardWrapper .interior-night #hero::before,
.heroWrapper .interior-night #herohome::before,
#cardWrapper .interior-night #herohome::before,
.heroWrapper .interior-night #page-bottom::before,
#cardWrapper .interior-night #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/gallery/interior-evening-1m.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .interior-night #hero,
#cardWrapper .interior-night #hero,
.heroWrapper .interior-night #herohome,
#cardWrapper .interior-night #herohome,
.heroWrapper .interior-night #page-bottom,
#cardWrapper .interior-night #page-bottom {
  background-color: #404040;
}
.heroWrapper .interior-night .card-image,
#cardWrapper .interior-night .card-image {
  background-image: url('../../images/gallery/interior-evening-1m.jpg');
  background-color: #404040;
}
.heroWrapper .exterior1 #hero::before,
#cardWrapper .exterior1 #hero::before,
.heroWrapper .exterior1 #herohome::before,
#cardWrapper .exterior1 #herohome::before,
.heroWrapper .exterior1 #page-bottom::before,
#cardWrapper .exterior1 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/gallery/exterior-3m.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .exterior1 #hero,
#cardWrapper .exterior1 #hero,
.heroWrapper .exterior1 #herohome,
#cardWrapper .exterior1 #herohome,
.heroWrapper .exterior1 #page-bottom,
#cardWrapper .exterior1 #page-bottom {
  background-color: #404040;
}
.heroWrapper .exterior1 .card-image,
#cardWrapper .exterior1 .card-image {
  background-image: url('../../images/gallery/exterior-3m.jpg');
  background-color: #404040;
}
.heroWrapper .chef1 #hero::before,
#cardWrapper .chef1 #hero::before,
.heroWrapper .chef1 #herohome::before,
#cardWrapper .chef1 #herohome::before,
.heroWrapper .chef1 #page-bottom::before,
#cardWrapper .chef1 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/gallery/chef_2400.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .chef1 #hero,
#cardWrapper .chef1 #hero,
.heroWrapper .chef1 #herohome,
#cardWrapper .chef1 #herohome,
.heroWrapper .chef1 #page-bottom,
#cardWrapper .chef1 #page-bottom {
  background-color: #404040;
}
.heroWrapper .chef1 .card-image,
#cardWrapper .chef1 .card-image {
  background-image: url('../../images/gallery/chef_2400.jpg');
  background-color: #404040;
}
.heroWrapper .kitchen1 #hero::before,
#cardWrapper .kitchen1 #hero::before,
.heroWrapper .kitchen1 #herohome::before,
#cardWrapper .kitchen1 #herohome::before,
.heroWrapper .kitchen1 #page-bottom::before,
#cardWrapper .kitchen1 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/gallery/kitchen1_3000.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .kitchen1 #hero,
#cardWrapper .kitchen1 #hero,
.heroWrapper .kitchen1 #herohome,
#cardWrapper .kitchen1 #herohome,
.heroWrapper .kitchen1 #page-bottom,
#cardWrapper .kitchen1 #page-bottom {
  background-color: #404040;
}
.heroWrapper .kitchen1 .card-image,
#cardWrapper .kitchen1 .card-image {
  background-image: url('../../images/gallery/kitchen1_3000.jpg');
  background-color: #404040;
}
.heroWrapper .buffet #hero::before,
#cardWrapper .buffet #hero::before,
.heroWrapper .buffet #herohome::before,
#cardWrapper .buffet #herohome::before,
.heroWrapper .buffet #page-bottom::before,
#cardWrapper .buffet #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/gallery/buffet.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .buffet #hero,
#cardWrapper .buffet #hero,
.heroWrapper .buffet #herohome,
#cardWrapper .buffet #herohome,
.heroWrapper .buffet #page-bottom,
#cardWrapper .buffet #page-bottom {
  background-color: #404040;
}
.heroWrapper .buffet .card-image,
#cardWrapper .buffet .card-image {
  background-image: url('../../images/gallery/buffet.jpg');
  background-color: #404040;
}
.heroWrapper .table-set #hero::before,
#cardWrapper .table-set #hero::before,
.heroWrapper .table-set #herohome::before,
#cardWrapper .table-set #herohome::before,
.heroWrapper .table-set #page-bottom::before,
#cardWrapper .table-set #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/table-set-1m.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .table-set #hero,
#cardWrapper .table-set #hero,
.heroWrapper .table-set #herohome,
#cardWrapper .table-set #herohome,
.heroWrapper .table-set #page-bottom,
#cardWrapper .table-set #page-bottom {
  background-color: #404040;
}
.heroWrapper .table-set .card-image,
#cardWrapper .table-set .card-image {
  background-image: url('../../images/food/table-set-1m.jpg');
  background-color: #404040;
}
.heroWrapper .mood-curry2 #hero::before,
#cardWrapper .mood-curry2 #hero::before,
.heroWrapper .mood-curry2 #herohome::before,
#cardWrapper .mood-curry2 #herohome::before,
.heroWrapper .mood-curry2 #page-bottom::before,
#cardWrapper .mood-curry2 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/mood-curry2-xl.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .mood-curry2 #hero,
#cardWrapper .mood-curry2 #hero,
.heroWrapper .mood-curry2 #herohome,
#cardWrapper .mood-curry2 #herohome,
.heroWrapper .mood-curry2 #page-bottom,
#cardWrapper .mood-curry2 #page-bottom {
  background-color: #404040;
}
.heroWrapper .mood-curry2 .card-image,
#cardWrapper .mood-curry2 .card-image {
  background-image: url('../../images/food/mood-curry2-xl.jpg');
  background-color: #404040;
}
.heroWrapper .catering1 #hero::before,
#cardWrapper .catering1 #hero::before,
.heroWrapper .catering1 #herohome::before,
#cardWrapper .catering1 #herohome::before,
.heroWrapper .catering1 #page-bottom::before,
#cardWrapper .catering1 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/catering1-l.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .catering1 #hero,
#cardWrapper .catering1 #hero,
.heroWrapper .catering1 #herohome,
#cardWrapper .catering1 #herohome,
.heroWrapper .catering1 #page-bottom,
#cardWrapper .catering1 #page-bottom {
  background-color: #404040;
}
.heroWrapper .catering1 .card-image,
#cardWrapper .catering1 .card-image {
  background-image: url('../../images/food/catering1-l.jpg');
  background-color: #404040;
}
.heroWrapper .ingredients1 #hero::before,
#cardWrapper .ingredients1 #hero::before,
.heroWrapper .ingredients1 #herohome::before,
#cardWrapper .ingredients1 #herohome::before,
.heroWrapper .ingredients1 #page-bottom::before,
#cardWrapper .ingredients1 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/mood-ingredients2-xl.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .ingredients1 #hero,
#cardWrapper .ingredients1 #hero,
.heroWrapper .ingredients1 #herohome,
#cardWrapper .ingredients1 #herohome,
.heroWrapper .ingredients1 #page-bottom,
#cardWrapper .ingredients1 #page-bottom {
  background-color: #404040;
}
.heroWrapper .ingredients1 .card-image,
#cardWrapper .ingredients1 .card-image {
  background-image: url('../../images/food/mood-ingredients2-xl.jpg');
  background-color: #404040;
}
.heroWrapper .pig1 #hero::before,
#cardWrapper .pig1 #hero::before,
.heroWrapper .pig1 #herohome::before,
#cardWrapper .pig1 #herohome::before,
.heroWrapper .pig1 #page-bottom::before,
#cardWrapper .pig1 #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/campaigns/pig-family.jpg');
  opacity: 0.7 !important;
}
.heroWrapper .pig1 #hero,
#cardWrapper .pig1 #hero,
.heroWrapper .pig1 #herohome,
#cardWrapper .pig1 #herohome,
.heroWrapper .pig1 #page-bottom,
#cardWrapper .pig1 #page-bottom {
  background-color: #404040;
}
.heroWrapper .pig1 .card-image,
#cardWrapper .pig1 .card-image {
  background-image: url('../../images/campaigns/pig-family.jpg');
  background-color: #404040;
}
.heroWrapper .footerimage #hero::before,
#cardWrapper .footerimage #hero::before,
.heroWrapper .footerimage #herohome::before,
#cardWrapper .footerimage #herohome::before,
.heroWrapper .footerimage #page-bottom::before,
#cardWrapper .footerimage #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../images/food/cocktail-lychee-2.jpg');
  opacity: 0.4 !important;
}
.heroWrapper .footerimage #hero,
#cardWrapper .footerimage #hero,
.heroWrapper .footerimage #herohome,
#cardWrapper .footerimage #herohome,
.heroWrapper .footerimage #page-bottom,
#cardWrapper .footerimage #page-bottom {
  background-color: #404040;
}
.heroWrapper .footerimage .card-image,
#cardWrapper .footerimage .card-image {
  background-image: url('../../images/food/cocktail-lychee-2.jpg');
  background-color: #404040;
}
.heroWrapper .vote #hero::before,
#cardWrapper .vote #hero::before,
.heroWrapper .vote #herohome::before,
#cardWrapper .vote #herohome::before,
.heroWrapper .vote #page-bottom::before,
#cardWrapper .vote #page-bottom::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 0, 0, 0)), url('../../vote/vote.jpg');
  opacity: 0.4 !important;
}
.heroWrapper .vote #hero,
#cardWrapper .vote #hero,
.heroWrapper .vote #herohome,
#cardWrapper .vote #herohome,
.heroWrapper .vote #page-bottom,
#cardWrapper .vote #page-bottom {
  background-color: #E700FF;
}
.heroWrapper .vote .card-image,
#cardWrapper .vote .card-image {
  background-image: url('../../vote/vote.jpg');
  background-color: #E700FF;
}
/* LESS Document */
.icon.extrasmall,
.logo.extrasmall {
  width: 0.75rem;
  height: 0.75rem;
}
.icon.small,
.logo.small {
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.15rem;
}
@media only screen and (min-width: 480px) {
  .icon.small,
  .logo.small {
    margin-bottom: -0.1rem;
  }
}
@media only screen and (min-width: 900px) {
  .icon.small,
  .logo.small {
    margin-bottom: 0;
  }
}
.icon.medium,
.logo.medium {
  width: 2rem;
  height: 2rem;
  margin-bottom: -0.5rem;
}
.icon.large,
.logo.large {
  width: 5rem!important;
  height: 5rem!important;
}
.icon.x-large,
.logo.x-large {
  width: 8rem!important;
  height: 8rem!important;
}
.icon.kati,
.logo.kati {
  margin: 1rem;
}
.icon.diamond,
.logo.diamond {
  margin: -1rem auto -1rem auto;
  position: relative;
  display: block;
}
.icon.close,
.logo.close {
  background-image: '../../images/assets/icon-close-64.png';
  width: 2rem;
  height: 2rem;
}
p img.icon {
  padding-right: 0.5rem;
}
#herohome img.logo {
  width: 100px;
  height: 42px;
  margin-bottom: 4rem;
}
#herohome img.logoLarge {
  width: 8rem;
  height: 8rem;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
}
@media only screen and (min-width: 480px) {
  #herohome img.logoLarge {
    width: 12rem;
    height: 12rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 900px) {
  #herohome img.logoLarge {
    width: 12rem;
    height: 12rem;
    margin-bottom: 4rem;
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#mobileNav .outer-menu {
  position: absolute;
  top: 1rem;
  left: -1rem;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#mobileNav .outer-menu .checkbox-toggle {
  position: relative;
  top: 0;
  left: 3rem;
  z-index: 20;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  opacity: 0;
}
#mobileNav .outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
#mobileNav .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
#mobileNav .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
#mobileNav .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
#mobileNav .outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
#mobileNav .outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: .75s;
}
#mobileNav .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease;
}
#mobileNav .outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: 0 1.25rem 2rem -0.25rem rgba(0, 0, 0, 0.2);
  top: -0.25rem;
  transition: ease 0.2s;
}
#mobileNav .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
#mobileNav .outer-menu .hamburger {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem 1rem;
  background: #FFDE2F;
  border: solid 2px #404040;
  border-radius: 1.5rem;
  cursor: pointer;
  backface-visibility: hidden;
  box-sizing: border-box;
  box-shadow: 0 1rem 2rem -0.5rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobileNav .outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  background: #404040;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobileNav .outer-menu .hamburger > div:before,
#mobileNav .outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -0.5rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: inherit;
  transition: all 0.4s ease;
}
#mobileNav .outer-menu .hamburger > div:after {
  top: 0.5rem;
}
#mobileNav .outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobileNav .outer-menu .menu > div {
  width: 200vw;
  height: 200vh;
  color: #404040;
  background: #FFDE2F;
  opacity: 0.97;
  border-radius: 0;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  transition: opacity 0.4s ease;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobileNav .outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: visible;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobileNav .outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
#mobileNav .outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 2em;
  display: block;
  text-align: center;
}
#mobileNav .outer-menu .menu > div > div > ul > li > a {
  position: relative;
  cursor: pointer;
  color: #404040;
  transition: color 0.4s ease;
}
.swiper-container {
  width: 100%;
  max-width: 1200px;
}
.swiper-slide .full-width .image-container {
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .swiper-slide .full-width .image-container {
    margin: 0 0 1rem 0;
  }
}
.swiper-slide .full-width .image-container .image {
  margin-top: 0;
}
@media only screen and (min-width: 480px) {
  .swiper-slide .full-width .image-container .image {
    height: 24rem;
  }
}
@media only screen and (min-width: 900px) {
  .swiper-slide .full-width .image-container .image {
    height: 32rem;
  }
}
@media only screen and (min-width: 1320px) {
  .swiper-slide .full-width .image-container .image {
    height: 42rem;
  }
}
.swiper-slide p,
.swiper-slide h1,
.swiper-slide h2,
.swiper-slide h3,
.swiper-slide h4,
.swiper-slide h5 {
  text-align: center;
  background-color: #EBEADE;
}
@media only screen and (min-width: 1320px) {
  .swiper-slide p,
  .swiper-slide h1,
  .swiper-slide h2,
  .swiper-slide h3,
  .swiper-slide h4,
  .swiper-slide h5 {
    text-align: left;
  }
}
.swiper-slide .feature {
  padding: 0 5%;
}
@media only screen and (min-width: 480px) {
  .swiper-slide .feature {
    padding: 5% 5%;
  }
}
.swiper-slide .description {
  padding: 5% 0 0 0;
  min-height: 10rem;
}
@media only screen and (min-width: 1320px) {
  .swiper-slide .description {
    text-align: left!important;
    padding-left: 5% !important;
    min-height: 12rem;
  }
}
.swiper-pagination-bullet-active {
  background-color: #404040 !important;
}
.swiper-button-next,
.swiper-button-prev {
  background-size: 70%!important;
  opacity: 0.3;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234d4d4d'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  background-size: 100%;
  transition: 0.3s;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0!important;
}
.swiper-button-next {
  margin-right: -0.5rem;
}
.swiper-button-prev {
  margin-left: -0.5rem;
}
.swiper-container.gallery .feature {
  padding: 0 5% 5% 5% !important;
}
.ug-lightbox-overlay {
  opacity: 0.95!important;
  background-color: #404040 !important;
}
.ug-lightbox-top-panel-overlay {
  background-color: #EBEADE !important;
  opacity: 0!important;
}
.ug-textpanel-title,
.ug-lightbox-numbers {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif !important;
  color: #EBEADE !important;
  font-size: 1rem !important;
  text-align: center!important;
}
.ug-lightbox-button-close,
.ug-button-hover {
  background-image: url("../../images/assets/icon-close-64-white.png") !important;
  width: 2rem!important;
  height: 2rem!important;
  top: 0.5rem!important;
  background-size: 50%!important;
  background-position: center!important;
}
.ug-gallery-wrapper {
  transition: all 1s!important;
}
.ug-lightbox-arrow-creator {
  background-size: 50px 110px!important;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s !important;
}
.ug-lightbox-arrow-creator:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.ug-lightbox-arrow-left {
  background-image: url("../../images/assets/overrides/lightbox-arrow-left.png") !important;
  background-size: 50px 110px!important;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s !important;
}
.ug-lightbox-arrow-left:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.ug-lightbox-arrow-right {
  background-image: url("../../images/assets/overrides/lightbox-arrow-right.png") !important;
  background-size: 50px 110px!important;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s !important;
}
.ug-lightbox-arrow-right:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.ug-thumb-wrapper {
  background-color: red!important;
  opacity: 0.95!important;
}
.ug-thumb-wrapper:hover {
  opacity: 1!important;
}
.lity-close {
  right: 30px!important;
}
.lightbox {
  background-color: rgba(0, 0, 0, 0);
  margin: 0 10% 0 10%;
}
body .bg-creator {
  background-position: 160% 90%;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media only screen and (min-width: 480px) {
  body .bg-creator {
    margin: 0 0rem;
    background-size: 60%;
    background-position: 130% 90%;
  }
}
@media only screen and (min-width: 900px) {
  body .bg-creator {
    background-size: 40%;
    background-position: 110% 90%;
  }
}
body.bg-home {
  background-image: url('../../images/assets/illustrations-rice.png');
  background-position: 160% 90%;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media only screen and (min-width: 480px) {
  body.bg-home {
    margin: 0 0rem;
    background-size: 60%;
    background-position: 130% 90%;
  }
}
@media only screen and (min-width: 900px) {
  body.bg-home {
    background-size: 40%;
    background-position: 110% 90%;
  }
}
body.bg-menu {
  background-image: url('../../images/assets/illustrations-basil.png');
  background-position: 160% 90%;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media only screen and (min-width: 480px) {
  body.bg-menu {
    margin: 0 0rem;
    background-size: 60%;
    background-position: 130% 90%;
  }
}
@media only screen and (min-width: 900px) {
  body.bg-menu {
    background-size: 40%;
    background-position: 110% 90%;
  }
}
body.bg-gallery {
  background-image: url('../../images/assets/illustrations-basil.png');
  background-position: 160% 90%;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media only screen and (min-width: 480px) {
  body.bg-gallery {
    margin: 0 0rem;
    background-size: 60%;
    background-position: 130% 90%;
  }
}
@media only screen and (min-width: 900px) {
  body.bg-gallery {
    background-size: 40%;
    background-position: 110% 90%;
  }
}
body.bg-story {
  background-image: url('../../images/assets/illustrations-rice.png');
  background-position: 160% 90%;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media only screen and (min-width: 480px) {
  body.bg-story {
    margin: 0 0rem;
    background-size: 60%;
    background-position: 130% 90%;
  }
}
@media only screen and (min-width: 900px) {
  body.bg-story {
    background-size: 40%;
    background-position: 110% 90%;
  }
}
body.bg-contact {
  background-image: url('../../images/assets/illustrations-basil.png');
  background-position: 160% 90%;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media only screen and (min-width: 480px) {
  body.bg-contact {
    margin: 0 0rem;
    background-size: 60%;
    background-position: 130% 90%;
  }
}
@media only screen and (min-width: 900px) {
  body.bg-contact {
    background-size: 40%;
    background-position: 110% 90%;
  }
}
.buffet1 {
  background-image: url('../../images/food/table-set-1m.jpg');
}
.buffet2 {
  background-image: url('../../images/food/mood-kati-satay1-s.jpg');
}
.buffet3 {
  background-image: url('../../images/food/green-curry-3.jpg');
}
.menu #menu-food {
  background-image: url('../../images/food/green-curry-3.jpg');
}
.menu #menu-drinks {
  background-image: url('../../images/food/drinks-2s.jpg');
  margin: 2% 0;
}
@media only screen and (min-width: 900px) {
  .menu #menu-drinks {
    margin: 0 -2% 0 2%;
    padding: 12% 2% 2% 2%;
  }
}
.menu #menu-happy-hour {
  background-image: url('../../images/food/cocktail-lychee-2m.jpg');
}
.menu #menu-catering {
  background-image: url('../../images/food/fresh-rolls-1l.jpg');
}
.menu div {
  height: 12rem;
  padding: 0!important;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 480px) {
  .menu div {
    height: 20rem;
  }
}
@media only screen and (min-width: 900px) {
  .menu div {
    height: 30rem;
  }
}
@media only screen and (min-width: 1320px) {
  .menu div {
    height: 40rem;
  }
}
.menu #menu-food div,
.menu #menu-drinks div,
.menu #menu-happy-hour div,
.menu #menu-catering div {
  transform: translateY(-80%);
  background-color: transparent!important;
  z-index: 99;
}
.menu #menu-food::before,
.menu #menu-drinks::before,
.menu #menu-happy-hour::before,
.menu #menu-catering::before {
  content: ' ';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #404040;
  opacity: 0.6;
}
.menu #menu-food:hover::before,
.menu #menu-drinks:hover::before,
.menu #menu-happy-hour:hover::before,
.menu #menu-catering:hover::before {
  background-color: #000000;
  transition-duration: 0.3s;
  opacity: 0.7;
}
.menu .left {
  margin: 2% 0;
}
@media only screen and (min-width: 900px) {
  .menu .left {
    margin: 0 2% 0 -2%;
    padding: 12% 2% 2% 2%;
  }
}
.menu .right {
  margin: 2% 0;
}
@media only screen and (min-width: 900px) {
  .menu .right {
    margin: 0 -2% 0 2%;
    padding: 12% 2% 2% 2%;
  }
}
#cateringWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: auto;
  justify-items: start;
}
#cateringWrapper .catering-combo-item {
  max-width: 200px;
  flex-grow: 1;
  padding-right: 5% !important;
}
#googleDoc iframe {
  width: 100%;
  height: 80vh;
  overflow: scroll;
  border-color: #404040;
  border-width: 2px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0);
}
#googleDoc iframe p,
#googleDoc iframe h1,
#googleDoc iframe h2,
#googleDoc iframe h3,
#googleDoc iframe h4 {
  color: #404040;
}
#googleDoc iframe a {
  color: #404040;
}
@media only screen and (min-width: 900px) {
  #googleDoc iframe {
    height: 2400px;
  }
}
.catering-form {
  margin: 0 auto;
  max-width: 800px;
}
.catering-form iframe {
  align-self: center;
}
#heroWrapper .chef1 #hero::before {
  background-position: 30% top;
  background-size: 220%;
}
@media only screen and (min-width: 480px) {
  #heroWrapper .chef1 #hero::before {
    background-position: 20% top;
    background-size: cover;
  }
}
#promo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (min-width: 1320px) {
  #promo {
    max-width: inherit;
  }
}
#promo > div {
  padding: 2.5% 0 0 0;
  margin: 5%;
  width: 130px;
  min-height: 160px;
}
@media only screen and (min-width: 480px) {
  #promo > div {
    margin: 2.5%;
    width: 200px;
    min-height: 250px;
  }
}
#promo .image-container {
  position: relative;
  display: block;
  height: 180px;
}
@media only screen and (min-width: 480px) {
  #promo .image-container {
    height: 280px;
  }
}
#promo .image-container h1 {
  position: absolute;
  margin: 5%;
  z-index: 4;
}
#promo .image-container .halftone {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 100%;
  height: 160px;
  background-image: url(../../images/assets/halftone.svg);
  background-repeat: repeat;
  background-position: right bottom;
  background-size: 20%;
}
@media only screen and (min-width: 480px) {
  #promo .image-container .halftone {
    height: 250px;
  }
}
#promo .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 3;
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin: 0 0 10% 0;
  border-right: 2px solid #EBEADE;
  border-bottom: 2px solid #EBEADE;
}
@media only screen and (min-width: 480px) {
  #promo .image-container img {
    height: 250px;
  }
}
.delivery-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 40px auto 10px auto;
  border: 1px solid #EBEADE;
  padding: 10%;
}
@media only screen and (min-width: 900px) {
  .delivery-item {
    max-width: 40vw;
  }
}
@media only screen and (min-width: 900px) {
  .delivery-item {
    justify-content: space-between;
    align-items: center;
  }
}
.delivery-item img {
  width: 40vw;
  height: auto;
  align-self: center;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 900px) {
  .delivery-item img {
    width: 20vw;
    height: auto;
    align-self: center;
    margin: 0;
  }
}
.delivery-item a {
  align-self: center;
}
.gift-card {
  width: 300px;
  height: auto;
  border: solid 2px #000000;
  border-radius: 2rem;
}
.gift-card:hover,
.gift-card:active {
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s;
}
#contact-us a {
  background-color: #EBEADE;
}
.typography-base {
  font-weight: normal;
  font-style: normal;
}
.display-light {
  font-family: Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
}
.display-light-italic {
  font-family: Cervo-ThinItalic, Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
}
.display-thin {
  font-family: Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
}
.display-thin-italic {
  font-family: Cervo-Thin-Italic, Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
}
.display-regular {
  font-family: Cervo-Light, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
}
.display-regular-italic {
  font-family: Cervo-LightItalic, Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
}
.sans-light {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 300;
}
.sans-light-italic {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 300;
  font-style: italic;
}
.sans-regular {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
}
.sans-regular-italic {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-style: italic;
}
.sans-medium {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 500;
}
.sans-medium-italic {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 500;
  font-style: italic;
}
.sans-bold {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
}
.sans-bold-italic {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-style: italic;
}
.serif-light {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 300;
}
.serif-light-italic {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 300;
  font-style: italic;
}
.serif-regular {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
}
.serif-regular-italic {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-style: italic;
}
.serif-medium {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 500;
}
.serif-medium-italic {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 500;
  font-style: italic;
}
.serif-bold {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
}
.serif-bold-italic {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-style: italic;
}
.handwriting-regular {
  font-family: 'Mali', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
}
.thai {
  font-family: 'Mali';
  font-weight: normal;
}
body,
p,
h1,
h2,
h3,
h4,
li {
  color: #404040;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
body a:link,
p a:link,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
li a:link,
body a:visited,
p a:visited,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
li a:visited {
  color: #404040;
  font-weight: 500;
  text-decoration: none;
}
body a:hover,
p a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
li a:hover,
body a:active,
p a:active,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
li a:active {
  color: #737373;
  text-decoration: none;
  transition: 0.2s;
}
body .text-left,
p .text-left,
h1 .text-left,
h2 .text-left,
h3 .text-left,
h4 .text-left,
li .text-left {
  text-align: left;
}
body .text-center,
p .text-center,
h1 .text-center,
h2 .text-center,
h3 .text-center,
h4 .text-center,
li .text-center {
  text-align: center;
}
body .text-right,
p .text-right,
h1 .text-right,
h2 .text-right,
h3 .text-right,
h4 .text-right,
li .text-right {
  text-align: right;
}
body.bold,
p.bold,
h1.bold,
h2.bold,
h3.bold,
h4.bold,
li.bold,
body .bold,
p .bold,
h1 .bold,
h2 .bold,
h3 .bold,
h4 .bold,
li .bold {
  font-weight: 600;
}
body.white,
p.white,
h1.white,
h2.white,
h3.white,
h4.white,
li.white,
body .white,
p .white,
h1 .white,
h2 .white,
h3 .white,
h4 .white,
li .white {
  color: #EBEADE;
}
body.white a,
p.white a,
h1.white a,
h2.white a,
h3.white a,
h4.white a,
li.white a,
body .white a,
p .white a,
h1 .white a,
h2 .white a,
h3 .white a,
h4 .white a,
li .white a {
  color: #EBEADE;
}
body.discount,
p.discount,
h1.discount,
h2.discount,
h3.discount,
h4.discount,
li.discount,
body .discount,
p .discount,
h1 .discount,
h2 .discount,
h3 .discount,
h4 .discount,
li .discount,
body .alert,
p .alert,
h1 .alert,
h2 .alert,
h3 .alert,
h4 .alert,
li .alert {
  color: #E5761F;
}
body.discount a,
p.discount a,
h1.discount a,
h2.discount a,
h3.discount a,
h4.discount a,
li.discount a,
body .discount a,
p .discount a,
h1 .discount a,
h2 .discount a,
h3 .discount a,
h4 .discount a,
li .discount a,
body .alert a,
p .alert a,
h1 .alert a,
h2 .alert a,
h3 .alert a,
h4 .alert a,
li .alert a {
  color: #E5761F;
}
body.strikethrough,
p.strikethrough,
h1.strikethrough,
h2.strikethrough,
h3.strikethrough,
h4.strikethrough,
li.strikethrough {
  text-decoration: line-through;
}
body.code,
p.code,
h1.code,
h2.code,
h3.code,
h4.code,
li.code,
body .code,
p .code,
h1 .code,
h2 .code,
h3 .code,
h4 .code,
li .code {
  font-variant: small-caps;
  border: 1px dashed #E5761F;
  padding: 0 5px 2px 5px;
  border-radius: 2px;
  letter-spacing: 1px;
  box-sizing: border-box;
}
p {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  animation: fadein 1s 0.5s;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 480px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
p.large {
  font-family: Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 480px) {
  p.large {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media only screen and (min-width: 900px) {
  p.large {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
p a:link,
p a:visited {
  background-image: linear-gradient(to bottom, #FFED90 100%, #FFED90 100%);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 0.25rem 0.25rem;
}
p a:link.button,
p a:visited.button {
  background-image: none!important;
}
p a:hover {
  background-image: none;
}
h1 {
  font-family: Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0rem;
  text-transform: lowercase;
  font-weight: normal;
  animation: fadein 1.5s both;
}
@media only screen and (min-width: 480px) {
  h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
h1.title {
  font-size: 3rem;
  line-height: 3rem;
}
@media only screen and (min-width: 900px) {
  h1.title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
h1.title.white {
  color: #EBEADE;
}
h2,
.h2 {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: lowercase;
  line-height: 1.875rem;
  margin: 1.5rem 0 1.5rem 0;
}
h2.text-bubble,
.h2.text-bubble {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.25rem 0;
  color: #EBEADE;
  text-align: center;
  width: 10rem;
  height: 10rem;
  background-color: #404040;
  border-radius: 5rem;
  line-height: 10rem;
  margin-left: -3rem;
}
@media only screen and (min-width: 480px) {
  h2.text-bubble,
  .h2.text-bubble {
    font-size: 1rem;
  }
}
h2.text-bubble.alt,
.h2.text-bubble.alt {
  color: #FFC539;
}
h2.text-bubble .thai,
.h2.text-bubble .thai {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 480px) {
}
h3,
.h3,
.badge {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.25rem 0;
}
@media only screen and (min-width: 480px) {
  h3,
  .h3,
  .badge {
    font-size: 1rem;
  }
}
h3.alt,
.h3.alt,
.badge.alt {
  color: #FFC539;
}
h3 .thai,
.h3 .thai,
.badge .thai {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
}
h4,
.h4 {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #404040;
}
@media only screen and (min-width: 480px) {
  h4,
  .h4 {
    font-size: 0.896875rem;
    line-height: 1.3125rem;
  }
}
caption {
  font-weight: 600;
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #404040;
}
@media only screen and (min-width: 480px) {
  caption {
    font-size: 0.896875rem;
    line-height: 1.3125rem;
  }
}
.labels {
  font-family: Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 0.05rem;
}
strong {
  font-weight: 600;
}
::selection {
  color: #EBEADE;
  background: #404040;
}
.caption {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #404040;
}
@media only screen and (min-width: 480px) {
  .caption {
    font-size: 0.896875rem;
    line-height: 1.3125rem;
  }
}
.callout {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  text-align: center;
  width: auto;
  float: right;
  padding: 1rem;
}
@media only screen and (min-width: 480px) {
  .callout {
    width: 40%;
  }
}
.callout::before,
.callout::after {
  clear: both;
  display: block;
  font-size: 4rem;
}
.callout::before {
  content: '"';
}
.callout::after {
  content: '"';
  padding: 1rem 0 0 0;
}
.muted {
  color: #999999;
}
ul {
  padding: 0 0 1rem 1.4rem;
  margin: 0 0 1rem 0;
}
ul.compact li {
  border-bottom: none!important;
  padding: 0.125rem 0!important;
}
ul.compact-nobullets li {
  list-style: none;
  margin-left: -1.4rem;
}
ul li {
  list-style-type: square;
  list-style-position: outside;
  border-bottom: 1px solid #404040;
  text-transform: none;
  padding: 0.5rem 0;
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #404040;
}
@media only screen and (min-width: 480px) {
  ul li {
    font-size: 0.896875rem;
    line-height: 1.3125rem;
  }
}
ul li.header {
  list-style: none;
  margin-left: -1.4rem;
  margin-top: 1rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
}
ul.location {
  list-style-image: url('../../images/assets/icon-bullet-location.svg');
}
ul.time {
  list-style-image: url('../../images/assets/icon-bullet-time.svg');
}
ul.date {
  list-style-image: url('../../images/assets/icon-bullet-date.svg');
}
ul.insights li {
  list-style-image: url('../../images/assets/icon-bullet-insight.svg');
}
ul.insights::before {
  content: "Insights";
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.25rem 0;
  margin-left: -1.25rem;
}
@media only screen and (min-width: 480px) {
  ul.insights::before {
    font-size: 1rem;
  }
}
ul.insights::before.alt {
  color: #FFC539;
}
ul.insights::before .thai {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
}
ul.goals li {
  list-style-image: url('../../images/assets/icon-bullet-check.svg');
}
ul.goals::before {
  content: "Goals";
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.25rem 0;
  margin-left: -1.25rem;
}
@media only screen and (min-width: 480px) {
  ul.goals::before {
    font-size: 1rem;
  }
}
ul.goals::before.alt {
  color: #FFC539;
}
ul.goals::before .thai {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
}
ul .rule {
  margin-left: -1.25rem;
}
nav {
  position: fixed;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  box-sizing: border-box;
  display: block;
  z-index: 99;
}
@media only screen and (min-width: 480px) {
  nav {
    margin: 0 0 0 0rem;
  }
}
nav img.logo {
  float: left;
  margin-top: 2rem;
  display: inherit;
  width: 80px;
  height: 34px;
}
nav img.logo img:hover {
  opacity: 0.5;
}
nav ul {
  float: none;
  text-align: right;
  margin-top: 1.5rem;
}
nav li {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  border: 0;
  display: inline-block;
  list-style-type: none;
  padding: 1rem 0.5rem;
  animation: fadein 1s 0s alternate;
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.25rem 0;
  color: #EBEADE;
}
@media only screen and (min-width: 900px) {
  nav li {
    padding: 1rem 1rem;
  }
}
nav li.selected a:link {
  border-bottom: 0.25rem solid #404040;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 480px) {
  nav li.selected a:link {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 900px) {
  nav li.selected a:link {
    padding-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 480px) {
  nav li {
    font-size: 1rem;
  }
}
nav li.alt {
  color: #FFC539;
}
nav li .thai {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
}
nav li a,
nav li a:link,
nav li a:visited {
  color: #EBEADE;
  background-image: none;
}
nav li a:hover,
nav li a:active {
  color: #FFDE2F;
}
nav #simpleNav ul {
  padding: 0;
}
#footerNav {
  background-color: #404040;
  height: auto;
  padding-top: 1rem;
}
#footerNav ul {
  float: none;
  text-align: left;
  padding-left: 4%;
  margin-bottom: 0;
}
#footerNav li {
  font-family: 'Courier New', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  border: 0;
  display: inline-block;
  list-style-type: none;
  padding: 1rem 0.5rem;
  animation: fadein 1s 0s alternate;
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.25rem 0;
}
@media only screen and (min-width: 900px) {
  #footerNav li {
    padding: 1rem 1rem;
  }
}
#footerNav li.selected a:link {
  border-bottom: 0.25rem solid #404040;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 480px) {
  #footerNav li.selected a:link {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 900px) {
  #footerNav li.selected a:link {
    padding-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 480px) {
  #footerNav li {
    font-size: 1rem;
  }
}
#footerNav li.alt {
  color: #FFC539;
}
#footerNav li .thai {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
}
#footerNav li a,
#footerNav li a:link,
#footerNav li a:visited {
  color: #EBEADE;
  background-image: none;
}
#footerNav li a:hover,
#footerNav li a:active {
  color: #FFDE2F;
}
@media only screen and (min-width: 480px) {
  .scrollfx #logoDark {
    display: inherit!important;
    transform: scale(0.8, 0.8);
    transform-origin: left center;
  }
}
.scrollfx #logoLight {
  display: none;
}
.home #logoLight {
  display: none!important;
}
.button-text {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.25rem 0;
}
@media only screen and (min-width: 480px) {
  .button-text {
    font-size: 1rem;
  }
}
.button-text.alt {
  color: #FFC539;
}
.button-text .thai {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
}
.button-medium {
  padding: 1rem;
  margin: 0.5rem 2% 0.5rem 0;
  width: auto;
}
@media only screen and (min-width: 480px) {
  .button-medium {
    padding: 1rem 1rem;
  }
}
.button-small {
  padding: 0.5rem;
  margin: 0.5rem 2% 0.5rem 0;
  letter-spacing: 0;
  text-transform: none;
}
@media only screen and (min-width: 900px) {
  .button-small {
    display: inline-block;
  }
}
.button {
  position: relative;
  display: block;
  box-sizing: content-box;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  z-index: 1;
  -webkit-transition-duration: 0.3s;
  /* Safari */
  transition-duration: 0.3s;
  animation: fadein 1s 0.5s;
  border-radius: 0;
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 0.25rem 0;
}
@media only screen and (min-width: 480px) {
  .button {
    font-size: 1rem;
  }
}
.button.alt {
  color: #FFC539;
}
.button .thai {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 900px) {
  .button {
    display: inline-block;
  }
}
.button.primary {
  border: solid 2px #404040;
  background-color: #404040;
  color: #EBEADE;
  white-space: nowrap;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0);
  padding: 1rem;
  margin: 0.5rem 2% 0.5rem 0;
  width: auto;
}
.button.primary:link,
.button.primary:visited {
  border: solid 2px #404040;
  background-color: #404040;
  color: #EBEADE;
}
.button.primary:hover,
.button.primary:active {
  border-color: #262626;
  background-color: #262626;
  color: #ebeade;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}
@media only screen and (min-width: 480px) {
  .button.primary {
    padding: 1rem 1rem;
  }
}
.button.primary-reverse {
  border: solid 2px #404040;
  background-color: #EBEADE;
  color: #404040;
  white-space: nowrap;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0);
  padding: 1rem;
  margin: 0.5rem 2% 0.5rem 0;
  width: auto;
}
.button.primary-reverse:link,
.button.primary-reverse:visited {
  border: solid 2px #404040;
  background-color: #EBEADE;
  color: #404040;
}
.button.primary-reverse:hover,
.button.primary-reverse:active {
  border-color: #262626;
  background-color: #d8d6be;
  color: #404040;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}
@media only screen and (min-width: 480px) {
  .button.primary-reverse {
    padding: 1rem 1rem;
  }
}
.button.secondary {
  border: solid 2px #404040;
  background-color: rgba(0, 0, 0, 0);
  color: #404040;
  padding: 1rem;
  margin: 0.5rem 2% 0.5rem 0;
  width: auto;
}
.button.secondary:link,
.button.secondary:visited {
  border: solid 2px #404040;
  color: #404040;
}
.button.secondary:hover,
.button.secondary:active {
  border-color: #404040;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0.4rem 0.4rem 0 0 #404040;
}
@media only screen and (min-width: 480px) {
  .button.secondary {
    padding: 1rem 1rem;
  }
}
.button.secondary-reverse {
  border: solid 2px #EBEADE;
  background-color: rgba(0, 0, 0, 0);
  color: #EBEADE;
  padding: 1rem;
  margin: 0.5rem 2% 0.5rem 0;
  width: auto;
}
.button.secondary-reverse:link,
.button.secondary-reverse:visited {
  border: solid 2px #EBEADE;
  color: #EBEADE;
}
.button.secondary-reverse:hover,
.button.secondary-reverse:active {
  border-color: #EBEADE;
  background-color: #404040;
  box-shadow: 0.4rem 0.4rem 0 0 #EBEADE;
}
@media only screen and (min-width: 480px) {
  .button.secondary-reverse {
    padding: 1rem 1rem;
  }
}
.button.primary-small {
  border: solid 2px #404040;
  background-color: #404040;
  color: #EBEADE;
  white-space: nowrap;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0);
  padding: 0.5rem;
  margin: 0.5rem 2% 0.5rem 0;
  letter-spacing: 0;
  text-transform: none;
}
.button.primary-small:link,
.button.primary-small:visited {
  border: solid 2px #404040;
  background-color: #404040;
  color: #EBEADE;
}
.button.primary-small:hover,
.button.primary-small:active {
  border-color: #262626;
  background-color: #262626;
  color: #ebeade;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}
@media only screen and (min-width: 900px) {
  .button.primary-small {
    display: inline-block;
  }
}
.button.secondary-small {
  border: solid 2px #404040;
  background-color: rgba(0, 0, 0, 0);
  color: #404040;
  padding: 0.5rem;
  margin: 0.5rem 2% 0.5rem 0;
  letter-spacing: 0;
  text-transform: none;
}
.button.secondary-small:link,
.button.secondary-small:visited {
  border: solid 2px #404040;
  color: #404040;
}
.button.secondary-small:hover,
.button.secondary-small:active {
  border-color: #404040;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0.4rem 0.4rem 0 0 #404040;
}
@media only screen and (min-width: 900px) {
  .button.secondary-small {
    display: inline-block;
  }
}
.button.secondary-reverse-small {
  border: solid 2px #EBEADE;
  background-color: rgba(0, 0, 0, 0);
  color: #EBEADE;
  padding: 0.5rem;
  margin: 0.5rem 2% 0.5rem 0;
  letter-spacing: 0;
  text-transform: none;
}
.button.secondary-reverse-small:link,
.button.secondary-reverse-small:visited {
  border: solid 2px #EBEADE;
  color: #EBEADE;
}
.button.secondary-reverse-small:hover,
.button.secondary-reverse-small:active {
  border-color: #EBEADE;
  background-color: #404040;
  box-shadow: 0.4rem 0.4rem 0 0 #EBEADE;
}
@media only screen and (min-width: 900px) {
  .button.secondary-reverse-small {
    display: inline-block;
  }
}
.button.order {
  border: solid 2px #FFDE2F;
  background-color: #FFDE2F;
  color: #404040;
  white-space: nowrap;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0);
  padding: 1rem;
  margin: 0.5rem 2% 0.5rem 0;
  width: auto;
}
.button.order:link,
.button.order:visited {
  border: solid 2px #FFDE2F;
  background-color: #FFDE2F;
  color: #404040;
}
.button.order:hover,
.button.order:active {
  border-color: #fbd300;
  background-color: #fbd300;
  color: #404040;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}
@media only screen and (min-width: 480px) {
  .button.order {
    padding: 1rem 1rem;
  }
}
.button.order.nav-mobile {
  margin: 6rem 0;
}
.button.order-small {
  border: solid 2px #404040 !important;
  background-color: #FFED90 !important;
  color: #404040 !important;
  white-space: nowrap !important;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0) !important;
  padding: 0.5rem;
  margin: 0.5rem 2% 0.5rem 0;
  letter-spacing: 0;
  text-transform: none;
}
.button.order-small:link,
.button.order-small:visited {
  border: solid 2px #404040 !important;
  background-color: #FFED90 !important;
  color: #404040 !important;
}
.button.order-small:hover,
.button.order-small:active {
  border-color: #262626 !important;
  background-color: #ffe55d !important;
  color: #404040 !important;
  box-shadow: 0.4rem 0.4rem 0 0 rgba(0, 0, 0, 0.5) !important;
  margin-top: 0.5rem !important;
}
@media only screen and (min-width: 900px) {
  .button.order-small {
    display: inline-block;
  }
}
.button.clear-left {
  clear: left!important;
}
.button.clear-right {
  clear: right!important;
}
.button.float-center {
  float: none;
  margin: 0.5rem 2% 0.5rem 2%;
}
.button.float-right {
  float: right;
}
.button.full-width {
  display: block;
}
.button div {
  display: inline;
}
.button img {
  padding-right: 1rem;
  margin-top: -1px;
  display: inline;
  vertical-align: text-top;
}
@media only screen and (min-width: 480px) {
  .button {
    width: auto;
    clear: none;
  }
}
@media only screen and (min-width: 900px) {
  .button {
    min-width: 100px;
  }
}
a.button-link {
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (min-width: 900px) {
  a.button-link {
    white-space: nowrap;
  }
}
a.button-link::after {
  background: transparent url(../../images/assets/button-link.svg) no-repeat;
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem -0.4rem 0.5rem;
  padding: 0;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 10px;
  top: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
}
.lity-iframe-container {
  width: 100%;
  height: 100vh;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-hide {
  display: none;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bgZoomIn {
  from {
    background-size: auto 100%;
  }
  to {
    background-size: auto 110%;
  }
}
@keyframes bgZoomOut {
  from {
    background-size: auto 110%;
  }
  to {
    background-size: auto 100%;
  }
}
.center-v {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.shadow-card {
  box-shadow: 0 2rem 7rem -2rem #666666;
}
.shadow-card-light {
  box-shadow: 0 2rem 7rem -2rem #cccccc;
}
.shadow-card-dark {
  box-shadow: 0 2rem 7rem -2rem #000000;
}
.box-border {
  border: 3px solid #404040;
  background: #EBEADE;
}
html {
  background-color: #FFED90;
}
body {
  background-color: #EBEADE;
  margin: 0;
}
.brand {
  color: #FFDE2F;
  background-color: #FFDE2F !important;
}
.brand-text {
  color: #FFC539;
  background-color: #FFC539 !important;
}
.brand-light {
  color: #FFED90;
  background-color: #FFED90 !important;
}
.highlight1 {
  color: #E88700;
  background-color: #E88700 !important;
}
.charcoal {
  color: #404040;
  background-color: #404040 !important;
}
.highlight2 {
  color: #E5761F;
  background-color: #E5761F !important;
}
.bg-greylight {
  background-color: #cccccc;
}
.bg-greymedium {
  background-color: #999999;
}
.bg-black {
  background-color: #404040;
}
.alert-text {
  color: #E88700;
}
.swatch {
  height: 100px;
  margin-bottom: 3px;
}
.rule {
  height: 1rem;
  width: 100%;
  margin: 1rem 0 1rem 0;
  clear: both;
  background-color: #404040;
  animation: rules 0.4s 0.5s cubic-bezier(0, 1, 0.87, 0.96), fadein 0.4s 0.5s linear both;
}
.rule.thick {
  height: 1.5rem;
}
.rule.thin {
  height: 0.25rem;
}
.rule.hairline {
  height: 1px;
}
.rule.wide {
  width: 50%;
  max-width: 256px;
}
.rule.narrow {
  width: 10%;
  max-width: 128px;
}
.rule.diagonal {
  transform: rotate(-45deg);
  transform-origin: 0% 100%;
}
.rule ~ * {
  clear: left;
}
/* Images */
img {
  width: 100%;
  height: auto;
}
img .fluid-mobile {
  width: 100%;
  height: auto;
}
img.icon {
  width: 6rem;
  height: auto;
}
.full-width {
  margin: 5% -5.556%;
}
@media only screen and (min-width: 480px) {
  .full-width {
    margin: 5% -5.556%;
  }
}
@media only screen and (min-width: 900px) {
  .full-width {
    margin: 5% -15.789%;
  }
}
@media only screen and (min-width: 1320px) {
}
.full-width div + img {
  width: 100%;
  height: auto;
  padding: 0 5%;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .full-width div + img {
    min-width: 500px;
    max-width: 800px;
    width: 110%;
    padding: 0;
  }
}
.full-width .image-container {
  margin: 0;
  padding: 0!important;
  box-sizing: border-box;
  overflow: hidden;
}
.full-width .image-container .caption {
  display: block;
  padding: 1rem 5% 2rem 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .full-width .image-container .caption {
    padding: 1rem 5% 2rem 0;
  }
}
.full-width .image-container .image {
  width: auto;
  height: 20rem;
  background-size: cover;
  background-position: center;
  background-color: #999999;
  position: relative;
  margin-top: 2rem;
}
@media only screen and (min-width: 480px) {
  .full-width .image-container .image {
    height: 24rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 900px) {
  .full-width .image-container .image {
    height: 32rem;
  }
}
@media only screen and (min-width: 1320px) {
}
@media only screen and (min-width: 480px) {
  .full-width .image-container .image.tall {
    height: 32rem;
  }
}
@media only screen and (min-width: 900px) {
  .full-width .image-container .image.tall {
    height: 48rem!important;
  }
}
.full-width .image-container .image img {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  display: block;
}
.full-width .text {
  padding: 0 5%;
}
#cardWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cardWrapper .off {
  display: none!important;
}
.card-creator {
  position: relative;
  background-color: #EBEADE;
  margin-bottom: 4rem;
  display: block;
  transition: 0.5s;
  width: 100%;
  box-sizing: border-box;
}
.card {
  position: relative;
  background-color: #EBEADE;
  margin-bottom: 4rem;
  display: block;
  transition: 0.5s;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #404040;
  background: #EBEADE;
  padding: 5%;
}
.card.alt {
  padding: 0!important;
}
.card.alt.shadow {
  box-shadow: 0 2rem 7rem -2rem #666666;
}
.card.alt.hover:hover {
  cursor: pointer;
  margin-top: -0.5rem;
  margin-bottom: 4.5rem;
}
.card.alt:hover .card-image {
  animation: bgZoomIn 0.4s ease forwards;
}
.card.alt .card-image {
  position: relative;
  width: 100%;
  height: 16rem;
  background-color: #999999;
  background-size: cover;
  background-position: center;
  animation: bgZoomOut 0.4s ease forwards;
}
.card.alt .card-title {
  position: absolute;
  z-index: 49;
  padding: 0 5% 0 5%;
  left: 0;
  bottom: 0;
}
.card.alt .card-title > h2,
.card.alt .card-title h3 {
  color: #EBEADE;
  text-shadow: 0 0 0.5rem rgba(64, 64, 64, 0.3);
}
.card.alt .card-gradient {
  position: relative;
  width: 100%;
  padding-top: 10rem;
  z-index: 48;
  height: 6rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.card.alt .card-content {
  padding: 5%;
}
.card.alt .card-action {
  padding: 0 5% 5% 5%;
}
.card.alt .card-footer {
  padding: 0.1rem 5%;
}
.card.alt .card-footer div,
.card.alt .card-footer p {
  float: left;
  font-family: Cervo-Thin, "Helvetica Neue", Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 0.05rem;
}
.card.alt .card-footer div:last-child,
.card.alt .card-footer p:last-child {
  float: right;
  text-align: right;
}
.card.tight {
  border-width: 1px!important;
}
.card.tight .card-content {
  padding: 10% !important;
}
.card.tight .card-action {
  padding: 0 10% 10% 10% !important;
}
.card.tight .card-footer {
  padding: 0.1rem 10% !important;
}
@media only screen and (min-width: 480px) {
  .card.tight {
    width: 47%;
  }
}
@media only screen and (min-width: 900px) {
  .card.tight {
    width: 32%;
  }
}
@media only screen and (min-width: 480px) {
  .card.loose {
    width: 45%;
  }
}
.feature {
  padding-top: 5%;
  margin: 0!important;
}
.feature h3.thai {
  line-height: 1.5rem;
}
@media only screen and (min-width: 900px) {
  .feature h3.thai {
    margin-top: -1.5rem;
  }
}
.notice {
  border-color: #FFDE2F;
  border-width: 0;
  border-style: solid;
  background-color: #FFDE2F;
  text-align: center;
  padding: 2rem!important;
}
.notice p,
.notice h1,
.notice h2,
.notice h3,
.notice h4 {
  color: #404040;
}
.notice a {
  color: #404040;
}
.notice p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.notice.valentine {
  background-color: #F4537A;
}
.notice.alert {
  border-color: #404040;
  border-width: 0;
  border-style: solid;
  background-color: #404040;
}
.notice.alert p,
.notice.alert h1,
.notice.alert h2,
.notice.alert h3,
.notice.alert h4 {
  color: #EBEADE;
}
.notice.alert a {
  color: #EBEADE;
}
.notice.alert a {
  color: #EBEADE !important;
}
.notice.alt {
  border-color: #404040;
  border-width: 1px;
  border-style: solid;
  background-color: #EBEADE;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0.125rem 0.125rem 0 0 rgba(64, 64, 64, 0.95);
}
.notice.alt p,
.notice.alt h1,
.notice.alt h2,
.notice.alt h3,
.notice.alt h4 {
  color: #404040;
}
.notice.alt a {
  color: #404040;
}
.notice.alt2 {
  border-color: #404040;
  border-width: 2px;
  border-style: solid;
  background-color: #EBEADE;
  max-width: 400px;
  margin: 0 auto;
  border-style: dashed!important;
}
.notice.alt2 p,
.notice.alt2 h1,
.notice.alt2 h2,
.notice.alt2 h3,
.notice.alt2 h4 {
  color: #404040;
}
.notice.alt2 a {
  color: #404040;
}
.scrollfx {
  animation: fadein 1.5s both;
  display: none!important;
}
.scrollfx li.selected {
  display: initial;
}
.scrollfx img.logo {
  margin-top: 1rem;
}
#logoDark {
  display: none!important;
}
footer {
  padding: 3rem 5%;
  background-color: #404040;
}
footer .grid {
  margin: 0;
}
footer p {
  font-family: 'aktiv-grotesk', "Helvetica Neue", Arial, Sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #404040;
}
@media only screen and (min-width: 480px) {
  footer p {
    font-size: 0.896875rem;
    line-height: 1.3125rem;
  }
}
footer p,
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #EBEADE;
}
footer p a:link,
footer h1 a:link,
footer h2 a:link,
footer h3 a:link,
footer h4 a:link,
footer p a:visited,
footer h1 a:visited,
footer h2 a:visited,
footer h3 a:visited,
footer h4 a:visited {
  background: none;
  color: #EBEADE;
}
footer p a:hover,
footer h1 a:hover,
footer h2 a:hover,
footer h3 a:hover,
footer h4 a:hover {
  color: #FFDE2F;
}
div.contact {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto!important;
}
div.contact iframe {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border: 0;
  margin-top: -100px;
}
.badge {
  width: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 188;
  box-shadow: -0.0625rem -0.0625rem 0 0 #e6e6e6;
  background-color: #404040;
  bottom: -2rem;
  margin-left: 5%;
  color: #EBEADE;
  line-height: 4rem;
  padding: 0;
  text-align: center;
}
#homephoto {
  width: 100vw;
  height: 100vh;
  left: 60%;
  top: 0;
  background-image: url("../../images/food/red-curry_2400.jpg");
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: 45% 20%;
  background-origin: content-box;
  opacity: 0.4;
  z-index: -99;
  position: fixed;
  -webkit-filter: url('css/filters.svg#aquamarine');
  animation: homephoto 1s 1s both;
}
@media only screen and (min-width: 900px) {
  #homephoto {
    width: 100vw;
    height: 70vh;
    left: 50%;
    background-size: 60%;
    background-position: 30% 20%;
  }
}
@keyframes homephoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.hide {
  display: none;
}
@media only screen and (min-width: 480px) {
  .hide.mobile {
    display: initial;
  }
}
@media only screen and (min-width: 900px) {
  .hide.tablet {
    display: initial;
  }
}
@media only screen and (min-width: 1320px) {
  .hide.desktop {
    display: initial;
  }
}
.show {
  display: initial!important;
}
@media only screen and (min-width: 480px) {
  .show.mobile {
    display: none!important;
  }
}
@media only screen and (min-width: 900px) {
  .show.tablet {
    display: none!important;
  }
}
@media only screen and (min-width: 1320px) {
  .show.desktop {
    display: none!important;
  }
}
.nowrap {
  white-space: nowrap;
}
.divider-s {
  margin-top: 0.75rem;
}
@media only screen and (min-width: 480px) {
  .divider-s {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .divider-s {
    margin-top: 2.25rem;
  }
}
.divider-m {
  margin-top: 1rem;
}
@media only screen and (min-width: 480px) {
  .divider-m {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 900px) {
  .divider-m {
    margin-top: 3rem;
  }
}
.divider-l {
  margin-top: 2rem;
}
@media only screen and (min-width: 480px) {
  .divider-l {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 900px) {
  .divider-l {
    margin-top: 6rem;
  }
}
.clearfix::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@keyframes rules {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
