html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto", Helvetica, "Microsoft JhengHei", Arial, Verdana, sans-serif;
  color: #333333;
  background: transparent;
}

body {
  background: white;
}

.container {
  *zoom: 1;
  max-width: 976px;
  max-width: 61rem;
  _width: 976px;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  min-height: 200px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.title-container {
  margin: 100px 20px;
}

.logo-img {
  display: block;
  margin: 20px 0;
}

.alert {
  cursor: pointer;
}

.normal-margin-bottom {
  margin-bottom: 20px;
}

.landing-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  background: url(http://s3.amazonaws.com/eztable-static/asset/event/birthday/kv2.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.avatar {
  display: inline-block;
  width: 150px;
  padding: 2px;
  background: #dddddd;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.avatar.transparent {
  background: transparent;
}

.coupon-text {
  display: inline-block;
  padding: 10px 80px;
  margin: 10px 0;
  background: rgba(73, 23, 23, 0.6);
  color: white;
  font-size: 3rem;
  text-shadow: 1px 1px 1px #666666;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.bottom-spacing {
  margin-bottom: 80px;
}

.landing-section {
  position: relative;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  text-shadow: 1px 1px 1px #666666;
}
.landing-section .title {
  font-size: 3rem;
}
.landing-section .logo {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.landing-section .smaillText {
  font-size: 0.8rem;
  margin-top: 10px;
}
.landing-section.default-page {
  padding: 50px 0;
}

.scroll {
  padding: 20px 0;
  cursor: pointer;
}

.arrow {
  position: relative;
  display: block;
  margin: 8px auto;
  width: 22px;
  height: 14px;
  background: transparent url(http://s3.amazonaws.com/eztable-static/asset/event/winter-itf/ITF-Arrow.png) no-repeat;
  -webkit-background-size: 22px;
  background-size: 22px;
  -moz-animation: scroll-arrow 4s infinite ease;
  -webkit-animation: scroll-arrow 4s infinite ease;
  animation: scroll-arrow 4s infinite ease;
}

@-moz-keyframes scroll-arrow {
  0% {
    top: -10px;
    opacity: 0;
  }

  20% {
    top: 0;
    opacity: 1;
  }

  80% {
    top: 0;
    opacity: 1;
  }

  100% {
    top: 10px;
    opacity: 0;
  }
}
@-webkit-keyframes scroll-arrow {
  0% {
    top: -10px;
    opacity: 0;
  }

  20% {
    top: 0;
    opacity: 1;
  }

  80% {
    top: 0;
    opacity: 1;
  }

  100% {
    top: 10px;
    opacity: 0;
  }
}
@keyframes scroll-arrow {
  0% {
    top: -10px;
    opacity: 0;
  }

  20% {
    top: 0;
    opacity: 1;
  }

  80% {
    top: 0;
    opacity: 1;
  }

  100% {
    top: 10px;
    opacity: 0;
  }
}
.main-description {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 80px;
}

.app-abstract {
  padding: 0 20px;
}

.app-introduction {
  position: relative;
  padding: 30px 20px;
}
.app-introduction p {
  margin: 0;
}
.app-introduction:nth-child(2n+1) .first {
  width: 66.66667%;
  float: right;
  margin-right: 0;
  *margin-left: 0px;
  display: inline;
  padding: 0 30px;
}
.app-introduction:nth-child(2n+1) .second {
  width: 33.33333%;
  float: left;
  margin-right: 0%;
  display: inline;
}
.app-introduction:nth-child(2n+1) .desk-centered.first {
  right: 0;
  padding: 0 30px;
  padding-left: 100px;
}
.app-introduction:nth-child(2n) .first {
  width: 58.33333%;
  float: left;
  margin-right: 0%;
  display: inline;
}
.app-introduction:nth-child(2n) .second {
  width: 33.33333%;
  float: right;
  margin-right: 0;
  *margin-left: 0px;
  display: inline;
}
.app-introduction .desk-centered {
  position: absolute;
  top: 50%;
  margin-top: -70px;
}
.app-introduction .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.app-introduction .description {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #777777;
  margin-bottom: 20px;
}
.app-introduction .smallText {
  font-size: 0.8rem;
  color: #777777;
  margin-bottom: 10px;
}
.app-introduction .btn-border-red {
  padding: 10px 15px;
  border: 1px solid;
  color: #f04e2f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.app-introduction .btn-border-red:hover {
  background: rgba(255, 255, 255, 0.7);
}
.app-introduction .download-cta {
  font-size: 1.2rem;
}

.restaurant-container {
  position: relative;
  padding: 20px;
  background: #ededed;
}
.restaurant-container .title-container {
  padding: 0 10px;
  margin: 30px 0;
}
.restaurant-container .title-container .title {
  font-size: 36px;
  color: black;
  margin-bottom: 10px;
}
.restaurant-container .description-item:nth-child(1):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Step 1. ";
  font-size: inherit;
  font-weight: 100;
}
.restaurant-container .description-item:nth-child(2):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Step 2. ";
  font-size: inherit;
  font-weight: 100;
}
.restaurant-container .description-item:nth-child(3):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Step 3. ";
  font-size: inherit;
  font-weight: 100;
}
.restaurant-container .comment {
  font-size: 12px;
}
.restaurant-container .more {
  margin-bottom: 10px;
  text-align: center;
}
.restaurant-container .more a {
  color: #f04e2f;
}

