.container-hd {
  background: #000000;
  box-shadow: 0 0 120px rgba(0, 0, 0, 0.5);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1600px) {
  .container-hd {
    margin: auto;
    width: 1570px;
  }
}
.off-canvas-open .container-hd {
  box-shadow: none;
}
@media (max-width: 767px) {
  .wrap-spotlight-footer .equal-height > .col,
  .view-categories .equal-height > .col,
  .com_contact .equal-height > .col,
  .items-row .equal-height > .col,
  .wrap-spotlight-footer .equal-height.equal-height-child > .col,
  .view-categories .equal-height.equal-height-child > .col,
  .com_contact .equal-height.equal-height-child > .col,
  .items-row .equal-height.equal-height-child > .col,
  .wrap-spotlight-footer .equal-height > .col > div,
  .view-categories .equal-height > .col > div,
  .com_contact .equal-height > .col > div,
  .items-row .equal-height > .col > div,
  .wrap-spotlight-footer .equal-height.equal-height-child > .col > div,
  .view-categories .equal-height.equal-height-child > .col > div,
  .com_contact .equal-height.equal-height-child > .col > div,
  .items-row .equal-height.equal-height-child > .col > div {
    min-height: 0 !important;
  }
}
.t3-topbar {
  background: #151515;
  border-bottom: 1px solid #2c2c2c;
  color: #999999;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-topbar {
    padding-left: 120px;
  }
}
.t3-topbar p {
  font-weight: 500;
  margin: 0;
}
.t3-topbar .nav.menu {
  border-right: 1px solid #2c2c2c;
  float: right;
}
.t3-topbar .nav.menu > li {
  border-left: 1px solid #2c2c2c;
  float: left;
}
.t3-topbar .nav.menu > li + li > a {
  padding-top: 0;
}
.t3-topbar .nav.menu > li > a {
  color: #999999;
  padding: 0 20px;
  font-weight: 500;
  font-size: 12px;
}
.t3-topbar .nav.menu > li > a:hover,
.t3-topbar .nav.menu > li > a:focus,
.t3-topbar .nav.menu > li > a:active {
  color: #1e754f;
}
.t3-topbar .nav.menu > li.active > a {
  color: #1e754f;
}
.t3-topbar .topbar-message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t3-topbar.logo-small .topbar-right {
  width: 100%;
}
.t3-topbar.logo-small .topbar-right .topbar-message {
  position: relative;
  left: 0;
  transform: none;
  -webkit-transform: none;
}
.t3-header {
  z-index: 10;
  top: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .t3-header {
    left: 0;
    top: auto;
  }
}
.t3-header.logo-small {
  top: 40px;
}
.t3-header.logo-small .logo {
  padding: 0 20px;
  height: 80px;
  width: auto;
}
.t3-header.logo-small .logo .logo-image a {
  height: 80px;
  line-height: 80px;
  width: auto;
}
.t3-header.logo-small .logo .logo-image img {
  max-width: 200px;
  height: 60px;
}
@media (max-width: 1199px) {
  .t3-header.logo-small .logo .logo-image img {
    max-width: 150px;
  }
}
.headright-wrap {
  position: absolute;
  top: 20px;
  right: 0;
}
.headright-wrap .head-right {
  height: 40px;
  float: right;
}
.headright-wrap .head-right > div {
  float: right;
}
.headright-wrap .head-right .search {
  position: relative;
  height: 40px;
  width: 40px;
}
.headright-wrap .head-right .search .form-control {
  background-image: url('../../templates/ja_shoe/images/ico/search.png');
  background-position: 14px 14px;
  background-repeat: no-repeat;
  background-color: #1c1c1c;
  border: 0;
  color: #ffffff;
  position: absolute;
  padding-left: 40px;
  padding-right: 0;
  right: 0;
  top: 0;
  width: 40px;
  max-width: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  z-index: 100;
}
@media (max-width: 767px) {
  .headright-wrap .head-right .search .form-control {
    right: auto;
    left: 0;
  }
}
.headright-wrap .head-right .search .form-control:focus {
  width: 160px;
  padding-right: 20px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.logo {
  background: #1e754f;
  display: table;
  width: 160px;
  height: 160px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 80px;
    width: auto;
  }
}
.logo a {
  display: block;
  line-height: 1;
  margin: 0;
}
.logo-image a {
  display: block;
  line-height: 160px;
  width: 160px;
}
@media (max-width: 767px) {
  .logo-image a {
    line-height: 80px;
    max-width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-image a {
    line-height: 120px;
    max-width: 120px;
  }
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-width: 120px;
}
@media (max-width: 991px) {
  .logo-image img {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .logo-control .logo-img {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .logo-control .logo-img-sm {
    display: inline-block;
  }
}
.logo-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.logo-text a {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .logo-text a {
    padding: 0 10px;
    font-size: 13px;
  }
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  color: #ffffff;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .logo-text .site-slogan {
    display: none;
  }
}
.t3-mainbody {
  padding-bottom: 30px;
  padding-top: 120px;
}
.t3-mainbody > .row {
  margin-left: 0;
  margin-right: 0;
}
.t3-mainbody > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.t3-mainbody .t3-content {
  background: #ffffff;
  padding: 80px 30px 80px 30px;
}
@media (max-width: 767px) {
  .t3-mainbody .t3-content {
    padding-top: 60px;
  }
}
.t3-mainbody .t3-content .alert {
  margin-bottom: 20px;
}
.com_content .t3-mainbody .t3-content {
  padding-bottom: 0;
}
.has-masthead .t3-mainbody {
  padding-top: 0;
}
.has-masthead .t3-mainbody .t3-content {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .has-masthead .t3-mainbody .t3-content {
    margin-top: -60px;
  }
}
.has-masthead .t3-content-mast-top {
  margin-top: -80px;
}
.has-masthead .t3-content-mast-top + .t3-mainbody .t3-content {
  margin-top: 0;
}
.t3-tabs {
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.t3-tabs .nav-tabs {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  z-index: 2;
}
.t3-tabs .nav-tabs > li {
  display: inline-block;
  float: none;
  position: relative;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li {
    display: block;
    margin: 0;
  }
  .t3-tabs .nav-tabs > li + li {
    border-top: 1px solid #eaeaea;
  }
}
.t3-tabs .nav-tabs > li.active:after {
  background: #1e754f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li.active:after {
    display: none;
  }
}
.t3-tabs .nav-tabs > li.active > a {
  border: 0;
}
.t3-tabs .nav-tabs > li.active > a:before {
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: #eaeaea transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li.active > a:before {
    display: none;
  }
}
.t3-tabs .nav-tabs > li.active > a:after {
  content: "";
  border-width: 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li.active > a:after {
    display: none;
  }
}
.t3-tabs .nav-tabs > li > a {
  border: 0;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .t3-tabs .nav-tabs > li > a {
    padding: 20px 30px;
  }
}
.t3-list-products .container > div:first-child {
  float: left;
  width: 25%;
}
.t3-sidebar select,
.t3-sidebar textarea,
.t3-sidebar input[type="text"],
.t3-sidebar input[type="password"],
.t3-sidebar input[type="datetime"],
.t3-sidebar input[type="datetime-local"],
.t3-sidebar input[type="date"],
.t3-sidebar input[type="month"],
.t3-sidebar input[type="time"],
.t3-sidebar input[type="week"],
.t3-sidebar input[type="number"],
.t3-sidebar input[type="email"],
.t3-sidebar input[type="url"],
.t3-sidebar input[type="search"],
.t3-sidebar input[type="tel"],
.t3-sidebar input[type="color"],
.t3-sidebar .inputbox,
.t3-sidebar .input-group-addon {
  border-color: #2c2c2c;
  background: #2c2c2c;
}
.one-sidebar-right .t3-sidebar-right,
.two-sidebar .t3-sidebar-right {
  border-left: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .one-sidebar-right .t3-sidebar-right,
  .two-sidebar .t3-sidebar-right {
    border-left: 0;
    border-top: 1px solid #eaeaea;
    min-height: 1px !important;
  }
}
.one-sidebar-left .t3-sidebar-left,
.two-sidebar .t3-sidebar-left {
  background: #f4f4f4;
  padding-top: 40px;
}
.t3-footer {
  background: #1c1c1c;
  color: #999999;
  border-top: 1px solid #2c2c2c;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .t3-module {
  border: 0;
  margin-bottom: 0;
}
.t3-footer .t3-module .module-inner {
  padding: 0;
}
.t3-footer .t3-module .module-inner .module-title {
  border: 0;
  color: #ffffff;
  padding: 30px;
  margin-bottom: 0;
}
.t3-footer .t3-module .module-inner .module-title span::after {
  left: 30px;
}
.navhelper {
  margin-top: -1px;
}
.wrap-spotlight-footer {
  border: 1px solid #2c2c2c;
  border-bottom: 0;
  border-top: 0;
}
.wrap-spotlight-footer .row {
  margin-left: 0;
  margin-right: 0;
}
.wrap-spotlight-footer .row > div {
  border-bottom: 1px solid #2c2c2c;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-spotlight-footer .row > div:nth-child(2n) {
    border-left: 1px solid #2c2c2c;
  }
}
@media (min-width: 992px) {
  .wrap-spotlight-footer .row > div + div {
    border-left: 1px solid #2c2c2c;
  }
}
.t3-footnav {
  color: #999999;
}
.t3-footnav .module-title {
  background: #1c1c1c;
  border: 0;
  color: #ffffff;
}
.t3-footnav .module-ct,
.t3-footnav .t3-module {
  background: #1c1c1c;
  color: #999999;
}
.t3-footnav .module-ct {
  background: transparent;
  padding: 30px;
}
.t3-footnav .menu li {
  border: 0;
}
.t3-footnav .menu li > a {
  color: #999999;
  text-transform: none;
  padding: 0;
}
.t3-footnav .menu li > a:hover,
.t3-footnav .menu li > a:active,
.t3-footnav .menu li > a:focus {
  color: #1e754f;
}
.t3-footnav .menu li.active > a {
  color: #1e754f;
}
.t3-copyright {
  font-size: 12px;
  padding: 40px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-copyright {
    margin-top: 0;
  }
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright a {
  color: #2aa670;
}
.copyright a:hover,
.copyright a:active,
.copyright a:focus {
  color: #0e3826;
}
.poweredby {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.logo-footer {
  margin-bottom: 20px;
}
.nicescroll-rails > div {
  border: 0 !important;
}
@media (max-width: 991px) {
  .view-featured .blog-featured .item.col {
    width: 100%;
  }
}
.view-featured ol.nav-tabs {
  padding: 0;
}
.view-featured ol.nav-tabs > li {
  margin-right: 0;
}