body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-hd {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1440px + 24px * 4) {
  .container-hd {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  .equal-height .col {
    min-height: 0 !important;
  }
  .equal-height.equal-height-child .col > div {
    min-height: 0 !important;
  }
}
div.t3-wrapper {
  z-index: 110;
}
.t3-header {
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  padding-bottom: 24px;
}
.ja-topbar {
  background: #343648;
  color: #ffffff;
  font-size: 12px;
  padding: 6px;
}
.ja-topbar p {
  margin-bottom: 0;
  line-height: 24px;
}
.topbar-right:before,
.topbar-right:after {
  display: table;
  content: " ";
}
.topbar-right:after {
  clear: both;
}
.topbar-right > div {
  float: right;
}
.topbar-right > div + div {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 12px;
  padding-right: 12px;
}
.logo {
  text-align: left;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.ja-search {
  background-color: #999999;
  background-size: cover;
  border-radius: 0;
  border: 0;
  padding: 240px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .ja-search {
    padding: 144px 0;
  }
}
@media (max-width: 767px) {
  .ja-search {
    padding: 96px 0;
  }
}
.ja-search .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ja-search .box-bg .bg-inline {
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(4px);
  height: 100%;
  width: 100%;
}
.ja-search .container {
  position: relative;
}
.ja-search h1 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 24px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .ja-search h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ja-search h1 {
    font-size: 30px;
  }
}
.ja-search .search-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
@media (max-width: 480px) {
  .ja-search .search-description {
    font-size: 16px;
  }
}
.ja-search .search-wrap > label {
  display: none;
}
.ja-search #searchForm {
  background: #ffffff;
  border-radius: 4px;
  padding: 12px;
  position: relative;
  margin: auto;
  margin-top: 48px;
  max-width: 100%;
  width: 720px;
}
.ja-search #searchForm #search-query-explained {
  display: none;
}
.ja-search #searchForm .inputbox {
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  height: 72px;
  padding: 12px 312px 12px 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .ja-search #searchForm .inputbox {
    padding: 24px;
    margin-bottom: 12px;
    height: 50px;
  }
}
.ja-search #searchForm .inputbox:focus {
  border-width: 2px;
  border-color: #486acd;
}
.ja-search #searchForm .action {
  bottom: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 767px) {
  .ja-search #searchForm .action {
    position: static;
    width: 100%;
  }
}
.ja-search #searchForm .action .btn {
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .ja-search #searchForm .action .btn {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
  }
}
.ja-search #searchForm .action .btn .caret {
  margin-left: 24px;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .ja-search #searchForm .action .btn .caret {
    margin-left: 3px;
  }
}
.ja-search #searchForm .action .dropdown-menu {
  padding: 12px 24px;
}
.ja-search #searchForm .action .dropdown-menu:hover {
  display: block;
}
.ja-search #searchForm .action .dropdown-menu .checkbox {
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 400;
}
.ja-search #searchForm .action .dropdown-menu .checkbox input {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 6px;
  margin-top: 6px;
}
.ja-search .trend-article {
  text-align: center;
}
.ja-search .trend-article .moduletable {
  display: inline-block;
  margin-top: 24px;
}
.ja-search .trend-article .moduletable:before,
.ja-search .trend-article .moduletable:after {
  display: table;
  content: " ";
}
.ja-search .trend-article .moduletable:after {
  clear: both;
}
.ja-search .trend-article h3 {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.714286;
  float: left;
}
.ja-search .trend-article .tagspopular {
  display: inline-block;
  float: left;
}
.ja-search .trend-article .tagspopular ul {
  line-height: 1;
}
.ja-search .trend-article .tagspopular ul li {
  display: inline-block;
  margin: 0;
}
.ja-search .trend-article .tagspopular ul li a {
  background: transparent;
  color: #ffffff;
  padding: 0;
  font-size: 12px;
  line-height: 1.714286;
  margin-left: 12px;
}
.ja-search .trend-article .tagspopular ul li a:hover {
  text-decoration: underline;
}
.t3-section {
  padding: 144px 0;
}
@media (max-width: 767px) {
  .t3-section {
    padding: 48px 0;
  }
}
.t3-section:nth-child(2n+1) {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
}
.t3-section.no-padding-top {
  padding-top: 0;
}
.t3-section.no-padding-bottom {
  padding-bottom: 0;
}
.t3-section .module-title {
  position: relative;
  margin-bottom: 24px;
}
.t3-section .module-title > h3 {
  columns: #343648;
  font-size: 36px;
  font-family: 'IBM Plex Serif', "Times New Roman", Times, serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 56px;
  text-align: center;
  text-transform: none;
  position: relative;
}
@media (max-width: 767px) {
  .t3-section .module-title > h3 {
    font-size: 26px;
  }
}
.t3-section .module-title > h3::after {
  background-image: url('../../templates/ja_cityguide/images/pattern-title.png');
  bottom: -32px;
  content: "";
  position: absolute;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 24px;
}
.t3-section .module-title .mask-title {
  color: #f8f8f8;
  font-size: 96px;
  font-family: 'IBM Plex Sans', "Times New Roman", Times, serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .t3-section .module-title .mask-title {
    font-size: 60px;
  }
}
.t3-section .module-title .sub-title {
  display: block;
  color: #757575;
  font-size: 16px;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: none;
  max-width: 100%;
  margin: auto;
  padding-bottom: 48px;
  width: 480px;
}
@media (max-width: 767px) {
  .t3-section .module-title .sub-title {
    font-size: 14px;
    padding-bottom: 24px;
  }
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.t3-mainbody {
  padding-top: 72px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .t3-mainbody > .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .t3-mainbody > .row > div {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.t3-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-sidebar {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-sidebar img {
  border-radius: 4px;
}
.t3-footer {
  background: #343648;
  color: #a5a7af;
  padding: 120px 0;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-footer {
    padding: 24px 0 48px;
  }
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  font-size: 12px;
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-footnav > .col-sm-4:nth-child(4) {
    clear: both;
  }
}
.t3-footnav .t3-module {
  background: transparent;
  color: #a5a7af;
  margin-top: 24px;
  margin-bottom: 24px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 11px;
  font-family: 'IBM Plex Sans', "Times New Roman", Times, serif;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.t3-footnav .t3-module .module-ct {
  color: #a5a7af;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li > a {
  color: #a5a7af;
  padding: 0;
  font-size: 12px;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  background: transparent;
  color: #ffffff;
  left: 8px;
}
.t3-footnav .t3-module ul > li.active {
  background: transparent;
  color: #ffffff;
}
.t3-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  margin-top: 24px;
  padding: 48px 0 0;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-copyright {
    padding: 24px 0 0;
  }
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright a {
  color: #ffffff;
}
.copyright {
  margin-bottom: 24px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}