.button {
  display: inline;
  padding: 8px 16px;
  margin: 0;
  color: #ffffff;
  background-image: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  background-color: #ff672b;
}
.not-origin-user .button {
  background-color: #e42900 ! important;
}
.button:hover,
.button a:hover {
  color: #ffffff;
}
.button.plain-button {
  padding: 4px 16px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.food .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 .button.plain-button:hover,
.food .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;
}
.button.cancel-button {
  padding: 4px 20px;
  margin: 0;
  text-shadow: none;
  background-image: none ! important;
}
.food .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 .button.cancel-button:hover {
  background-color: #e5e5e5 ! important;
  color: #a3a3a3 ! important;
}
.button:disabled {
  cursor: default;
  background-color: #eeeeee;
}
.button:disabled.plain-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.food .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;
}
.button:disabled.plain-button:hover,
.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;
}
.fb-permissions-form {
  padding: 0 16px;
}
.fb-permissions-form .message {
  text-align: center;
}
.fb-permissions-form .c {
  margin: 16px 8px;
  text-align: center;
}
.fb-permissions-form .c button {
  float: none;
}
html.w #footer,
html.w .advertisement.b.t12,
html.w #theme-ads {
  display: none;
}
html.w #header > .headerC #main > .c {
  display: none;
}
html.w #header > .headerC .search {
  display: none;
}
body {
  font-size: 14px;
  line-height: 24px;
  color: #424242;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-front {
  z-index: 999;
}
.container-menu-bar {
  position: relative;
  width: 100%;
  padding: 0 8px;
}
@media only screen and (min-width: 992px) {
  .container-menu-bar {
    width: 984px;
    padding: 0;
    margin: 0 auto;
  }
}
.ui-dialog {
  padding: 0;
}
.ui-dialog.dialog-notitle {
  border: none;
  overflow: hidden;
}
.ui-dialog.dialog-notitle .ui-dialog-titlebar {
  background: none;
  border: 0;
  padding: 0;
  height: 25px;
}
.ui-dialog.dialog-notitle .ui-dialog-content {
  padding: 0;
  margin: -25px 0 0;
  float: left;
  width: 100% ! important;
}
.ui-dialog.dialog-notitle .ui-widget-header .ui-state-default {
  right: 0;
  top: 4px;
  width: 18px;
}
.ui-dialog .ui-dialog-titlebar {
  background-image: none;
  border-radius: 0;
  padding: 4px 8px;
  background-color: #0070a8;
  border: none;
  color: #ffffff;
}
.ui-dialog .ui-widget-header .ui-state-default {
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  right: 2px;
  z-index: 10;
  top: 8px;
  margin: 0;
}
.ui-dialog .ui-widget-header .ui-state-default .ui-icon {
  background: url(../../common/images/close-icon-small.png) 0 0 no-repeat;
  width: 10px;
  height: 10px;
}
.ui-dialog .ui-widget-header .ui-state-hover .ui-icon,
.ui-dialog .ui-widget-header ui-state-focus .ui-icon {
  background-position: 0 -10px;
}
.ui-dialog .ui-dialog-content {
  padding: 4px 0 0;
}
.ui-dialog .ui-dialog-content .form {
  margin: 0;
}
.ui-dialog .ui-dialog-content .form .left-form {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .ui-dialog .ui-dialog-content .form .left-form {
    float: left;
    width: 100%;
  }
}
.ui-dialog .ui-dialog-content .form .left-form .properties-c {
  padding: 0;
  margin: 0;
  background: none;
}
.ui-dialog .ui-dialog-content .form .property.text,
.ui-dialog .ui-dialog-content .form .property.checkbox,
.ui-dialog .ui-dialog-content .form .property.password {
  padding: 0;
  margin: 0;
}
.ui-dialog .ui-dialog-content .form .buttons {
  padding: 0;
  margin: 8px 0;
}
.ui-sticky-bottom-container.sticky > div {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 ! important;
  background-color: rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.16);
}
#body .ui-sticky-bottom-container.sticky > div > h2 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px ! important;
}
#body .ui-sticky-bottom-container.sticky > div > h2:before {
  display: none;
}
.ui-sticky-bottom-container.sticky > div .business.b .categories {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-sticky-bottom-container.sticky > div .listing.b .title,
.ui-sticky-bottom-container.sticky > div .listing.b .description {
  white-space: normal;
}
.ui-sticky-bottom-container.sticky > div .wui-page .wui-result > ul > li {
  margin-top: 0;
  max-width: 400px;
  width: 90%;
}
.ui-sticky-bottom-container > div {
  margin: 0 -8px ! important;
  padding: 0 8px;
  z-index: 5;
}
.content {
  width: 100%;
  padding: 0 8px;
}
@media only screen and (min-width: 992px) {
  .content {
    width: 984px;
    padding: 0;
    margin: 0 auto;
  }
}
.c:before,
.c:after {
  content: " ";
  display: table;
}
.c:after {
  clear: both;
}
div .wui-block:first-child {
  margin-top: 0;
}
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding: 0 8px 0 25px;
  cursor: pointer;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  margin: 5px 1px;
  width: 14px;
  height: 14px;
  border: 2px solid #c3c9d2;
  background: #fff;
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -1px;
  left: 3px;
  color: #050505;
  transition: all .2s;
}
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
input[type="checkbox"]:disabled + label {
  color: #aaa;
}
input[type="checkbox"]:checked:focus + label:before,
input[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #c3c9d2;
}
#header h1 {
  font-size: 16px;
  line-height: 24px;
}
#body {
  position: relative;
  background-image: none;
  background-color: #fff;
}
#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6 {
  margin: 8px 0 0 0;
  padding: 0;
}
#body h1 {
  font-size: 24px;
  line-height: 32px;
  color: #101010;
}
#body h2 {
  font-size: 20px;
  line-height: 24px;
  color: #101010;
}
#body h3 {
  font-size: 16px;
  line-height: 24px;
}
#body h4 {
  font-size: 12px;
  line-height: 20px;
}
#body h5 {
  font-size: 10px;
  line-height: 16px;
}
#body input,
#body select,
#body textarea {
  font-size: 14px;
  line-height: 24px;
}
#body select {
  height: 40px;
}
#body textarea {
  border: 1px solid #e5e5e5;
}
#body #theme-ads {
  display: none;
}
@media only screen and (min-width: 992px) {
  #body #theme-ads {
    display: block;
  }
}
#body #menu-bar {
  position: absolute;
  overflow: auto;
  top: -150%;
  right: 0;
  width: 100%;
  display: none;
  z-index: 98;
  line-height: 10px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-transition: top 0.5s 0 ease;
  -moz-transition: top 0.5s 0 ease;
  -o-transition: top 0.5s 0 ease;
  transition: top 0.5s 0 ease;
  background-color: #ffffff;
  color: #212121;
  -moz-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 992px) {
  #body #menu-bar {
    width: 320px;
  }
}
#body #menu-bar:before,
#body #menu-bar:after {
  content: " ";
  display: table;
}
#body #menu-bar:after {
  clear: both;
}
#body #menu-bar::-webkit-scrollbar {
  display: none;
  width: 0 ! important;
}
#body #menu-bar .userInfo {
  padding: 16px 16px 8px 20px;
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #body #menu-bar .userInfo {
    display: block;
  }
}
#body #menu-bar .userInfo .profilePictureC {
  margin-top: 2px;
  position: relative;
  width: 32px;
  height: 32px;
  float: left;
  overflow: hidden;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
