.t3-module {
  background: transparent;
  color: #9e9e9e;
  margin-bottom: 36px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title-wrap {
  max-width: 650px;
  margin: auto;
  margin-bottom: 72px;
  text-align: center;
}
@media (max-width: 767px) {
  .module-title-wrap {
    margin-bottom: 36px;
  }
}
.module-title {
  background: transparent;
  color: #ffd97b;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  padding: 0;
  letter-spacing: 0;
}
.module-ct {
  background: transparent;
  color: #9e9e9e;
  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: 15px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  list-style: none;
  font-size: 12px;
  margin-top: 24px;
  padding-left: 0;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form .input-group-addon {
  width: auto;
}
#login-form button[class*=plg_system_webauthn_login_button] {
  align-items: center;
  background: #0e0e0e;
  color: #9e9e9e;
  display: flex;
  gap: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
#login-form button[class*=plg_system_webauthn_login_button] svg {
  fill: #9e9e9e;
  width: 24px;
}
#login-form button[class*=plg_system_webauthn_login_button]:hover {
  color: #fff;
}
#login-form button[class*=plg_system_webauthn_login_button]:hover svg {
  fill: #fff;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #191919;
  font-size: 12px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 12px 0;
  border-top: 1px solid #191919;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
ul.latestnews {
  margin: 0;
  padding-left: 12px;
}
ul.latestnews > li {
  font-weight: 500;
}
ul.latestnews > li + li {
  margin-top: 12px;
}
.latest-project {
  overflow: hidden;
}
.latest-project .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.latest-project .intro-image {
  position: relative;
}
.latest-project .intro-image:before {
  background: linear-gradient(135deg, #ad974f, #ad974f);
  border-radius: 3px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.latest-project .intro-image img {
  border-radius: 3px;
}
.latest-project .intro-image span {
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  letter-spacing: -1px;
  padding: 0 24px;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.latest-project .intro-image:hover {
  cursor: grab;
}
.latest-project .intro-image:hover:before {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.latest-project .intro-image:hover span {
  cursor: pointer;
  color: #ffffff;
  top: 50%;
  filter: alpha(opacity=100);
  opacity: 1;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #191919;
}
.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: 1px;
}
.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: #ad974f;
  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: #ad974f;
}
.module-ct > ol.breadcrumb {
  padding: 15px 15px;
  margin-left: 0;
}
div.ja-masthead {
  background: url('../../templates/ja_space/images/bg-masthead.jpg');
  background-size: cover;
  text-align: center;
  padding: 36px;
}
@media (max-width: 767px) {
  div.ja-masthead {
    padding: 72px 36px 36px;
  }
}
div.ja-masthead::before {
  background: linear-gradient(to top, #000000, transparent);
  opacity: 1;
}
div.ja-masthead .ja-masthead-detail {
  padding: 0;
  max-width: 100%;
}
div.ja-masthead .ja-masthead-detail .ja-masthead-title {
  background: linear-gradient(135deg, #ad974f, #ad974f);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  
  display: inline-block;
  font-size: 80px;
  letter-spacing: -3px;
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    background: transparent;
    color: #ad974f;
  }
}
@media (max-width: 767px) {
  div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 36px;
    letter-spacing: -1px;
  }
}
div.ja-masthead .ja-masthead-detail .ja-masthead-description {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  div.ja-masthead .ja-masthead-detail .ja-masthead-description {
    font-size: 16px;
  }
}
.hidden-masthead-info div.ja-masthead .ja-masthead-detail {
  display: none;
}
.hidden-masthead-info .t3-header + .t3-masthead .ja-masthead,
.hidden-masthead-info .t3-header + .t3-hero .ja-masthead {
  padding-top: 72px;
}
.owl-carousel.owl-drag .owl-item {
  width: auto !important;
}