.inner-container {
  max-width: 1116px;
  width: 100%;
  margin: 0 auto;
}

.items {
  text-align: center;
}

.item {
  width: 200px;
  height: 200px;
  margin: 10px;
  float: left;
  overflow: hidden;
  text-decoration: none;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px #dddddd, 0 0 0 3px transparent;
  -webkit-box-shadow: 0 0 3px #dddddd, 0 0 0 3px transparent;
  box-shadow: 0 0 3px #dddddd, 0 0 0 3px transparent;
}
.item:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0 0 0 1px #f04e2f, 0 0 0 3px #f04e2f;
  -webkit-box-shadow: 0 0 0 1px #f04e2f, 0 0 0 3px #f04e2f;
  box-shadow: 0 0 0 1px #f04e2f, 0 0 0 3px #f04e2f;
}
.item .restaurant-img {
  height: 100px;
  overflow: hidden;
}
.item .restaurant-img img {
  display: block;
  width: 100%;
}
.item .restaurant-detail {
  padding: 15px;
  text-align: left;
}

.ez-red {
  color: #f04e2f;
}

.event-introduction {
  max-width: 976px;
  max-width: 61rem;
  margin: 0 auto;
  padding: 40px 20px;
}
.event-introduction .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.event-introduction .content {
  line-height: 1.2rem;
  font-size: 0.8rem;
}
.event-introduction .content .title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.event-introduction .content .description {
  margin-bottom: 5px;
  color: #666666;
  text-align: justify;
}

.sharing-section {
  position: relative;
  width: 80%;
  margin: -60px auto 60px auto;
  padding: 30px 20px;
  background: white;
  -moz-box-shadow: 0 0 8px -2px #cccccc;
  -webkit-box-shadow: 0 0 8px -2px #cccccc;
  box-shadow: 0 0 8px -2px #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.sharing-section .description {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #666666;
}

.unstyled {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
}

