.t3-module {
  background: #1c1c1c;
  border: none;
  color: #ffffff;
  margin-bottom: 0;
}
.t3-module + .t3-module {
  border-top: 1px solid #2c2c2c;
  padding-top: 30px;
  margin-top: 30px;
}
.t3-module .module-inner {
  padding: 0;
}
.t3-content-bottom .t3-module {
  background: #ffffff;
  border: 0;
  margin: 0;
  padding: 0;
}
.t3-content-bottom .t3-module .module-title,
.t3-content-bottom .t3-module .module-ct {
  background: transparent;
  color: #666666;
}
.t3-content-bottom .t3-module .module-inner {
  background: transparent;
  padding: 0;
}
.t3-content-bottom .t3-module .module-inner .module-title {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  color: #2c2c2c;
  padding: 30px;
  margin-bottom: 0;
}
.t3-content-bottom .t3-module .module-inner .module-title span::after {
  left: 30px;
}
.module-title {
  background: #1c1c1c;
  color: #ffffff;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  position: relative;
}
.module-title span:after {
  background: #1e754f;
  bottom: 0;
  line-height: 1;
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 30px;
}
.t3-sidebar {
  background: #1c1c1c;
  padding: 30px;
}
.t3-sidebar .module-title {
  font-size: 14px;
  font-weight: 700;
}
.module-ct {
  background: #1c1c1c;
  color: #ffffff;
  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-ct img,
.module-ct .custom img {
  max-width: 100%;
}
.module-ct .sample-banner img,
.module-ct .custom .sample-banner img {
  display: inline-block;
}
.section-inner {
  padding: 40px;
}
@media (min-width: 992px) {
  .section-inner {
    padding-left: 161.66666667px;
    padding-right: 161.66666667px;
  }
}
@media (min-width: 1200px) {
  .section-inner {
    padding-left: 195px;
    padding-right: 195px;
  }
}
@media (min-width: 1600px) {
  .section-inner {
    padding-left: 261.66666667px;
    padding-right: 261.66666667px;
  }
}
.full-width .section-inner {
  padding-left: 0;
  padding-right: 0;
}
.no-padding .section-inner {
  padding: 0;
}
.section-title {
  border-bottom: 0;
  font-size: 16px;
}
.section-title span {
  display: block;
  margin-bottom: 20px;
}
.section-title .section-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.785;
  color: #666666;
  text-transform: none;
  margin-bottom: 10px;
}
.section-title .section-intro span {
  margin-bottom: 0px;
}
.no-padding .section-title {
  padding-top: 60px;
}
.dark .section-title .section-intro {
  color: #cccccc;
}
.section-ct,
.section-title {
  padding-right: 0;
  padding-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form .btn-primary {
  width: 100%;
}
#login-form .logout-button {
  margin-top: 10px;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 0;
  color: #1e754f;
  list-style: none;
}
#login-form ul.unstyled li > a {
  color: #999999;
  margin-bottom: 5px;
  font-size: 12px;
}
#login-form ul.unstyled li > a:hover,
#login-form ul.unstyled li > a:focus {
  color: #ffffff;
}
#login-form #form-login-remember .checkbox {
  margin: 0;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form .input-group-addon {
  background: none;
  position: relative;
  border-right: 0;
  color: #575757;
}
#login-form .input-group-addon + input {
  border-left: 0;
}
#login-form .input-group-addon:last-child {
  border-right: 1px solid #2c2c2c;
}
@media (max-width: 1199px) {
  .t3-topbar {
    position: relative;
  }
  .t3-topbar .topbar-right {
    position: absolute;
    width: 100%;
    right: 0;
  }
  .t3-topbar .topbar-left {
    position: relative;
    z-index: 1;
  }
  .t3-topbar .head-search.btn-open + #ja-login-form + .ja-login {
    display: none;
  }
}
@media (max-width: 767px) {
  .t3-topbar .topbar-right {
    position: absolute;
    width: 100%;
  }
  .t3-topbar .topbar-left {
    position: relative;
    z-index: 1;
  }
  .t3-topbar .head-search.btn-open + #ja-login-form + .ja-login {
    display: none;
  }
}
.t3-topbar .ja-login {
  float: right;
}
.t3-topbar .ja-login > li {
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #333333;
  text-transform: uppercase;
  display: inline-block !important;
  height: 40px;
  line-height: 40px;
}
.t3-topbar .ja-login > li > a {
  color: #747474;
  z-index: 90;
  font-size: 10px;
}
.t3-topbar .ja-login > li.active > a {
  color: #ffffff;
}
.t3-topbar .ja-login > li > a:hover,
.t3-topbar .ja-login > li > a:focus,
.t3-topbar .ja-login > li > a:active {
  color: #0e3826;
}
.t3-topbar .ja-login > li #ja-user-login,
.t3-topbar .ja-login > li #ja-user-register {
  position: fixed;
}
.t3-topbar .login-greeting {
  display: inline-block;
  color: #ffffff;
  text-transform: none;
  font-size: 10px;
}
.t3-topbar .logout-button {
  display: inline-block;
}
.t3-topbar .logout-button input {
  background: none;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}