#body #menu-bar .userInfo .profilePictureC i {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
#body #menu-bar .userInfo .profilePictureC i img {
  display: none;
}
#body #menu-bar .userInfo .profilePictureC img {
  display: none;
}
#body #menu-bar .userInfo .username {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 28px;
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #424242;
}
@media only screen and (min-width: 992px) {
  #body #menu-bar .userInfo .username {
    width: 176px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#body #menu-bar .userInfo .username:hover {
  text-decoration: underline;
}
#body #menu-bar.active {
  top: 0;
}
#body #menu-bar .content {
  width: 100%;
  margin: 0;
}
#body #menu-bar #notifications {
  display: none;
}
#body #menu-bar #menu {
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  #body #menu-bar #menu .userInfo {
    display: block;
  }
}
#body #menu-bar #menu .userInfo .guestC:before,
#body #menu-bar #menu .userInfo .guestC:after {
  content: " ";
  display: table;
}
#body #menu-bar #menu .userInfo .guestC:after {
  clear: both;
}
#body #menu-bar #menu .userInfo .guestC span a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
#body #menu-bar #menu .userInfo .guestC .others {
  margin-left: -8px;
  margin-right: -8px;
}
#body #menu-bar #menu .userInfo .guestC .others:before,
#body #menu-bar #menu .userInfo .guestC .others:after {
  content: " ";
  display: table;
}
#body #menu-bar #menu .userInfo .guestC .others:after {
  clear: both;
}
#body #menu-bar #menu .userInfo .guestC .others > span {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
#body #menu-bar #menu .userInfo .guestC .others > span .button {
  display: block;
  text-align: center;
  padding: 10px 16px;
}
#body #menu-bar #menu .userInfo .guestC .others .user-sign-up {
  padding-left: 0;
}
#body #menu-bar #menu .userInfo .cover {
  position: relative;
}
#body #menu-bar #menu .userInfo .cover .profilePictureC {
  position: relative;
  width: 48px;
  height: 48px;
  float: left;
  overflow: hidden;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
#body #menu-bar #menu .userInfo .cover .profilePictureC i {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
#body #menu-bar #menu .userInfo .cover .profilePictureC i img {
  display: none;
}
#body #menu-bar #menu .userInfo .cover .profilePictureC img {
  display: none;
}
#body #menu-bar #menu .userInfo .cover .detailsC {
  position: relative;
  margin-left: 56px;
}
#body #menu-bar #menu .userInfo .cover .detailsC:before,
#body #menu-bar #menu .userInfo .cover .detailsC:after {
  content: " ";
  display: table;
}
#body #menu-bar #menu .userInfo .cover .detailsC:after {
  clear: both;
}
#body #menu-bar #menu .userInfo .cover .detailsC .name {
  width: 80%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  line-height: 48px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body #menu-bar #menu .userInfo .cover .detailsC .name a {
  color: #ffffff;
}
#body #menu-bar #menu .userInfo .coverPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#body #menu-bar #menu .userInfo .coverPhoto i {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
#body #menu-bar #menu .userInfo .coverPhoto i img {
  display: none;
}
#body #menu-bar #menu .userInfo .coverPhoto img {
  display: none;
}
#body #menu-bar #menu .userInfo .contentUserButton .notificationIcon {
  top: 18px;
}
#body #menu-bar #menu .userInfo .contentUserButton .notificationIcon:focus {
  outline: 0;
}
#body #menu-bar #menu .userInfo .contentUserButton .notificationIcon.size-0 {
  display: block;
  background-color: #cfcfcf;
  color: #212121;
}
#body #menu-bar #menu .notificationIcon {
  font-size: 16px;
  line-height: 24px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  line-height: 32px;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #ff672b;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  top: 12px;
  right: 16px;
}
#body #menu-bar #menu .notificationIcon:hover {
  background-color: #e42900;
}
#body #menu-bar #menu .notificationIcon.size-0 {
  display: none;
}
#body #menu-bar .browse ul.browse-options li {
  display: block;
  border-bottom: 1px solid #424242;
}
#body #menu-bar .browse ul.browse-options li a,
#body #menu-bar .browse ul.browse-options li > span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 8px;
}
#body #menu-bar .browse ul.browse-options li a:hover,
#body #menu-bar .browse ul.browse-options li > span:hover {
  text-decoration: none;
  background: #424242;
}
#body #menu-bar ul.menuItems > li.item > *:first-child {
  display: block;
}
#body #menu-bar ul.menuItems > li.item > *:first-child:before {
  content: "";
  float: left;
  margin-right: 32px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/user-menu-icon-sprites.png");
  background-size: 384px 72px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.feed > *:before {
  background-position: -360px -72px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.trip > *:before {
  background-position: -144px -120px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.lists > *:before {
  background-position: -336px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.leaderboards > *:before {
  background-position: -216px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.forums > *:before {
  background-position: -264px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.messages > *:before {
  background-position: -24px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.people > *:before {
  background-position: -240px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.rewards > *:before {
  background-position: -288px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.settings > *:before {
  background-position: -312px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.announcement > *:before {
  background-position: 0px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.logout > *:before {
  background-position: -360px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.home > *:before {
  background-position: -336px -72px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.orders > *:before {
  background-position: -48px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.reviewAwaits > *:before {
  background-position: -72px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.credits > *:before {
  background-position: -96px -96px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/sprites-24.png");
  background-size: 384px 144px;
  background-repeat: no-repeat;
}
#body #menu-bar ul.menuItems > li.item.sub > *:before {
  display: none;
}
#body #menu-bar ul.menuItems > li {
  display: block;
}
#body #menu-bar ul.menuItems > li a,
#body #menu-bar ul.menuItems > li > span,
#body #menu-bar ul.menuItems > li > form {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 24px;
  position: relative;
  z-index: 1;
}
#body #menu-bar ul.menuItems > li a:hover,
#body #menu-bar ul.menuItems > li > span:hover,
#body #menu-bar ul.menuItems > li > form:hover {
  text-decoration: none;
}
#body #menu-bar ul.menuItems > li a:hover,
#body #menu-bar ul.menuItems > li > form:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  cursor: pointer;
}
#body #menu-bar ul.menuItems > li form input[type="submit"] {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
#body #menu-bar ul.menuItems > li.messages {
  position: relative;
}
#body #menu-bar ul.menuItems > li > a > span {
  display: block;
  margin-left: 56px;
}
#body #menu-bar ul.menuItems > li.settings {
  position: relative;
  cursor: pointer;
  color: #a3a3a3;
}
#body #menu-bar ul.menuItems > li.settings:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -64px -128px;
  right: 16px;
  top: 20px;
}
#body #menu-bar ul.menuItems > li.section > span:hover {
  text-decoration: none;
}
#body #menu-bar .log-in-with-facebook.b {
  text-align: center;
}
#body #menu-bar .log-in-with-facebook.b .social-login-button {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  width: 100%;
  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;
}
#body #menu-bar .log-in-with-facebook.b .social-login-button span {
  padding: 10px 48px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
#body #menu-bar .log-in-with-facebook.b .social-login-button .social-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-weight: bold;
  border: none;
}
#body #menu-bar .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;
}
#body #menu-bar .log-in-with-google.b {
  text-align: center;
}
#body #menu-bar .log-in-with-google.b .social-login-button {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 0;
  width: 100%;
  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;
}
#body #menu-bar .log-in-with-google.b .social-login-button span {
  padding: 10px 48px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
