
.magic-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.container.vertical-align {
  overflow: hidden;
}
.block {
  display: block;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1050px;
}
.has-button {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1050px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.row {
  margin-left: -7px;
  margin-right: -7px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}
.col-xs-16 {
  width: 100%;
}
.col-xs-15 {
  width: 93.75%;
}
.col-xs-14 {
  width: 87.5%;
}
.col-xs-13 {
  width: 81.25%;
}
.col-xs-12 {
  width: 75%;
}
.col-xs-11 {
  width: 68.75%;
}
.col-xs-10 {
  width: 62.5%;
}
.col-xs-9 {
  width: 56.25%;
}
.col-xs-8 {
  width: 50%;
}
.col-xs-7 {
  width: 43.75%;
}
.col-xs-6 {
  width: 37.5%;
}
.col-xs-5 {
  width: 31.25%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-3 {
  width: 18.75%;
}
.col-xs-2 {
  width: 12.5%;
}
.col-xs-1 {
  width: 6.25%;
}
.col-xs-pull-16 {
  right: 100%;
}
.col-xs-pull-15 {
  right: 93.75%;
}
.col-xs-pull-14 {
  right: 87.5%;
}
.col-xs-pull-13 {
  right: 81.25%;
}
.col-xs-pull-12 {
  right: 75%;
}
.col-xs-pull-11 {
  right: 68.75%;
}
.col-xs-pull-10 {
  right: 62.5%;
}
.col-xs-pull-9 {
  right: 56.25%;
}
.col-xs-pull-8 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 43.75%;
}
.col-xs-pull-6 {
  right: 37.5%;
}
.col-xs-pull-5 {
  right: 31.25%;
}
.col-xs-pull-4 {
  right: 25%;
}
.col-xs-pull-3 {
  right: 18.75%;
}
.col-xs-pull-2 {
  right: 12.5%;
}
.col-xs-pull-1 {
  right: 6.25%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-16 {
  left: 100%;
}
.col-xs-push-15 {
  left: 93.75%;
}
.col-xs-push-14 {
  left: 87.5%;
}
.col-xs-push-13 {
  left: 81.25%;
}
.col-xs-push-12 {
  left: 75%;
}
.col-xs-push-11 {
  left: 68.75%;
}
.col-xs-push-10 {
  left: 62.5%;
}
.col-xs-push-9 {
  left: 56.25%;
}
.col-xs-push-8 {
  left: 50%;
}
.col-xs-push-7 {
  left: 43.75%;
}
.col-xs-push-6 {
  left: 37.5%;
}
.col-xs-push-5 {
  left: 31.25%;
}
.col-xs-push-4 {
  left: 25%;
}
.col-xs-push-3 {
  left: 18.75%;
}
.col-xs-push-2 {
  left: 12.5%;
}
.col-xs-push-1 {
  left: 6.25%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-16 {
  margin-left: 100%;
}
.col-xs-offset-15 {
  margin-left: 93.75%;
}
.col-xs-offset-14 {
  margin-left: 87.5%;
}
.col-xs-offset-13 {
  margin-left: 81.25%;
}
.col-xs-offset-12 {
  margin-left: 75%;
}
.col-xs-offset-11 {
  margin-left: 68.75%;
}
.col-xs-offset-10 {
  margin-left: 62.5%;
}
.col-xs-offset-9 {
  margin-left: 56.25%;
}
.col-xs-offset-8 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 43.75%;
}
.col-xs-offset-6 {
  margin-left: 37.5%;
}
.col-xs-offset-5 {
  margin-left: 31.25%;
}
.col-xs-offset-4 {
  margin-left: 25%;
}
.col-xs-offset-3 {
  margin-left: 18.75%;
}
.col-xs-offset-2 {
  margin-left: 12.5%;
}
.col-xs-offset-1 {
  margin-left: 6.25%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-1-3 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.col-xs-5-16 {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.col-xs-7-16 {
  position: relative;
  float: left;
  width: 14.28571429%;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-1-3 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-sm-5-16 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-sm-7-16 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-1-3 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-5-16 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-7-16 {
    float: left;
    width: 14.28571429%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-1-3 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-md-5-16 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-md-7-16 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-1-3 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-5-16 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-7-16 {
    float: left;
    width: 14.28571429%;
  }
}
@media (min-width: 1100px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-1-3 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-lg-5-16 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-lg-7-16 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1100px) and (min-width: 1100px) {
  .col-lg-1-3 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1100px) and (min-width: 1100px) {
  .col-lg-5-16 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1100px) and (min-width: 1100px) {
  .col-lg-7-16 {
    float: left;
    width: 14.28571429%;
  }
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}



.module {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  -: ;padding-top: 112px;
  -: ;padding-top: 7rem;
  -: ;padding-bottom: 112px;
  -: ;padding-bottom: 7rem;
}
.module-title {
  display: inline-block;
  text-transform: uppercase;
  -: ;margin-bottom: 51.2px;
  -: ;margin-bottom: 3.2rem;
  -: ;padding-bottom: 24px;
  -: ;padding-bottom: 1.5rem;
}
.module-title small {
  -: ;margin-left: 44.8px;
  -: ;margin-left: 2.8rem;
  -: ;font-size: 28.8px;
  -: ;font-size: 1.8rem;
  -: ;line-height: 35.2px;
  -: ;line-height: 2.2rem;
  /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.module-sticker {
  margin-top: 0;
  float: left;
  position: absolute;
  display: inline-block;
  -: ;line-height: 68.8px;
  -: ;line-height: 4.3rem;
  -: ;top: -67.2px;
  -: ;top: -4.2rem;
  -: ;padding-left: 32px;
  -: ;padding-left: 2rem;
  -: ;padding-right: 32px;
  -: ;padding-right: 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  _: 0 ; -webkit-border-bottom-right-radius: 0px;
  _: 0 ; -khtml-border-bottom-right-radius: 0px;
  _: 0 ; -moz-border-bottom-right-radius: 0px;
  _: 0 ; -o-border-bottom-right-radius: 0px;
  _: 0 ; border-bottom-right-radius: 0px;
  _: 0 ; -webkit-border-bottom-left-radius: 0px;
  _: 0 ; -khtml-border-bottom-left-radius: 0px;
  _: 0 ; -moz-border-bottom-left-radius: 0px;
  _: 0 ; -o-border-bottom-left-radius: 0px;
  _: 0 ; border-bottom-left-radius: 0px;
}
.module-sticker i {
  margin-right: 10px;
}
.module-sticker.green {
  background: #60ae41;
  color: #ffffff;
}
.module-sticker.white {
  background: #fefefe;
  color: #60ae41;
}
.module-bg {
  position: absolute;
  width: 1944px;
  height: 100%;
  left: 50%;
  margin-left: -972px;
  z-index: 0;
  top: 0;
}
/**
Modal Dialog
*/
.modal-box {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.modal-box.fullscreen {
  position: fixed;
  top: 0;
}
.modal-box .content {
  height: 100%;
}
.modal-box a.icon-cancel {
  right: 0;
  margin: 25px;
  width: 54px;
  height: 54px;
  position: absolute;
  display: block;
  color: #fff;
  z-index: 15;
}
/**
Colors
*/
body{font-family:"微软雅黑";}
.green {
  color: #60ae41;
}
.darkgreen {
  color: #373634;
  
}
.hovergreen {
  color: #428f24;
}
.white {
  color: #ffffff;
}
.limegreen {
  color: #9dc22e;
}
.orange {
  color: #f27235;
}
.darkorange {
  color: #d95a30;
}
.red {
  color: #c52d20;
}
.darkred {
  color: #660000;
}
.pinkred {
  color: #d1354a;
}
.yellow {
  color: #f0b531;
}
.brown {
  color: #802f00;
}
.darkorange {
  color: #d95a30;
}
.blue {
  color: #0e90ff;
}
.pink {
  color: #f7545a;
}
.blueberry {
  color: #1d529c;
}
/**
Dots
*/
.dots-bottom-white {
  background: url("../img/nav-dotts.png"/*tpa=http://www.tai-liang.com/Public/Home/img/nav-dotts.png*/) center bottom 0px repeat-x;
}
.dots-bottom-green {
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-green-large {
  background: url("../img/dotts-green-large.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-large.png*/) center bottom 0px repeat-x;
}
.dots-bottom-dark-green {
  background: url("../img/dotts-dark-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-green-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-darkgreen {
  background: url("../img/dotts-dark-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-green-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-limegreen {
  background: url("../img/dotts-light-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-light-green-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-light-green {
  background: url("../img/dotts-light-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-light-green-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-pinkred {
  background: url("../img/dotts-pink-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-pink-red-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-red,
.dots-bottom-darkred {
  background: url("../img/dotts-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-red-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-darkorange,
.dots-bottom-orange {
  background: url("../img/dotts-orange-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-yellow {
  background: url("../img/dotts-yellow-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-yellow-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-brown {
  background: url("../img/dotts-brown-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-brown-across.png*/) center bottom 0px repeat-x;
}
.dots-bottom-green-downwards {
  background: url("../img/dotts-green-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-down.png*/) right 0px repeat-y;
}
.dots-bottom-green-downwards.right {
  background: url("../img/dotts-green-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-down.png*/) right 0px repeat-y;
}
.dots-top-green {
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) center top 0px repeat-x;
}
.dots-top-white {
  background: url("../img/dotts-white-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-white-across.png*/) center top 0px repeat-x;
}
/**
Layout
*/
body.overflow-hidden {
  overflow: hidden;
}
.block {
  display: block;
}
.height100 {
  height: 100%;
}
.inline-block {
  display: inline-block;
}
.nomarginleft {
  -: ;margin-left: 0px;
  -: ;margin-left: 0rem;
}
.gridnopadding {
  -: ;padding-left: 0px;
  -: ;padding-left: 0rem;
  -: ;padding-right: 0px;
  -: ;padding-right: 0rem;
}
.nopadding {
  -: ;padding-top: 0px;
  -: ;padding-top: 0rem;
  -: ;padding-bottom: 0px;
  -: ;padding-bottom: 0rem;
}
.nopaddingtop {
  -: ;padding-top: 0px;
  -: ;padding-top: 0rem;
  padding-top: 0 !important;
}
.nopaddingbottom {
  -: ;padding-bottom: 0px;
  -: ;padding-bottom: 0rem;
  padding-bottom: 0 !important;
}
.nopaddingleft {
  -: ;padding-left: 0px;
  -: ;padding-left: 0rem;
}
.nopadding-right {
  padding-right: 0 !important;
}
.position-bottom {
  position: absolute;
  bottom: 0;
}
.padding40 {
  padding: 40px 0;
}
.padding15 {
  padding: 15px 0;
}
.padding20 {
  padding: 20px 0;
}
.padding30 {
  padding: 30px 0;
}
.padding-sides20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top40 {
  padding-top: 40px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.margin20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-top80 {
  margin-top: 80px;
}
.margin-top20 {
  margin-top: 20px;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-normal {
  text-transform: none;
}
.pull42 {
  margin-top: -42px;
}
.pull20 {
  margin-top: -20px;
}
.pull25 {
  margin-top: -25px;
}
.pull65 {
  margin-top: -65px;
}
.pull100 {
  margin-top: -100px;
}
.pull115 {
  margin-top: -115px;
}
.pull160 {
  margin-top: -160px;
}
.pull200 {
  margin-top: -200px;
}
.pull320 {
  margin-top: -320px;
}
.pull400 {
  margin-top: -400px;
}
.pull495 {
  margin-top: -495px;
}
.pull785 {
  margin-top: -785px;
}
.pull1200 {
  margin-top: -1200px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/**
Backgrounds
*/
.light-green-bg {
  background: rgba(96, 174, 64, 0.2);
}
.green-bg {
  background: #60ae41;
}
/**
Lazy Loader
*/
.lazyloader h1,
.lazyloader h2,
.lazyloader h3,
.lazyloader h4,
.lazyloader h5,
.lazyloader h6,
.lazyloader p,
.lazyloader .button {
  opacity: 0;
}
.lazyloader.lazyloaded h1,
.lazyloader.lazyloaded h2,
.lazyloader.lazyloaded h3,
.lazyloader.lazyloaded h4,
.lazyloader.lazyloaded h5,
.lazyloader.lazyloaded h6,
.lazyloader.lazyloaded p,
.lazyloader.lazyloaded .button {
  opacity: 1;
}
.bttrlazyloading-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
.bttrlazyloading-clone,
.bttrlazyloading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
  z-index: 100;
  height: 100px;
  width: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  text-align: center;
}
/** 
Visually Hidden
*/
.hidden {
  opacity: 0;
}
/**
Global Elements
*/
.back-breadcrumb {
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  width: 100%;
  text-align: left;
  margin-top: 65px;
}
.back-breadcrumb img {
  _: 0 ; -webkit-transform: rotate(180deg);
  _: 0 ; -khtml-transform: rotate(180deg);
  _: 0 ; -moz-transform: rotate(180deg);
  _: 0 ; -o-transform: rotate(180deg);
  _: 0 ; transform: rotate(180deg);
  margin-right: 15px;
}
.back-breadcrumb a {
  -: ;font-size: 28.8px;
  -: ;font-size: 1.8rem;
  -: ;line-height: 83.2px;
  -: ;line-height: 5.2rem;
  text-transform: none;
  background: url("../img/icons/arr.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/arr.png*/) 120px center no-repeat;
}
.footer {
  background: url("../img/footer-background.png"/*tpa=http://www.tai-liang.com/Public/Home/img/footer-background.png*/) top center no-repeat;
}
#modal-error,
#modal-success {
  margin-top: 20px;
  margin-bottom: -20px;
}
.animated {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* fonts */
@font-face {
  font-family: 'lunchbox';
  src: url("../fonts/lunchbox_light-webfont.eot"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox_light-webfont.eot*/);
  src: url("../fonts/lunchbox_light-webfont.eot-#iefix"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox_light-webfont.eot?#iefix*/) format('embedded-opentype'), url("../fonts/lunchbox_light-webfont.woff"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox_light-webfont.woff*/) format('woff'), url("../fonts/lunchbox_light-webfont.ttf"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox_light-webfont.ttf*/) format('truetype'), url("../fonts/lunchbox_light-webfont.svg#lunchboxregular"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox_light-webfont.svg#lunchboxregular*/) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* fonts */
@font-face {
  font-family: 'lunchbox-medium';
  src: url("../fonts/lunchbox-webfont.eot"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox-webfont.eot*/);
  src: url("../fonts/lunchbox-webfont.eot-#iefix"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox-webfont.eot?#iefix*/) format('embedded-opentype'), url("../fonts/lunchbox-webfont.woff"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox-webfont.woff*/) format('woff'), url("../fonts/lunchbox-webfont.ttf"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox-webfont.ttf*/) format('truetype'), url("../fonts/lunchbox-webfont.svg#lunchboxmedium"/*tpa=http://www.tai-liang.com/Public/Home/fonts/lunchbox-webfont.svg#lunchboxmedium*/) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-bold';
  src: url("../fonts/din-bold-webfont.eot"/*tpa=http://www.tai-liang.com/Public/Home/fonts/din-bold-webfont.eot*/);
  src: url("../fonts/din-bold-webfont.eot#iefix"/*tpa=http://www.tai-liang.com/Public/Home/fonts/din-bold-webfont.eot#iefix*/) format('embedded-opentype'), url("../fonts/din-bold-webfont.woff"/*tpa=http://www.tai-liang.com/Public/Home/fonts/din-bold-webfont.woff*/) format('woff'), url("../fonts/din-bold-webfont.ttf"/*tpa=http://www.tai-liang.com/Public/Home/fonts/din-bold-webfont.ttf*/) format('truetype'), url("../fonts/din-bold-webfont.svg#din"/*tpa=http://www.tai-liang.com/Public/Home/fonts/din-bold-webfont.svg#din*/) format('svg');
  font-weight: normal;
  font-style: normal;
}
.lunchbox {
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
.lunchbox-medium {
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}
.populaire {
  font-family: 'Populaire1263934', Georgia, Helvetica, sans-serif;
}
.populaire-light {
  font-family: 'Populaire Light1263935', Georgia, Helvetica, sans-serif !important;
}
.din-bold {
  font-family: 'din-bold', Georgia, Helvetica, sans-serif;
}
.din-reg {
  font-family: 'din-regular', Georgia, Helvetica, sans-serif;
}
@font-face {
  font-family: 'efreshicons';
  src: url("../fonts/efreshicons.eot-4364134"/*tpa=http://www.tai-liang.com/Public/Home/fonts/efreshicons.eot?4364134*/);
  src: url("../fonts/efreshicons.eot-4364134#iefix"/*tpa=http://www.tai-liang.com/Public/Home/fonts/efreshicons.eot?4364134#iefix*/) format('embedded-opentype'), url("../fonts/efreshicons.woff-4364134"/*tpa=http://www.tai-liang.com/Public/Home/fonts/efreshicons.woff?4364134*/) format('woff'), url("../fonts/efreshicons.ttf-4364134"/*tpa=http://www.tai-liang.com/Public/Home/fonts/efreshicons.ttf?4364134*/) format('truetype'), url("../fonts/efreshicons.svg-4364134#efreshicons"/*tpa=http://www.tai-liang.com/Public/Home/fonts/efreshicons.svg?4364134#efreshicons*/) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'efreshicons';
    src: url('../font/efreshicons.svg?35438980#efreshicons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "efreshicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-15bottle:before {
  content: '\e800';
}
/* 'î €' */
.icon-instagrambox:before {
  content: '\e830';
}
/* 'î °' */
.icon-64bottle:before {
  content: '\e802';
}
/* 'î ‚' */
.icon-alert:before {
  content: '\e803';
}
/* 'î ƒ' */
.icon-cellphone:before {
  content: '\e805';
}
/* 'î …' */
.icon-check:before {
  content: '\e806';
}
/* 'î †' */
.icon-checkboxcircle:before {
  content: '\e807';
}
/* 'î ‡' */
.icon-circle:before {
  content: '\e808';
}
/* 'î ˆ' */
.icon-close:before {
  content: '\e809';
}
/* 'î ‰' */
.icon-coffeecup:before {
  content: '\e80a';
}
/* 'î Š' */
.icon-dotcircle:before {
  content: '\e80b';
}
/* 'î ‹' */
.icon-downarrow:before {
  content: '\e80c';
}
/* 'î Œ' */
.icon-download:before {
  content: '\e80d';
}
/* 'î ' */
.icon-downloadrecipe:before {
  content: '\e80e';
}
/* 'î Ž' */
.icon-downscreen:before {
  content: '\e80f';
}
/* 'î ' */
.icon-dropdown:before {
  content: '\e811';
}
/* 'î ‘' */
.icon-facebook:before {
  content: '\e812';
}
/* 'î ’' */
.icon-feet:before {
  content: '\e813';
}
/* 'î “' */
.icon-hat:before {
  content: '\e827';
}
/* 'î §' */
.icon-instagram:before {
  content: '\e826';
}
/* 'î ¦' */
.icon-leftarrow:before {
  content: '\e825';
}
/* 'î ¥' */
.icon-leftdirectionarrow:before {
  content: '\e824';
}
/* 'î ¤' */
.icon-newspaper:before {
  content: '\e823';
}
/* 'î £' */
.icon-othersun:before {
  content: '\e822';
}
/* 'î ¢' */
.icon-32bottle:before {
  content: '\e801';
}
/* 'î ' */
.icon-phone:before {
  content: '\e820';
}
/* 'î  ' */
.icon-pin:before {
  content: '\e81f';
}
/* 'î Ÿ' */
.icon-pinterest:before {
  content: '\e81e';
}
/* 'î ž' */
.icon-play:before {
  content: '\e81d';
}
/* 'î ' */
.icon-print:before {
  content: '\e81c';
}
/* 'î œ' */
.icon-question:before {
  content: '\e81b';
}
/* 'î ›' */
.icon-rightarrow:before {
  content: '\e819';
}
/* 'î ™' */
.icon-rightdirectionarrow:before {
  content: '\e818';
}
/* 'î ˜' */
.icon-rss:before {
  content: '\e817';
}
/* 'î —' */
.icon-smallcup:before {
  content: '\e815';
}
/* 'î •' */
.icon-square:before {
  content: '\e814';
}
/* 'î ”' */
.icon-star:before {
  content: '\e828';
}
/* 'î ¨' */
.icon-sun:before {
  content: '\e829';
}
/* 'î ©' */
.icon-tallcup:before {
  content: '\e82a';
}
/* 'î ª' */
.icon-tinycamera:before {
  content: '\e82b';
}
/* 'î «' */
.icon-twitter:before {
  content: '\e82c';
}
/* 'î ¬' */
.icon-vcircle:before {
  content: '\e82d';
}
/* 'î ­' */
.icon-wcircle:before {
  content: '\e82e';
}
/* 'î ®' */
.icon-article:before {
  content: '\e804';
}
/* 'î „' */
.icon-drink:before {
  content: '\e810';
}
/* 'î ' */
.icon-recipe:before {
  content: '\e816';
}
/* 'î –' */
.icon-smallcamera:before {
  content: '\e81a';
}
/* 'î š' */
.icon-scroll:before {
  content: '\e82f';
}
/* 'î ¯' */
.icon-pencil:before {
  content: '\e821';
}
/* 'î ¡' */
.icon-with {
  position: relative;
  background-repeat: no-repeat;
  display: block;
  background: url("../img/with.png"/*tpa=http://www.tai-liang.com/Public/Home/img/with.png*/) top center;
  width: 27px;
  height: 21px;
  margin: 26px auto;
}
.icon-for {
  position: relative;
  background-repeat: no-repeat;
  display: block;
  background: url("../img/for.png"/*tpa=http://www.tai-liang.com/Public/Home/img/for.png*/) top center;
  width: 27px;
  height: 26px;
  margin: 26px auto;
}
.icon-the {
  position: relative;
  background-repeat: no-repeat;
  display: block;
  background: url("../img/the_text.png"/*tpa=http://www.tai-liang.com/Public/Home/img/the_text.png*/) top center;
  width: 28px;
  height: 27px;
  margin: 26px auto;
}
.icon-of {
  position: relative;
  background-repeat: no-repeat;
  display: block;
  background: url("../img/of.png"/*tpa=http://www.tai-liang.com/Public/Home/img/of.png*/) top center;
  width: 18px;
  height: 27px;
  margin: 26px auto;
}
.icon-our {
  position: relative;
  background-repeat: no-repeat;
  display: block;
  background: url("../img/our.png"/*tpa=http://www.tai-liang.com/Public/Home/img/our.png*/) top center;
  width: 27px;
  height: 24px;
  margin: 26px auto;
}
.icon-your {
  position: relative;
  background-repeat: no-repeat;
  display: block;
  background: url("../img/your.png"/*tpa=http://www.tai-liang.com/Public/Home/img/your.png*/) top center;
  width: 29px;
  height: 24px;
  margin: 26px auto;
}
.icon-title-swoop {
  position: relative;
  background-repeat: no-repeat;
  display: block;
  background: url("../img/title-swoop.png"/*tpa=http://www.tai-liang.com/Public/Home/img/title-swoop.png*/) top center;
  width: 215px;
  height: 24px;
  margin: 12px auto;
}
.panel {
  position: fixed;
  right: -276px;
  width: -276px;
  z-index: 10000;
  display: none;
  background: rgba(96, 174, 65, 0.9);
}
.panel ul {
  position: relative;
  width: 100%;
  float: left;
  list-style: none;
  padding: 0 30px;
  text-align: center;
  overflow: scroll;
}
.panel li {
  position: relative;
  float: left;
  width: 100%;
  -: ;line-height: 128px;
  -: ;line-height: 8rem;
  -: ;font-size: 48px;
  -: ;font-size: 3rem;
  font-family: 'Populaire Light1263935', Georgia, Helvetica, sans-serif !important;
}
.panel li a {
  color: #ffffff;
}
header.main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#nav {
  position: relative;
  background: rgba(96, 174, 65, 0.9);
  height: 65px;
  z-index: 10000;
}
#nav .logo {
  float: left;
  height: 49px;
  width: 100%;
  background: url("../img/logo.png"/*tpa=http://www.tai-liang.com/Public/Home/img/logo.png*/) top center;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
@media only screen and (max-width: 767px) {
  #nav .toggle {
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    margin-top: 0 !important;
  }
}
#nav .hamburger a {
  color: #ffffff;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
#nav .hamburger .toggle {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  position: relative;
  float: right;
  margin-right: 10px;
}
#nav .hamburger .toggle span {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  display: block;
  background: #ffffff;
}
#menu {
  float: right;
  position: relative;
}
#menu > li {
  position: relative;
  float: left;
  height: 65px;
  margin-left: 2px;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
#menu > li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 79px;
  content: "";
  background: url("../img/nav-active.png"/*tpa=http://www.tai-liang.com/Public/Home/img/nav-active.png*/) top center;
  opacity: 0;
}
#menu > li:hover {
  background-color: #428f24;
  height: 65px;
}
#menu > li.active:before {
  opacity: 1;
}
#menu > li > a {
  position: relative;
  float: left;
  height: 65px;
  line-height: 65px;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  text-transform: uppercase;
}
#menu > li > a strong {
  display: inline-block;
  height: 65px;
  font-size: 22px;
  background: url("../img/nav-dotts.png"/*tpa=http://www.tai-liang.com/Public/Home/img/nav-dotts.png*/) center 46px no-repeat;
}
#menu > li.has-sub > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  text-indent: -9999em;
  background: url("../img/nav-tick.png"/*tpa=http://www.tai-liang.com/Public/Home/img/nav-tick.png*/) center no-repeat;
}
.gen-share {
  position: relative;
  overflow: hidden;
  margin-right: 40px;
  margin-bottom: 40px;
}
.gen-share li {
  float: right;
  max-width: 86px;
  overflow: hidden;
  position: relative;
  height: 26px;
  margin-right: 5px;
}
.gen-share li a {
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.gen-share li a:hover {
  opacity: .8;
}
footer.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: left;
}
footer.footer span.small {
  margin-top: 5px;
  position: relative;
  float: left;
}
footer.footer .gen-share {
  margin-right: 0;
}
footer.footer .foot-logo {
  position: relative;
  display: block;
  margin: auto;
  width: 200px;
  background: url("../img/foot-logo.png"/*tpa=http://www.tai-liang.com/Public/Home/img/foot-logo.png*/) top center no-repeat;
  text-indent: -9999em;
  height: 70px;
  margin: 40px auto;
}
footer.footer .foot-menu {
  width: 100%;
  position: relative;
  float: right;
  margin-bottom: 20px;
}
footer.footer .foot-menu li {
  float: right;
}
footer.footer .foot-menu a {
  float: left;
  height: 28px;
  line-height: 28px;
  color: #60ae41;
  font-size: 20px;
  margin-right: 22px;
}
footer.footer .foot-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer.footer .foot-menu a {
    text-align: right;
    float: right;
  }
  footer.footer .foot-menu li {
    float: right;
    width: 100%;
  }
}
::-webkit-input-placeholder {
  color: #e1ffd4;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #e1ffd4;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #e1ffd4;
}
:-ms-input-placeholder {
  color: #e1ffd4;
}
/*#single-location{
	position: relative;
	height: 760px;
	margin-bottom: 100px;
	overflow: hidden;

	> img{
		position: absolute;
		.block;
	}

	.inner{
		padding-top: 229px;
	}
}*/
.mini-contact,
.order-with {
  padding: 12px 0;
  background: url("../img/dotts-white-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-white-across.png*/) top center repeat-x;
}
.mini-contact strong,
.order-with strong {
  font-size: 22px;
  padding-left: 20px;
  background: url("../img/icons/icon-phone.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/icon-phone.png*/) left center no-repeat;
}
.mini-contact span,
.order-with span {
  padding-top: 6px;
  display: block;
}
.mini-contact a,
.order-with a {
  display: inline-block;
  margin: 10px 20px;
}
.mini-contact img,
.order-with img {
  position: relative;
  display: block;
}
.menu-hero .view-map {
  position: absolute;
  z-index: 120;
  margin: 95px 80px 0;
}
.module.menu .nutritional-info {
  padding-top: 5px;
}
.module.menu.smoothies,
.module.menu.bundles-soups {
  padding-bottom: 100px;
}
.module.menu.smoothies:before,
.module.menu.bundles-soups:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 4px;
  content: '';
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) 0 0 repeat-x;
}
.module.menu.smoothies .menu-item.addons,
.module.menu.bundles-soups .menu-item.addons {
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) 0 0 repeat-x;
}
.module.menu.smoothies .menu-item.addons h4,
.module.menu.bundles-soups .menu-item.addons h4 {
  float: left;
  margin-top: 10px;
  letter-spacing: -3px;
  padding-top: 40px;
  background: url("../img/icons/icon-pencil.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/icon-pencil.png*/) top center no-repeat;
}
.module.menu.smoothies .menu-item.addons.kids h4,
.module.menu.bundles-soups .menu-item.addons.kids h4 {
  background: url("../img/icons/icon-hat.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/icon-hat.png*/) center 8px no-repeat;
}
.module.menu.smoothies .menu-item.addons.kids h5,
.module.menu.bundles-soups .menu-item.addons.kids h5 {
  margin: 15px 0 10px 140px;
}
.module.menu.smoothies .menu-item.addons.kids p,
.module.menu.bundles-soups .menu-item.addons.kids p {
  margin-left: 140px;
}
.module.menu.smoothies .menu-item.addons.tall ul,
.module.menu.bundles-soups .menu-item.addons.tall ul {
  margin-left: 140px;
  font-size: 13px;
  line-height: 1.4em;
  text-transform: lowercase;
}
.module.menu.bundles-soups {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.module.menu.entres h2 strong,
.module.menu.breakfast h2 strong {
  background: url("../img/icons/icon-entres.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/icon-entres.png*/) center right no-repeat;
}
.module.menu.entres em.size-small,
.module.menu.breakfast em.size-small,
.module.menu.entres em.size-large,
.module.menu.breakfast em.size-large {
  background: none;
  padding-left: 0;
}
.module.menu.bundles-soups p {
  font-size: 12px;
}
.menu-header {
  position: relative;
  margin-bottom: 40px;
}
.menu-header h1 {
  display: none;
}
.menu-column {
  float: left;
  width: 48.5%;
}
.menu-column + .menu-column {
  float: right;
}
.menu-item {
  position: relative;
  padding: 14px 20px;
  margin: 0 10px 12px 10px;
  background: rgba(96, 174, 64, 0.2);
}
.menu-item.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.menu-item.wbg {
  background: rgba(96, 174, 64, 0.2) !important;
}
.menu-item.no-bg {
  background: none;
}
.menu-item:nth-of-type(even) {
  background: none;
}
.packs {
  position: relative;
  padding: 50px 0 150px;
  overflow: hidden;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  color: #60ae41;
  text-align: left;
  font-size: 18px;
  line-height: 1.3em;
}
.packs header {
  padding: 0 0 18px 0;
  margin-bottom: 80px;
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) bottom left repeat-x;
}
.packs header p {
  margin-right: 33%;
}
.packs h4 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -3px;
  padding: 30px 0 18px;
  margin-bottom: 18px;
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) bottom left repeat-x;
}
.pack-item {
  float: left;
  width: 30%;
}
.pack-item:nth-of-type(2) {
  margin: 0 3.5%;
}
.pack-item p {
  padding-bottom: 1em;
}
.pack-item h5 {
  font-size: 28px;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.pack-item h6 {
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: underline;
}
.pack-item ul {
  font-size: 14px;
  text-transform: uppercase;
}
.contact-hero h1 {
  background-repeat: no-repeat;
}
.contact-hero p {
  margin: 0;
}
.inquiries {
  position: relative;
  color: #fff;
}
.inquiries div {
  background: #60ae41;
  height: 180px;
}
.inquiries div h2 {
  background-repeat: no-repeat;
  font-size: 3.0rem;
}
.module.our-stores {
  overflow: visible;
}
.module.our-stores .banner {
  position: relative;
  margin-left: 0px;
  top: -20px;
  z-index: 2;
}
.module.our-stores .location-item .location-wrapper {
  background: #60ae41;
  overflow: hidden;
  margin: 10px 0;
}
.module.our-stores .location-item .location-details {
  padding: 25px;
}
.module.our-stores .location-item .location-details h3 {
  font-size: 3.0rem;
}
.module.our-stores .location-item a.arrow {
  display: block;
  background: url("../img/icons/arr.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/arr.png*/) 120px center no-repeat;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.module.our-stores .location-item a.arrow em {
  -: ;font-size: 25.6px;
  -: ;font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.44);
  display: block;
}
.module.our-stores .location-item a.arrow:hover {
  background-position: 130px center;
}
.module.location-map {
  height: 600px;
}
.module.location-map .map-header {
  position: relative;
  height: 110px;
  padding: 20px;
  background: #ffffff;
  z-index: 400;
  margin-top: 65px;
}
.module.location-map .map-header h5 {
  -: ;font-size: 28.8px;
  -: ;font-size: 1.8rem;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  margin-top: 10px;
}
.module.location-map .map-header .border-right {
  border-right: 1px solid rgba(96, 174, 65, 0.27);
  height: 30px;
  padding-top: 8px;
  margin-right: 15px;
}
.module.location-map .map-header input {
  background: #60ae41;
  border: none;
  font-family: 'Populaire Light1263935', Georgia, Helvetica, sans-serif !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -: ;font-size: 40px;
  -: ;font-size: 2.5rem;
  -: ;padding-top: 19.2px;
  -: ;padding-top: 1.2rem;
  -: ;padding-bottom: 14.4px;
  -: ;padding-bottom: 0.9rem;
  -: ;padding-left: 32px;
  -: ;padding-left: 2rem;
  -: ;padding-right: 32px;
  -: ;padding-right: 2rem;
  width: 80%;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  float: left;
}
.module.location-map .map-header form img {
  position: absolute;
  top: 50%;
  float: left;
  margin-top: -5px;
  margin-left: 10px;
}
.module.location-map .map-header .not-selected {
  position: relative;
  float: left;
  text-transform: uppercase;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  color: #60ae42;
  padding: 6px 0 0 45px;
  height: 30px;
  cursor: pointer;
  background: url("../img/dotted-circle.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotted-circle.png*/) no-repeat;
}
.module.location-map .map-header .selected,
.module.location-map .map-header .evolution-fresh-filter {
  background: url("../img/selected.png"/*tpa=http://www.tai-liang.com/Public/Home/img/selected.png*/) no-repeat;
  position: relative;
  float: left;
  text-transform: uppercase;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  color: #60ae42;
  padding: 6px 0 0 45px;
  height: 30px;
  cursor: pointer;
}
.module.location-map .map-canvas {
  position: absolute;
  top: 0;
  height: 430px;
  width: 100%;
  z-index: 1;
  margin-top: 170px;
}
.module.location-map .location-wrapper {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 350px;
  right: 0;
  overflow: hidden;
  box-shadow: -20px 0 30px -30px #000000;
  text-transform: uppercase;
}
.module.location-map .location-wrapper span {
  position: absolute;
  box-shadow: inset 0 20px 19px -30px #000000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 25px;
  color: #5fad41;
  z-index: 5;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
.module.location-map .location-wrapper span #hide {
  margin-left: 50px;
  cursor: pointer;
  background: url("../img/green-triangle.png"/*tpa=http://www.tai-liang.com/Public/Home/img/green-triangle.png*/) no-repeat 28px 2px;
  background-size: 8px;
  padding-right: 25px;
  text-decoration: none;
  float: right;
}
.module.location-map .location-list {
  position: absolute;
  z-index: 2;
  height: 391px;
  width: 100%;
  right: 0px;
  top: 34px;
  background-color: #fff;
  overflow-y: scroll;
}
.module.location-map .location-list ul {
  overflow: hidden;
  padding: 0;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
.module.location-map .location-list li {
  position: relative;
  list-style: none;
  height: 110px;
  background-color: #edffe6;
  padding: 15px 25px;
  color: #60ae42;
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) repeat-x 0 -2px #edffe6;
}
.module.location-map .location-list li h3 {
  margin: 0;
  font-size: 20px;
}
.module.location-map .location-list li p {
  position: relative;
  margin: 0;
  font-size: 14px;
}
.module.location-map .location-list li img {
  bottom: -9px;
  left: -25px;
  position: relative;
}
.module.location-map .location-list .sbux:after,
.module.location-map .location-list .sbux_other:after {
  content: "";
  background: url("../img/starbucks_marker.png"/*tpa=http://www.tai-liang.com/Public/Home/img/starbucks_marker.png*/) no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 24px;
  top: 25px;
}
.module.location-map .location-list .sbux_other:after {
  background: url("../img/shopping_cart_marker.png"/*tpa=http://www.tai-liang.com/Public/Home/img/shopping_cart_marker.png*/) no-repeat;
}
.module.location-map .location-list .sbux_local:after {
  content: "";
  background: url("../img/local-store-marker.png"/*tpa=http://www.tai-liang.com/Public/Home/img/local-store-marker.png*/) no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 24px;
  top: 25px;
}
.module.location-map .location-list li:nth-child(even) {
  background-color: #fff;
}
.module.location-map .infoBox {
  background: #f5f5f5;
  text-align: center;
  padding-top: 20px;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
.module.location-map .info-img {
  display: none;
}
.module.location-map .info-directions {
  width: 100%;
  float: left;
  position: relative;
  background: #60ae41;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
  -: ;font-size: 28.8px;
  -: ;font-size: 1.8rem;
}
.module.location-map .info-directions:after {
  position: absolute;
  left: 70%;
  top: 23%;
  content: '';
  display: block;
  background: url("../img/right-arrow-white.png"/*tpa=http://www.tai-liang.com/Public/Home/img/right-arrow-white.png*/) center center no-repeat;
  height: 20px;
  width: 20px;
}
.module.location-map .info-title {
  -: ;font-size: 43.2px;
  -: ;font-size: 2.7rem;
  color: #60ae41;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) center bottom 0px repeat-x;
  display: inline-block;
  padding: 6px 0;
}
.module.location-map p#address {
  -: ;font-size: 24px;
  -: ;font-size: 1.5rem;
  color: #60ae41;
  padding-left: 20px;
  padding-right: 20px;
}
.module.location-map #show {
  background: none repeat scroll 0 0 #60AE42;
  border-radius: 3px 0 0 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  height: 15px;
  margin-left: 20px;
  padding: 10px 15px 7px 25px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 25px;
  z-index: 2;
  text-decoration: none;
}
.module.location-map #show img {
  height: 8px;
  left: 10px;
  position: absolute;
  top: 12px;
}
@media (max-width: 991px) {
  .module.location-map .map-header {
    height: 230px;
  }
  .module.location-map .map-header input {
    width: 95%;
  }
  .module.location-map .map-header .border-right {
    border-right: none;
  }
  .module.location-map .map-header .evolution-fresh-filter {
    background: none;
    color: #60ae41;
    padding: 0;
    height: 100%;
    margin-top: 10px;
    padding: 6px 0 0 45px;
  }
  .module.location-map .map-header .evolution-fresh-filter.selected {
    background: url("../img/selected.png"/*tpa=http://www.tai-liang.com/Public/Home/img/selected.png*/) no-repeat;
  }
  .module.location-map .map-header .evolution-fresh-filter.not-selected {
    background: url("../img/dotted-circle.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotted-circle.png*/) no-repeat;
  }
  .module.location-map .map-header #show-sbux-other,
  .module.location-map .map-header #show-sbux,
  .module.location-map .map-header #show-sbux-evolution-fresh {
    -: ;font-size: 25.6px;
    -: ;font-size: 1.6rem;
    -: ;line-height: 28.8px;
    -: ;line-height: 1.8rem;
    -: ;min-height: 44.8px;
    -: ;min-height: 2.8rem;
  }
  .module.location-map .location-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.module.hero.single-location .packedgrid img.center-img {
  margin: 0 auto;
}
html[data-useragent*='MSIE 10.0'] .module.location-map .map-header input,
html.ie10 .module.location-map .map-header input,
html.ie1 .module.location-map .map-header input {
  height: 47px;
  line-height: 47px;
  vertical-align: middle;
}
/**
Product Page
*/
.icon-recipe:before,
.icon-smallcamera:before {
  margin-right: .7rem;
}
.text-shadow {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.push180 {
  margin-top: 180px;
}
.minh615 {
  min-height: 615px;
  padding-top: 35px;
  padding-bottom: 25px;
}
/**
Product Pagination
*/
.product-pagination-right {
  right: 0;
}
.product-pagination-left,
.product-pagination-right {
  min-width: 150px;
  position: absolute;
  z-index: 100;
  display: block;
  height: 100%;
  top: -10px;
}
.product-pagination-left a,
.product-pagination-right a {
  position: absolute;
  display: block;
  width: 15%;
}
.product-pagination-left a p,
.product-pagination-right a p {
  margin-top: 43px;
}
.product-pagination-left span,
.product-pagination-right span {
  font-size: 2.6rem;
  margin-top: 68px;
}
.product-pagination-left div.next-hover,
.product-pagination-right div.next-hover {
  width: 256px;
  height: 111px;
  position: absolute;
  bottom: -65px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .25s;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-pagination-left img,
.product-pagination-right img {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Opera, Chrome, and Safari */
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-pagination-left .icon-leftarrow,
.product-pagination-right .icon-leftarrow {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-pagination-left .icon-rightarrow,
.product-pagination-right .icon-rightarrow {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-pagination-left a:hover img,
.product-pagination-right a:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Opera, Chrome, and Safari */
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-pagination-left a:hover div.next-hover,
.product-pagination-right a:hover div.next-hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-pagination-left a:hover .icon-leftarrow,
.product-pagination-right a:hover .icon-leftarrow {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-pagination-left a:hover .icon-rightarrow,
.product-pagination-right a:hover .icon-rightarrow {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product-pagination-left .center-left,
.product-pagination-right .center-left {
  width: 100%;
  left: 0;
  margin-left: 5px;
}
.product-pagination-left .center-left span,
.product-pagination-right .center-left span,
.product-pagination-left .center-left img,
.product-pagination-right .center-left img {
  float: left;
}
.product-pagination-left .center-left div.next-hover,
.product-pagination-right .center-left div.next-hover {
  float: left;
  background: url("../img/components/previous-bg.png"/*tpa=http://www.tai-liang.com/Public/Home/img/components/previous-bg.png*/) center no-repeat;
}
.product-pagination-left .center-right,
.product-pagination-right .center-right {
  width: 100%;
  right: 0;
  margin-right: 5px;
}
.product-pagination-left .center-right span,
.product-pagination-right .center-right span,
.product-pagination-left .center-right img,
.product-pagination-right .center-right img {
  float: right;
}
.product-pagination-left .center-right div.next-hover,
.product-pagination-right .center-right div.next-hover {
  right: 0;
  float: right;
  background: url("../img/components/next-bg.png"/*tpa=http://www.tai-liang.com/Public/Home/img/components/next-bg.png*/) center no-repeat;
}
/** Product Header
*/
.product-image-large {
  position: absolute;
  right: -70px;
  top: -460px;
}
.product-header {
  padding: 8px 30px 20px 30px;
  position: relative;
  min-height: 430px;
}
.product-header h1 {
  padding-top: 15px;
}
.product-header h1:after,
.product-header h1:before {
  position: absolute;
  height: 4px;
  top: 129px;
  left: 50px;
  right: 50px;
  content: '';
  background: url("../img/product-title-dotts.png"/*tpa=http://www.tai-liang.com/Public/Home/img/product-title-dotts.png*/) center;
}
.product-header h1:before {
  top: 50px;
}
.product-header p {
  padding: 12px 0 0;
}
.product-share {
  position: relative;
  overflow: hidden;
  min-height: 22px;
  font-size: 3.0rem;
}
.product-share > i {
  margin-right: -10px;
}
/** Nutritional Information
*/
.factoids {
  position: relative;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 72px;
  padding-left: 35px;
  text-align: left;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .factoids {
    background-image: none !important;
  }
}
.serving-info {
  padding: 20px 0;
}
.serving-info:after {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.serving-info p {
  float: left;
  line-height: 1.3em;
  padding-right: 15px;
}
.serving-info strong {
  display: block;
}
.serving-info img {
  float: left;
}
.nutrition-tables {
  position: relative;
}
.nutrition-tables tr {
  border-bottom: 1px #ffffff solid;
}
.nutrition-tables th {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
}
.nutrition-tables th i {
  color: #ffffff;
  position: absolute;
  left: -25px;
}
.nutrition-tables .nutrient_featured_green {
  background-color: #60ae41;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_green i {
  color: #60ae41;
}
.nutrition-tables .nutrient_featured_darkgreen {
  background-color: #184b26;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_darkgreen i {
  color: #184b26;
}
.nutrition-tables .nutrient_featured_limegreen {
  background-color: #9dc22e;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_limegreen i {
  color: #9dc22e;
}
.nutrition-tables .nutrient_featured_red {
  background-color: #c52d20;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_red i {
  color: #c52d20;
}
.nutrition-tables .nutrient_featured_darkred {
  background-color: #660000;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_darkred i {
  color: #660000;
}
.nutrition-tables .nutrient_featured_pinkred {
  background-color: #d1354a;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_pinkred i {
  color: #d1354a;
}
.nutrition-tables .nutrient_featured_darkorange {
  background-color: #d95a30;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_darkorange i {
  color: #d95a30;
}
.nutrition-tables .nutrient_featured_orange {
  background-color: #f27235;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_orange i {
  color: #f27235;
}
.nutrition-tables .nutrient_featured_yellow {
  background-color: #f0b531;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_yellow i {
  color: #f0b531;
}
.nutrition-tables .nutrient_featured_brown {
  background-color: #802f00;
  color: #ffffff;
}
.nutrition-tables .nutrient_featured_brown i {
  color: #802f00;
}
.nutrition-tables p span {
  display: inline-block;
  padding: 0 30px;
}
.nutrition-tables hr {
  padding: 0;
  margin: 0;
  border: 0;
  height: 3px;
  clear: both;
}
.nutrition-tables hr.green {
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) center repeat-x;
}
.nutrition-tables hr.red {
  background: url("../img/dotts-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-red-across.png*/) center repeat-x;
}
.nutrition-tables hr.limegreen {
  background: url("../img/dotts-light-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-light-green-across.png*/) center repeat-x;
}
.nutrition-tables hr.darkgreen {
  background: url("../img/dotts-dark-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-green-across.png*/) center repeat-x;
}
.nutrition-tables hr.orange {
  background: url("../img/dotts-orange-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-across.png*/) center repeat-x;
}
.nutrition-tables hr.darkorange {
  background: url("../img/dotts-orange-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-across.png*/) center repeat-x;
}
.nutrition-tables hr.darkred {
  background: url("../img/dotts-dark-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-red-across.png*/) center repeat-x;
}
.nutrition-tables hr.pinkred {
  background: url("../img/dotts-pink-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-pink-red-across.png*/) center repeat-x;
}
.nutrition-tables hr.yellow {
  background: url("../img/dotts-yellow-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-yellow-across.png*/) center repeat-x;
}
.nutrition-tables hr.brown {
  background: url("../img/dotts-brown-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-brown-across.png*/) center repeat-x;
}
.nutrition-tables table {
  width: 100%;
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nutrition-tables th:last-of-type {
  text-align: right;
}
.nutrition-column {
  width: 50%;
  padding-right: 5%;
  margin-bottom: 5px;
  margin-top: 5px;
}
.nutrition-column + .nutrition-column {
  width: 50%;
  padding-left: 5.5%;
  padding-right: 0;
}
.nutrition-column + .nutrition-column.green {
  background: url("../img/dotts-green-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.red {
  background: url("../img/dotts-red-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-red-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.limegreen {
  background: url("../img/dotts-light-green-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-light-green-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.darkgreen {
  background: url("../img/dotts-dark-green-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-green-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.orange {
  background: url("../img/dotts-orange-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.darkorange {
  background: url("../img/dotts-orange-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.darkred {
  background: url("../img/dotts-dark-red-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-red-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.pinkred {
  background: url("../img/dotts-pink-red-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-pink-red-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.yellow {
  background: url("../img/dotts-yellow-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-yellow-down.png*/) top left repeat-y;
}
.nutrition-column + .nutrition-column.brown {
  background: url("../img/dotts-brown-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-brown-down.png*/) top left repeat-y;
}
.ingredient-list {
  width: 70%;
}
.ingredient-list + .ingredient-list {
  width: 28%;
  padding-left: 1%;
}
.ingredient-list i {
  font-size: 4.2rem;
  text-align: center;
  width: 58px;
  display: block;
  margin-left: -15px;
}
.ingredient-list i span {
  display: block;
  margin-left: 8px;
  margin-top: 5px;
}
/** Ingredients
*/
.made-from {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.made-from h5 {
  padding-bottom: 22px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: none;
  background: url("../img/bracket-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/bracket-down.png*/) bottom center no-repeat;
}
.made-from ul {
  text-align: left;
  padding: 10px 18px;
  overflow: hidden;
  background: url("../img/dotts-green-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-down.png*/) top center repeat-y;
}
.made-from li {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 2%;
  height: 80px;
  line-height: 80px;
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) bottom left repeat-x;
}
.made-from li:nth-of-type(even) {
  margin-right: 0;
  margin-left: 2%;
}
.made-from li:last-of-type {
  background: none;
}
.made-from img {
  position: absolute;
  top: 10px;
  left: 0;
}
.made-from strong {
  display: block;
  text-indent: 60px;
  text-transform: uppercase;
}
/** Featured Ingredients
*/
.featured-ingredients .instagram {
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.featured-ingredients .instagram figure.bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-ingredients .instagram .link-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.featured-ingredients .instagram figcaption {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: 150;
}
.featured-ingredients .almanac a {
  display: inline-block;
  position: relative;
}
.featured-ingredients .almanac a .header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 10px rgba(96, 79, 83, 0.9);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari and Chrome */
  margin: 0;
  padding: 0 10px;
  width: 100%;
  z-index: 150;
}
.social-fact {
  height: 361px;
  margin-bottom: 15px;
  background: url("../img/cloth.jpg"/*tpa=http://www.tai-liang.com/Public/Home/img/cloth.jpg*/) center;
  text-align: center;
}
.social-fact .social-fact-text {
  width: 50%;
  margin-left: 30px;
  margin-top: 78px;
}
.social-fact .bracket {
  margin-top: 78px;
}
span.divider {
  display: block;
  width: 111px;
  height: 3px;
  margin: 14px auto;
}
.related-juice {
  text-transform: uppercase;
  margin-top: 50%;
}
#tags {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 24px 0 8px 0;
  margin-top: 65px;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
}
@media only screen and (min-width: 768px) {
  #tags {
    display: block;
  }
}
#tags h6 {
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 22px;
  color: #60ae41;
  text-transform: uppercase;
  width: 60px;
  text-align: left;
  margin-left: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #tags h6 {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #tags h6 {
    width: 90px;
  }
}
#tags h5 {
  float: left;
  height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  text-align: left;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #tags h5 {
    display: block;
  }
}
#tags #show-tags {
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 22px;
  color: #60ae41;
  text-transform: uppercase;
  margin-left: 20px;
  padding-right: 10px;
  overflow: hidden;
  width: 70px;
}
@media only screen and (min-width: 992px) {
  #tags #show-tags {
    width: auto;
    margin-left: 40px;
  }
}
#tags #show-tags:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  margin-left: 10px;
  top: 18px;
  background: url("../img/green-triangle.png"/*tpa=http://www.tai-liang.com/Public/Home/img/green-triangle.png*/) top left no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
#tags #show-tags.active:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  #tags #show-tags {
    font-size: 16px;
  }
}
.sort-box {
  position: relative;
  float: left;
  height: 70px;
  width: 300px;
  background: url("../img/tri-bubble.png"/*tpa=http://www.tai-liang.com/Public/Home/img/tri-bubble.png*/) top center no-repeat;
}
.sort-box:before,
.sort-box:last-of-type:after {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  height: 43px;
  width: 1px;
  background: #60ae41;
  opacity: .5;
}
.sort-box:last-of-type:after {
  left: auto;
  right: -1px;
}
.sort-box #base-indicator,
.sort-box #blend-indicator,
.sort-box #oddbase-indicator,
.sort-box #oddblend-indicator,
.sort-box #base-indicator-m,
.sort-box #blend-indicator-m {
  position: relative;
  top: 6px;
  left: 48px;
  width: 20px;
  height: 20px;
  background: url("../img/active-dott.png"/*tpa=http://www.tai-liang.com/Public/Home/img/active-dott.png*/) center top no-repeat;
  -webkit-transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
.sort-box #base-indicator.all,
.sort-box #blend-indicator.all,
.sort-box #oddbase-indicator.all,
.sort-box #oddblend-indicator.all,
.sort-box #base-indicator-m.all,
.sort-box #blend-indicator-m.all {
  left: 48px;
}
.sort-box #base-indicator.juice,
.sort-box #blend-indicator.juice,
.sort-box #oddbase-indicator.juice,
.sort-box #oddblend-indicator.juice,
.sort-box #base-indicator-m.juice,
.sort-box #blend-indicator-m.juice,
.sort-box #base-indicator.fruit,
.sort-box #blend-indicator.fruit,
.sort-box #oddbase-indicator.fruit,
.sort-box #oddblend-indicator.fruit,
.sort-box #base-indicator-m.fruit,
.sort-box #blend-indicator-m.fruit {
  left: 140px;
}
.sort-box #base-indicator.vegetable,
.sort-box #blend-indicator.vegetable,
.sort-box #oddbase-indicator.vegetable,
.sort-box #oddblend-indicator.vegetable,
.sort-box #base-indicator-m.vegetable,
.sort-box #blend-indicator-m.vegetable,
.sort-box #base-indicator.smoothie,
.sort-box #blend-indicator.smoothie,
.sort-box #oddbase-indicator.smoothie,
.sort-box #oddblend-indicator.smoothie,
.sort-box #base-indicator-m.smoothie,
.sort-box #blend-indicator-m.smoothie {
  left: 231px;
}
.sort-box li {
  float: left;
  width: 32.3%;
  padding-left: 14%;
  text-align: center;
}
.sort-box li:first-of-type {
  width: 27.3%;
  padding-left: 12%;
}
.sort-box li:last-of-type {
  width: 28.3%;
}
.sort-box a {
  display: block;
  text-align: center;
  padding-top: 40px;
  margin-top: -20px;
  color: #60ae41;
  font-size: 14px;
  text-transform: uppercase;
}
#tags-mobile {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -170px;
  margin: 0 auto;
  background-color: #60ae41;
  display: block;
  background: url("../img/filter-box-border.png"/*tpa=http://www.tai-liang.com/Public/Home/img/filter-box-border.png*/) #60ae41 left -4px repeat-x;
  z-index: 10;
  -webkit-transition: bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
#tags-mobile.open {
  bottom: 0px;
}
@media only screen and (min-width: 768px) {
  #tags-mobile {
    display: none;
  }
}
#tags-mobile h6 {
  color: #ffffff;
  text-align: center;
  height: 60px;
  margin-top: -58px;
  padding-top: 15px;
  margin-bottom: 25px;
  -: ;font-size: 80px;
  -: ;font-size: 5rem;
  font-family: 'Populaire1263934', Georgia, Helvetica, sans-serif;
  font-size: 36px;
  cursor: pointer;
  background: url("../img/filter-box-mobile.png"/*tpa=http://www.tai-liang.com/Public/Home/img/filter-box-mobile.png*/) center top no-repeat;
}
#tags-mobile .sort-box {
  float: none;
  margin: 0 auto;
}
#tags-mobile .sort-box a {
  color: #ffffff;
}
#available-tags {
  position: relative;
  background: #EDFFE7;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.09);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.tag-box {
  position: relative;
  float: left;
  width: 33.3%;
  text-align: left;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  font-size: 14px;
  color: #60ae41;
}
.tag-box a {
  position: relative;
  color: #fff;
  float: left;
  line-height: 31px;
  height: 33px;
  padding: 0 15px 0 29px;
  text-transform: uppercase;
  background: url("../img/icons/green-tags.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/green-tags.png*/) top left no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 85%;
  text-decoration: none;
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Opera, Chrome, and Safari */
  -webkit-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tag-box a:hover {
  background-position: 0 -34px;
  transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Opera, Chrome, and Safari */
  -webkit-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tag-box#for-ingredients li.active a {
  background-position: 0 -34px;
}
.tag-box#for-taste {
  color: #f27235;
}
.tag-box#for-taste li.active a {
  background-position: 0 -104px;
}
.tag-box#for-taste li.active a:after {
  color: #f27235;
}
.tag-box#for-taste a {
  background-position: 0 -70px;
}
.tag-box#for-taste a:hover {
  background-position: 0 -104px;
}
.tag-box#for-feeling {
  color: #f0b531;
}
.tag-box#for-feeling li.active a {
  background-position: 0 -172px;
}
.tag-box#for-feeling li.active a:after {
  color: #f0b531;
}
.tag-box#for-feeling a {
  background-position: 0 -138px;
}
.tag-box#for-feeling a:hover {
  background-position: 0 -172px;
}
.tag-box strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: bold;
}
.tag-box ul {
  min-height: 140px;
  padding-left: 10px;
  background: url("../img/dotts-green-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-down.png*/) top left repeat-y;
}
.tag-box ul:after {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tag-box li {
  float: left;
  width: 50%;
  padding-bottom: 10px;
}
.tag-box li.active a:after {
  position: absolute;
  top: 0;
  right: -22px;
  width: 18px;
  height: 34px;
  font-size: 20px;
  content: '✓';
  text-align: right;
  color: #60ae41;
}
.product-list {
  position: relative;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  margin-bottom: 100px;
  overflow: hidden;
  background-size: 100% auto;
}
.product-list li {
  position: relative;
  float: left;
  padding-bottom: 50px;
}
.product-list strong {
  display: block;
  text-align: center;
  font-size: 26px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  letter-spacing: -1px;
}
.product-list a {
  position: relative;
  display: block;
  color: #60ae41;
  text-decoration: none;
  height: 330px;
  transition-property: opacity;
  transition-duration: .25s;
}
.product-list a:hover {
  opacity: 0.9;
  transition-property: opacity;
  transition-duration: .25s;
}
.product-list span {
  position: relative;
  display: block;
  height: 245px;
  overflow: hidden;
  background: url("../img/up-shadow.png"/*tpa=http://www.tai-liang.com/Public/Home/img/up-shadow.png*/) bottom center no-repeat;
  background-size: 100% 5%;
}
.product-list .product-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: margin-top 0.25s ease-in;
  -moz-transition: margin-top 0.25s ease-in;
  -o-transition: margin-top 0.25s ease-in;
  -ms-transition: margin-top 0.25s ease-in;
  transition: margin-top 0.25s ease-in;
}
.product-list .product-image img:hover {
  -webkit-transition: margin-top 0.25s ease-out;
  -moz-transition: margin-top 0.25s ease-out;
  -o-transition: margin-top 0.25s ease-out;
  -ms-transition: margin-top 0.25s ease-out;
  transition: margin-top 0.25s ease-out;
  margin-top: -15px;
}
.product-list .product-card {
  display: none;
}
ul.active-tags a.tag-ingredients {
  background-position: 0 -34px;
}
ul.active-tags a.tag-taste {
  background-position: 0 -104px;
}
ul.active-tags a.tag-feeling {
  background-position: 0 -172px;
}
#current-selection {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 58px;
}
#current-selection h1 {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  .product-header .alpha {
    -: ;font-size: 83.2px;
    -: ;font-size: 5.2rem;
    -: ;line-height: 121.6px;
    -: ;line-height: 7.6rem;
  }
}
@media (max-width: 991px) {
  .factoids {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.drop-slide {
  position: fixed;
  left: 0;
  right: 0;
  top: -540px;
  z-index: 998;
  background: url("../img/bg.png"/*tpa=http://www.tai-liang.com/Public/Home/img/bg.png*/) top left repeat;
  -webkit-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.drop-slide.open {
  top: 65px;
}
.drop-slide #drop-tags {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 24px 0 8px 0;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  overflow: hidden;
  background: url("../img/shadow-line.png"/*tpa=http://www.tai-liang.com/Public/Home/img/shadow-line.png*/) bottom center no-repeat;
  background-size: 100% auto;
  margin-bottom: 28px;
}
.drop-slide h6 {
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 22px;
  color: #60ae41;
  text-transform: uppercase;
  width: 170px;
  text-align: left;
  margin-left: 100px;
  padding-left: 60px;
}
#outer-slide,
#harvest-slide,
#almanac-slide {
  background-size: 100% auto;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
}
#outer-slide h4,
#harvest-slide h4,
#almanac-slide h4 {
  margin: 35px 0 10px 88px;
  text-transform: uppercase;
}
.inner-slide {
  position: relative;
  margin: 0 81px;
  overflow: hidden;
  height: 340px;
}
#almanac-slide .inner-slide {
  height: 260px;
}
a.slide-left,
a.slide-right {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 34px;
  height: 34px;
  font-family: 'efreshicons';
  font-size: 32px;
  color: #60ae41;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
a.slide-right {
  left: auto;
  right: 0px;
}
a:hover.slide-left {
  left: -5px;
}
a:hover.slide-right {
  right: -5px;
}
#slide-items,
#harvest-items,
#almanac-items {
  position: absolute;
  top: 0;
  left: 0;
  height: 340px;
  -webkit-transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#slide-items li,
#harvest-items li,
#almanac-items li {
  float: left;
  width: 222px;
  height: 340px;
}
#slide-items a,
#harvest-items a,
#almanac-items a {
  position: relative;
  display: block;
  width: 222px;
  height: 340px;
  color: #60ae41;
  text-decoration: none;
}
#slide-items .product-image,
#harvest-items .product-image,
#almanac-items .product-image {
  height: 245px;
  display: block;
  overflow: hidden;
}
#slide-items .product-image img,
#harvest-items .product-image img,
#almanac-items .product-image img {
  display: block;
  height: 130%;
}
#slide-items strong,
#harvest-items strong,
#almanac-items strong {
  display: block;
  text-align: center;
  font-size: 26px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  letter-spacing: -1px;
}
#harvest-items {
  top: 10px;
}
#almanac-items {
  height: 209px;
  overflow: hidden;
}
#almanac-items li,
#almanac-items a {
  width: 285px;
  height: 209px;
  margin-right: 10px;
}
#WM-1 {
  top: 0;
  right: 0;
  position: absolute;
}
#WM-2 {
  top: 1200px;
  left: 0;
  position: absolute;
}
#WM-3 {
  top: 2500px;
  right: 0;
  position: absolute;
}
#almanac-filter {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0;
  margin-top: 65px;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
}
@media only screen and (min-width: 768px) {
  #almanac-filter {
    display: block;
  }
}
#almanac-filter #show-tags {
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #60ae41;
  text-transform: uppercase;
  margin-left: 20px;
  padding-right: 10px;
  overflow: hidden;
  width: 70px;
}
@media only screen and (min-width: 992px) {
  #almanac-filter #show-tags {
    width: auto;
    margin-left: 40px;
  }
}
#almanac-filter #show-tags:after {
  position: absolute;
  width: 5px;
  height: 5px;
  content: '';
  margin-left: 10px;
  top: 20px;
  background: url("../img/green-triangle.png"/*tpa=http://www.tai-liang.com/Public/Home/img/green-triangle.png*/) top left no-repeat;
  background-size: 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
#almanac-filter #show-tags.active:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.almanac-available-tags {
  position: relative;
  width: 100%;
  background: #EDFFE7;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.09);
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.almanac-available-tags .tag-box {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  font-size: 14px;
  color: #60ae41;
}
.almanac-available-tags .tag-box a {
  position: relative;
  color: #fff;
  float: left;
  line-height: 31px;
  height: 33px;
  padding: 0 15px 0 29px;
  text-transform: uppercase;
  background: url("../img/icons/green-tags.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/green-tags.png*/) top left no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  text-decoration: none;
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -webkit-transform: rotate(0);
  /* Opera, Chrome, and Safari */
  -webkit-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.almanac-available-tags .tag-box a:hover {
  background-position: 0 -34px;
  transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  /* IE 9 */
  -webkit-transform: rotate(-2deg);
  /* Opera, Chrome, and Safari */
  -webkit-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: rotate 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.almanac-available-tags .tag-box strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: bold;
}
.almanac-available-tags .tag-box ul {
  min-height: 50px;
  padding-left: 10px;
  background: url("../img/dotts-green-down.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-down.png*/) top left repeat-y;
}
.almanac-available-tags .tag-box ul:after {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.almanac-available-tags .tag-box li {
  float: left;
  width: initial;
  margin-right: 25px;
}
.almanac-available-tags .tag-box li.active a:after {
  position: absolute;
  top: 0;
  right: -22px;
  width: 18px;
  height: 34px;
  font-size: 20px;
  content: '✓';
  text-align: right;
  color: #60ae41;
}
.almanac {
  padding-top: 0;
}
.almanac .page-header {
  padding-left: 0;
  margin-bottom: 10px;
}
.almanac #current-selection {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 58px;
}
.almanac #current-selection h1 {
  border-right: none;
  padding-right: 0;
}
.almanac .set-header {
  padding: 40px 0 10px;
  margin-bottom: 20px;
}
.almanac a {
  display: inline-block;
  position: relative;
}
.almanac a .header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 10px rgba(96, 79, 83, 0.9);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari and Chrome */
  margin: 0;
  padding: 0 10px;
  width: 100%;
  z-index: 150;
}
.almanac a .header-text h2 {
  background-repeat: no-repeat;
}
.almanac a .header-text h3 {
  background-repeat: no-repeat;
}
.almanac .entry-intro {
  padding: 12px 20px 18px;
  margin-bottom: 10px;
  max-width: 520px;
}
.almanac .entry-intro p {
  padding-bottom: 20px;
  background-repeat: no-repeat;
}
.recipe-hero h1 {
  background-repeat: no-repeat;
}
.recipe-body .gradient-bg {
  background: url("../img/gradient-bg.png"/*tpa=http://www.tai-liang.com/Public/Home/img/gradient-bg.png*/) no-repeat;
  box-shadow: 0px -25px 40px -30px #000000;
}
.recipe-body .gen-share {
  line-height: 1.6rem;
  margin: 0;
}
.recipe-body .gen-share li {
  display: inline-block;
  float: none;
  position: relative;
  margin: 0 3px;
}
.recipe-body .recipe-header {
  margin-bottom: 0.2rem;
  margin-top: 4.2rem;
}
.recipe-body .do-print,
.recipe-body .do-pdf {
  position: relative;
  display: inline-block;
  width: 60px;
  text-align: center;
  color: #60ae41;
  margin: auto 10px;
  padding-top: 48px;
  background: url("../img/print.png"/*tpa=http://www.tai-liang.com/Public/Home/img/print.png*/) top center no-repeat;
}
.recipe-body .the-recipe {
  margin: auto;
  display: block;
}
.recipe-body .the-recipe .ingredients {
  margin-top: 10px;
}
.recipe-body .the-recipe .directions p {
  margin: 0;
}
.page-header {
  position: relative;
  padding: 40px 0 20px 58px;
  margin-bottom: 40px;
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) bottom left repeat-x;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  overflow: hidden;
}
.page-header h1 {
  float: left;
  color: #60ae41;
  font-size: 38px;
  height: 38px;
  line-height: 38px;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #60ae41;
  text-transform: uppercase;
}
.page-header ul {
  float: left;
}
.page-header li {
  float: left;
}
.page-header a {
  position: relative;
  float: left;
  color: #fff;
  line-height: 31px;
  height: 34px;
  padding: 0 15px 0 29px;
  text-transform: uppercase;
  background: url("../img/icons/green-tags.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/green-tags.png*/) top left no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 4px 10px 0 0;
  text-decoration: none;
}
.page-header a.alt {
  background: url("../img/icons/red-tags.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/red-tags.png*/) top left no-repeat;
}
.page-header a.alt2 {
  background: url("../img/icons/orange-tags.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/orange-tags.png*/) top left no-repeat;
}
.faq-hero h1 {
  background-repeat: no-repeat;
}
.faq-body #WM-4 {
  top: 400px;
  left: 0px;
  position: absolute;
}
.faq-body #WM-3 {
  top: 800px;
  right: 0px;
  position: absolute;
}
.faq-body h3 {
  background: url("../../static/img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/static/img/dotts-green-across.png*/) left bottom no-repeat;
}
.faq-body p a {
  color: #0e90ff;
}
.news-hero h1 {
  background-repeat: no-repeat;
}
.news-body figure img {
  margin-top: 100px;
}
.news-body .news-box div {
  height: 355px;
}
.news-body .news-box .gradient-bg {
  background: url("../img/gradient-bg.png"/*tpa=http://www.tai-liang.com/Public/Home/img/gradient-bg.png*/) no-repeat;
}
.our-story-bullets {
  list-style: disc;
  margin-left: 25px;
  -: ;font-size: 28.8px;
  -: ;font-size: 1.8rem;
  -: ;line-height: 35.2px;
  -: ;line-height: 2.2rem;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  color: #60ae41;
}
.coupon {
  position: absolute;
  width: 255px;
  margin: 0;
  top: 650px;
  left: 0px;
  height: 188px;
}
#home-splash {
  position: relative;
  height: 773px;
}
#home-images,
#home-images li {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#home-images li,
#home-images li li {
  display: none;
}
#home-images li:first-of-type,
#home-images li li:first-of-type {
  display: block;
}
#home-images #hi1,
#home-images li #hi1 {
  background: url("../img/lander.jpg"/*tpa=http://www.tai-liang.com/Public/Home/img/lander.jpg*/) top center no-repeat;
  background-size: cover;
}
#welcome-logo {
  position: relative;
  display: block;
  height: 225px;
  width: 100%;
  margin: auto;
  background: url("../img/logo.png"/*tpa=http://www.tai-liang.com/Public/Home/img/logo.png*/) center no-repeat;
  background-size: 180px;
  text-indent: -9999em;
  margin-bottom: 40px;
}
#home-splash h1 {
  position: relative;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #fff;
  padding-bottom: 28px;
  background: url("../img/title-swoop.png"/*tpa=http://www.tai-liang.com/Public/Home/img/title-swoop.png*/) bottom center no-repeat;
  margin-bottom: 30px;
}
#home-splash h1 strong {
  display: block;
}
#home-splash h1 em {
  display: block;
  height: 40px;
  background: url("../img/with.png"/*tpa=http://www.tai-liang.com/Public/Home/img/with.png*/) center no-repeat;
  text-indent: -9999em;
}
#tri-swap {
  position: absolute;
  top: 280px;
  right: 10px;
}
#tri-swap span {
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
  border: 1px dotted #fff;
}
#tri-swap span.active {
  background: #fff;
  border: 1px dotted rgba(0, 0, 0, 0);
}
#tri-swap #tsi2 {
  top: 50px;
}
#tri-swap #tsi3 {
  top: 110px;
}
#tri-swap a#tsi-image {
  position: absolute;
  top: -45px;
  right: 16px;
  width: 194px;
  height: 110px;
  background: url("../img/bubbl.png"/*tpa=http://www.tai-liang.com/Public/Home/img/bubbl.png*/) top left no-repeat;
}
#tri-swap a#tsi-image strong {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}
#tri-swap a#tsi-image img {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 168px;
  height: 90px;
  background: #444;
}
#pinboard1 {
  position: relative;
  margin-top: -114px;
  height: 1246px;
}
#pinboard2 {
  position: relative;
  height: 1386px;
}
#movie-poster {
  position: absolute;
  top: 0;
  left: 0;
  height: 384px;
  width: 624px;
}
#movie-poster a,
#movie-poster img {
  display: block;
  height: 384px;
  width: 624px;
}
#movie-poster strong {
  position: absolute;
  top: -22px;
  left: 15px;
  height: 31px;
  width: 175px;
  text-indent: -9999em;
  background: url("../img/learn.png"/*tpa=http://www.tai-liang.com/Public/Home/img/learn.png*/) top left;
}
#splashad1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 384px;
  width: 414px;
}
#splashad1 img {
  position: relative;
  display: block;
  height: 384px;
  width: 414px;
}
#thumb1 {
  position: absolute;
  top: 396px;
  left: 0;
  width: 199px;
}
#thumb1 img {
  display: block;
  margin: auto auto 30px;
}
#get1 {
  position: absolute;
  top: 500px;
  left: 212px;
  background: #FBEFF3;
}
.get-this {
  width: 200px;
  height: 367px;
}
.get-this a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-decoration: none;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  color: #D85448;
}
.get-this img {
  display: block;
  margin: 25px auto;
  width: 80px;
}
.get-this strong {
  display: block;
  font-size: 15px;
}
.get-this em {
  display: block;
  padding: 14px 0;
  font-size: 28px;
  text-transform: uppercase;
}
#tweet1 {
  position: absolute;
  top: 396px;
  right: 0;
  width: 624px;
  height: 175px;
  background: #eee;
}
#splashad2 {
  position: absolute;
  right: 0;
  top: 584px;
  width: 624px;
  height: 362px;
}
#featured-ingredient {
  position: absolute;
  top: 100px;
  left: 0;
  width: 200px;
  height: 366px;
  background: url("../img/cloth.jpg"/*tpa=http://www.tai-liang.com/Public/Home/img/cloth.jpg*/) top center;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}
