.t3-module {
  background: transparent;
  color: #757575;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 48px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #343648;
  font-size: 14px;
  font-family: 'IBM Plex Sans', "Times New Roman", Times, serif;
  margin: 0 0 12px 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 24px;
  }
}
.module-ct {
  background: transparent;
  color: #757575;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 11px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form .plg_system_webauthn_login_button {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 5px 15px;
  width: 100%;
}
#login-form .plg_system_webauthn_login_button svg {
  width: 24px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
  list-style: none;
}
.categories-module li + li,
ul.categories-module li + li,
.category-module li + li,
ul.category-module li + li {
  margin-top: 12px;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  margin: 0;
}
.categories-module h4:before,
ul.categories-module h4:before,
.category-module h4:before,
ul.category-module h4:before {
  color: #999999;
  content: "\f07c";
  font-family: FontAwesome;
  margin-right: 3px;
}
.categories-module h4 a,
ul.categories-module h4 a,
.category-module h4 a,
ul.category-module h4 a {
  color: #757575;
  font-weight: 400;
}
.categories-module h4 a:hover,
ul.categories-module h4 a:hover,
.category-module h4 a:hover,
ul.category-module h4 a:hover,
.categories-module h4 a:focus,
ul.categories-module h4 a:focus,
.category-module h4 a:focus,
ul.category-module h4 a:focus,
.categories-module h4 a:active,
ul.categories-module h4 a:active,
.category-module h4 a:active,
ul.category-module h4 a:active {
  color: #f9676b;
}
.categories-grid .row {
  margin-bottom: -12px;
  margin-top: -12px;
}
@media (min-width: 768px) {
  .categories-grid .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.categories-grid .row > div {
  float: none;
  padding-bottom: 12px;
  padding-top: 12px;
}
.categories-grid .category {
  background-size: cover;
  background-position: center center;
  background-color: #555555;
  border-radius: 4px;
  position: relative;
  height: 100%;
}
.categories-grid .category .category {
  min-height: 150px;
}
.categories-grid .category .category-item-bg {
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.categories-grid .category .category-item-bg::before {
  content: '';
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.categories-grid .category .category-detail {
  position: relative;
  padding: 24px;
}
@media (min-width: 1200px) {
  .categories-grid .category .category-detail {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.categories-grid .category .category-detail h3 {
  margin: 0;
}
.categories-grid .category .category-detail h3 a {
  color: #ffffff;
  font-weight: 600;
}
.categories-grid .category .category-detail .num-items {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.categories-grid .category .category-detail .icon {
  background: #f9676b;
  border-radius: 50%;
  bottom: 24px;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 16px;
  position: absolute;
  text-align: center;
  line-height: 48px;
  right: 24px;
  height: 48px;
  width: 48px;
}
.categories-grid .category .category-detail .category-description {
  color: #ffffff;
  font-size: 12px;
}
.categories-grid .category .category-detail .collapse {
  margin-top: 12px;
}
.categories-grid .category .category-detail .collapse.in {
  display: inline-block;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.categories-grid .category .category-item {
  margin-left: 0;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .categories-grid .category .category-item {
    width: 100%;
  }
}
.categories-grid .category .category-item .category-detail {
  padding: 12px;
}
.categories-grid .category .category-item .item-title {
  font-size: 16px;
}
.categories-grid .category .category-item .category-item-bg::before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
}
.categories-grid .col-sm-6 .category {
  min-height: 270px;
}
@media (min-width: 992px) {
  .categories-grid .col-sm-6 .category {
    min-height: 420px;
  }
}
.categories-grid .col-sm-6 .category .category-item.col-sm-6 .category {
  min-height: 150px;
}
.categories-grid .col-sm-6 .category .category-item.col-sm-4 .category {
  min-height: 100px;
}
.categories-grid .col-sm-4 .category {
  min-height: 270px;
}
.category-grid-view .owl-stage-outer {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.category-grid-view .owl-stage {
  display: flex;
}
.category-grid-view .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.category-grid-view .owl-nav > div {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -72px;
  margin-right: 24px;
  line-height: 48px;
  text-align: center;
  height: 48px;
  width: 48px;
}
@media (max-width: 1439px) {
  .category-grid-view .owl-nav > div {
    display: none;
  }
}
.category-grid-view .owl-nav > div:hover,
.category-grid-view .owl-nav > div:focus,
.category-grid-view .owl-nav > div:active {
  background: #f8f8f8;
}
.category-grid-view .owl-nav > div.owl-next {
  left: 100%;
  right: auto;
  margin-right: 0;
  margin-left: 24px;
}
.category-grid-view .owl-dots {
  text-align: center;
  margin-top: 48px;
}
.category-grid-view .owl-dots .owl-dot {
  border: 2px solid #eeeeee;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  line-height: 0;
  margin: 0 6px;
  height: 12px;
  width: 12px;
}
.category-grid-view .owl-dots .owl-dot span {
  border-radius: 50%;
  background: #eeeeee;
  display: inline-block;
  line-height: 0;
  margin-top: 2px;
  height: 4px;
  width: 4px;
}
.category-grid-view .owl-dots .owl-dot.active,
.category-grid-view .owl-dots .owl-dot:hover,
.category-grid-view .owl-dots .owl-dot:focus,
.category-grid-view .owl-dots .owl-dot:active {
  border-color: #f9676b;
}
.category-grid-view .owl-dots .owl-dot.active span,
.category-grid-view .owl-dots .owl-dot:hover span,
.category-grid-view .owl-dots .owl-dot:focus span,
.category-grid-view .owl-dots .owl-dot:active span {
  background: #f9676b;
}
.category-grid-view .item-inner {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 500ms;
  -o-transition: box-shadow 500ms;
  transition: box-shadow 500ms;
}
.category-grid-view .item-inner:hover,
.category-grid-view .item-inner:focus,
.category-grid-view .item-inner:active {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.category-grid-view .item-inner .article-info {
  float: none;
  padding: 24px;
  width: 100%;
}
.category-grid-view .item-inner .title a {
  color: #343648;
  font-weight: 600;
}
.category-grid-view .item-inner .title a:hover,
.category-grid-view .item-inner .title a:focus,
.category-grid-view .item-inner .title a:active {
  color: #486acd;
}
.category-grid-view .item-inner .title .rating-info {
  display: inline-block;
  margin-bottom: 0;
}
.category-grid-view .item-inner .article-meta {
  color: #999999;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 24px;
}
.category-grid-view .item-inner .article-meta > div {
  display: inline-block;
  margin-right: 4px;
}
.category-grid-view .item-inner .article-meta > div.articles-writtenby span {
  color: #f9676b;
}
.category-grid-view .item-inner .articles-introtext {
  margin-top: 24px;
}
.category-grid-view .item-inner .articles-readmore {
  font-size: 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.category-grid-view.article-list .row {
  margin-bottom: -12px;
  margin-top: -12px;
}
.category-grid-view.article-list .row > div {
  padding-bottom: 12px;
  padding-top: 12px;
}
.category-action {
  margin-top: 48px;
}
.show-vote {
  padding-bottom: 96px !important;
}
.rating-detail {
  bottom: 24px;
  border-top: 1px solid #eaeaea;
  padding-top: 24px;
  position: absolute;
  left: 24px;
  right: 24px;
}
.rating-detail .score {
  background: #00cc8b;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  line-height: 48px;
  font-size: 20px;
  font-weight: 600;
  float: left;
  text-align: center;
  margin-right: 12px;
  height: 48px;
  width: 48px;
}
.rating-detail .list {
  color: #999999;
  font-size: 12px;
}
.rating-detail .list h5 {
  margin-bottom: 0;
  margin-top: 6px;
}
.info-item {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 6px;
}
.info-item .rating-info {
  margin-bottom: 0;
}
.info-item .fa {
  margin-right: 2px;
}
.info-item.articles-rating > div {
  display: inline-block;
}
.info-item.articles-rating .rating-info {
  line-height: 1;
  vertical-align: top;
}
.module-ct ul.latestnews {
  padding: 0;
  margin: 0;
  list-style: none;
}
.module-ct ul.latestnews > li + li {
  margin-top: 12px;
}
.module-ct ul.latestnews > li > a {
  color: #757575;
}
.module-ct ul.latestnews > li > a:before {
  color: #999999;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 3px;
}
.module-ct ul.latestnews > li > a:hover,
.module-ct ul.latestnews > li > a:focus,
.module-ct ul.latestnews > li > a:active {
  color: #f9676b;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eaeaea;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #f61d23;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #f61d23;
}
.module-ct > ol.breadcrumb {
  padding: 11px 23px;
  margin-left: 0;
}
.acymailing_module .acymailing_form {
  position: relative;
  width: 100%;
}
.acymailing_module .acymailing_form .acyfield_email {
  width: 100%;
}
.acymailing_module .acymailing_form .acyfield_email input {
  border: 0;
  height: 48px;
  padding-right: 144px;
}
.acymailing_module .acymailing_form .acysubbuttons {
  position: absolute;
  right: 6px;
  top: 6px;
}
.acymailing_module .acymailing_form .acysubbuttons .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.acymailing_module .acymailing_introtext {
  margin-bottom: 24px !important;
}
.acymailing_module .acymailing_togglemodule {
  border-radius: 4px;
  background: #f9676b;
  color: #ffffff;
  font-weight: 600;
  padding: 11px 23px;
}
.acymailing_module .slide_open,
.acymailing_module .slide_close {
  background: transparent;
  box-shadow: none;
}
.acymailing_module .acymailing_mootoolsbutton td {
  border: 0;
}

.acym_module_form {
  width: 100%;
}
.acym_module_form td {
  padding-bottom: 0;
  width: 100%;
  border: none;
}
.acym_module_form .acym_introtext {
  margin-bottom: 24px;
}
.acym_module_form .acym_form {
  width: 100%;
  position: relative;
}
.acym_module_form .acym_form tbody {
  width: 100%;
}
.acym_module_form .acym_form input {
  max-width: 100%;
}
.acym_module_form .acym_form label.cell {
  width: 100%;
  margin-bottom: 0;
}
.acym_module_form .acym_form label.cell > div {
  display: none;
}
.acym_module_form .acym_form .acysubbuttons {
  position: absolute;
  right: 6px;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.acym_module_form .acym_form .acysubbuttons input {
  padding-top: 5px;
  padding-bottom: 5px;
}
div#closepop {
  text-align: center;
}
div#closepop:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 10px;
}
div.mod-languages.mod-languages ul.lang-inline > li {
  display: inline-block;
  margin: 0;
}
div.mod-languages.mod-languages ul.lang-inline > li > a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  min-height: 24px;
  padding: 0 6px;
  line-height: 24px;
  font-family: 'IBM Plex Sans', "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: 600;
  min-width: 24px;
}
div.mod-languages.mod-languages ul.lang-inline > li > a:hover,
div.mod-languages.mod-languages ul.lang-inline > li > a:focus,
div.mod-languages.mod-languages ul.lang-inline > li > a:active {
  background: rgba(255, 255, 255, 0.15);
}
div.mod-languages.mod-languages .btn-group .dropdown-toggle {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  font-size: 12px;
}
div.mod-languages.mod-languages .btn-group .dropdown-menu {
  border: 0;
}
div.mod-languages.mod-languages .btn-group .dropdown-menu > li {
  display: block;
  text-align: left;
}
div.mod-languages.mod-languages .btn-group .dropdown-menu > li + li {
  border-top: 1px solid #eaeaea;
}
div.mod-languages.mod-languages .btn-group .dropdown-menu > li > a {
  display: block;
  color: #757575;
  padding: 6px 12px;
  text-align: left;
}
div.mod-languages.mod-languages .btn-group .dropdown-menu > li > a:hover,
div.mod-languages.mod-languages .btn-group .dropdown-menu > li > a:focus,
div.mod-languages.mod-languages .btn-group .dropdown-menu > li > a:active {
  color: #f9676b;
}
div.t3-masthead .ja-masthead-detail {
  background-image: url('../../templates/ja_cityguide/images/bg-masthead.jpg');
  background-size: cover;
  padding: 144px 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  div.t3-masthead .ja-masthead-detail {
    padding: 72px 0;
  }
}
div.t3-masthead .ja-masthead-detail .ja-masthead-title {
  color: #ffffff;
  font-size: 60px;
  font-family: 'IBM Plex Serif', "Times New Roman", Times, serif;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0;
}
@media (max-width: 767px) {
  div.t3-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 36px;
  }
}
div.t3-masthead .ja-masthead-detail .ja-masthead-description {
  font-family: 'IBM Plex Sans', "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.t3-masthead .module-title .sub-title {
  padding-bottom: 0;
}