#body #menu-bar .log-in-with-google.b .social-login-button .social-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  font-weight: bold;
  border: none;
}
#body #menu-bar .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;
}
#body #menu-bar #userSubMenu {
  display: none;
  padding-left: 0;
}
#body #menu-bar #userSubMenu li a {
  padding-left: 80px;
}
#body #menu-bar ul.menuItems,
#body #menu-bar .browse ul.browse-options {
  width: 100%;
}
#body #menu-bar ul.menuItems li a,
#body #menu-bar .browse ul.browse-options li a,
#body #menu-bar ul.menuItems li > span,
#body #menu-bar .browse ul.browse-options li > span {
  color: #424242;
}
#body #menu-bar .browse {
  width: 100%;
}
#body #menu-bar .browse ul.browse-options li {
  cursor: pointer;
}
#body #menu-bar .browse ul.browse-options li span:after {
  content: "▼";
  margin-left: 4px;
}
#body #menu-bar #announcement {
  display: none;
}
.source .icon.iphone:before {
  background-position: -336px 0;
}
.source .icon.android:before {
  background-position: -352px 0;
}
.source .icon.bb:before {
  background-position: -368px 0;
}
.source .icon:before {
  content: "\20";
  display: inline-block;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
}
.source .icon.windows-phone:before {
  background-position: -416px 0;
}
#session-properties {
  display: none;
}
.ui-dialog.upload-picture-dialog .ui-dialog-content {
  text-align: center;
}
.ui-dialog.upload-picture-dialog .ui-dialog-content input[type="submit"] {
  margin: 8px 0;
}
.ui-dialog.upload-picture-dialog .ui-dialog-content form {
  margin: 8px 0;
}
.borderLine {
  border-bottom: 1px solid #e5e5e5;
  max-width: 100%;
  margin: 8px auto;
}
#truehits,
#statsinth {
  display: none;
}
.errorDialog .message {
  padding: 24px;
  text-align: center;
}
.errorDialog .buttons {
  text-align: right;
  padding: 16px 24px;
}
.errorDialog .buttons:before,
.errorDialog .buttons:after {
  content: " ";
  display: table;
}
.errorDialog .buttons:after {
  clear: both;
}
.errorDialog .buttons .button {
  padding: 8px 24px;
}
.annoucement-dialog {
  padding: 0;
}
.annoucement-dialog > .wui-dialog.ui-dialog-content.ui-widget-content {
  padding: 0 8px;
}
.annoucement-dialog > .ui-dialog-titlebar button .ui-button-icon-primary {
  left: 15%;
}
body.darkTheme {
  filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -webkit-filter: grayscale(40%);
}
body.darkTheme #header .logo a {
  height: 40px;
  width: 146.25px;
}
@media only screen and (min-width: 992px) {
  body.darkTheme #header .logo a {
    height: 48px;
    width: 167.5px;
  }
}
body.darkTheme #header .logo a img {
  width: calc(100% -  44px );
}
@media only screen and (min-width: 992px) {
  body.darkTheme #header .logo a img {
    width: calc(100% -  44px );
  }
}
body.darkTheme #header .logo a img#ribbon {
  display: inline-block;
  padding: 0 4px;
  width: auto;
  height: 24px;
}
body.darkTheme #notices > div#announcement.notice {
  color: #ffffff;
  background: #212121;
}
body.darkTheme .deliveryHome.f #mobileAnnouncementC {
  background-color: #212121;
}
.squareMenuC .squareMenu {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.squareMenuC .menuLink {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  text-decoration: none;
}
.squareMenuC .menuLink img.icon {
  width: 30%;
  display: block;
  position: relative;
  margin: auto;
  margin-top: 25%;
}
.squareMenuC .menuLink span {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 4px;
}
.squareMenuC.noLabel img.icon {
  width: 50%;
}
.squareMenuC .menuPicture {
  position: absolute;
  width: 100%;
  height: 100%;
}
.squareMenuC .menuPicture i {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
.squareMenuC .menuPicture i img {
  display: none;
}
.squareMenuC .menuPicture img {
  display: none;
}
.squareMenus {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 4px;
}
.squareMenus:before,
.squareMenus:after {
  content: " ";
  display: table;
}
.squareMenus:after {
  clear: both;
}
.squareMenus .squareMenuC {
  float: left;
  width: 50%;
  padding: 0 2px 4px;
}
@media only screen and (min-width: 992px) {
  .squareMenus .squareMenuC {
    width: 16.66666667%;
  }
}
#quickBrowse {
  display: none;
}
.ui-dialog.notificationsDialog {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-dialog.notificationsDialog .ui-widget-content a {
  color: #0070a8;
}
.ui-dialog.notificationsDialog #notifications {
  display: block;
  width: auto;
}
.ui-dialog.notificationsDialog #notifications > .title {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-dialog.notificationsDialog #notifications > .title > a {
  right: 36px;
}
.ui-dialog.notificationsDialog.no-title .ui-widget-header .ui-state-default {
  width: auto;
  height: auto;
  padding: 0;
  top: 8px;
  right: 4px;
}
.ui-dialog.notificationsDialog.no-title .ui-widget-header .ui-state-default .ui-icon {
  background-image: url("../../common/images/user-menu-icon-sprites.png");
  background-size: 384px 72px;
  background-repeat: no-repeat;
  background-position: -360px 0px;
  margin: -12px;
  width: 24px;
  height: 24px;
}
.ui-dialog.notificationsDialog.no-title .ui-widget-header .ui-state-default .ui-button-text {
  width: 24px;
  height: 24px;
}
.ui-dialog.notificationsDialog.no-title .ui-widget-header .ui-state-hover .ui-icon {
  background-position: -360px 0px;
}
.wui-dropdown.search-dropdown {
  background: #ffffff;
}
@media only screen and (min-width: 992px) {
  .wui-dropdown.search-dropdown {
    width: 400px;
  }
}
.wui-dropdown.search-dropdown #search .wui-autocomplete {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete:before,
.wui-dropdown.search-dropdown #search .wui-autocomplete:after {
  content: " ";
  display: table;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete:after {
  clear: both;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete hr {
  margin: 8px;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li {
  padding: 16px;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li:before,
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li:after {
  content: " ";
  display: table;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li:after {
  clear: both;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li img,
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li .l {
  display: block;
  float: left;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li .i {
  min-height: 24px;
  height: 24px;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li .i.n .l {
  height: 24px;
  line-height: 24px;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul.quick li .i img.icon {
  margin: 0;
  width: 24px;
  height: 24px;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul li {
  padding: 12px;
}
.wui-dropdown.search-dropdown #search .wui-autocomplete ul li a,
.wui-dropdown.search-dropdown #search .wui-autocomplete ul li span {
  color: #9e9e9e;
}
.wui-dropdown.search-dropdown #search .pane.result {
  display: none;
}
.wui-dropdown.search-dropdown .pane > .section {
  padding-bottom: 4px;
}
.wui-dropdown.search-dropdown .pane > .section:before,
.wui-dropdown.search-dropdown .pane > .section:after {
  content: " ";
  display: table;
}
.wui-dropdown.search-dropdown .pane > .section:after {
  clear: both;
}
.wui-dropdown.search-dropdown .pane > .section:first-child > label {
  margin: 0;
}
.wui-dropdown.search-dropdown .pane > .section > label {
  margin: 0;
  font-weight: normal;
  width: 100%;
  padding: 4px 8px;
  color: #ffffff;
  background-color: #9e9e9e;
}
.wui-dropdown.search-dropdown .pane button {
  display: inline;
  padding: 8px 16px;
  color: #ffffff;
  background-image: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  background-color: #ff672b;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.not-origin-user .wui-dropdown.search-dropdown .pane button {
  background-color: #e42900 ! important;
}
.wui-dropdown.search-dropdown .pane button:hover,
.wui-dropdown.search-dropdown .pane button a:hover {
  color: #ffffff;
}
.wui-dropdown.search-dropdown .pane button.plain-button {
  padding: 4px 16px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.food .wui-dropdown.search-dropdown .pane 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 .wui-dropdown.search-dropdown .pane button.plain-button:hover,
.food .wui-dropdown.search-dropdown .pane 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;
}
.wui-dropdown.search-dropdown .pane button.cancel-button {
  padding: 4px 20px;
  margin: 0;
  text-shadow: none;
  background-image: none ! important;
}
.food .wui-dropdown.search-dropdown .pane 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 .wui-dropdown.search-dropdown .pane button.cancel-button:hover {
  background-color: #e5e5e5 ! important;
  color: #a3a3a3 ! important;
}
.wui-dropdown.search-dropdown .pane button:disabled {
  cursor: default;
  background-color: #eeeeee;
}
.wui-dropdown.search-dropdown .pane button:disabled.plain-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.food .wui-dropdown.search-dropdown .pane 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;
}
.wui-dropdown.search-dropdown .pane button:disabled.plain-button:hover,
.wui-dropdown.search-dropdown .pane 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;
}
.not-origin-user .wui-dropdown.search-dropdown .pane button {
  background-color: #e42900 ! important;
}
.wui-dropdown.search-dropdown .pane button:hover,
.wui-dropdown.search-dropdown .pane button a:hover {
  color: #ffffff;
}
.wui-dropdown.search-dropdown .pane button.plain-button {
  padding: 4px 16px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.food .wui-dropdown.search-dropdown .pane 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 .wui-dropdown.search-dropdown .pane button.plain-button:hover,
.food .wui-dropdown.search-dropdown .pane 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;
}
.wui-dropdown.search-dropdown .pane button.cancel-button {
  padding: 4px 20px;
  margin: 0;
  text-shadow: none;
  background-image: none ! important;
}
.food .wui-dropdown.search-dropdown .pane 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 .wui-dropdown.search-dropdown .pane button.cancel-button:hover {
  background-color: #e5e5e5 ! important;
  color: #a3a3a3 ! important;
}
.wui-dropdown.search-dropdown .pane button:disabled {
  cursor: default;
  background-color: #eeeeee;
}
.wui-dropdown.search-dropdown .pane button:disabled.plain-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.food .wui-dropdown.search-dropdown .pane 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;
}
.wui-dropdown.search-dropdown .pane button:disabled.plain-button:hover,
.wui-dropdown.search-dropdown .pane 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;
}
.ui-dialog.locationDialog {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-dialog.locationDialog .wui-dialog::-webkit-scrollbar {
  display: none;
  width: 0 ! important;
}
.ui-dialog.locationDialog .ui-widget-header .ui-state-default .ui-icon {
  background-position: 0 -10px;
}
.ui-dialog.locationDialog .ui-dialog-titlebar {
  font-size: 16px;
  line-height: 24px;
  color: #101010;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 16px 0;
}
.ui-dialog.locationDialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  padding: 0;
}
.ui-dialog.locationDialog #location {
  display: block;
  padding: 8px 16px;
}
.ui-dialog.locationDialog #location .region.b a {
  display: block;
  padding: 4px 0;
  color: #9e9e9e;
}
.ui-dialog.locationDialog #location .region.b.known a {
  color: #424242;
}
.ui-dialog.locationDialog #location .title {
  display: none;
}
#header {
  position: relative;
  z-index: 99;
}
#header .headerC {
  border-bottom: 2px solid #0070a8;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#header.initialize {
  height: auto;
}
#header.initialize .headerC {
  position: static;
}
#header.common .logo {
  display: block;
}
#header.common.active #main #user-bar .search-icon:after {
  background-position: -400px -32px;
}
#header.common.active .searchTextC {
  display: block;
}
#header.common #main {
  background: #ffffff;
}
#header.common #main .c {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #header.common #main .c {
    width: 984px;
    padding: 0;
    margin: 0 auto;
  }
}
#header.common #search-form {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  background-color: #ffffff;
  pointer-events: auto;
}
#header.common #search-form:before,
#header.common #search-form:after {
  content: " ";
  display: table;
}
#header.common #search-form:after {
  clear: both;
}
#header.common #search-form .textInputC {
  position: relative;
  width: 100%;
}
#header.common #search-form input[type='text'] {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 8px 8px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 24px;
}
#header.common #search-form input[type='text']:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#header.common #search-form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 44px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  display: block;
  height: 44px;
  width: 36px;
  background: #ff672b;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-indent: -9999px;
}
#header.common #search-form button:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -240px -48px;
}
#header.common .searchTextC {
  display: block;
  width: 100%;
  padding: 0 8px;
  pointer-events: none;
  position: static;
  float: left;
  margin-bottom: 16px;
  padding-top: 2px;
}
@media only screen and (min-width: 992px) {
  #header.common .searchTextC {
    padding: 0;
    margin-bottom: 0;
    width: 400px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 992px) {
  #header.mini {
    height: 68px;
  }
}
#header.mini .headerC {
  position: relative;
}
#header.mini #main {
  background-color: #ffffff;
}
#header.mini #main .locationOptionsC {
  display: none;
}
#header.mini #main .currentLocationC {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
#header.mini #main .currentLocationC:before {
  content: '';
  height: 60%;
  width: 1px;
  position: absolute;
  top: 20%;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  #header.mini #main .currentLocationC {
    max-width: none;
  }
}
#header.mini #main .currentLocationC .current-location {
  position: relative;
  display: inline-block;
  color: #212121;
  padding: 0 16px 0 0;
  margin-top: 22px;
  cursor: pointer;
  pointer-events: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
}
#header.mini #main .currentLocationC .current-location:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -64px -128px;
  top: 4px;
  right: 0;
}
#header.mini #main .searchTools {
  display: none;
}
#header .logo {
  display: none;
  float: left;
  margin: 14px 20px 14px 14px;
}
#header .logo a {
  display: block;
  height: 40px;
  width: 106.25px;
}
#header .logo a:hover {
  text-decoration: none;
}
#header .logo a img {
  display: inline-block;
  width: calc(100% -  4px );
  height: 100%;
}
@media only screen and (min-width: 992px) {
  #header .logo a img {
    width: calc(100% -  4px );
  }
}
#header .logo a img#ribbon {
  display: none;
}
@media only screen and (min-width: 992px) {
  #header .logo {
    margin: 10px 16px 10px 10px;
    display: block;
  }
  #header .logo a {
    height: 48px;
    width: 127.5px;
  }
}
#header .content {
  padding: 0;
  pointer-events: none;
}
#header .content > div {
  pointer-events: auto;
}
#header #main {
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
#header #main .content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  z-index: 99;
}
#header #main .userStatus {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #header #main .userStatus {
    float: right;
  }
}
#header #main .detailC {
  padding: 68px 0 0;
}
@media only screen and (min-width: 992px) {
  #header #main .detailC {
    margin-left: -8px;
    margin-right: -8px;
    width: 984px;
    padding: 68px 0 16px;
    margin: 0 auto;
  }
  #header #main .detailC:before,
  #header #main .detailC:after {
    content: " ";
    display: table;
  }
  #header #main .detailC:after {
    clear: both;
  }
}
#header #main .locationOptionsC {
  padding: 8px;
  color: #ffffff;
}
#header #main .locationOptionsC:before,
#header #main .locationOptionsC:after {
  content: " ";
  display: table;
}
#header #main .locationOptionsC:after {
  clear: both;
}
#header #main .locationOptionsC .title {
  font-size: 20px;
  line-height: 24px;
}
#header #main .locationOptionsC .update-button {
  cursor: pointer;
}
#header #main .locationOptionsC .update-button:hover {
  text-decoration: underline;
}
#header #main .locationOptionsC a {
  display: block;
  color: #ffffff;
}
#header #main .locationOptionsC .detail {
  margin: 8px -1% 0;
}
#header #main .locationOptionsC .detail:before,
#header #main .locationOptionsC .detail:after {
  content: " ";
  display: table;
}
#header #main .locationOptionsC .detail:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  #header #main .locationOptionsC .detail {
    margin: 8px 0 0;
  }
}
#header #main .locationOptionsC .detail > div {
  float: left;
  width: 48%;
  margin: 0 1% 2%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 8px 16px;
}
#header #main .locationOptionsC .detail > div:hover {
  background: rgba(0, 0, 0, 0.5);
}
#header #main .locationOptionsC .detail > div.update-button {
  width: 98%;
}
@media only screen and (min-width: 992px) {
  #header #main .locationOptionsC .detail > div {
    width: auto;
    margin: 0 0 0 8px;
    min-width: 96px;
  }
  #header #main .locationOptionsC .detail > div.update-button {
    width: auto;
  }
  #header #main .locationOptionsC .detail > div:first-child {
    margin-left: 0;
  }
}
#header #main .locationOptionsC .detail > span {
  display: block;
  padding: 8px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #header #main .locationOptionsC .detail > span {
    float: left;
    width: 32px;
    margin-left: 8px;
    text-align: left;
  }
}
.not-origin-user #header #main {
  background-color: #ff0000;
}
.not-origin-user #header #main #user-bar .current-user .name span {
  background-color: #e42900;
}
#header #main .icon-reorder {
  display: block;
  float: left;
  height: 68px;
  width: 44px;
  cursor: pointer;
}
#header #main .icon-reorder.noti .icon:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #e42900;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: -4px;
  right: -8px;
}
#header #main .icon-reorder .icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../common/images/menu-icon.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 24.5px 16px;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s 0 ease;
  -moz-transition: margin-left 0.5s 0 ease;
  -o-transition: margin-left 0.5s 0 ease;
  transition: margin-left 0.5s 0 ease;
}
@media only screen and (min-width: 992px) {
  #header #main .icon-reorder .icon {
    margin: 24.5px 0;
  }
}
#header #main #user-bar {
  float: right;
  height: 68px;
  margin: 0 8px;
}
@media only screen and (min-width: 992px) {
  #header #main #user-bar {
    min-width: 120px;
    margin: 0 16px;
  }
}
#header #main #user-bar .contentUserButton {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#header #main #user-bar .contentUserButton.noti .icon:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff672b;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 6px;
  right: 0;
  z-index: 1;
}
#header #main #user-bar .label {
  height: 100%;
  line-height: 36px;
  position: relative;
  padding-right: 16px;
  font-weight: bold;
  display: none;
}
@media only screen and (min-width: 992px) {
  #header #main #user-bar .label {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 118px;
    line-height: 36px;
    display: inline-block;
    padding-left: 8px;
  }
}
#header #main #user-bar > span {
  display: block;
  float: left;
  line-height: 68px;
  padding: 0 8px;
}
#header #main #user-bar > span a {
  color: #ffffff;
}
#header #main #user-bar > span.user-log-in {
  display: none;
}
#header #main #user-bar .userInfo {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 36px;
  margin: 14px 0;
  cursor: pointer;
  position: relative;
}
#header #main #user-bar .userInfo:after {
  top: 10px;
  right: 8px;
}
@media only screen and (min-width: 992px) {
  #header #main #user-bar .userInfo {
    padding: 0 8px 0 8px;
    display: block;
    border: 1px solid #cfcfcf;
  }
  #header #main #user-bar .userInfo:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../../common/images/sprites-16.png");
    background-size: 480px 144px;
    background-repeat: no-repeat;
    background-position: -64px -128px;
  }
}
#header #main #user-bar .userInfo .guestC {
  padding: 24px 16px;
}
#header #main #user-bar .userInfo .guestC:before,
#header #main #user-bar .userInfo .guestC:after {
  content: " ";
  display: table;
}
#header #main #user-bar .userInfo .guestC:after {
  clear: both;
}
#header #main #user-bar .userInfo .guestC span a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
#header #main #user-bar .userInfo .guestC .others {
  margin-left: -8px;
  margin-right: -8px;
}
#header #main #user-bar .userInfo .guestC .others:before,
#header #main #user-bar .userInfo .guestC .others:after {
  content: " ";
  display: table;
}
#header #main #user-bar .userInfo .guestC .others:after {
  clear: both;
}
#header #main #user-bar .userInfo .guestC .others > span {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
#header #main #user-bar .userInfo .guestC .others > span .button {
  display: block;
  text-align: center;
}
#header #main #user-bar .userInfo .guestC .others .user-sign-up {
  padding-left: 0;
}
#header #main #user-bar .userInfo .cover {
  position: relative;
}
#header #main #user-bar .userInfo .cover .profilePictureC {
  position: relative;
  width: 48px;
  height: 48px;
  float: left;
  overflow: hidden;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