#featured-ingredient a {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 366px;
  color: #60ae41;
}
#featured-ingredient img {
  display: block;
  margin: 20px auto;
  width: 100px;
}
#featured-ingredient strong {
  display: block;
  font-size: 15px;
}
#featured-ingredient em {
  display: block;
  padding: 14px 0;
  font-size: 28px;
  text-transform: uppercase;
}
#pin-instagram {
  position: absolute;
  top: 0px;
  left: 212px;
  width: 196px;
  height: 179px;
}
#pin-instagram a {
  display: block;
}
#pin-instagram a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: url("../img/icons/icon-instagram.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/icon-instagram.png*/) 10px 10px no-repeat;
}
.pin-recipe {
  position: absolute;
  width: 413px;
  height: 368px;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}
.pin-recipe a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pin-recipe strong {
  position: relative;
  display: block;
  width: 130px;
  margin: 120px auto 0;
  padding-bottom: 14px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  background: url("../img/dotts-white-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-white-across.png*/) bottom center repeat-x;
}
.pin-recipe em {
  padding-top: 10px;
  display: block;
  font-size: 45px;
  color: #fff;
  max-width: 85%;
  margin: auto;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}
#recipe1 {
  top: 100px;
  left: 424px;
}
#recipe2 {
  top: 482px;
  left: 0px;
}
#get2 {
  position: absolute;
  top: 482px;
  left: 426px;
  background: #FBEFF3;
}
#thumb2 {
  position: absolute;
  top: 100px;
  right: 0;
  width: 199px;
}
#thumb2 img {
  display: block;
  margin: 0 auto 30px;
}
.feature-bit {
  position: absolute;
  left: 0;
  right: 0;
  height: 470px;
}
.feature-bit h3 {
  padding-top: 200px;
  color: #fff;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  font-size: 24px;
  padding-bottom: 20px;
}
.feature-bit a {
  position: relative;
  z-index: 100;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
#fb1 {
  top: 1595px;
  background: url("../img/feature1.jpg"/*tpa=http://www.tai-liang.com/Public/Home/img/feature1.jpg*/) top center no-repeat;
}
#fb2 {
  top: 2790px;
  background: url("../img/feature2.jpg"/*tpa=http://www.tai-liang.com/Public/Home/img/feature2.jpg*/) top center no-repeat;
}
.instagram-header {
  position: relative;
  overflow: hidden;
  height: 534px;
  color: #fff;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
.instagram-header img {
  position: absolute;
  top: 0;
  left: 0;
}
.instagram-header .inner {
  padding-top: 170px;
}
.instagram-header strong {
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px 0 3px 28px;
  display: inline-block;
  margin-bottom: 28px;
  background: url("../img/icons/icon-instagram.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/icon-instagram.png*/) left center no-repeat;
}
.instagram-header h1 {
  position: relative;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: -3px;
  padding: 12px 0 24px;
}
.instagram-header h1:before {
  position: absolute;
  top: 0;
  left: 390px;
  right: 390px;
  height: 4px;
  content: "";
  background: url("../img/dotts-white-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-white-across.png*/) top center repeat-x;
}
.instagram-header em {
  font-size: 18px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
  background: url("../img/icons/sun.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/sun.png*/) bottom center no-repeat;
}
.instagram-header .gen-share {
  position: relative;
  display: block;
}
.instagram-header .gen-share li {
  float: none;
  display: inline-block;
}
.feed-images {
  overflow: hidden;
  padding: 12px 0 80px;
  text-align: left;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  color: #60ae41;
}
.feed-images li {
  float: left;
  width: 519px;
  padding-bottom: 30px;
}
.feed-images li:nth-of-type(even) {
  float: right;
}
.feed-images li > a {
  display: block;
}
.feed-images img {
  display: block;
}
.feed-images p {
  position: relative;
  margin: 8px 0 0 0;
  padding: 0 0 0 52px;
  min-height: 40px;
  background: url("../img/evo-icon.jpg"/*tpa=http://www.tai-liang.com/Public/Home/img/evo-icon.jpg*/) 1px 1px no-repeat;
}
.feed-images p:before {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  width: 38px;
  height: 38px;
  content: "";
}
.feed-images a {
  color: #1594FD;
}
a.micro-jump {
  display: block;
  width: 28px;
  height: 28px;
  margin: auto;
  text-indent: -9999em;
  background: url("../img/icons/down-arrow.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/down-arrow.png*/) center no-repeat;
}
#quick-jump {
  position: relative;
  height: 49px;
  line-height: 49px;
  padding: 1px;
  text-align: left;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
  margin-bottom: -2px;
  z-index: 10;
  margin-top: 65px;
  background: white;
}
.article-special-body h5 {
  background: url("../../static/img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/static/img/dotts-green-across.png*/) no-repeat center bottom;
}
.chase-article-body .founder {
  position: relative;
  top: -15px;
}
.article-hero h1 {
  background-repeat: no-repeat;
}
.zoomImg {
  background-color: #ffffff;
}
.video-section {
  padding: 0;
  margin-top: -450px;
}
.video-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section .video-wrapper .video-start figure i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  height: 75px;
  width: 105px;
}
.video-body {
  padding: 10px 0 0 0;
}
.video-body h1 {
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .coupon {
    top: 197px;
    left: -32px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .inline-page-nav {
    display: none;
  }
  .almanac .header-text {
    top: 25px;
  }
  .almanac .header-text strong {
    font-size: 1.5rem;
  }
  .almanac .header-text h2 {
    font-size: 3.6rem;
    padding: 10px 0;
  }
  .almanac .header-text h3 {
    font-size: 2.2rem;
    padding: 10px 0;
  }
  .almanac .header-text h4 {
    font-size: 1.5rem;
  }
  .almanac .header-text span {
    display: none;
  }
  .almanac .page-header {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .almanac .entry-intro {
    margin-bottom: 5px;
    padding: 12px 20px 9px;
  }
  .video-hero {
    height: 400px !important;
  }
  .video-section {
    margin-top: -230px;
  }
  .article-hero h1 {
    font-size: 5.6rem;
  }
  .gallery-hero h1 {
    font-size: 5.6rem;
  }
  .recipe-body div {
    padding-right: 7px;
  }
  .contact-inquiries .inquiries div p {
    font-size: 1.8rem;
    padding: 0 5px;
  }
  .article-special-body a {
    float: none;
  }
  .video-wrapper .hover {
    display: none;
  }
  .coupon {
    top: 727px;
    left: -32px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    z-index: 0;
    position: absolute;
  }
  #ingredients {
    height: 450px;
  }
  #ingredients-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #our-kitchens {
    height: 500px;
  }
  #kitchens-text {
    padding-top: 10px;
  }
  #culinary-approach {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #why-cold-pressed {
    padding-bottom: 10px;
  }
  .product-detail-hero .details .nutrition-tables p span {
    padding: 0 15px;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    background: none;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.red {
    background: url("../img/dotts-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-red-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.darkred {
    background: url("../img/dotts-dark-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-red-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.pinkred {
    background: url("../img/dotts-pink-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-pink-red-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.brown {
    background: url("../img/dotts-brown-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-brown-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.darkgreen {
    background: url("../img/dotts-dark-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-green-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.green {
    background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.orange {
    background: url("../img/dotts-orange-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.darkorange {
    background: url("../img/dotts-orange-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .nutrition-tables .nutrition-column + .nutrition-column.limegreen {
    background: url("../img/dotts-light-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-light-green-across.png*/) top repeat-x;
  }
  .product-detail-hero .details .ingredient-list {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .contact-inquiries .inquiries div {
    margin-bottom: 14px;
  }
  .news-body .news-box div {
    margin-bottom: 14px;
  }
  .almanac .header-text {
    top: 25px;
  }
  .almanac .header-text strong {
    font-size: 2.0rem;
  }
  .almanac .header-text h2 {
    font-size: 4.1rem;
  }
  .almanac .header-text h3 {
    font-size: 2.7rem;
  }
  .almanac .header-text h4 {
    font-size: 2.0rem;
  }
  .almanac .header-text span {
    display: none;
  }
  .almanac .entry-intro {
    margin-bottom: 10px;
    padding: 12px 20px 9px;
  }
  .our-story-ingredients blockquote {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-hero .product-pagination-left span {
    margin-top: -35px;
    left: -58px;
    position: relative;
  }
  .product-detail-hero .product-pagination-right span {
    margin-top: -35px;
    position: relative;
    right: -56px;
  }
}
/**
Typography
*/
.mega {
  -: ;font-size: 144px;
  -: ;font-size: 9rem;
  font-family: 'Populaire Light1263935', Georgia, Helvetica, sans-serif !important;
}
.alpha {
  -: ;font-size: 121.6px;
  -: ;font-size: 7.6rem;
  -: ;line-height: 121.6px;
  -: ;line-height: 7.6rem;
  font-family: 'Populaire Light1263935', Georgia, Helvetica, sans-serif !important;
}
.alpha-md {
  -: ;font-size: 89.6px;
  -: ;font-size: 5.6rem;
  font-family: 'Populaire Light1263935', Georgia, Helvetica, sans-serif !important;
}
.beta {
  -: ;font-size: 92.8px;
  -: ;font-size: 5.8rem;
  font-family: 'Populaire1263934', Georgia, Helvetica, sans-serif;
}
.gamma {
  -: ;font-size: 80px;
  -: ;font-size: 5rem;
  font-family: 'Populaire1263934', Georgia, Helvetica, sans-serif;
}
.delta {
  -: ;font-size: 67.2px;
  -: ;font-size: 4.2rem;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
.epsilon {
  -: ;font-size: 48px;
  -: ;font-size: 3rem;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
.epsilon-small {
  -: ;font-size: 25.6px;
  -: ;font-size: 1.6rem;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}
.epsilon-medium {
  -: ;font-size: 38.4px;
  -: ;font-size: 2.4rem;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}

.zeta {
  -: ;font-size: 18px;
  font-family:  '微软雅黑'!important;
  
}
.zeta-large {
   -: ;font-size: 24px;
  font-family: '微软雅黑', Georgia, Helvetica, sans-serif !important;
  font-weight:100;
  margin-bottom:20px;
  color:#373634
}
.zeta-medium {
  -: ;font-size: 41.6px;
  -: ;font-size: 2.6rem;
  font-family: 'Populaire1263934', Georgia, Helvetica, sans-serif;
}
.zeta-small {
  -: ;font-size: 32px;
  -: ;font-size: 2rem;
  font-family: 'Populaire1263934', Georgia, Helvetica, sans-serif;
}

.tp_in{ font-size:13px;font-family: '微软雅黑'; border-bottom:#ed1c24 dotted 1px; color:#ed1c24}

.large {
  -: ;font-size: 38.4px;
  -: ;font-size: 2.4rem;
  -: ;line-height: 43.2px;
  -: ;line-height: 2.7rem;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}
.regular {
  -: ;font-size: 32px;
  -: ;font-size: 2rem;
  -: ;line-height: 38.4px;
  -: ;line-height: 2.4rem;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}

.tiny {
  -: ;font-size: 19.2px;
  -: ;font-size: 1.2rem;
  -: ;line-height: 22.4px;
  -: ;line-height: 1.4rem;
  font-family: 'din-bold', Georgia, Helvetica, sans-serif;
}
.very-tiny {
  -: ;font-size: 14.4px;
  -: ;font-size: 0.9rem;
  -: ;line-height: 16px;
  -: ;line-height: 1rem;
  font-family: 'din-bold', Georgia, Helvetica, sans-serif;
}
.fineprint {
  -: ;font-size: 32px;
  -: ;font-size: 2rem;
  -: ;line-height: 44.8px;
  -: ;line-height: 2.8rem;
  font-family: 'din-regular', Georgia, Helvetica, sans-serif;
}
.fineprint-bold {
  -: ;font-size: 32px;
  -: ;font-size: 2rem;
  -: ;line-height: 41.6px;
  -: ;line-height: 2.6rem;
  font-family: 'din-bold', Georgia, Helvetica, sans-serif;
}
.text-underline {
  text-decoration: underline;
}
.text-underline-white-dots {
  background: url("../img/nav-dotts.png"/*tpa=http://www.tai-liang.com/Public/Home/img/nav-dotts.png*/) repeat-x 100% 100%;
}
.strong {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
table {
  -: ;font-size: 25.6px;
  -: ;font-size: 1.6rem;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif;
}
blockquote {
  -: ;font-size: 108.8px;
  -: ;font-size: 6.8rem;
  -: ;line-height: 105.6px;
  -: ;line-height: 6.6rem;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
}


.opacity.numbered {
  list-style-type: decimal;
}
.text-shadow {
  text-shadow: 2px 2px 10px rgba(96, 79, 83, 0.9);
}
@media (max-width: 768px) {
  .large {
    -: ;font-size: 32px;
    -: ;font-size: 2rem;
    -: ;line-height: 35.2px;
    -: ;line-height: 2.2rem;
  }
  blockquote {
    -: ;font-size: 64px;
    -: ;font-size: 4rem;
    -: ;line-height: 67.2px;
    -: ;line-height: 4.2rem;
  }
  .delta {
    -: ;font-size: 51.2px;
    -: ;font-size: 3.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  p {
    -: ;font-size: 25.6px;
    -: ;font-size: 1.6rem;
    -: ;line-height: 32px;
    -: ;line-height: 2rem;
  }
}
.button {
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: relative;
  margin: auto;
  width: 180px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -: ;font-size: 22.4px;
  -: ;font-size: 1.4rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);

  text-transform: uppercase;
  font-family: 'din-bold', Georgia, Helvetica, sans-serif;
  cursor: pointer;
  font-weight: normal;
}
.button.wide {
  width: 195px;
}
.button:hover {
  text-shadow: none;
}
.button.white {
  color: #60ae41;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.button.white:hover {
  border: 1px solid #60ae41;
  background: #60ae41;
  color: #ffffff;
}
.button.red {
  color: #ffffff;
  background: #c52d20;
  border: 1px solid #c52d20;
}
.button.red:hover {
  color: #ffffff;
  background: #c52d20;
}
.button.darkred {
  color: #ffffff;
  background: #660000;
  border: 1px solid #660000;
}
.button.darkred:hover {
  color: #ffffff;
  background: #660000;
}
.button.pinkred {
  color: #ffffff;
  background: #d1354a;
  border: 1px solid #d1354a;
}
.button.pinkred:hover {
  color: #ffffff;
  background: #d1354a;
}



.button.limegreen {
  border: 1px solid #9dc22e;
  color: #ffffff;
  background: #9dc22e;
}
.button.limegreen:hover {
  background: #9dc22e;
  color: #ffffff;
}
.button.darkorange {
  border: 1px solid #d95a30;
  color: #ffffff;
  background: #d95a30;
}
.button.darkorange:hover {
  background: #d95a30;
  color: #ffffff;
}
.button.orange {
  border: 1px solid #f27235;
  color: #ffffff;
  background: #f27235;
}
.button.orange:hover {
  background: #f27235;
  color: #ffffff;
}
.button.yellow {
  border: 1px solid #f0b531;
  color: #ffffff;
  background: #f0b531;
}
.button.yellow:hover {
  background: #f0b531;
  color: #ffffff;
}
.button.brown {
  border: 1px solid #802f00;
  color: #ffffff;
  background: #802f00;
}
.button.brown:hover {
  background: #802f00;
  color: #ffffff;
}
.button.transparent {
  background: none;
}
.button.transparent.white {
  color: #ffffff;
}
.button.transparent.white:hover {
  background: #60ae41;
  border-color: #60ae41;
  color: #ffffff;
}
.button.transparent.green {
  color: #60ae41;
}
.button.transparent.red {
  color: #c52d20;
}
.button.transparent.darkred {
  color: #660000;
}
.button.transparent.pinkred {
  color: #d1354a;
}
.button.transparent.darkgreen {
  color: #373634;
}
.button.transparent.limegreen {
  color: #9dc22e;
}
.button.transparent:hover {
  color: #ffffff;
}
.button.transparent.darkorange {
  color: #d95a30;
}
.button.transparent.orange {
  color: #f27235;
}
.button.transparent.yellow {
  color: #f0b531;
}
.button.transparent.brown {
  color: #802f00;
}
.button.no-border {
  border: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedHome {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Tooltip */
.tooltip:hover .tooltip_body {
  display: inline;
  position: absolute;
  top: -67px;
  right: 23px;
  text-decoration: none;
  color: #000;
  background: url("../img/bubbl.png"/*tpa=http://www.tai-liang.com/Public/Home/img/bubbl.png*/) top center;
  background-repeat: no-repeat;
}
.tooltip:hover .tooltip_body img {
  margin-top: -6px;
  margin-left: -5px;
}
.tooltip p {
  position: absolute;
  bottom: -50px;
  text-align: center;
  width: 100%;
  left: 0;
}
.tooltip_body {
  display: none;
  padding: 15px;
  margin-top: 1.5em;
  z-index: 10;
}
/*.tooltip_body:after, .tooltip_body:before {
	left: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip_body:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 2px;
	margin-top: -2px;
}
.tooltip_body:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}*/
.module.hero {
  position: relative;
  width: 100%;
  float: left;
  color: #fff;
  -: ;padding-top: 0px;
  -: ;padding-top: 0rem;
  -: ;padding-bottom: 0px;
  -: ;padding-bottom: 0rem;
  /*h2 {
		display: inline-block;
		.rem(margin-bottom, 3.2);
		.rem(padding-bottom, 1.5);
	}

	h3 {
        .rem(margin-bottom, 3.2);
    }

	p.large {
		.rem(margin-bottom, 3.2);
	}*/
}
.module.hero.single-location {
  margin-bottom: 30px;
}
.module.hero.single-location .packedgrid {
  position: relative;
  overflow: hidden;
  max-height: 528px;
  top: 30%;
}
.module.hero.single-location .packedgrid .align-bottom {
  position: relative;
  min-height: 530px;
  bottom: 0;
}
.module.hero.single-location .packedgrid .bg {
  position: absolute;
  width: 100%;
  left: 50%;
  _: 0 ; -webkit-transform: translateX(-50%);
  _: 0 ; -khtml-transform: translateX(-50%);
  _: 0 ; -moz-transform: translateX(-50%);
  _: 0 ; -o-transform: translateX(-50%);
  _: 0 ; transform: translateX(-50%);
}
.module.hero.single-location .packedgrid img {
  margin: 0;
  padding: 0;
  display: block !important;
}
.module.hero.single-location .packedgrid p.large {
  -: ;margin-bottom: 0px;
  -: ;margin-bottom: 0rem;
}
.module.hero.single-location .packedgrid .location-wifi {
  position: absolute;
  top: 14px;
  left: 14px;
  height: 28px;
  line-height: 28px;
  padding-left: 34px;
  color: #fff;
  text-transform: uppercase;
  background: url("../img/icons/icon-wifi.png"/*tpa=http://www.tai-liang.com/Public/Home/img/icons/icon-wifi.png*/) center left no-repeat;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  -: ;font-size: 17.6px;
  -: ;font-size: 1.1rem;
}
.module.hero.single-location .packedgrid .location-info {
  position: relative;
  float: left;
  padding: 30px 40px 0;
}
.module.hero.single-location .packedgrid .location-info h1 {
  padding-top: 20px;
}
.module.hero.single-location .packedgrid .location-info h2 {
  position: relative;
  font-size: 24px;
  padding: 16px 0;
  background: url("../img/dotts-white-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-white-across.png*/) bottom center repeat-x;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .module.hero.single-location .packedgrid .bg .bttrlazyloading-wrapper {
    width: 110%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.hero.single-location .packedgrid .bg .bttrlazyloading-wrapper {
    width: 110%;
  }
}
@media (max-width: 767px) {
  .module.hero.single-location .packedgrid .bg .bttrlazyloading-wrapper {
    width: 100%;
  }
  .module.hero.single-location .local-kitchen {
    opacity: 0;
    height: 0;
  }
  .module.hero.single-location .location-info {
    padding: 25px 40px 0 !important;
  }
  .module.hero.single-location .packedgrid {
    max-height: none;
  }
}
@media (max-width: 991px) {
  .module.hero.single-location .packedgrid .bttrlazyloading-wrapper img {
    float: left;
  }
  .module.hero.single-location .packedgrid .location-info {
    background-color: rgba(96, 174, 65, 0.9);
  }
  .module.hero.single-location .packedgrid .second-img {
    display: none !important;
  }
}
.module.hero.h290 {
  height: 290px;
}
.module.hero.h460 {
  height: 460px;
}
.module.hero.h550 {
  height: 550px;
}
.module.hero.h595 {
  height: 595px;
}
.module.hero.h650 {
  height: 650px;
}
.module.hero.h755 {
  height: 755px;
}
.module.hero.h733 {
  height: 733px;
}
.module.hero.h722 {
  max-height: 722px;
}
.module.hero.h722 .bx-wrapper {
  margin: 0 auto;
}
.module.hero.h800 {
  height: 800px;
}
.module.hero.h840 {
  height: 840px;
}
.module.hero.product-detail-secondary-bg {
  margin-top: 250px;
}
.module.hero.product-detail-hero {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  z-index: 70;
}
@media (max-width: 991px) {
  .module.hero.product-detail-hero.h840 {
    height: auto;
    margin-bottom: 100px;
  }
  .module.hero.product-detail-hero .minh615 {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .module.hero.product-detail-hero 
  
   .details {
    margin-top: 200px;
  }
  .module.hero.product-detail-hero .wrapper .product-image-large {
    position: absolute;
    width: 30%;
    left: 35%;
    top: 0%;
    margin-top: -19%;
    _: 0 ; -webkit-transform: translateX(-50%);
    _: 0 ; -khtml-transform: translateX(-50%);
    _: 0 ; -moz-transform: translateX(-50%);
    _: 0 ; -o-transform: translateX(-50%);
    _: 0 ; transform: translateX(-50%);
    _: 0 ; -webkit-transform: translateY(-70%);
    _: 0 ; -khtml-transform: translateY(-70%);
    _: 0 ; -moz-transform: translateY(-70%);
    _: 0 ; -o-transform: translateY(-70%);
    _: 0 ; transform: translateY(-70%);
  }
}
@media (max-width: 550px) {
  .module.hero.product-detail-hero .wrapper .product-image-large {
    position: absolute;
    width: 30%;
    left: 35%;
    top: 0%;
    margin-top: -19%;
  }
}
@media (max-width: 450px) {
  .module.hero.product-detail-hero .wrapper .product-image-large {
    margin-top: -42%;
    width: 50%;
    left: 25%;
  }
}
.module.hero.product-detail-hero .bg-wrapper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.module.hero.product-detail-hero .wrapper {
  position: relative;
  top: 120px;
}
.module.hero.product-detail-hero .container {
  position: relative;
  height: 100%;
}
.module.hero .shading {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.module.hero.bx-slider-module .logo {
  height: 85px;
  z-index: 100;
  margin: 0 auto;
  text-align: center;
  background: url("../img/evolution-logo-large.png"/*tpa=http://www.tai-liang.com/Public/Home/img/evolution-logo-large.png*/) top center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 200px;
  margin-bottom: 30px;
}
.module.hero.bx-slider-module h1 {
  position: relative;
  text-indent: -9999em;
  float: left;
}
a.share-icon:hover {
  opacity: .8;
}
a.share-icon-recipe:hover {
  opacity: .8;
}
.module.image-layout {
  position: relative;
  overflow: visible;
}
.module.image-layout .row {
  overflow: hidden;
  margin-bottom: 10px;
}
.module.image-layout img {
  display: inline-block;
}
.module.timeline {
  padding: 30px 0 0 0;
  -: ;padding-bottom: 0px;
  -: ;padding-bottom: 0rem;
}
.module.timeline ul.timeline-wrapper {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 57px;
  padding-right: 200px;
}
.module.timeline ul.timeline-wrapper li {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
}
.module.timeline ul.timeline-wrapper li figure {
  margin-bottom: 20px;
  width: 270px;
  height: 227px;
}
.module.timeline ul.timeline-wrapper li figcaption {
  position: absolute;
  width: 100%;
  top: 37%;
  z-index: 100;
}
.module.timeline ul.timeline-wrapper li p {
  padding: 0 5px;
}
.module.timeline .scroll {
  display: block;
  top: 425px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto 0;
  width: 100%;
}
.module.timeline .scroll img {
  margin: auto;
}
.module.timeline .scroll small {
  padding-top: 5px;
  width: 100px;
  margin: auto;
}
.module.video {
  overflow: visible;
  margin-bottom: 35px;
}
.module.video .video-start {
  display: block;
}
.module.video .video-wrapper {
  -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
}
.module.video-tip {
  position: absolute;
  display: block;
  z-index: 100;
  float: left;
}
.module.video-tip.top-right {
  right: 120px;
  top: 50px;
}
.module.video-tip.top-right figure {
  float: right;
}
.module.video-tip.bottom-left {
  left: 120px;
  bottom: 0px;
}
.module.video-tip.bottom-left figure {
  float: left;
}
.module.video-tip.bottom-right {
  right: 30px;
  bottom: 0px;
}
.module.video-tip.bottom-right figure {
  float: right;
}
.module.video-tip figure {
  width: 100px;
  height: 150px;
  max-width: 180px;
  width: 180px;
  position: relative;
}
.module.video-tip figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: url("../img/components/video-tip-bg.png"/*tpa=http://www.tai-liang.com/Public/Home/img/components/video-tip-bg.png*/) no-repeat center 0px;
}
.module.video-tip figure a .circle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #60ae41;
  position: absolute;
  margin-top: -25px;
  top: 40%;
  left: 42%;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  /* width and height can be anything, as long as they're equal */
}
.module.video-tip figure a:before {
  position: absolute;
  top: 40%;
  margin-top: -25px;
  left: 42%;
  background: url("../img/play-button.png"/*tpa=http://www.tai-liang.com/Public/Home/img/play-button.png*/) no-repeat center;
  _: 0 ; -webkit-background-size: cover;
  _: 0 ; -khtml-background-size: cover;
  _: 0 ; -moz-background-size: cover;
  _: 0 ; -o-background-size: cover;
  _: 0 ; background-size: cover;
  content: '';
  z-index: 100;
  display: block;
  width: 25px;
  height: 25px;
}
.module.video-tip figure a:hover .circle {
  opacity: .9;
}
.module.video-tip figure img {
  _: 0 ; -webkit-mask-box-image: url("../img/components/video-tip-mask.png"/*tpa=http://www.tai-liang.com/Public/Home/img/components/video-tip-mask.png*/);
  _: 0 ; -khtml-mask-box-image: url("../img/components/video-tip-mask.png"/*tpa=http://www.tai-liang.com/Public/Home/img/components/video-tip-mask.png*/);
  _: 0 ; -moz-mask-box-image: url("../img/components/video-tip-mask.png"/*tpa=http://www.tai-liang.com/Public/Home/img/components/video-tip-mask.png*/);
  _: 0 ; -o-mask-box-image: url("../img/components/video-tip-mask.png"/*tpa=http://www.tai-liang.com/Public/Home/img/components/video-tip-mask.png*/);
  _: 0 ; mask-box-image: url("../img/components/video-tip-mask.png"/*tpa=http://www.tai-liang.com/Public/Home/img/components/video-tip-mask.png*/);
  position: relative;
  top: 6px;
}
.module.video-tip figure figcaption {
  -: ;margin-top: 9.6px;
  -: ;margin-top: 0.6rem;
}
.module.inline-page-nav {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
  right: -160px;
  width: 160px;
  background: #60ae41;
  padding: 5px 0 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  _: 0 ; -webkit-border-top-right-radius: 0px;
  _: 0 ; -khtml-border-top-right-radius: 0px;
  _: 0 ; -moz-border-top-right-radius: 0px;
  _: 0 ; -o-border-top-right-radius: 0px;
  _: 0 ; border-top-right-radius: 0px;
  _: 0 ; -webkit-border-bottom-right-radius: 0px;
  _: 0 ; -khtml-border-bottom-right-radius: 0px;
  _: 0 ; -moz-border-bottom-right-radius: 0px;
  _: 0 ; -o-border-bottom-right-radius: 0px;
  _: 0 ; border-bottom-right-radius: 0px;
  font-family: 'lunchbox', Georgia, Helvetica, sans-serif;
  -: ;font-size: 24px;
  -: ;font-size: 1.5rem;
  z-index: 990;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  overflow: visible;
}
.module.inline-page-nav:hover {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  right: 0;
}
.module.inline-page-nav ul {
  position: relative;
  width: 100%;
  float: left;
  list-style: none;
}
.module.inline-page-nav ul li,
.module.inline-page-nav ul a {
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.module.inline-page-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  -: ;min-height: 80px;
  -: ;min-height: 5rem;
}
.module.inline-page-nav ul li:last-child {
  background: none;
}
.module.inline-page-nav ul li.active {
  padding-left: 25px;
}
.module.inline-page-nav ul li.active a {
  color: rgba(255, 255, 255, 0.6);
}
.module.inline-page-nav ul li.active:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -5px;
  left: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
}
.module.inline-page-nav ul a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  width: 80%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.module.inline-page-nav div {
  height: 45px;
  width: 30px;
  display: block;
  z-index: 1000;
  left: -25px;
  position: absolute;
  top: 40%;
  border-radius: 4px;
  padding-top: 15px;
  background: #60ae41;
  cursor: pointer;
}
.module.inline-page-nav div i {
  width: 15px;
  height: 2px;
  margin-bottom: 2px;
  display: block;
  background: #ffffff;
  margin-left: 6px;
}
.product-list.juices {
  display: none;
}
.product {
  position: relative;
  min-height: 180px;
  height: 350px;
  margin-bottom: 40px;
}
.product > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.product > a i {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: .9;
}
.product > a:hover img {
  margin-top: -20px;
}
.product > a:hover i {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
.product figure {
  position: relative;
  min-height: 245px;
  height: 245px;
  overflow: hidden;
  background-size: 98% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.product figure span img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product hr {
  padding: 0px 0 20px 0;
  margin: 0 auto;
  border: 0;
  height: 3px;
  clear: both;
  width: 80%;
}
.product hr.green {
  background: url("../img/dotts-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-green-across.png*/) center repeat-x;
}
.product hr.red {
  background: url("../img/dotts-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-red-across.png*/) center repeat-x;
}
.product hr.limegreen {
  background: url("../img/dotts-light-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-light-green-across.png*/) center repeat-x;
}
.product hr.darkgreen {
  background: url("../img/dotts-dark-green-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-green-across.png*/) center repeat-x;
}
.product hr.orange {
  background: url("../img/dotts-orange-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-across.png*/) center repeat-x;
}
.product hr.darkorange {
  background: url("../img/dotts-orange-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-orange-across.png*/) center repeat-x;
}
.product hr.darkred {
  background: url("../img/dotts-dark-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-dark-red-across.png*/) center repeat-x;
}
.product hr.pinkred {
  background: url("../img/dotts-pink-red-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-pink-red-across.png*/) center repeat-x;
}
.product hr.yellow {
  background: url("../img/dotts-yellow-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-yellow-across.png*/) center repeat-x;
}
.product hr.brown {
  background: url("../img/dotts-brown-across.png"/*tpa=http://www.tai-liang.com/Public/Home/img/dotts-brown-across.png*/) center repeat-x;
}
.product .product-details {
  margin: 20px 0;
}
.product.long figure {
  height: 265px;
}
.product.long > a:hover img {
  margin-top: 0px;
}
@media (max-width: 400px) {
  .product {
    height: 275px;
  }
  .product figure {
    background-size: 90% auto;
    min-height: 205px;
    height: 205px;
  }
  .product-list span {
    height: 205px;
  }
}
h1 sup {
  font-size: 25px;
}
h3 sup {
  font-size: 15px;
}
p sup {
  font-size: 12px;
}
.module.packedgrid {
  overflow: visible;
}
.module.packedgrid .row {
  overflow: hidden;
}
.module.packedgrid .instagram-item {
  height: 50%;
}
.module.packedgrid .instagram-item.full-height {
  height: 100%;
}
.module.packedgrid .instagram-item p {
  margin-left: 10px;
}
.module.packedgrid .row.no-gutter [class*='col-']:not(:first-child):not(.tweet-item):not(.instagram-item),
.module.packedgrid .row.no-gutter [class*='col-']:not(:last-child):not(.tweet-item):not(.instagram-item) {
  height: 100%;
}
.module.packedgrid .h380,
.module.packedgrid .h390,
.module.packedgrid .h190 {
  position: relative;
  overflow: hidden;
}
.module.packedgrid .h190 {
  height: 190px;
}
.module.packedgrid .h390 {
  height: 390px;
}
.module.packedgrid .link-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.module.packedgrid a.video-start {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.module.packedgrid span.bttrlazyloading-wrapper {
  float: left;
  width: 101%;
  display: block;
}
.module.packedgrid img {
  display: block;
  float: left;
}
.module.packedgrid .tweet-item {
  background: #ffffff;
}
.module.packedgrid figure.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module.packedgrid figure.bg img {
  width: 100%;
}
.module.packedgrid figcaption {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 10px rgba(96, 79, 83, 0.9);
}
@media (max-width: 767px) {
  .module.packedgrid .h380,
  .module.packedgrid .h390 {
    height: auto;
  }
  .module.packedgrid .instagram-item .hover-box .hover p {
    display: none;
  }
  .module.packedgrid .vertical-align {
    top: 0;
    _: 0 ; -webkit-transform: translateY(0%);
    _: 0 ; -khtml-transform: translateY(0%);
    _: 0 ; -moz-transform: translateY(0%);
    _: 0 ; -o-transform: translateY(0%);
    _: 0 ; transform: translateY(0%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.packedgrid .h380 {
    height: 267px;
  }
  .module.packedgrid .h390 {
    height: 278px;
  }
  .module.packedgrid .h390 span.bttrlazyloading-wrapper {
    width: 108%;
  }
  .module.packedgrid .h190 {
    height: 210px;
  }
  .module.packedgrid .h190 span.bttrlazyloading-wrapper {
    width: 143%;
  }
  .module.packedgrid .instagram-item .hover-box .hover p {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.packedgrid .h380 {
    height: 348px;
  }
  .module.packedgrid span.bttrlazyloading-wrapper {
    width: 108%;
  }
}
@media (min-width: 1200px) {
  .module.packedgrid .h380 {
    height: 380px;
  }
}
.twitter-tweet {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 190px !important;
  display: block !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
.standalone-tweet .expanded .footer {
  display: none !important;
}
.module.picks {
  background: #fefefe;
  overflow: visible;
  min-height: 150px;
}
.module.slider {
  min-height: 400px;
  overflow: visible;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #fdfdfd 82%, #fdfdfd 98%, #ebebeb 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(82%, #fdfdfd), color-stop(98%, #fdfdfd), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #fdfdfd 82%, #fdfdfd 98%, #ebebeb 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #fdfdfd 82%, #fdfdfd 98%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #fdfdfd 82%, #fdfdfd 98%, #ebebeb 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #fdfdfd 82%, #fdfdfd 98%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb', GradientType=0);
}
.module.slider .slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.module.slider .slider-wrapper .carousel {
  width: 40%;
  position: relative;
  margin: 40px auto;
  min-height: 355px;
}
.module.slider .slider-wrapper .viewport {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.module.slider .slider-wrapper ul {
  width: 300%;
  height: 100%;
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
  transition: left 1s;
  left: -100%;
}
.module.slider .slider-wrapper li {
  width: 33.3%;
  height: 100%;
  float: left;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
  display: table;
}
.module.slider .slider-wrapper li:hover,
.module.slider .slider-wrapper li.active {
  opacity: 1;
}
.module.slider .slider-wrapper li span {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
.module.slider .small-slider .product {
  width: 68%;
  display: block;
  margin: 0 auto;
  transition: width 1s, left 0.2s, right 0.2s;
  position: relative;
  overflow: visible;
  height: 100%;
}
.module.slider .small-slider .product figure {
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
}
.module.slider .small-slider .product .wrapper {
  position: relative;
  z-index: 100;
  width: 110%;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 500px) {
  .module.slider .small-slider .product .wrapper {
    width: 150%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -20px;
  }
}
.module.slider .small-slider .product h4 {
  line-height: 100%;
}
.module.slider .small-slider .product img {
  margin: 0 auto;
}
.module.slider .small-slider .product .product-details {
  display: none;
}
.module.slider .small-slider .not-active-state,
.module.slider .small-slider .active-state {
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.module.slider .small-slider .not-active-state > a,
.module.slider .small-slider .active-state > a {
  width: 100%;
  display: block;
}
.module.slider .small-slider .not-active-state {
  -webkit-transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
}
.module.slider .small-slider .not-active-state figure img {
  _: 0 ; -webkit-transition-delay: 300ms;
  _: 0 ; -khtml-transition-delay: 300ms;
  _: 0 ; -moz-transition-delay: 300ms;
  _: 0 ; -o-transition-delay: 300ms;
  _: 0 ; transition-delay: 300ms;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40%;
  width: 120px;
}
.module.slider .small-slider .not-active-state figure {
  background: url("../img/small-shadow.png"/*tpa=http://www.tai-liang.com/Public/Home/img/small-shadow.png*/) bottom center no-repeat;
}
.module.slider .small-slider .active-state {
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: visible;
  opacity: 0;
  _: 0 ; -webkit-transition-delay: 300ms;
  _: 0 ; -khtml-transition-delay: 300ms;
  _: 0 ; -moz-transition-delay: 300ms;
  _: 0 ; -o-transition-delay: 300ms;
  _: 0 ; transition-delay: 300ms;
  -webkit-transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
}
.module.slider .small-slider .active-state > figure {
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  width: 100%;
  left: -20%;
}
@media (max-width: 400px) {
  .module.slider .small-slider .active-state p.button {
    width: auto;
  }
}
.module.slider .small-slider .active {
  _: 0 ; -webkit-transform: scale(1, 1);
  _: 0 ; -khtml-transform: scale(1, 1);
  _: 0 ; -moz-transform: scale(1, 1);
  _: 0 ; -o-transform: scale(1, 1);
  _: 0 ; transform: scale(1, 1);
}
.module.slider .small-slider .active .product {
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0 !important;
  right: 0 !important;
}
.module.slider .small-slider .active .product .not-active-state {
  -webkit-transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  top: -50px;
}
.module.slider .small-slider .active .product .not-active-state figure img {
  width: 66%;
}
.module.slider .small-slider .active .product .not-active-state .product-details {
  display: none;
}
.module.slider .small-slider .active .product .not-active-state figure {
  background: none;
}
.module.slider .small-slider .active .product .active-state {
  opacity: 1;
  height: 100%;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper li .mobile-image {
  display: none;
}
.bx-wrapper video {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.init li {
  width: 100%;
  height: 100%;
  display: none;
}
.init li:first-child {
  display: block;
}
.init video {
  width: auto;
  height: 100%;
  display: block;
}
.bx-pager {
  right: 40px;
  display: block;
  float: right;
  width: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
  z-index: 100;
}
.bx-pager a {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  margin: 10px 0;
}
.bx-pager a i {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bx-pager a i.active {
  display: none;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.bx-pager a i.notactive {
  display: block;
}
.bx-pager a.active i.active {
  display: block;
}
.bx-pager a.active i.notactive {
  display: none;
}
.bx-controls {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  float: left;
  top: 0;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.bx-wrapper img.normal-width {
  max-width: none;
  width: auto;
}
.slide-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.slide-text .container {
  opacity: 0;
}
.slide-text .container.activated {
  opacity: 1;
}
@media (max-width: 767px) {
  .slide-text p {
    -: ;font-size: 64px;
    -: ;font-size: 4rem;
  }
  .slide-text .icon-with {
    margin: 15px auto;
  }
  .slide-text .icon-of {
    margin: 13px auto;
  }
  .slide-text .icon-for {
    margin: 15px auto;
  }
  .slide-text .icon-our {
    margin: 15px auto;
  }
}
@media (max-width: 700px) {
  .slide-text {
    margin-top: 30px;
  }
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  font-family: "efreshicons";
  content: '\e822';
  color: #ffffff;
  display: inline-block;
  text-indent: inherit;
}
.module.slider .small-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.module.slider .small-slider ul.product-slider {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
.module.slider .small-slider ul.product-slider li {
  position: relative;
  width: 100%;
  float: left;
  min-height: 350px;
}
.module.slider .small-slider ul.product-slider li .product {
  opacity: 1;
}
.module.slider .small-slider ul.product-slider li .active-state {
  opacity: 1;
}
.module.slider .small-slider .bx-controls {
  display: block;
  top: 270px;
}
.module.slider .small-slider .bx-pager {
  right: 0;
  position: absolute;
  display: block;
  float: right;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.module.slider .small-slider .bx-pager .bx-pager-item {
  display: inline-block;
}
.module.slider .small-slider .bx-pager a {
  position: relative;
  text-align: center;
  width: 10px;
  display: block;
  float: left;
  margin: 10px 5px;
  text-indent: -9999px;
}
.module.slider .small-slider .bx-pager a i.active {
  display: none;
}
.module.slider .small-slider .bx-pager a i.notactive {
  display: block;
}
.module.slider .small-slider .bx-pager a:hover {
  text-indent: -9999px;
}
.module.slider .small-slider .bx-pager a.active {
  background: #60ae41;
  text-indent: -9999px;
}
.module.slider .small-slider .bx-pager a.active i.active {
  display: block;
}
.module.slider .small-slider .bx-pager a.active i.notactive {
  display: none;
}
.module.slider .small-slider .not-active-state figure {
  background: none;
}
.roundaboutcarousel.roundabout-holder {
  padding: 0;
  margin: 0 auto;
  height: 495px;
  width: 1000px;
}
.roundaboutcarousel .roundabout-moveable-item {
  height: 400px;
  width: 500px;
  cursor: pointer;
  display: block;
}
.roundaboutcarousel .roundabout-in-focus {
  cursor: auto;
}
.roundaboutcarousel .product {
  width: 90%;
  display: block;
  margin: 0 auto;
  -webkit-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  overflow: visible;
  height: 138%;
}
.roundaboutcarousel .product figure {
  height: 100%;
}
.roundaboutcarousel .product .wrapper {
  -webkit-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; -webkit-transition-delay: 550ms;
  _: 0 ; -khtml-transition-delay: 550ms;
  _: 0 ; -moz-transition-delay: 550ms;
  _: 0 ; -o-transition-delay: 550ms;
  _: 0 ; transition-delay: 550ms;
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 100;
  width: 110%;
  margin-left: 100px;
  margin-right: 50px;
  margin-top:50px
}
.roundaboutcarousel .product h4 {
  line-height: 100%;
}
.roundaboutcarousel .product img {
  margin: 0 auto;
}
.wrapper p{ margin-bottom: 15px}
.roundaboutcarousel .product .product-details {
  margin: 0;
  position: absolute;
  bottom: 75px;
  height: 62px;
  width: 100%;
  text-align: center;
}
.roundaboutcarousel .not-active-state,
.roundaboutcarousel .active-state {
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.roundaboutcarousel .not-active-state > a,
.roundaboutcarousel .active-state > a {
  width: 100%;
  display: block;
  height: 100%;
}
.roundaboutcarousel .not-active-state > a :hover h3,
.roundaboutcarousel .active-state > a :hover h3 {
  color: #60ae41;
}
.roundaboutcarousel .not-active-state {
  -webkit-transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
}
.roundaboutcarousel .not-active-state figure img {
  _: 0 ; -webkit-transition-delay: 1000ms;
  _: 0 ; -khtml-transition-delay: 1000ms;
  _: 0 ; -moz-transition-delay: 1000ms;
  _: 0 ; -o-transition-delay: 1000ms;
  _: 0 ; transition-delay: 1000ms;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80%;
}
.roundaboutcarousel .not-active-state figure {
  -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
}
.roundaboutcarousel .not-active-state:hover figure img {
  width: 100%;
  top: -5%;
}
.roundaboutcarousel .not-active-state:hover .zeta {
  opacity: 0;
}
.roundaboutcarousel .active-state {
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: visible;
  opacity: 0;
  _: 0 ; -webkit-transition-delay: 1000ms;
  _: 0 ; -khtml-transition-delay: 1000ms;
  _: 0 ; -moz-transition-delay: 1000ms;
  _: 0 ; -o-transition-delay: 1000ms;
  _: 0 ; transition-delay: 1000ms;
  -webkit-transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 0ms cubic-bezier(0.19, 1, 0.22, 1);
}
.roundaboutcarousel .active-state > figure {
  -webkit-transition: left 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: left 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: top 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; -webkit-transition-delay: 550ms;
  _: 0 ; -khtml-transition-delay: 550ms;
  _: 0 ; -moz-transition-delay: 550ms;
  _: 0 ; -o-transition-delay: 550ms;
  _: 0 ; transition-delay: 550ms;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: -15%;
  top: 15%;
}
.roundaboutcarousel .active-state > figure img {
  display: inline-block;
  margin-left: 127px;
}
.roundaboutcarousel .roundabout-in-focus {
  _: 0 ; -webkit-transform: scale(1, 1);
  _: 0 ; -khtml-transform: scale(1, 1);
  _: 0 ; -moz-transform: scale(1, 1);
  _: 0 ; -o-transform: scale(1, 1);
  _: 0 ; transform: scale(1, 1);
}
.roundaboutcarousel .roundabout-in-focus .product {
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0 !important;
  right: 0 !important;
}
.roundaboutcarousel .roundabout-in-focus .product .not-active-state {
  -webkit-transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.roundaboutcarousel .roundabout-in-focus .product .not-active-state figure img {
  width: 70%;
}
.roundaboutcarousel .roundabout-in-focus .product .not-active-state .product-details {
  display: none;
}
.roundaboutcarousel .roundabout-in-focus .product .not-active-state figure {
  background: none;
}
.roundaboutcarousel .roundabout-in-focus .product .active-state {
  opacity: 1;
  height: 100%;
}
.roundaboutcarousel .roundabout-in-focus .product .active-state figure {
  visibility: visible;
  opacity: 1;
}
.roundaboutcarousel .roundabout-in-focus .product .active-state .wrapper {
  visibility: visible;
  opacity: 1;
}
.roundaboutcarousel .zeta {
  -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.roundaboutcarousel .zeta.active {
  opacity: 1;
}
html.ie9 .roundaboutcarousel .active-state,
html.ie10 .roundaboutcarousel .active-state {
  display: none;
}
html.ie9 .roundabout-in-focus .active-state,
html.ie10 .roundabout-in-focus .active-state {
  display: block;
}
@-webkit-keyframes activateBxPager {
  0% {
    -: ;font-size: 38.4px;
    -: ;font-size: 2.4rem;
  }
}
@keyframes activateBxPager {
  0% {
    -: ;font-size: 38.4px;
    -: ;font-size: 2.4rem;
  }
}
html.mobile .bx-wrapper li .mobile-image {
  display: block;
}
html.mobile .bx-wrapper video {
  display: none;
}
.hover-box:hover .hover {
  opacity: 1;
  background: rgba(96, 174, 65, 0.85);
}
.hover-box:hover .hover p {
  opacity: 1;
}
.hover-box .hover {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 84, 75, 0.25);
  opacity: 1;
  z-index: 100;
  _: 0 ; -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; -khtml-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.hover-box .hover p {
  opacity: 0;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-wrapper:hover .hover {
  opacity: 1;
  background: rgba(96, 174, 65, 0.85);
}
.video-wrapper .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 150;
  color: #ffffff;
  background: rgba(96, 174, 65, 0);
  _: 0 ; -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; -khtml-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; -o-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  _: 0 ; transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.threedays-promo {
  /* From Offers Site */
}
.threedays-promo .regular {
  font-size: 1.9rem;
}
.threedays-promo .threedays-steps ul li,
.threedays-promo .threedays-prizes ul li {
  position: relative;
  padding-left: 10px;
}
.threedays-promo .threedays-steps ul li:before,
.threedays-promo .threedays-prizes ul li:before {
  content: '\00B7';
  position: absolute;
  display: block;
  top: -7px;
  left: 0;
}
.threedays-promo .social-icons {
  margin-top: 20px;
}
.threedays-promo .social-icons a {
  display: inline-block;
  height: 48px;
  margin-left: 10px;
  background-image: url("../../../static/img/threedays/social_icons.png"/*tpa=http://www.tai-liang.com/static/img/threedays/social_icons.png*/);
  background-repeat: no-repeat;
}
.threedays-promo .social-icons a:first-child {
  margin-left: 0px;
}
.threedays-promo .social-icons a:hover {
  border: none;
}
.threedays-promo .social-icons a.fb {
  width: 49px;
  background-position: 0 0;
}
.threedays-promo .social-icons a.twitter {
  width: 50px;
  background-position: -65px 0;
}
.threedays-promo .social-icons a.instagram {
  width: 50px;
  background-position: -133px 0;
}
.threedays-promo .module.threedays-hero {
  margin-bottom: -85px;
  color: #3e8921;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo .module.threedays-hero {
    height: 550px;
  }
  .threedays-promo .module.threedays-hero .epsilon-medium {
    font-size: 2.0rem;
  }
}
.threedays-promo .module.threedays-hero .container {
  top: 50%;
}
.threedays-promo .module.threedays-hero .container p {
  width: 75%;
  margin: 0 auto 10px;
}
.threedays-promo .module.threedays-hero .container p.zeta-large {
  line-height: 4rem;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-hero .container p {
    width: 100%;
  }
}
.threedays-promo .module.threedays-hero .container .title-image {
  width: 100%;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo .module.threedays-hero .container .title-image {
    padding-top: 0px;
    margin-bottom: 10px;
  }
}
.threedays-promo .module.threedays-hero .container .social {
  margin-top: 45px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-hero .container .social {
    margin-top: 0px;
  }
}
.threedays-promo .module.threedays-hero .footnote {
  position: absolute;
  bottom: 50px;
  color: #60ae41;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-hero .footnote {
    bottom: 80px;
  }
}
.threedays-promo .module.threedays-steps {
  min-height: 391px;
  padding-bottom: 0;
  background: url("../../../static/img/threedays/steps_bg.png"/*tpa=http://www.tai-liang.com/static/img/threedays/steps_bg.png*/) no-repeat top center;
}
.threedays-promo .module.threedays-steps .step-container {
  max-width: 1200px;
  padding-top: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .threedays-promo .module.threedays-steps .step-container.container {
    width: 100%;
  }
}
.threedays-promo .module.threedays-steps .step-container .step {
  float: left;
  width: 33.3333333%;
  padding-left: 20px;
  padding-right: 20px;
  color: #60ae41;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo .module.threedays-steps .step-container .step {
    width: 100%;
    padding-bottom: 25px;
  }
}
.threedays-promo .module.threedays-steps .step-container .step:first-child {
  padding-left: 0;
}
.threedays-promo .module.threedays-steps .step-container .step:last-child {
  padding-right: 0;
}
.threedays-promo .module.threedays-steps .step-container .step h2 {
  padding-bottom: 20px;
}
.threedays-promo .module.threedays-steps .step-container .step h2:before {
  content: '';
  float: left;
  display: inline-block;
  width: 65px;
  height: 65px;
  padding-right: 5px;
  background-image: url("../../../static/img/threedays/steps_numbers.png"/*tpa=http://www.tai-liang.com/static/img/threedays/steps_numbers.png*/);
  background-repeat: no-repeat;
}
.threedays-promo .module.threedays-steps .step-container .step h2 span {
  display: block;
  padding-top: 15px;
}
.threedays-promo .module.threedays-steps .step-container .step p {
  padding-left: 16%;
}
.threedays-promo .module.threedays-steps .step-container .step ul {
  padding-left: 16%;
  margin-bottom: 20px;
}
.threedays-promo .module.threedays-steps .step-container .step ul li {
  margin-bottom: 10px;
}
.threedays-promo .module.threedays-steps .step-container .step .path_top {
  margin: 20px 75px 0 0;
  text-align: center;
}
.threedays-promo .module.threedays-steps .step-container .step.step1 h2:before {
  background-position: 0 -5px;
}
.threedays-promo .module.threedays-steps .step-container .step.step1 .checkmark {
  padding-left: 12px;
}
.threedays-promo .module.threedays-steps .step-container .step.step1 .checkmark:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  background-image: url("../../../static/img/threedays/steps_numbers.png"/*tpa=http://www.tai-liang.com/static/img/threedays/steps_numbers.png*/);
  background-repeat: no-repeat;
  background-position: 0 -87px;
}
.threedays-promo .module.threedays-steps .step-container .step.step2 h2:before {
  background-position: -65px -5px;
}
.threedays-promo .module.threedays-steps .step-container .step.step2 ul {
  margin-bottom: 50px;
}
.threedays-promo .module.threedays-steps .step-container .step.step2 .enter-button {
  display: block;
  width: 90%;
  height: 79px;
  margin: 0 auto;
  background: url("../../../static/img/threedays/steps_enter_button.png"/*tpa=http://www.tai-liang.com/static/img/threedays/steps_enter_button.png*/) no-repeat top center;
  background-size: contain;
}
.threedays-promo .module.threedays-steps .step-container .step.step3 {
  overflow: hidden;
}
.threedays-promo .module.threedays-steps .step-container .step.step3 h2:before {
  background-position: -130px -5px;
}
.threedays-promo .module.threedays-steps .step-container .step.step3 ul {
  margin-bottom: 40px;
}
.threedays-promo .module.threedays-steps .step-container .step.step3 .bottles {
  margin-top: -27px;
}
.threedays-promo .module.threedays-steps .step-container .step.step3 .path_top {
  display: none;
}
.threedays-promo .module.threedays-prizes {
  padding: 0;
  overflow: visible;
  background: url("../../../static/img/threedays/prizes_bg.png"/*tpa=http://www.tai-liang.com/static/img/threedays/prizes_bg.png*/) repeat-x bottom;
}
.threedays-promo .module.threedays-prizes .prizes-container {
  max-width: 1200px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .threedays-promo .module.threedays-prizes .prizes-container.container {
    width: 100%;
  }
}
.threedays-promo .module.threedays-prizes .prizes-container .prizes-list {
  padding: 30px 0;
}
.threedays-promo .module.threedays-prizes .prizes-container .prizes-list ul {
  margin-top: 25px;
  padding-left: 3px;
}
.threedays-promo .module.threedays-prizes .prizes-container .prizes-list ul li {
  margin: 10px 0;
}
.threedays-promo .module.threedays-prizes .prizes-container .prize-set {
  position: absolute;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prize-set {
    display: block;
    clear: both;
    position: relative;
  }
}
.threedays-promo .module.threedays-prizes .prizes-container .prizes-set-1 {
  top: -50px;
  left: -55px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-set-1 {
    top: 0;
    left: 0;
  }
}
.threedays-promo .module.threedays-prizes .prizes-container .prizes-set-2 {
  top: 0px;
  right: 60px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-set-2 {
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-set-2 img {
    width: 100%;
  }
}
.threedays-promo .module.threedays-prizes .prizes-container .prizes-set-3 {
  bottom: 175px;
  left: 40px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-set-3 {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-set-3 img {
    width: 100%;
  }
}
.threedays-promo .module.threedays-prizes .prizes-container .prizes-set-4 {
  bottom: 0px;
  right: 40px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-set-4 {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-set-4 img {
    width: 100%;
  }
}
.threedays-promo .module.threedays-prizes .prizes-container .prizes-path-bottom {
  margin-right: 75px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (min-width: 768px) and (max-width: 1099px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-path-bottom {
    display: block;
    margin-right: 0px;
    clear: both;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .threedays-promo .module.threedays-prizes .prizes-container .prizes-path-bottom img {
    width: 100%;
  }
}
.threedays-promo .module.slider-titles {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.threedays-promo .module.slider-titles h3 {
  color: #3e8921;
}
.threedays-promo .module.slider-titles h2 {
  margin-top: 15px;
  text-indent: -25px;
}
@media only screen and (max-width: 480px) {
  .threedays-promo .module.slider-titles h2 {
    margin-top: 0px;
  }
}
.threedays-promo .module.slider-titles h2 img {
  vertical-align: middle;
}
.threedays-promo .module.slider-titles h2 span {
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .threedays-promo .module.slider-titles h2 span {
    font-size: 7.0rem;
  }
}
.threedays-promo #threeDaysModal .modal-content {
  border: none;
  border-radius: 0px;
}
.threedays-promo #threeDaysModal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: none;
  background: url("../../../static/img/threedays/modal_close.png"/*tpa=http://www.tai-liang.com/static/img/threedays/modal_close.png*/) no-repeat;
  outline: 0;
  cursor: pointer;
  z-index: 1051;
}
.threedays-promo #threeDaysModal .modal-content .modal-body {
  padding: 20px;
}
.threedays-promo #threeDaysModal .modal-content .modal-body .error {
  color: #c52d20;
}
.threedays-promo #threeDaysModal .modal-content .modal-body .error_message {
  display: none;
  padding: 10px 0 0;
}
.threedays-promo #threeDaysModal .modal-content .modal-body .success_message {
  display: none;
  color: #60ae41;
}
.threedays-promo #threeDaysModal .modal-content .modal-body h2 {
  font-size: 7.0rem;
  color: #3e8921;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input,
.threedays-promo #threeDaysModal .modal-content .modal-body select {
  padding-top: .25em;
  padding-bottom: .25em;
  color: #838383;
  font-family: 'lunchbox-medium', Georgia, Helvetica, sans-serif !important;
  outline: none;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input::-webkit-input-placeholder,
.threedays-promo #threeDaysModal .modal-content .modal-body select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #838383;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input:-moz-placeholder,
.threedays-promo #threeDaysModal .modal-content .modal-body select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #838383;
  opacity: 1;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input::-moz-placeholder,
.threedays-promo #threeDaysModal .modal-content .modal-body select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #838383;
  opacity: 1;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input:-ms-input-placeholder,
.threedays-promo #threeDaysModal .modal-content .modal-body select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #838383;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input.error,
.threedays-promo #threeDaysModal .modal-content .modal-body select.error {
  border-color: #c52d20;
}
.threedays-promo #threeDaysModal .modal-content .modal-body select {
  height: 62px;
  padding-right: 0px;
  outline: none;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input[type="checkbox"] {
  display: none;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input[type="checkbox"] + label a {
  color: #60ae41;
  text-decoration: underline;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input[type="checkbox"] + label span {
  display: inline-block;
  width: 39px;
  height: 40px;
  margin: -12px 4px 0 0;
  vertical-align: middle;
  background: url("../../../static/img/threedays/modal_checkbox.png"/*tpa=http://www.tai-liang.com/static/img/threedays/modal_checkbox.png*/);
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}
.threedays-promo #threeDaysModal .modal-content .modal-body input[type="checkbox"]:checked + label span {
  background-position: -39px top;
}
.threedays-promo #threeDaysModal .modal-content .modal-body .enter-now-button {
  display: block;
  width: 272px;
  height: 81px;
  background: url("../../../static/img/threedays/modal_enter_button.png"/*tpa=http://www.tai-liang.com/static/img/threedays/modal_enter_button.png*/) no-repeat top center;
  outline: none;
}
@media only screen and (max-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body .enter-now-button {
    width: 100%;
    background-size: contain;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body .enter-upc-button {
  display: block;
  width: 272px;
  height: 81px;
  background: url("../../../static/img/threedays/btn_upc.png"/*tpa=http://www.tai-liang.com/static/img/threedays/btn_upc.png*/) no-repeat top center;
  outline: none;
  margin: 25px auto;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body .enter-upc-button {
    margin: 10px auto 10px;
    width: 65%;
    background-size: contain;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body .submit-button {
  display: block;
  width: 268px;
  height: 79px;
  background: url("../../../static/img/threedays/modal_submit_button.png"/*tpa=http://www.tai-liang.com/static/img/threedays/modal_submit_button.png*/) no-repeat top center;
  outline: none;
}
@media only screen and (max-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body .submit-button {
    margin: 10px auto 10px;
    width: 65%;
    background-size: contain;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-enter {
  overflow: hidden;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-enter .img-responsive {
  display: inline-block;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-enter img {
    width: 65%;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-enter h2 {
  margin-top: 65px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-enter h2 {
    margin-top: 15px;
    font-size: 4.0rem;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-enter .padding30 {
    padding: 5px;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-enter p {
  width: 310px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-enter p {
    margin: 10px auto 0;
    font-size: 1.6rem;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-enter label {
  display: block;
  margin-top: 50px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-enter label {
    margin: 10px auto 0;
    font-size: 1.6rem;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-enter input {
  width: 100%;
  margin-top: 20px;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-enter .enter-now-button {
  margin: 25px auto;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-enter .enter-now-button {
    margin: 10px auto 10px;
    width: 65%;
    background-size: contain;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register {
  display: none;
  padding-bottom: 45px;
  overflow: hidden;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register img {
  margin-left: 70px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-register img {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-register h2 {
    margin-top: 15px;
    font-size: 4.0rem;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register .form-container {
  text-align: left;
  padding-top: 40px;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register .form-container .input-container {
  padding-bottom: 45px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-register .form-container .input-container {
    padding-bottom: 10px;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register .form-container .input-container label {
  display: block;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register .form-container .input-container input,
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register .form-container .input-container select {
  width: 100%;
  margin-top: 5px;
  padding-left: 1rem;
  text-align: left;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register .form-container .input-container.agreement {
  margin-top: 65px;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register .req-text {
  margin-top: 25px;
  color: #838383;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-register .submit-button {
  display: inline-block;
  margin: 25px auto 5px;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks {
  display: none;
  overflow: hidden;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks img {
  margin: 0 auto;
  height: 275px;
  width: auto;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks img {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks h2 {
  margin-top: 25px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks h2 {
    margin-top: 15px;
    font-size: 4.0rem;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks p {
  margin-top: 20px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks p {
    margin: 10px auto 0;
    font-size: 1.6rem;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks label {
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks label {
    margin: 10px auto 0;
    font-size: 1.6rem;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks input {
  width: 100%;
  margin-top: 20px;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks .success_message {
  width: 80%;
  margin: 20px auto 0;
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks .social {
  padding-top: 20px;
  margin-top: 30px;
  background: url("../../../static/img/dotts-green-large.png"/*tpa=http://www.tai-liang.com/static/img/dotts-green-large.png*/) center top 0px no-repeat;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks .social {
    margin-top: 0px;
    padding-top: 10px;
  }
}
.threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks .enter-now-button {
  margin: 25px auto;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo #threeDaysModal .modal-content .modal-body.content-thanks .enter-now-button {
    margin: 10px auto 10px;
    width: 50%;
    background-size: contain;
  }
}
.threedays-promo #threeDaysModal .modal-content #threeDaysModalLoading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.threedays-promo #threeDaysModal .modal-content #threeDaysModalLoading .loading-bg {
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.75;
}
.threedays-promo #threeDaysModal .modal-content #threeDaysModalLoading img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.threedays-promo .shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.threedays-promo .shadow2 {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}
.threedays-promo .white-bg {
  background: #FFFFFF;
}
.threedays-promo .slider-1 {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 4rem;
  z-index: 10;
  margin: 0 auto;
  max-width: 1200px;
}
.threedays-promo .slider-1 .slide-bg {
  margin-bottom: 50px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 20%;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1099px), only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-width: 480px) {
  .threedays-promo .slider-1 .slide-bg {
    background-size: 80%;
  }
}
.threedays-promo .slider-1 .slide-bg.active {
  background-image: url("../../../static/img/threedays/sliders/bottle-nav-active.png"/*tpa=http://www.tai-liang.com/static/img/threedays/sliders/bottle-nav-active.png*/);
}
.threedays-promo .slider-1 .slide-bg.sweet-greens-lemon.active {
  background-image: url("../../../static/img/threedays/sliders/sweet-greens-mandala-active.png"/*tpa=http://www.tai-liang.com/static/img/threedays/sliders/sweet-greens-mandala-active.png*/);
}
.threedays-promo .slider-1 .slide-bg.smooth-greens.active {
  background-image: url("../../../static/img/threedays/sliders/smooth-greens-mandala-active.png"/*tpa=http://www.tai-liang.com/static/img/threedays/sliders/smooth-greens-mandala-active.png*/);
}
.threedays-promo .slider-1 .slide-bg.organic-sweet-greens-ginger.active {
  background-image: url("../../../static/img/threedays/sliders/sweet-ginger-mandala-active.png"/*tpa=http://www.tai-liang.com/static/img/threedays/sliders/sweet-ginger-mandala-active.png*/);
}
.threedays-promo .slider-1 .slide-bg .slide {
  cursor: pointer;
}
.threedays-promo .slider-1 .slide-bg .slide .bottle {
  top: 2px;
  margin: auto;
}
.threedays-promo .slider-1 .slide-bg .slide img {
  padding-top: 40px;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (min-width: 480px) {
  .threedays-promo .slider-1 .slide-bg .slide img {
    padding-top: 10px;
  }
}
.threedays-promo .slider-1 .slide-bg .slide h2 {
  margin-top: 20px;
  padding-top: 20px;
  background: url("../../../static/img/threedays/sliders/bottle-nav-divider.png"/*tpa=http://www.tai-liang.com/static/img/threedays/sliders/bottle-nav-divider.png*/) no-repeat top center;
}
.threedays-promo .slider-1 .slide-bg .slide .level {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-width: 480px) {
  .threedays-promo .slider-1 .padding-top30 {
    padding-top: 10px;
  }
}
.threedays-promo .slider-2-outer {
  overflow: hidden;
}
.threedays-promo .slider-2-outer .slider-2 {
  position: relative;
  padding: 0;
  overflow: visible;
  z-index: 101;
}
@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-width: 480px) {
  .threedays-promo .slider-2-outer .slider-2 .h550 {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-width: 480px) {
  .threedays-promo .slider-2-outer .slider-2 img {
    padding-top: 10px;
  }
}
.threedays-promo .slider-2-outer .slider-2 > .container-fluid > .row > div {
  padding: 0px;
}
.threedays-promo .slider-2-outer .slider-2 .bx-wrapper,
.threedays-promo .slider-2-outer .slider-2 .bx-viewport {
  overflow: visible !important;
  height: 100% !important;
}
.threedays-promo .slider-2-outer .slider-2 .bx-wrapper {
  overflow: visible;
}
@media only screen and (max-width: 768px) and (min-width: 480px), only screen and (max-width: 480px) {
  .threedays-promo .slider-2-outer .slider-2 .bx-wrapper {
    margin-bottom: 0px;
  }
}
.threedays-promo .slider-2-outer .slider-2 .bx-wrapper .module {
  padding: 0;
  overflow: visible;
}
.threedays-promo .slider-2-outer .slider-2 .bx-wrapper .module.hero {
  overflow: hidden;
}
.threedays-promo .slider-2-outer .slider-2 .bx-wrapper .module .row {
  position: relative;
}
.threedays-promo .slider-2-outer .slider-2 .bx-wrapper img {
  width: auto;
}
.threedays-promo .slider-2-outer .slider-2 .module-bg {
  width: 1500px;
  margin-left: -750px;
}
.threedays-promo .slider-2-outer .slider-2 .facts div {
  padding: 10px 10px 0;
  height: 445px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .threedays-promo .slider-2-outer .slider-2 .facts div {
    height: 445px;
  }
}
.threedays-promo .slider-2-outer .slider-2 .facts div h3 {
  margin: 10px 0 0;
  padding-top: 10px;
  line-height: 5.5rem;
}
.threedays-promo .slider-2-outer .slider-2 .facts div p {
  margin-bottom: 15px;
}
.threedays-promo .slider-2-outer .slider-2 .facts div img {
  left: 0;
  right: 0;
  margin: auto;
}
.threedays-promo .slider-2-outer .slider-2 .facts div img:first-child {
  margin-top: 0px;
}
.threedays-promo .slider-2-outer .slider-2 .facts div .nutrition-button {
  cursor: pointer;
  bottom: 0px;
  position: absolute;
  padding: 5px 20px;
  border-radius: 5px 5px 0 0;
  width: 150px;
  margin: auto;
  left: 0;
  right: 0;
}
.threedays-promo .slider-2-outer .slider-2 .flavor-fact {
  height: 445px;
  background: #3e8921 url("../../../static/img/threedays/sliders/flavor-fact-bg.jpg"/*tpa=http://www.tai-liang.com/static/img/threedays/sliders/flavor-fact-bg.jpg*/) no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .threedays-promo .slider-2-outer .slider-2 .flavor-fact {
    height: 445px;
  }
}
.threedays-promo .slider-2-outer .slider-2 .flavor-fact h4 {
  color: #ffffff;
  line-height: 4rem;
}
.threedays-promo .slider-2-outer .slider-2 .nutrition-facts {
  display: none;
  position: absolute;
  top: 445px;
  left: 0px;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-prev,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-prev {
  position: absolute;
  left: 10px;
  z-index: 100;
  top: 50%;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-prev .bx-prev,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-prev .bx-prev {
  top: 0;
  position: absolute;
  text-shadow: 0px 0px 10px #000;
  width: 42px;
  height: 43px;
  z-index: 2;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-prev .bx-prev i,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-prev .bx-prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../static/img/threedays/sliders/btn-prev.png"/*tpa=http://www.tai-liang.com/static/img/threedays/sliders/btn-prev.png*/) no-repeat;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-prev .prev,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-prev .prev {
  width: 150px;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-prev div.prev-hover,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-prev div.prev-hover {
  width: 256px;
  height: 111px;
  position: absolute;
  top: 15px;
  z-index: 1;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .25s;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  background: url("../img/threedays/sliders/previous-bg.png"/*tpa=http://www.tai-liang.com/Public/Home/img/threedays/sliders/previous-bg.png*/) center no-repeat;
  left: -10px;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-prev div.prev-hover p,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-prev div.prev-hover p {
  margin-top: 43px;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-prev:hover div.prev-hover,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-prev:hover div.prev-hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-next,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-next {
  position: absolute;
  right: 10px;
  z-index: 100;
  top: 50%;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-next .bx-next,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-next .bx-next {
  top: 0px;
  position: absolute;
  right: 0;
  text-shadow: 0px 0px 10px #000;
  width: 42px;
  height: 43px;
  z-index: 2;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-next .bx-next i,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-next .bx-next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../static/img/threedays/sliders/btn-next.png"/*tpa=http://www.tai-liang.com/static/img/threedays/sliders/btn-next.png*/) no-repeat;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-next div.next-hover,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-next div.next-hover {
  width: 256px;
  height: 111px;
  position: absolute;
  top: 15px;
  z-index: 1;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .25s;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  background: url("../img/threedays/sliders/next-bg.png"/*tpa=http://www.tai-liang.com/Public/Home/img/threedays/sliders/next-bg.png*/) center no-repeat;
  right: -10px;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-next div.next-hover p,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-next div.next-hover p {
  margin-top: 43px;
}
.threedays-promo .slider-2-outer .slider-2 #WF-slider-2-next:hover div.next-hover,
.threedays-promo .slider-2-outer .slider-2 #pub-slider-2-next:hover div.next-hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.threedays-promo .slider-2-outer .module.footnotes p {
  line-height: 1.4rem;
}
.threedays-promo .slider-2-outer ~ .modal-backdrop {
  background-color: #FFF;
}
.threedays-promo-rules .threedays-rules ol {
  list-style: outside decimal;
}
.threedays-promo-rules .threedays-rules ol li {
  padding-bottom: 20px;
}
.threedays-promo-rules .threedays-rules ol > li > ol {
  padding-left: 50px;
  list-style: outside lower-alpha;
}
.threedays-promo-rules .threedays-rules ol > li > ol.capital-type {
  list-style: outside upper-alpha;
}
.threedays-promo-rules .threedays-rules ol table {
  border-top: solid 1px;
  border-left: solid 1px;
}
.threedays-promo-rules .threedays-rules ol table thead th {
  padding: 2px;
  border-bottom: solid 2px;
  border-right: solid 1px;
}
.threedays-promo-rules .threedays-rules ol table tbody td {
  padding: 2px;
  border-bottom: solid 1px;
  border-right: solid 1px;
}
.threedays-promo-holder {
  min-height: 0;
}
.threedays-promo-holder .module.threedays-hero {
  color: #3e8921;
}
.threedays-promo-holder .module.threedays-hero .dots-bottom-green-large {
  background-repeat: no-repeat;
}
.threedays-promo-holder .module.threedays-hero .container {
  top: 53%;
}
.threedays-promo-holder .module.threedays-hero .container .row .epsilon-med {
  width: 80%;
  margin: 0 auto;
}
.threedays-promo-holder .module.threedays-hero .container h1 img {
  vertical-align: middle;
}
.threedays-promo-holder .module.threedays-hero .container h1 span {
  padding-left: 10px;
}
.win-button {
  display: block;
  width: 90%;
  height: 79px;
  margin: 0 auto;
  background: url("../../../static/img/enter-to-win.png"/*tpa=http://www.tai-liang.com/static/img/enter-to-win.png*/) no-repeat top center;
  background-size: contain;
}
.threedays-slider {
  margin-top: 50px;
}
.threedays-slider .asterisk {
  -: ;font-size: 102.4px;
  -: ;font-size: 6.4rem;
}
@media (max-width: 991px) {
  .threedays-slider {
    margin-top: 0;
  }
  .threedays-slider .padding-top50 {
    padding-top: 30px;
  }
  .threedays-slider .padding20 {
    padding: 15px 0;
  }
  .threedays-slider .padding-top15 {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .threedays-slider {
    margin-top: 0;
  }
  .threedays-slider .padding-top50 {
    padding-top: 10px;
  }
  .threedays-slider .padding20 {
    padding: 5px 0;
  }
  .threedays-slider .padding-top15 {
    padding-top: 0;
  }
  .threedays-slider p {
    -: ;font-size: 28.8px;
    -: ;font-size: 1.8rem;
    -: ;line-height: 32px;
    -: ;line-height: 2rem;
  }
  .threedays-promo img {
    padding-top: 50px;
  }
}
.ie #threeDaysModal .modal-content .modal-body input {
  padding-top: 0;
  padding-bottom: 0.5em;
}
.modal-open {
  overflow: hidden;
}
.modal-error-hidden {
  display: none;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  float: right;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  position: relative;
  margin: auto;
  width: 180px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -: ;font-size: 22.4px;
  -: ;font-size: 1.4rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: 'din-bold', Georgia, Helvetica, sans-serif;
  cursor: pointer;
  font-weight: normal;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.modal-header .close.wide {
  width: 195px;
}
.modal-header .close:hover {
  text-shadow: none;
}
.modal-header .close.white {
  color: #60ae41;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.modal-header .close.white:hover {
  border: 1px solid #60ae41;
  background: #60ae41;
  color: #ffffff;
}
.modal-header .close.red {
  color: #ffffff;
  background: #c52d20;
  border: 1px solid #c52d20;
}
.modal-header .close.red:hover {
  color: #ffffff;
  background: #c52d20;
}
.modal-header .close.darkred {
  color: #ffffff;
  background: #660000;
  border: 1px solid #660000;
}
.modal-header .close.darkred:hover {
  color: #ffffff;
  background: #660000;
}
.modal-header .close.pinkred {
  color: #ffffff;
  background: #d1354a;
  border: 1px solid #d1354a;
}
.modal-header .close.pinkred:hover {
  color: #ffffff;
  background: #d1354a;
}
.modal-header .close.darkgreen {
  color: #ffffff;
  background: #184b26;
  border: 1px solid #184b26;
}
.modal-header .close.darkgreen:hover {
  color: #ffffff;
  background: #184b26;
}
.modal-header .close.green {
  border: 1px solid #60ae41;
  color: #ffffff;
  background: #60ae41;
}
.modal-header .close.green:hover {
  background: #60ae41;
  color: #ffffff;
}
.modal-header .close.limegreen {
  border: 1px solid #9dc22e;
  color: #ffffff;
  background: #9dc22e;
}
.modal-header .close.limegreen:hover {
  background: #9dc22e;
  color: #ffffff;
}
.modal-header .close.darkorange {
  border: 1px solid #d95a30;
  color: #ffffff;
  background: #d95a30;
}
.modal-header .close.darkorange:hover {
  background: #d95a30;
  color: #ffffff;
}
.modal-header .close.orange {
  border: 1px solid #f27235;
  color: #ffffff;
  background: #f27235;
}
.modal-header .close.orange:hover {
  background: #f27235;
  color: #ffffff;
}
.modal-header .close.yellow {
  border: 1px solid #f0b531;
  color: #ffffff;
  background: #f0b531;
}
.modal-header .close.yellow:hover {
  background: #f0b531;
  color: #ffffff;
}
.modal-header .close.brown {
  border: 1px solid #802f00;
  color: #ffffff;
  background: #802f00;
}
.modal-header .close.brown:hover {
  background: #802f00;
  color: #ffffff;
}
.modal-header .close.transparent {
  background: none;
}
.modal-header .close.transparent.white {
  color: #ffffff;
}
.modal-header .close.transparent.white:hover {
  background: #60ae41;
  border-color: #60ae41;
  color: #ffffff;
}
.modal-header .close.transparent.green {
  color: #60ae41;
}
.modal-header .close.transparent.red {
  color: #c52d20;
}
.modal-header .close.transparent.darkred {
  color: #660000;
}
.modal-header .close.transparent.pinkred {
  color: #d1354a;
}
.modal-header .close.transparent.darkgreen {
  color: #184b26;
}
.modal-header .close.transparent.limegreen {
  color: #9dc22e;
}
.modal-header .close.transparent:hover {
  color: #ffffff;
}
.modal-header .close.transparent.darkorange {
  color: #d95a30;
}
.modal-header .close.transparent.orange {
  color: #f27235;
}
.modal-header .close.transparent.yellow {
  color: #f0b531;
}
.modal-header .close.transparent.brown {
  color: #802f00;
}
.modal-header .close.no-border {
  border: none;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-body input,
.modal-body select {
  border: 1px solid lightgray;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Populaire Light1263935', Georgia, Helvetica, sans-serif !important;
  line-height: 75.2px;
  line-height: 4.7rem;
  font-size: 20px;
  font-size: 2.5rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  width: 60%;
  text-transform: uppercase;
  text-align: center;
  color: #60ae41;
}
.modal-body input::-webkit-input-placeholder,
.modal-body select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #60ae41;
}
.modal-body input:-moz-placeholder,
.modal-body select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #60ae41;
  opacity: 1;
}
.modal-body input::-moz-placeholder,
.modal-body select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #60ae41;
  opacity: 1;
}
.modal-body input:-ms-input-placeholder,
.modal-body select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #60ae41;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media print {
  body {
    margin: 200px 50px;
  }
  #quick-jump,
  header.main-nav,
  footer.footer,
  .module.hero,
  #juice-drop,
  #harvest-drop,
  #print,
  .img-hide,
  div.gen-share {
    display: none;
  }
}
