.ui-widget-overlay.opacity-10 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.ui-widget-overlay.opacity-9 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.ui-widget-overlay.opacity-8 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.ui-widget-overlay.opacity-7 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.ui-widget-overlay.opacity-6 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.ui-widget-overlay.opacity-5 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.ui-widget-overlay.opacity-4 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.ui-widget-overlay.opacity-3 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.ui-widget-overlay.opacity-2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.ui-widget-overlay.opacity-1 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.ui-widget-overlay.wui-overlay-orange {
  background-color: #ff672b;
  background-image: none;
}
.ui-widget-overlay.wui-overlay-blue {
  background-color: #0070a8;
  background-image: none;
}
.ui-widget-overlay.wui-overlay-green {
  background-color: #6eda6f;
  background-image: none;
}
.ui-widget-overlay.wui-overlay-black {
  background-color: #101010;
  background-image: none;
}
@media (min-width: 992px) {
  html:lang(en) .ui-dialog.nonmember .primary {
    background-image: url("../images/notlogin/not-login-cover-en.png");
  }
}
.ui-dialog.nonmember .primary {
  height: inherit;
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .ui-dialog.nonmember .primary {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .ui-dialog.nonmember .primary {
    display: block;
    background-image: url("../images/notlogin/not-login-cover-th.png");
    background-size: 420px 660px;
  }
}
.ui-dialog.nonmember .secondary {
  height: inherit;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  background: #fff;
  padding: 8px 16px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .ui-dialog.nonmember .secondary {
    float: left;
    width: 50%;
  }
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block {
  margin: auto;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block h1 {
  display: none;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block a {
  text-decoration: underline;
  color: #424242;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .policyMessage {
  text-align: center;
  margin-top: 18px;
  font-size: 12px;
  line-height: 20px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c {
  display: none;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.active {
  display: block;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email {
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email {
    width: 320px;
  }
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .property.password .showPassword {
  position: absolute;
  right: 0;
  margin-top: -40px;
  padding-right: 8px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .property.password .showPassword:before {
  content: "";
  padding-left: 16px;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -320px -112px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .property.password .showPassword.show:before {
  content: "";
  padding-left: 16px;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -336px -112px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .buttons {
  padding: 0 12px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .buttons input[type="submit"] {
  margin-top: 32px;
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 24px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .links {
  margin-top: 32px;
  padding: 0 48px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .links .forgot {
  float: left;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .links .signUp {
  float: right;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email label {
  display: none;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .property.checkbox .input label {
  display: block;
  text-align: left;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .property.checkbox .input input[type="checkbox"]:not(:checked) + label:before,
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .property.checkbox .input input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  margin: 0;
  margin: 4px 1px;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -224px -128px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .property.checkbox .input input[type="checkbox"]:not(:checked) + label:after,
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email .property.checkbox .input input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  transition: all .2s;
  left: 0;
  top: 0;
  margin: 4px 1px;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -240px -128px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email input:not([type="submit"]) {
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-bottom: solid 1px #9e9e9e;
  border-radius: 0;
  margin-top: 32px !important;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .option.c.email input:not([type="submit"]):focus {
  box-shadow: none;
  outline: none;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .choicesBox {
  margin-top: 36px;
  text-align: center;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .choicesBox .choicesC {
  width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .choicesBox .choicesC .emailLogIn {
  float: left;
  color: #424242;
  text-decoration: underline;
  cursor: pointer;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .choicesBox .choicesC .signUp {
  float: right;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b {
  text-align: center;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b .social-login-button {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  width: 280px;
  height: 44px;
  display: block;
  position: relative;
  cursor: pointer;
  color: #424242;
  border: 1px solid #424242;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b .social-login-button span {
  padding: 10px 48px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b .social-login-button .social-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-weight: bold;
  border: none;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b .social-login-button .social-icon:before {
  margin: 10px 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
  background-position: -24px -120px;
  position: absolute;
}
@media (min-width: 992px) {
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b {
    text-align: center;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b .social-login-button {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0;
    width: 320px;
    height: 44px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #424242;
    border: 1px solid #424242;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 24px;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b .social-login-button span {
    padding: 10px 48px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b .social-login-button .social-icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    font-weight: bold;
    border: none;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-facebook.b .social-login-button .social-icon:before {
    margin: 10px 16px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../../common/images/sprites-24.png");
    background-size: 384px 144px;
    background-repeat: no-repeat;
    background-position: -24px -120px;
    position: absolute;
  }
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b {
  text-align: center;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b .social-login-button {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  width: 280px;
  height: 44px;
  display: block;
  position: relative;
  cursor: pointer;
  color: #424242;
  border: 1px solid #424242;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b .social-login-button span {
  padding: 10px 48px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b .social-login-button .social-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-weight: bold;
  border: none;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b .social-login-button .social-icon:before {
  margin: 10px 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
  background-position: -72px -120px;
  position: absolute;
}
@media (min-width: 992px) {
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b {
    text-align: center;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b .social-login-button {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0;
    width: 320px;
    height: 44px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #424242;
    border: 1px solid #424242;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 24px;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b .social-login-button span {
    padding: 10px 48px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b .social-login-button .social-icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    font-weight: bold;
    border: none;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-google.b .social-login-button .social-icon:before {
    margin: 10px 16px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../../common/images/sprites-24.png");
    background-size: 384px 144px;
    background-repeat: no-repeat;
    background-position: -72px -120px;
    position: absolute;
  }
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b {
  text-align: center;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b .social-login-button {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  width: 280px;
  height: 44px;
  display: block;
  position: relative;
  cursor: pointer;
  color: #424242;
  border: 1px solid #424242;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b .social-login-button span {
  padding: 10px 48px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b .social-login-button .social-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-weight: bold;
  border: none;
}
.ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b .social-login-button .social-icon:before {
  margin: 10px 16px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
  background-position: -48px -120px;
  position: absolute;
}
@media (min-width: 992px) {
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b {
    text-align: center;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b .social-login-button {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0;
    width: 320px;
    height: 44px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #424242;
    border: 1px solid #424242;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 24px;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b .social-login-button span {
    padding: 10px 48px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b .social-login-button .social-icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    font-weight: bold;
    border: none;
  }
  .ui-dialog.nonmember .secondary .log-in-c.wui-block .log-in-with-line.b .social-login-button .social-icon:before {
    margin: 10px 16px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../../common/images/sprites-24.png");
    background-size: 384px 144px;
    background-repeat: no-repeat;
    background-position: -48px -120px;
    position: absolute;
  }
}
.ui-dialog.first-follow .wui-dialog {
  padding: 0 8px;
}
.ui-dialog.first-follow h2 {
  color: #101010;
}
.ui-dialog.first-follow h2.title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.ui-dialog.first-follow h2.title span,
.ui-dialog.first-follow .fn.name {
  color: #0070a8;
}
.ui-dialog.first-follow .facebook-friends,
.ui-dialog.first-follow .elites {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .ui-dialog.first-follow .facebook-friends,
  .ui-dialog.first-follow .elites {
    float: left;
    width: 50%;
  }
}
.ui-dialog.first-follow .facebook-friends > h2,
.ui-dialog.first-follow .elites > h2 {
  font-size: 20px;
  line-height: 24px;
}
.ui-dialog.first-follow .facebook-friends > div,
.ui-dialog.first-follow .elites > div {
  height: 200px;
  overflow: auto;
}
@media only screen and (min-width: 992px) {
  .ui-dialog.first-follow .facebook-friends > div,
  .ui-dialog.first-follow .elites > div {
    height: 300px;
  }
}
.ui-dialog.first-follow .facebook-friends > div .wui-result,
.ui-dialog.first-follow .elites > div .wui-result {
  margin: 0 8px;
}
.ui-dialog.first-follow .facebook-friends .fb-connect {
  text-align: center;
}
.ui-dialog.first-follow .facebook-friends .fb-connect .policyMessage {
  color: #212121;
}
.ui-dialog.first-follow .facebook-friends .fb-connect .fb-login-button {
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  width: 280px;
  height: 44px;
  display: block;
  cursor: pointer;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #3b5998;
  background-image: none;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  line-height: 44px;
}
.ui-dialog.first-follow .facebook-friends .fb-connect .fb-login-button .facebook-icon {
  padding-right: 34px;
  padding-left: 0;
  float: left;
}
.ui-dialog.first-follow .facebook-friends .fb-connect .fb-login-button .facebook-icon:before {
  margin: 6px 8px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../../common/images/sprites-32.png");
  background-size: 192px 160px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
}
.ui-dialog.first-follow .facebook-friends .fb-connect .fb-login-button .facebook-login-text {
  padding: 0;
  text-decoration: none;
  display: block;
  margin-left: 8px;
}
.ui-dialog.first-follow .facebook-friends .fb-connect .fb-login-button em {
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}
.ui-dialog.first-follow .facebook-friends .fb-connect .fb-login-button:hover {
  text-decoration: none;
}
.ui-dialog.first-follow .elites div .wui-navigator {
  display: none;
}
.ui-dialog.first-follow .follow-all-form .button {
  margin: 8px 0;
  width: 100%;
}
.download-app-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.download-app-bar.minimize a {
  color: #ffffff;
  text-decoration: none;
}
.download-app-bar.minimize .minimal {
  display: block;
}
.download-app-bar.minimize .detail {
  display: none;
}
.download-app-bar.minimize .close:before {
  background-position: -16px -16px;
}
.download-app-bar .minimal {
  display: none;
}
.download-app-bar .detail {
  margin: 0 0 0 0;
  white-space: nowrap;
}
.download-app-bar .logo,
.download-app-bar .close,
.download-app-bar .bar-description,
.download-app-bar .store-icon {
  display: inline-block ! important;
  vertical-align: top;
}
.download-app-bar .close {
  position: absolute;
  top: -8px;
  right: 0;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.download-app-bar .close:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -240px 0px;
}
.download-app-bar .close:before:hover {
  background-position: -240px -16px;
}
.download-app-bar .android-icon {
  display: inline-block;
  height: 36px;
  width: 103px;
  background-image: url("../../common/images/android-app-store.png");
  background-repeat: no-repeat;
  background-size: 103px 36px;
  float: right;
}
.download-app-bar .iphone-icon {
  display: inline-block;
  height: 36px;
  width: 122px;
  background-image: url("../../common/images/apple-app-store.png");
  background-repeat: no-repeat;
  background-size: 122px 36px;
  float: right;
}
.download-app-bar .bar-content .download-description {
  float: right;
  height: 36px;
  width: 140px;
  line-height: 18px;
  white-space: normal;
}
.download-app-bar .bar-description {
  margin: 0 0 0 8px;
  text-align: center;
}
.download-app-bar .bar-description a {
  color: #fff;
}
.download-app-bar .bar-description a:hover,
.download-app-bar .bar-description a:focus {
  text-decoration: none;
}
.download-app-bar .bar-description .bar-download.button {
  display: inline;
  padding: 8px 16px;
  margin: 0;
  color: #ffffff;
  background-image: none;
  font-weight: normal;
  cursor: pointer;
  border: none;
  background-color: #ff672b;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
  padding: 4px;
  width: 160px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.not-origin-user .download-app-bar .bar-description .bar-download.button {
  background-color: #e42900 ! important;
}
.download-app-bar .bar-description .bar-download.button:hover,
.download-app-bar .bar-description .bar-download.button a:hover {
  color: #ffffff;
}
.download-app-bar .bar-description .bar-download.button.plain-button {
  padding: 4px 16px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.food .download-app-bar .bar-description .bar-download.button.plain-button {
  background-color: #f5f5f5;
  color: #424242;
  text-shadow: 0px 2px 0px #e5e5e5;
  border: 1px solid #a3a3a3;
  background-image: -moz-linear-gradient(-90deg, #f5f5f5, #e5e5e5);
  background-image: -o-linear-gradient(-90deg, #f5f5f5, #e5e5e5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #e5e5e5));
  background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
}
.food .download-app-bar .bar-description .bar-download.button.plain-button:hover,
.food .download-app-bar .bar-description .bar-download.button.plain-button a:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(-90deg, #e5e5e5, #e5e5e5);
  background-image: -o-linear-gradient(-90deg, #e5e5e5, #e5e5e5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #e5e5e5));
  background-image: -ms-linear-gradient(top, #e5e5e5, #e5e5e5);
  background-image: linear-gradient(top, #e5e5e5, #e5e5e5);
  color: #424242;
}
.download-app-bar .bar-description .bar-download.button.cancel-button {
  padding: 4px 20px;
  margin: 0;
  text-shadow: none;
  background-image: none ! important;
}
.food .download-app-bar .bar-description .bar-download.button.cancel-button {
  -moz-box-shadow: 0px 1px 0px 0px #e5e5e5;
  -webkit-box-shadow: 0px 1px 0px 0px #e5e5e5;
  box-shadow: 0px 1px 0px 0px #e5e5e5;
  color: #a3a3a3 ! important;
  background-color: #f5f5f5 ! important;
}
.food .download-app-bar .bar-description .bar-download.button.cancel-button:hover {
  background-color: #e5e5e5 ! important;
  color: #a3a3a3 ! important;
}
.download-app-bar .bar-description .bar-download.button:disabled {
  cursor: default;
  background-color: #eeeeee;
}
.download-app-bar .bar-description .bar-download.button:disabled.plain-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.food .download-app-bar .bar-description .bar-download.button:disabled.plain-button {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(-90deg, #f5f5f5, #f5f5f5);
  background-image: -o-linear-gradient(-90deg, #f5f5f5, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #f5f5f5));
  background-image: -ms-linear-gradient(top, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(top, #f5f5f5, #f5f5f5);
  color: #cfcfcf;
  border: 1px solid #e5e5e5;
}
.download-app-bar .bar-description .bar-download.button:disabled.plain-button:hover,
.download-app-bar .bar-description .bar-download.button:disabled.plain-button a:hover {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(-90deg, #f5f5f5, #f5f5f5);
  background-image: -o-linear-gradient(-90deg, #f5f5f5, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #f5f5f5));
  background-image: -ms-linear-gradient(top, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(top, #f5f5f5, #f5f5f5);
  color: #cfcfcf;
}
.download-app-bar .bar-description .bar-download.button:before {
  content: "";
  float: left;
  margin: 0 4px 0 0;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/download-icon-white.png);
  background-size: 22px 22px;
}
.download-app-bar .bar-description .bar-download.button span {
  display: block;
}
.download-app-bar .bar-description .bar-download.button span.small {
  font-size: 8px;
  line-height: 16px;
  margin: 0;
  line-height: 1;
}
.download-app-bar .bar-content,
.download-app-bar .bar-message {
  text-align: left;
}
.download-app-bar .logo .icon {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon-76.png);
  background-size: 36px 36px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.download-app-bar .logo .logo-desciption {
  font-size: 8px;
  line-height: 16px;
  white-space: nowrap;
}
.registration-bar {
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.registration-bar > div {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.registration-bar > div .content {
  text-align: center;
  padding: 0 0 6px;
}
@media only screen and (min-width: 992px) {
  .registration-bar > div .content {
    text-align: left;
    padding: 0.5em;
  }
}
.registration-bar span {
  margin: 0;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  line-height: 32px;
}
.registration-bar span em {
  font-weight: bold;
  font-style: normal;
}
.registration-bar .buttons {
  float: none;
  clear: both;
  vertical-align: middle;
  text-align: center;
}
.registration-bar .buttons .policyMessage {
  color: #212121;
}
.registration-bar .buttons .fb-login-button {
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  width: 210px;
  height: 32px;
  display: block;
  cursor: pointer;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #3b5998;
  background-image: none;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  line-height: 32px;
}
.registration-bar .buttons .fb-login-button .facebook-icon {
  padding-right: 34px;
  padding-left: 0;
  float: left;
}
.registration-bar .buttons .fb-login-button .facebook-icon:before {
  margin: 0px 8px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../../common/images/sprites-32.png");
  background-size: 192px 160px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
}
.registration-bar .buttons .fb-login-button .facebook-login-text {
  padding: 0;
  text-decoration: none;
  display: block;
  margin-left: 8px;
}
.registration-bar .buttons .fb-login-button em {
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}
.registration-bar .buttons .fb-login-button:hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .registration-bar .buttons {
    float: right;
    clear: none;
  }
}
.registration-bar .buttons .fb-login-button {
  margin-bottom: 0;
  display: inline-block;
}
.registration-bar .buttons .fb-login-button .facebook-icon:before {
  margin: 0;
}
.registration-bar .buttons .join {
  vertical-align: middle;
  margin: 0 8px 0 0;
  display: inline-block;
  padding: 4px 16px;
  height: 32px;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #777;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .registration-bar .buttons .join {
    margin-left: 8px;
  }
}
.registration-bar .buttons form {
  vertical-align: middle;
  display: inline-block;
}
.registration-bar .close {
  vertical-align: top;
  margin: 0 0.5em;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  float: right;
}