#header #main #user-bar .userInfo .cover .profilePictureC i {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
#header #main #user-bar .userInfo .cover .profilePictureC i img {
  display: none;
}
#header #main #user-bar .userInfo .cover .profilePictureC img {
  display: none;
}
#header #main #user-bar .userInfo .cover .detailsC {
  position: relative;
  margin-left: 56px;
}
#header #main #user-bar .userInfo .cover .detailsC:before,
#header #main #user-bar .userInfo .cover .detailsC:after {
  content: " ";
  display: table;
}
#header #main #user-bar .userInfo .cover .detailsC:after {
  clear: both;
}
#header #main #user-bar .userInfo .cover .detailsC .name {
  width: 80%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  line-height: 48px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header #main #user-bar .userInfo .cover .detailsC .name a {
  color: #ffffff;
}
#header #main #user-bar .userInfo .coverPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#header #main #user-bar .userInfo .coverPhoto i {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
#header #main #user-bar .userInfo .coverPhoto i img {
  display: none;
}
#header #main #user-bar .userInfo .coverPhoto img {
  display: none;
}
#header #main #user-bar .search-icon {
  display: block;
  width: 68px;
  height: 68px;
  border-left: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #header #main #user-bar .search-icon {
    display: none;
  }
}
#header #main #user-bar .search-icon:after {
  content: "";
  display: block;
  margin: 26px;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -240px -48px;
}
@media only screen and (min-width: 992px) {
  #header #main #user-bar .profilePictureC {
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
  }
}
#header #main #user-bar .profilePictureC .picture {
  position: relative;
  width: 32px;
  height: 32px;
  float: left;
  overflow: hidden;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