.invite-link {
  width: 50%;
  padding: 10px;
  border: 1px solid #dddddd;
  font-size: 1.5rem;
  font-weight: 100;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.share-btns {
  font-size: 0;
  margin-top: 20px;
}

.share-btn {
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.share-btn .icon {
  display: inline-block;
  width: 40px;
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid white;
}
.share-btn .btn-text {
  display: table-cell;
  padding: 10px;
  width: 100%;
}
.share-btn.facebook {
  background: #3b5998;
}
.share-btn.twitter {
  background: #64bbf1;
}
.share-btn.weibo {
  background: #e81e31;
}
.share-btn.mail {
  background: #4d4d4d;
}

.grid-item-1_4 {
  display: inline-block;
  width: 25%;
  padding-left: 10px;
  font-size: 1rem;
}

.inline-group {
  display: table;
}

.btn {
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn.bg-red {
  background: #f04e2f;
  color: #fffffe;
}
.btn.bg-red:hover {
  background: black;
}

.download-cta {
  text-decoration: none;
}

.pc-download-cta {
  cursor: pointer;
}

.img-container {
  display: block;
}
.img-container img {
  display: block;
}

.bg-white {
  background: white;
}

.bg-gray {
  background: #ededed;
}

.ez-white {
  color: #fffffe;
}

.text-centered {
  text-align: center;
}

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

.text-centered {
  text-align: center;
}

.success {
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid transparent;
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  cursor: pointer;
}
.success .close {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.send-sms-form,
.send-ios-sms-form {
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.send-sms-form .unstyled,
.send-ios-sms-form .unstyled {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
}
.send-sms-form input,
.send-ios-sms-form input {
  width: 100%;
}
.send-sms-form .phone,
.send-ios-sms-form .phone {
  font-size: 18px;
  padding: 10px;
  margin-bottom: 10px;
}
.send-sms-form .title,
.send-ios-sms-form .title {
  font-size: 24px;
  color: white;
}
.send-sms-form .error,
.send-ios-sms-form .error {
  display: block;
  padding: 8px;
  font-size: inherit;
  border: 1px solid transparent;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.send-sms-form .submit-btn,
.send-ios-sms-form .submit-btn {
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background: #f04e2f;
  color: #fffffe;
}
.send-sms-form .submit-btn:hover,
.send-ios-sms-form .submit-btn:hover {
  background: black;
}
.send-sms-form .img-container img,
.send-ios-sms-form .img-container img {
  display: block;
  width: 100%;
}
.send-sms-form .sub,
.send-ios-sms-form .sub {
  font-size: 18px;
  line-height: 1.5;
  color: white;
}
.send-sms-form .loading-img,
.send-ios-sms-form .loading-img {
  max-width: 50px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.send-sms-form .margin-bottom-big,
.send-ios-sms-form .margin-bottom-big {
  margin-bottom: 25px;
}
.send-sms-form .margin-bottom-normal,
.send-ios-sms-form .margin-bottom-normal {
  margin-bottom: 20px;
}
.send-sms-form .margin-bottom-smaller,
.send-ios-sms-form .margin-bottom-smaller {
  margin-bottom: 10px;
}

.bg-ios-image {
  background: url(http://s3.amazonaws.com/eztable-static/asset/app_landing_page/b-app/bg2.jpg) no-repeat;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 1px gray;
}

.send-ios-container {
  max-width: 500px;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}
.send-ios-container .title {
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 20px;
}
.send-ios-container .description {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.send-ios-container .success {
  color: #68ade7;
}
.send-ios-container .phone {
  border: 1px solid #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.bg-white {
  background: white;
}

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

  .title-container {
    margin: 80px 20px;
  }

  .sharing-section {
    width: 100%;
  }

  .invite-link {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .landing-section .bottom-container,
  .landing-section .title-container {
    padding: 0 20px;
  }

  .grid-item-1_4 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .title-container {
    margin: 45px 0;
  }

  .avatar {
    width: 100px;
  }

  .landing-section .logo {
    padding: 10px 0;
  }

  .coupon-text {
    font-size: 1.5rem;
    padding: 8px 50px;
  }

  .normal-margin-bottom {
    margin-bottom: 10px;
  }

  .download-cta {
    font-size: 1.3rem;
    padding: 10px 0;
    width: 80%;
    margin: 20px auto;
  }

  .landing-section .description {
    padding: 5px 0;
    font-size: 1.1rem;
  }
  .landing-section .title {
    font-size: 2rem;
  }

  .scroll {
    padding: 10px 0;
  }

  .restaurant-container .title-container .title {
    font-size: 1.4rem;
  }

  .item {
    min-height: 0;
    width: 100%;
    float: left;
    margin-right: 0%;
    display: inline;
    margin-right: -100%;
  }
  .item:nth-child(1n + 1) {
    margin-left: 0%;
    clear: left;
  }
  .item .restaurant-img {
    height: 150px;
  }

  .app-introduction:nth-child(2n+1) .first,
  .app-introduction:nth-child(2n+1) .second, .app-introduction:nth-child(2n) .first,
  .app-introduction:nth-child(2n) .second {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: 0px;
    display: inline;
  }
  .app-introduction:nth-child(2n+1) .desk-centered.first, .app-introduction:nth-child(2n) .desk-centered.first {
    padding: 0 20px;
  }

  .app-introduction .desk-centered {
    position: relative;
    margin-top: 0;
    padding: 30px;
    text-align: center;
  }

  .app-introduction .img-container {
    max-width: 250px;
    margin: 0 auto;
  }

  .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .landing-section.default-page {
    padding: 0;
  }
}
.red-download-cta {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 10px 50px;
  border: 0;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  background: #f26247;
  border-bottom: 1px solid #dc3110;
  -moz-box-shadow: 0 2px #dc3110;
  -webkit-box-shadow: 0 2px #dc3110;
  box-shadow: 0 2px #dc3110;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.red-download-cta:hover {
  -moz-box-shadow: 0 6px #dc3110;
  -webkit-box-shadow: 0 6px #dc3110;
  box-shadow: 0 6px #dc3110;
  top: -3px;
}
.red-download-cta:active {
  top: 1px;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cta-container {
  margin-top: 20px;
}

.fix-bottom-button {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: #f04e2f;
  color: white;
  font-weight: 100;
  text-align: center;
}