.t3-topbar .head-search {
  float: right;
}
.t3-topbar .head-search .btn {
  background: none;
  padding: 0;
  border: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  float: left;
}
.t3-topbar .head-search .btn .fa {
  font-size: 12px;
}
.t3-topbar .head-search .btn:hover,
.t3-topbar .head-search .btn:focus,
.t3-topbar .head-search .btn:active {
  color: #0e3826;
}
.t3-topbar .head-search .search {
  float: right;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.t3-topbar .head-search .element-invisible {
  display: none;
}
.t3-topbar .head-search.btn-open .search {
  width: 200px;
}
@media (max-width: 767px) {
  .t3-topbar .head-search.btn-open .search {
    width: 90px;
  }
}
.t3-topbar .head-search #mod-search-searchword {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 767px) {
  .t3-topbar .head-search #mod-search-searchword {
    height: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.t3-topbar .head-search #mod-search-searchword:focus {
  color: #ffffff;
}
#ja-login-form {
  text-transform: none;
}
#ja-login-form .modal-content {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ja-login-form .modal-dialog {
  max-width: 350px;
  margin-top: 100px;
}
#ja-login-form .modal-header {
  padding: 0;
  border-bottom: 0;
}
#ja-login-form .modal-header .close {
  margin-top: 20px;
  color: #1e754f;
  text-shadow: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#ja-login-form .nav-tabs {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#ja-login-form .nav-tabs > li {
  margin-bottom: 0;
  margin-right: 4px;
}
#ja-login-form .nav-tabs > li a {
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  color: #ffffff;
  background: #1e754f;
  margin-right: 0;
  font-weight: 600;
  text-transform: uppercase;
}
#ja-login-form .nav-tabs > li a:hover,
#ja-login-form .nav-tabs > li a:focus,
#ja-login-form .nav-tabs > li a:active {
  color: #ffffff;
}
#ja-login-form .nav-tabs > li.active a {
  background: #2c2c2c;
  color: #666666;
}
#ja-login-form .nav-tabs > li.active a:hover,
#ja-login-form .nav-tabs > li.active a:focus,
#ja-login-form .nav-tabs > li.active a:active {
  color: #1e754f;
}
#ja-login-form .tab-content {
  padding: 20px;
  background: #ffffff;
}
#ja-login-form #ja-user-login em,
#ja-login-form #ja-user-register em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
#ja-login-form #ja-user-login ul li a:link,
#ja-login-form #ja-user-register ul li a:link,
#ja-login-form #ja-user-login ul li a:visited,
#ja-login-form #ja-user-register ul li a:visited {
  padding: 0 !important;
}
#ja-login-form #ja-user-login dd,
#ja-login-form #ja-user-register dd {
  margin-bottom: 10px;
}
#ja-login-form #ja-user-login .inputbox,
#ja-login-form #ja-user-register .inputbox {
  width: 100%;
}
#ja-login-form #ja-user-login #modlgn-remember,
#ja-login-form #ja-user-register #modlgn-remember {
  background: none;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  height: auto;
  width: auto;
}
#ja-login-form #login-form .btn-primary {
  width: auto;
}
#ja-login-form .action-button {
  margin: 0 -20px;
  padding: 0 20px;
}
#ja-login-form .action-button ul {
  padding: 0;
  margin-bottom: 20px;
}
#ja-login-form .action-button ul li {
  margin-bottom: 4px;
}
#ja-login-form .action-button ul li a {
  color: #575757;
  font-size: 13px;
}
#ja-login-form .action-button ul li a:hover,
#ja-login-form .action-button ul li a:focus,
#ja-login-form .action-button ul li a:active {
  color: #0e3826;
}
#ja-login-form .action-button .btn {
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#ja-login-form .action-button .btn.btn-default {
  margin-right: 5px;
}
#ja-login-form .action-button .btn.btn-primary {
  border: 0;
  height: 38px;
  line-height: 38px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  padding-top: 10px;
  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 {
  border-top: 1px dashed #2c2c2c;
  font-size: 12px;
  list-style: none;
  padding: 12px 0;
}
.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;
  padding-top: 0;
}
.categories-module li a,
ul.categories-module li a,
.category-module li a,
ul.category-module li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.categories-module li a:hover,
ul.categories-module li a:hover,
.category-module li a:hover,
ul.category-module li a:hover,
.categories-module li a:active,
ul.categories-module li a:active,
.category-module li a:active,
ul.category-module li a:active,
.categories-module li a:focus,
ul.categories-module li a:focus,
.category-module li a:focus,
ul.category-module li a:focus {
  color: #0e3826;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  margin: 0;
}
.articles-list .article-content {
  padding: 20.83333333px;
}
@media (min-width: 992px) {
  .articles-list .article-content {
    padding: 26.94444444px;
  }
}
@media (min-width: 1200px) {
  .articles-list .article-content {
    padding: 32.5px;
  }
}
@media (min-width: 1600px) {
  .articles-list .article-content {
    padding: 43.61111111px;
  }
}
.articles-list .article-item img {
  width: 100%;
}
.articles-list .mod-articles-category-category {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.articles-list .mod-articles-category-category a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.articles-list .mod-articles-category-date {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .articles-list .article-title {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.articles-list .mod-articles-category-introtext {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .articles-list .mod-articles-category-introtext {
    font-size: 12px;
  }
}
.articles-list .mod-articles-category-title {
  padding: 6px 20px;
  background: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.articles-list .mod-articles-category-title:focus,
.articles-list .mod-articles-category-title:active,
.articles-list .mod-articles-category-title:hover {
  background: #ffffff;
  color: #1e754f !important;
}
.archive-module,
.mostread {
  list-style: none;
  margin: 0 !important;
}
.archive-module li a,
.mostread li a {
  color: #999999;
}
.archive-module li a:hover,
.mostread li a:hover {
  color: #ffffff;
}
.archive-module li + li,
.mostread li + li {
  border-top: 1px dashed #2c2c2c;
  margin-top: 10px;
  padding-top: 10px;
}
ul.latestnews {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.latestnews li + li {
  border-top: 1px dashed #2c2c2c;
  margin-top: 10px;
  padding-top: 10px;
}
ul.latestnews li a {
  color: #999999;
}
ul.latestnews li a:hover,
ul.latestnews li a:focus,
ul.latestnews li a:active {
  color: #ffffff;
}
.layout-grid {
  position: relative;
}
.layout-grid .row {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.layout-grid .row > div {
  padding-right: 0;
  padding-left: 0;
}
.layout-grid .row > div:nth-child(n+4) .item-content {
  border-top: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  .layout-grid .row > div {
    border-right: 1px solid #eaeaea;
  }
}
@media (max-width: 767px) {
  .layout-grid .row > div + div {
    border-top: 1px solid #eaeaea;
  }
}
@media (min-width: 768px) {
  .layout-grid .row.more-item div:nth-child(3) .item-content {
    border-bottom: 1px solid #eaeaea;
  }
}
.layout-grid .item-content {
  padding: 30px;
}
.layout-grid .introImage {
  position: relative;
}
.layout-grid .introImage a {
  background: #ffffff;
  color: #151515;
  position: absolute;
  padding: 20px 20px 0 0;
  left: 0;
  bottom: 0;
  right: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.layout-grid .introImage a:hover,
.layout-grid .introImage a:focus,
.layout-grid .introImage a:active {
  color: #1e754f;
}
@media (max-width: 768px) {
  .layout-grid .introImage a {
    bottom: -1px;
  }
}
@media (max-width: 1200px) {
  .layout-grid .introImage a {
    bottom: -1px;
  }
}
.layout-grid .published {
  color: #747474;
  margin-top: 20px;
  font-size: 12px;
}
.layout-grid .description {
  margin-top: 20px;
}
.layout-grid .description p {
  margin: 0;
}
.layout-grid .read-more {
  position: absolute;
  right: 30px;
  bottom: 100%;
  padding-bottom: 20px;
}
.layout-grid .read-more.no-title {
  border-top: 1px solid #eaeaea;
  position: static;
  padding: 20px;
  text-align: center;
}
.layout-grid .read-more.no-title a {
  padding-left: 90px;
  padding-right: 90px;
}
.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: 0;
}
.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: #575757;
  display: inline-block;
  margin: 0 1px 5px 0;
}
.tagspopular ul > li > a {
  background: #1e1e1e;
  border-radius: 0;
  color: #ffffff;
  display: block;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #0e3826;
  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: #575757;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #0e3826;
}
.module-ct > ol.breadcrumb {
  padding: 6px 20px;
  margin-left: 0;
}
.breadcrumb {
  padding-left: 20px;
}
.acymailing_module .acymailing_form {
  margin: 0;
}
.acymailing_module .acyfield_email input {
  text-align: center;
}
.acymailing_module .acyfield_email input:focus {
  border-color: transparent;
}
.acymailing_module .acymailing_introtext {
  font-size: 12px;
  margin-bottom: 10px !important;
}
.acymailing_module .inputbox {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #999999;
}
.acymailing_module .acysubbuttons .button {
  margin-top: 5px;
  font-size: 12px;
  width: 100%;
}
.acymailing_module .acymailing_form,
.acymailing_module .acymailing_module_form {
  background-color: transparent;
}
.acymailing_module .slide_open,
.acymailing_module .slide_close {
  box-shadow: none;
}
.acymailing_module .slide_open td,
.acymailing_module .slide_close td,
.acymailing_module .slide_open tr td,
.acymailing_module .slide_close tr td {
  border-top: none;
}
.acymailing_module .acymailing_togglemodule {
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  transition: 0.2s;
  color: #ffffff;
  background-color: #1e754f;
  border-color: #1e754f;
  padding: 6px 20px;
}
.acymailing_module .acymailing_togglemodule:hover {
  background-color: #144c34;
}
#acymailingpopup {
  width: 350px !important;
  height: 210px !important;
}
#acymailingpopup #closepop:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: relative;
  left: 2px;
}
@-moz-document url-prefix() {
  #acymailingpopup {
    height: 205px !important;
  }
}
.com_acymailing .window-mainbody {
  background-color: #1c1c1c;
}

.acym_module_form td {
  padding-bottom: 0;
  width: 100%;
  border: none;
  display: block;
}
.acym_module_form .acym_introtext {
  font-size: 12px;
  margin-bottom: 10px !important;
}
.acym_module_form .acym_form input.cell {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #999999;
  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 .acyterms,
.acym_module_form .acym_form .fieldacyterms {
  margin: 8px 0;
}
.acym_module_form .acym_form .acyterms input.checkbox,
.acym_module_form .acym_form .fieldacyterms input.checkbox {
  float: left;
  margin-right: 5px;
}
.acym_module_form .acym_form .acysubbuttons input {
  margin-top: 5px;
  font-size: 12px;
  width: 100%;
  max-width: 100%;
}
.t3-masthead .ja-masthead {
  background-image: url("../../templates/ja_shoe/images/bg-masthead.jpg");
  background-position: center;
}
.t3-masthead .ja-masthead::before {
  display: none;
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  text-align: left;
  padding: 140px 0 180px;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    padding: 40px 0 100px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
  display: block;
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title h3 {
  background: #000000;
  box-shadow: -10px 0 0 #000000, 10px 0 0 #000000;
  box-decoration-break: clone;
  color: #ffffff;
  display: inline;
  margin-left: 10px;
  margin-top: 0;
  padding: 2px 0;
}
@media (min-width: 768px) {
  .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title h3 {
    font-size: 45px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description {
  margin-top: 10px;
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description span {
  background: #000000;
  box-shadow: -10px 0 0 #000000, 10px 0 0 #000000;
  box-decoration-break: clone;
  display: inline;
  margin-left: 10px;
  padding: 4px 0;
}
.ja-map {
  overflow: hidden;
  max-width: 100%;
}
.ja-map .map-container {
  margin: 0;
}