#header #main #user-bar .profilePictureC .picture i {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
#header #main #user-bar .profilePictureC .picture i img {
  display: none;
}
#header #main #user-bar .profilePictureC .picture img {
  display: none;
}
@media only screen and (min-width: 992px) {
  #header #main #user-bar .profilePictureC .picture {
    margin-top: 6px;
    position: relative;
    width: 24px;
    height: 24px;
    float: left;
    overflow: hidden;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  #header #main #user-bar .profilePictureC .picture i {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-color: transparent;
  }
  #header #main #user-bar .profilePictureC .picture i img {
    display: none;
  }
  #header #main #user-bar .profilePictureC .picture img {
    display: none;
  }
}
#header #search {
  display: none;
}
#footer {
  width: 100%;
  padding: 16px 0;
  margin: 16px 0 0 0;
  border-top: 2px solid #e5e5e5;
}
#footer .toggle {
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
  text-align: center;
  width: 16px;
  height: 16px;
  font-weight: bold;
  position: absolute;
  right: 8px;
  cursor: pointer;
}
#footer .groups-c {
  display: none;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 16px;
  pointer-events: none;
}
@media (min-width: 992px) {
  #footer .groups-c {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  #footer .groups-c {
    left: 25%;
  }
}
#footer .groups-c:before,
#footer .groups-c:after {
  content: " ";
  display: table;
}
#footer .groups-c:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  #footer .groups-c {
    display: block;
    pointer-events: auto;
  }
}
#footer .groups-c ul > li > * {
  pointer-events: auto;
}
#footer .groups-c .groups .group {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  #footer .groups-c .groups .group {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #footer .groups-c .groups .group.contact {
    left: 75%;
  }
}
@media (min-width: 992px) {
  #footer .groups-c .groups .group.information {
    left: 25%;
  }
}
@media (min-width: 992px) {
  #footer .groups-c .groups .group.region {
    right: 25%;
  }
}
@media (min-width: 992px) {
  #footer .groups-c .groups .group.content {
    right: 75%;
  }
}
#footer .groups-c .groups .group h2 {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 8px 0;
  color: #424242;
  font-weight: bold;
}
#footer .groups-c .groups .group .subgroup {
  margin-top: 16px;
}
#footer .groups-c .groups .group .subgroup:first-child {
  margin-top: 0;
}
#footer .groups-c .groups .group ul li a {
  color: #a3a3a3;
  font-size: 12px;
  line-height: 20px;
}
#footer .groups-c .groups .group ul li a img {
  margin-left: 4px;
}
#footer .groups-c .groups .group:nth-child(odd) {
  clear: both;
}
@media only screen and (min-width: 992px) {
  #footer .groups-c .groups .group:nth-child(odd) {
    clear: none;
  }
}
#footer .copyright {
  font-size: 10px;
  line-height: 16px;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer .copyright {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #footer .copyright {
    right: 75%;
  }
}
@media only screen and (min-width: 992px) {
  #footer .copyright {
    margin-top: 0;
    text-align: left;
  }
}
#footer .copyright .logo {
  height: 48px;
  margin-bottom: 8px;
}
#footer .copyright span {
  display: block;
}
#footer .copyright span.space-bottom {
  margin-bottom: 25px;
}
#footer .copyright #privacy {
  display: inline;
}
#footer .copyright a {
  color: #424242;
  text-decoration: underline;
}
#user-menu,
#notifications,
#categories,
#location,
#articles {
  display: none;
}
#user-menu {
  min-width: 200px;
  background-color: #0070a8;
  color: #ffffff;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#user-menu a {
  color: #ffffff;
  font-weight: bold;
}
#user-menu .item {
  position: relative;
}
#user-menu .item > a,
#user-menu .item.settings > span,
#user-menu .item input[type='submit'] {
  display: block;
  width: 100%;
  padding: 8px;
  cursor: pointer;
}
#user-menu .item > a:hover,
#user-menu .item.settings > span:hover,
#user-menu .item input[type='submit']:hover {
  text-decoration: none;
}
#user-menu .item input {
  background: none;
  border: 0;
  text-align: left;
}
#user-menu .item .icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  min-width: 24px;
  padding: 0 4px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #424242;
  cursor: pointer;
}
#user-menu .item .icon.size-0 {
  display: none;
}
#user-menu .item.settings > span {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#user-menu .item.settings > span:after {
  content: "▼";
  position: absolute;
  top: 8px;
  right: 8px;
}
#user-menu .item.sub #user-sub-menu {
  display: none;
}
#user-menu .item.sub #user-sub-menu .item > a {
  padding-left: 16px;
}
#user-menu-dropdown {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#categories-dropdown,
#location-dropdown,
#articles-dropdown {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  #categories-dropdown .content,
  #location-dropdown .content,
  #articles-dropdown .content {
    width: 984px;
  }
}
#categories-dropdown .wui-content,
#location-dropdown .wui-content,
#articles-dropdown .wui-content {
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 992px) {
  #categories-dropdown .wui-content .detail,
  #location-dropdown .wui-content .detail,
  #articles-dropdown .wui-content .detail {
    padding: 16px;
  }
}
#categories-dropdown .wui-content .detail .title,
#location-dropdown .wui-content .detail .title,
#articles-dropdown .wui-content .detail .title {
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 8px 0;
}
#categories-dropdown .wui-content .detail .title:before,
#location-dropdown .wui-content .detail .title:before,
#articles-dropdown .wui-content .detail .title:before {
  content: "";
  display: block;
  float: left;
  margin: 4px 0;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -400px -80px;
}
#categories-dropdown .wui-content .detail ul,
#location-dropdown .wui-content .detail ul,
#articles-dropdown .wui-content .detail ul {
  list-style: none;
  margin-left: -8px;
  margin-right: -8px;
}
#categories-dropdown .wui-content .detail ul:before,
#location-dropdown .wui-content .detail ul:before,
#articles-dropdown .wui-content .detail ul:before,
#categories-dropdown .wui-content .detail ul:after,
#location-dropdown .wui-content .detail ul:after,
#articles-dropdown .wui-content .detail ul:after {
  content: " ";
  display: table;
}
#categories-dropdown .wui-content .detail ul:after,
#location-dropdown .wui-content .detail ul:after,
#articles-dropdown .wui-content .detail ul:after {
  clear: both;
}
#categories-dropdown .wui-content .detail ul > li,
#location-dropdown .wui-content .detail ul > li,
#articles-dropdown .wui-content .detail ul > li {
  border: 0;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 4px 0;
}
@media (min-width: 992px) {
  #categories-dropdown .wui-content .detail ul > li,
  #location-dropdown .wui-content .detail ul > li,
  #articles-dropdown .wui-content .detail ul > li {
    float: left;
    width: 25%;
  }
}
#categories-dropdown .wui-content .detail ul > li.more,
#location-dropdown .wui-content .detail ul > li.more,
#articles-dropdown .wui-content .detail ul > li.more {
  float: right;
}
#categories-dropdown .wui-content .detail .wui-page > .wui-navigator,
#location-dropdown .wui-content .detail .wui-page > .wui-navigator,
#articles-dropdown .wui-content .detail .wui-page > .wui-navigator {
  display: none;
}
#location-input-dropdown {
  width: 100%;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) {
  #location-input-dropdown {
    width: 300px;
  }
}
#location-input-content {
  display: none;
}
#location-input-content .head {
  position: relative;
  padding: 8px;
  background-color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#location-input-content .head #location-input {
  width: 100%;
  padding: 8px 40px 8px 8px;
  -webkit-appearance: none;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#location-input-content .head:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -240px -32px;
}
#location-input-content .update-button {
  padding: 8px;
  cursor: pointer;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
#location-input-content .update-button:before,
#location-input-content .update-button:after {
  content: " ";
  display: table;
}
#location-input-content .update-button:after {
  clear: both;
}
#location-input-content .update-button span {
  display: block;
  float: left;
}
#location-input-content .update-button span.icon {
  width: 25px;
  height: 25px;
  background-image: url("../../common/images/menu-icons.png");
  background-size: 300px 25px;
  background-repeat: no-repeat;
  background-position: -225px 0;
  width: 17px;
  height: 18px;
  margin-right: 4px;
}
#location-input-content .more a {
  text-align: center;
  width: 100%;
  display: block;
  padding: 5px;
}
#location-input-content .location li {
  border: none;
}
#location-input-content .location li a {
  display: block;
  padding: 8px;
  cursor: pointer;
  text-decoration: none;
}
#location-input-content .location li a.ext {
  font-weight: bold;
}
#location-input-content .location li a:before {
  content: "";
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  background-image: url("../../common/images/menu-icons.png");
  background-size: 300px 25px;
  background-repeat: no-repeat;
  background-position: -250px 0;
  width: 17px;
  height: 18px;
  margin-right: 4px;
}
#location-input-content .location .wui-navigator {
  display: none;
}
#location-dropdown #location .head {
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
}
#location-dropdown #location .detail {
  position: relative;
}
#location-dropdown #location .detail .wui-page.location > .wui-result > ul > li .region.b {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#location-dropdown #location .detail .more-location {
  text-align: right;
}
#location-dropdown #location .detail .more-location a {
  text-decoration: underline;
}
.main-searcher .pane > .section {
  border-top: 1px solid #ddd;
}
.main-searcher .pane > .section:before,
.main-searcher .pane > .section:after {
  content: " ";
  display: table;
}
.main-searcher .pane > .section:after {
  clear: both;
}
.main-searcher .pane > .section:first-child {
  border: none;
}
.main-searcher .pane > .section > label {
  width: 25%;
  float: left;
  padding: 8px 8px 0 8px;
  margin: 0;
  text-align: right;
  font-weight: normal;
}
.main-searcher .pane > .section > ul {
  width: 75%;
  float: left;
  border-left: 1px solid #ddd;
}
.main-searcher .pane button {
  display: inline;
  padding: 8px 16px;
  color: #ffffff;
  background-image: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  background-color: #ff672b;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.not-origin-user .main-searcher .pane button {
  background-color: #e42900 ! important;
}
.main-searcher .pane button:hover,
.main-searcher .pane button a:hover {
  color: #ffffff;
}
.main-searcher .pane button.plain-button {
  padding: 4px 16px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.food .main-searcher .pane 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 .main-searcher .pane button.plain-button:hover,
.food .main-searcher .pane 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;
}
.main-searcher .pane button.cancel-button {
  padding: 4px 20px;
  margin: 0;
  text-shadow: none;
  background-image: none ! important;
}
.food .main-searcher .pane 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 .main-searcher .pane button.cancel-button:hover {
  background-color: #e5e5e5 ! important;
  color: #a3a3a3 ! important;
}
.main-searcher .pane button:disabled {
  cursor: default;
  background-color: #eeeeee;
}
.main-searcher .pane button:disabled.plain-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.food .main-searcher .pane 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;
}
.main-searcher .pane button:disabled.plain-button:hover,
.main-searcher .pane 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;
}
.not-origin-user .main-searcher .pane button {
  background-color: #e42900 ! important;
}
.main-searcher .pane button:hover,
.main-searcher .pane button a:hover {
  color: #ffffff;
}
.main-searcher .pane button.plain-button {
  padding: 4px 16px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.food .main-searcher .pane 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 .main-searcher .pane button.plain-button:hover,
.food .main-searcher .pane 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;
}
.main-searcher .pane button.cancel-button {
  padding: 4px 20px;
  margin: 0;
  text-shadow: none;
  background-image: none ! important;
}
.food .main-searcher .pane 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 .main-searcher .pane button.cancel-button:hover {
  background-color: #e5e5e5 ! important;
  color: #a3a3a3 ! important;
}
.main-searcher .pane button:disabled {
  cursor: default;
  background-color: #eeeeee;
}
.main-searcher .pane button:disabled.plain-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.food .main-searcher .pane 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;
}
.main-searcher .pane button:disabled.plain-button:hover,
.main-searcher .pane 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;
}
#notices {
  display: block;
  position: static;
  top: 68px;
  left: 0;
  width: 100%;
  z-index: 98;
}
body.top #notices {
  top: 98px;
}
#notices > div {
  padding: 8px 32px 8px 8px;
  text-align: center;
}
#notices > div.error {
  background: #fbe3e4;
  color: #8a1f11;
}
#notices > div#announcement.notice {
  color: #ffffff;
  background: #ff672b;
}
#notices > div.notice {
  color: #ffffff;
  background: #009e1d;
  height: 48px;
}
#notices > div.notice a {
  position: relative;
  color: #ffffff;
  padding-left: 40px;
  display: inline-block;
  line-height: 32px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#notices > div.notice a:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-image: url("../../common/images/sprites-32.png");
  background-size: 192px 160px;
  background-repeat: no-repeat;
  background-position: 0px -128px;
  top: 0;
  left: 0;
}
#notices > div.notice .close,
#notices > div.notice .close:hover {
  background-position: -400px -32px;
}
#notices > div.success {
  background: #e6efc2;
  color: #264409;
}
#notices > div.info {
  background: #d5edf8;
  color: #205791;
}
#notices > div > div.close {
  position: absolute;
  top: 16px;
  right: 8px;
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -240px 0px;
}
#notices > div > div.close:hover {
  background-position: -240px -16px;
}
#notices > div > div.next {
  position: absolute;
  top: 16px;
  right: 8px;
  cursor: pointer;
}
#notifications {
  width: 320px;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#notifications > .title {
  position: relative;
  padding: 8px;
  background: #ff672b;
  color: #ffffff;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
#notifications > .title label {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
#notifications > .title > a {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  height: 24px;
  color: #ffffff;
  line-height: 24px;
}
#notifications > .detail .wui-page li {
  padding: 8px;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
}
#notifications > .detail .wui-page li:first-child {
  border: none;
}
#notifications > .detail .wui-page li .notification.b .type {
  width: 30px;
  height: 30px;
}
#notifications > .detail .wui-page li .notification.b .type:before {
  top: 3px;
  left: 3px;
}
#notifications > .detail .wui-page li .notification.b .actor .profile-photo {
  width: 30px;
  height: 30px;
}
#notifications > .detail .wui-page li .notification.b .summary,
#notifications > .detail .wui-page li .notification.b .time {
  margin-left: 38px;
}
#notifications > .detail .wui-page li .notification.b.not-read {
  background-color: #e0f2ff;
  margin: -8px;
  padding: 8px;
}
#notifications > .detail .wui-page .wui-navigator {
  display: none;
}
