.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 #eeeeee;
  border-bottom: 1px solid #eeeeee;
  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: #db202f;
  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: #db202f;
  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: #981621;
}
.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: #981621;
}
.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: #db202f;
  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: #db202f;
  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: #db202f;
}
#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: #981621;
}
#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 #eeeeee;
  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: #981621;
}
.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: #db202f !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 #eeeeee;
}
@media (min-width: 768px) {
  .layout-grid .row > div {
    border-right: 1px solid #eeeeee;
  }
}
@media (max-width: 767px) {
  .layout-grid .row > div + div {
    border-top: 1px solid #eeeeee;
  }
}
@media (min-width: 768px) {
  .layout-grid .row.more-item div:nth-child(3) .item-content {
    border-bottom: 1px solid #eeeeee;
  }
}
.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: #db202f;
}
@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 #eeeeee;
  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 #eeeeee;
}
.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: #981621;
  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: #981621;
}
.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: #db202f;
  border-color: #db202f;
  padding: 6px 20px;
}
.acymailing_module .acymailing_togglemodule:hover {
  background-color: #af1925;
}
#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;
}
.com_content .page-header {
  margin-bottom: 0;
}
.blog .title-divider {
  background-color: #db202f;
  height: 5px;
  margin: 0 0 20px;
  width: 70px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog .readmore {
  text-align: right;
}
.blog .column-1 .item-image.pull-left {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .blog .column-1 .item-image.pull-left {
    padding-right: 0;
    float: none !important;
    width: 100%;
  }
}
.blog .column-1 .item-image.pull-left + .item-ct {
  width: 50%;
}
@media (max-width: 767px) {
  .blog .column-1 .item-image.pull-left + .item-ct {
    width: 100%;
  }
}
.blog .item-ct {
  float: left;
}
.item-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.item-image img {
  max-width: 100%;
}
.item-image.pull-none img {
  width: 100%;
}
.items-leading {
  margin-left: -30px;
  margin-right: -30px;
}
.items-leading > div {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
.items-leading .item-image {
  padding-right: 40px;
}
.items-leading .item-image img {
  width: 100%;
}
.items-leading .item-ct {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .items-leading .item-ct {
    float: left;
    width: 50%;
  }
}
.items-row {
  border-bottom: 1px solid #eeeeee;
  margin-left: -30px;
  margin-right: -30px;
}
.items-row > .row {
  margin: 0;
}
.items-row > .row > div {
  padding: 30px;
}
@media (max-width: 991px) {
  .items-row > .row > div {
    width: 100%;
  }
}
.items-row > .row > div + div {
  border-left: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .items-row > .row > div + div {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
}
.items-row .item:before,
.items-row .item:after {
  display: table;
  content: " ";
}
.items-row .item:after {
  clear: both;
}
.items-row .item .article-title {
  font-size: 17px;
}
.items-row .item:hover .title-divider {
  background-color: #333333;
}
.items-row .item:hover .article-title a {
  color: #db202f;
}
.items-row .item:hover .article-title a:hover,
.items-row .item:hover .article-title a:focus {
  color: #981621;
}
.divider-vertical {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 10px;
}
.article-aside .icons {
  margin: 0;
}
.article-aside .icons .edit-link div[role="tooltip"] {
  display: none;
}
.article-info {
  margin: 0;
  width: 80%;
  float: left;
}
.article-info .fa {
  display: none;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-right: 5px;
}
.article-info dd + dd::before {
  content: "/";
  margin-right: 5px;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  padding: 0;
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  padding: 0;
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #575757;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle {
  color: #666666;
  font-size: 12px;
  padding: 0;
}
article aside .btn-group > .dropdown-toggle::after {
  display: none;
}
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:focus,
article aside .btn-group > .dropdown-toggle:active {
  background: transparent;
  box-shadow: none;
  color: #2c2c2c;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap {
  background: #ffffff;
  border-radius: 0;
  margin: 0 auto;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .login-wrap {
    padding: 20px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  line-height: 1;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 20px;
  }
}
.login-wrap .page-header h1 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1;
}
.login-wrap .page-header h1:before {
  display: none;
}
.login-wrap .login-description {
  margin-bottom: 30px;
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  color: #575757;
  text-align: left;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .login-wrap form .form-group {
    margin-bottom: 20px;
  }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group .checkbox {
  padding-top: 0;
  min-height: 0;
}
.login-wrap form .form-group .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.login-wrap .btn {
  display: block;
  width: 100%;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-wrap .other-links ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}
.login-wrap .other-links ul li a {
  color: #999999;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #db202f;
}
.login-wrap .other-links ul li + li {
  margin-top: 10px;
}
.logout .logout-description {
  margin-bottom: 20px;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 10px;
  padding: 0;
}
.registration,
.profile-edit {
  margin: 0 auto;
}
.registration legend,
.profile-edit legend {
  border: 0;
  margin-bottom: 0;
}
.registration legend span,
.profile-edit legend span {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .registration legend span,
  .profile-edit legend span {
    font-size: 16px;
  }
}
.registration .control-group label,
.profile-edit .control-group label {
  font-weight: 400;
}
.registration .control-group .field-calendar input,
.profile-edit .control-group .field-calendar input {
  display: inline-block;
}
.registration .form-group,
.profile-edit .form-group {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group {
  margin-top: 20px;
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label {
  color: #666666;
  font-weight: 400;
}
.registration .form-group input.required,
.profile-edit .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: none;
  margin-top: 15px;
  text-align: left;
  padding: 0;
}
.registration .form-actions > div,
.profile-edit .form-actions > div {
  padding: 0 15px;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset {
  margin: 0 -15px;
}
.profile-edit fieldset > * {
  padding: 0 15px;
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.profile-edit .password-group .input-group input {
  min-width: 240px;
}
.profile-edit #helpsite-refresh {
  color: #2c2c2c;
  background: #f7f7f7;
  margin-top: 20px;
}
.profile-edit #helpsite-refresh:hover,
.profile-edit #helpsite-refresh:focus,
.profile-edit #helpsite-refresh:active {
  color: #2c2c2c;
  background: #eaeaea;
}
.profile-edit .form-actions {
  margin-top: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
#user-registration .form-group:before,
#user-registration .form-group:after {
  display: table;
  content: " ";
}
#user-registration .form-group:after {
  clear: both;
}
#user-registration .control-label {
  text-align: right;
}
@media (max-width: 767px) {
  #user-registration .control-label {
    text-align: left;
  }
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #ffffff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window > h2 {
  font-size: 22px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #db202f;
}
#mailtoForm .form-group {
  margin: 0 -20px 10px;
}
#mailtoForm .form-group > [class^="col-"] {
  padding: 0 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
#mailtoForm .control-group {
  padding: 0;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 24px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset .control-group .control-label,
.remind .control-group .control-label {
  text-align: left !important;
}
@media screen and (min-width: 992px) {
  .profile {
    width: 768px;
    margin: 0 auto;
  }
}
.profile legend {
  border: none;
}
@media screen and (min-width: 768px) {
  .profile legend {
    margin-left: 180px;
  }
}
.profile > .profile-box {
  position: relative;
  padding: 20px;
  border: 2px solid #db202f;
}
.profile .page-header {
  border: none;
  text-align: center;
}
.profile .page-header h1 {
  line-height: normal;
  font-size: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.profile .btn-toolbar {
  position: relative;
  z-index: 100;
  margin-top: 2rem;
}
.profile .dl-horizontal dd {
  max-width: 100%;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit #helpsite-refresh {
  margin-top: 10px;
}
.field-privacyconsent #jform_privacyconsent_privacy {
  margin: 0;
}
.field-privacyconsent .col-md-6 {
  width: 100%;
}
.field-privacyconsent .t3onoff label {
  height: 36px;
}
.field-privacyconsent .t3onoff label:before {
  padding: 3px 18px;
}
.view-search .search .search-box-border {
  padding: 20px;
  border: 2px solid #db202f;
  margin-bottom: 20px;
}
.view-search .search .searchintro {
  font-size: 15px;
  border-bottom: 1px solid #eeeeee;
}
.view-search .search .searchintro .badge {
  font-size: 15px;
  background: #eeeeee;
  color: #db202f;
  border-radius: 0;
}
.view-search .search .form-limit {
  margin-top: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.view-search .search .form-limit #limit_chzn {
  display: inline-block;
}
.view-search .search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
  border: none;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 6px;
}
#searchForm .chzn-container {
  display: inline-block;
}
#searchForm .input-group-btn .btn {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
#searchForm .input-group-btn .btn::after {
  display: none;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
#adminForm .btn {
  background: #f7f7f7;
  border: 1px solid transparent;
  color: #2c2c2c;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #adminForm .btn {
    margin-top: 5px;
    margin-right: 5px;
  }
}
#adminForm .btn:after {
  display: none;
}
#adminForm .btn:hover,
#adminForm .btn:focus,
#adminForm .btn:active {
  background: #dedede;
  border-color: #c8c8c8;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #575757;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
.search-results .result-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.search-results .result-item .img-intro {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: left;
    width: 40%;
    padding: 0 20px 10px 0;
  }
}
@media (min-width: 1200px) {
  .search-results .result-item .img-intro {
    width: 20%;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
.search-results .result-item .result-title {
  margin-top: 0;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.785;
}
.search-results .result-item .result-title a {
  color: #2c2c2c;
  border-bottom: 1px solid transparent;
}
.search-results .result-item .result-title a:hover,
.search-results .result-item .result-title a:focus,
.search-results .result-item .result-title a:active {
  color: #000000;
  border-bottom-color: #eeeeee;
}
div.finder {
  margin-bottom: 24px;
}
div.finder .search-box-border {
  padding: 20px;
  border: 2px solid #db202f;
  margin-bottom: 20px;
}
div.finder .search-box-border h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}
div.finder .js-finder-searchform .input-group {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div.finder .js-finder-searchform .input-group .awesomplete {
  flex-basis: 100%;
}
div.finder .js-finder-searchform .input-group .awesomplete ul {
  background-color: #ffffff;
  z-index: 100;
  top: 44px;
}
div.finder .js-finder-searchform .input-group input.js-finder-search-query {
  width: 100%;
}
div.finder .js-finder-searchform .input-group .btn {
  margin: 0;
}
@media (max-width: 991px) {
  div.finder .js-finder-searchform .input-group .btn {
    font-size: 12px;
  }
}
div.finder .js-finder-searchform .input-group a.btn {
  background: #eeeeee;
  color: #2c2c2c !important;
  margin-left: 6px;
}
div.finder .js-finder-searchform .input-group a.btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  div.finder #smartsearch-btn {
    margin-bottom: 10px;
    vertical-align: top;
  }
}
div.finder #advancedSearch .advanced-search-tip + hr {
  display: none;
}
div.finder #finder-filter-window #finder-filter-select-dates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  div.finder #finder-filter-window #finder-filter-select-dates {
    grid-template-columns: repeat(2, 1fr);
  }
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date label {
  flex-basis: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date select.inputbox {
  margin: 0;
  width: 100% !important;
  max-width: unset;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .field-calendar {
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .field-calendar .form-control {
  flex: 1;
  max-width: unset;
  border: 1px solid #eeeeee;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .chzn-container {
  margin-bottom: 6px;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date br {
  display: none;
}
div.finder #finder-filter-window .filter-branch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
div.finder #finder-filter-window .filter-branch .control-label {
  padding: 0;
  margin-bottom: 10px;
}
div.finder #finder-filter-window .filter-branch .controls {
  margin-left: 0;
}
div.finder #finder-filter-window .filter-branch .controls select {
  color: #9e9e9e;
  width: 100%;
}
@media (max-width: 767px) {
  div.finder .form-horizontal .control-group .controls {
    margin-left: 0;
    margin-top: 10px;
  }
}
div.finder #search-results h2 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
div.finder .filter-branch:before,
div.finder .filter-branch:after {
  display: table;
  content: " ";
}
div.finder .filter-branch:after {
  clear: both;
}
div.finder .filter-branch > div {
  margin-right: 10px;
  margin-bottom: 10px;
}
div.finder .search-pagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  div.finder .search-pagination {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 7px;
}
.item-page {
  padding: 30px 0;
}
.item-page .item-image.pull-left {
  float: none !important;
  margin-bottom: 20px;
}
.item-page .item-image.pull-left img {
  max-width: 100%;
}
.item-page .article-aside {
  margin-bottom: 20px;
}
.item-page .article-aside .article-info dd {
  font-size: 13px;
}
.item-page .form-inline {
  margin-bottom: 20px;
}
.item-page .tags {
  margin-bottom: 10px;
}
.item-page .tags .label {
  background: #f7f7f7;
  color: #999999;
  margin-right: 5px;
  padding: 4px 8px;
}
.item-page .tags .label:hover,
.item-page .tags .label:focus,
.item-page .tags .label:active {
  background: #ececec;
}
@media screen and (min-width: 992px) {
  .item-page.center-page {
    width: 768px;
    margin: 0 auto;
  }
}
.item-page.center-page .article-header {
  border: none;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.item-page.center-page .article-header h1 {
  line-height: normal;
  font-size: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.item-page.center-page .article-content {
  position: relative;
  padding: 20px;
  border: 2px solid #db202f;
}
.tags {
  margin-top: 20px;
}
.tags .label-info {
  background-color: #f7f7f7;
  color: #333333;
  margin: 0 0 4px 0;
  padding: 5px 10px;
  font-size: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  display: inline-block;
}
.tags .label-info::before {
  content: "#";
}
.tags .label-info:hover,
.tags .label-info:active,
.tags .label-info:focus {
  background-color: #eeeeee;
  color: #333333;
}
.com_tags .t3-mainbody .t3-content .pagination-wrap {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
}
div.tag-category h2,
div.tag-category h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}
div.tag-category .tag-info img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  div.tag-category .tag-info img {
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
  }
}
div.tag-category ul.category {
  border: 0;
}
div.tag-category ul.category li {
  background: transparent !important;
  border: 0;
  padding: 0;
}
div.tag-category ul.category li + li {
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  div.tag-category ul.category li + li {
    padding-top: 20px;
    margin-top: 20px;
  }
}
div.tag-category ul.category li h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  div.tag-category ul.category li h3 {
    font-size: 16px;
  }
}
div.tag-category ul.category li h3 a {
  color: #2c2c2c;
}
div.tag-category ul.category li h3 a:hover,
div.tag-category ul.category li h3 a:focus,
div.tag-category ul.category li h3 a:active {
  color: #db202f;
}
div.tag-category ul.category li > a {
  float: left;
  max-width: 300px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  div.tag-category ul.category li > a {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
div.tag-category ul.thumbnails {
  padding: 0;
  margin: 0;
}
div.tag-category ul.thumbnails li {
  list-style-type: none;
}
div.tag-category .filters,
div.tag-category .btn-toolbar {
  justify-content: space-between;
  gap: 5px;
}
div.tag-category .filters > .btn-group:first-child,
div.tag-category .btn-toolbar > .btn-group:first-child {
  display: flex;
}
div.tag-category .filters::after,
div.tag-category .btn-toolbar::after,
div.tag-category .filters::before,
div.tag-category .btn-toolbar::before,
div.tag-category .filters .clearfix,
div.tag-category .btn-toolbar .clearfix {
  display: none;
}
div.tag-category .filters .btn-group,
div.tag-category .btn-toolbar .btn-group,
div.tag-category .filters .btn,
div.tag-category .btn-toolbar .btn {
  margin: 0 !important;
}
div.tag-category div.pagination,
div.tag-category div.pagination-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  div.tag-category div.pagination,
  div.tag-category div.pagination-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
div.tag-category div.pagination::after,
div.tag-category div.pagination-wrap::after,
div.tag-category div.pagination::before,
div.tag-category div.pagination-wrap::before {
  display: none;
}
div.tag-category div.pagination .counter,
div.tag-category div.pagination-wrap .counter,
div.tag-category div.pagination ul.pagination,
div.tag-category div.pagination-wrap ul.pagination {
  margin: 0;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.com_contact.view-featured .filters {
  gap: 5px;
}
.com-tags-tag-list #filter-search {
  width: auto;
}
@media screen and (max-width: 576px) {
  .com-tags-tag-list #filter-search {
    width: 100%;
  }
}
.com-tags-tag-list #adminForm .com-tags-filter-field-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .com-tags-tag-list #adminForm .com-tags-filter-field-wrap {
    flex-direction: column;
  }
}
.com-tags-tag-list #adminForm .com-tags-filter-field-wrap .com-tags-tag__filter {
  display: flex;
}
.com-tags-tag-list #adminForm .com-tags-filter-field-wrap .btn-group,
.com-tags-tag-list #adminForm .com-tags-filter-field-wrap .btn {
  margin: 0;
}
.com_contact .t3-mainbody .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.com_contact .contact-category {
  padding: 30px 0;
}
.com_contact .contact-category h1 {
  font-size: 22px;
}
.com_contact .contact-category h2 {
  font-size: 15px;
}
.com_contact .contact-category .btn-toolbar {
  justify-content: flex-start;
  gap: 5px;
}
.com_contact .contact-category .btn-toolbar::after,
.com_contact .contact-category .btn-toolbar::before {
  display: none;
}
.com_contact .contact-category .btn-toolbar .btn-group {
  margin: 0;
}
.com_contact .contact-category .category {
  border: 0;
}
.com_contact .contact-category .category .row-fluid {
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 15px 0;
  margin: 0;
}
.com_contact .contact-category .category .row-fluid:before,
.com_contact .contact-category .category .row-fluid:after {
  display: table;
  content: " ";
}
.com_contact .contact-category .category .row-fluid:after {
  clear: both;
}
.com_contact .contact-category .category .row-fluid > div {
  margin: 0;
}
.com_contact .contact-category .category .row-fluid > div.list-title a {
  color: #2c2c2c;
  font-weight: 500;
}
.com_contact .contact-category .category .row-fluid > div.list-title a:hover,
.com_contact .contact-category .category .row-fluid > div.list-title a:focus,
.com_contact .contact-category .category .row-fluid > div.list-title a:active {
  color: #db202f;
}
.com_contact .contact-category .category .row-fluid + div {
  margin-top: 5px;
}
.com_contact .contact-category div.pagination {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .com_contact .contact-category div.pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}
.com_contact .contact-category div.pagination::after,
.com_contact .contact-category div.pagination::before {
  display: none;
}
.com_contact .contact-category div.pagination .counter,
.com_contact .contact-category div.pagination ul.pagination {
  margin: 0;
}
.contact {
  margin: 0 -30px;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #2c2c2c;
  margin-bottom: 15px;
  padding-bottom: 3px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
.contact .contact-image {
  margin-bottom: 30px;
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal:before,
.contact .dl-horizontal:after {
  display: table;
  content: " ";
}
.contact .dl-horizontal:after {
  clear: both;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.contact .dl-horizontal > dd .fa {
  color: #2c2c2c;
  margin-right: 4px;
  min-width: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.contact #user-custom-fields- .dl-horizontal > dt {
  color: #2c2c2c;
  display: block;
  margin-right: 5px;
  width: auto;
}
.contact img {
  max-width: 100%;
}
.contact #contact-form .control-label {
  color: #575757;
  padding-top: 0;
  font-weight: 400;
  margin-bottom: 2.5px;
  text-align: left;
}
.contact #contact-form .control-label#jform_captcha-lbl {
  padding-left: 20px;
}
.contact #contact-form .row > div {
  margin-bottom: 30px;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 10px 5px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: #333333;
  color: #ffffff;
  padding: 7px 15px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background-color: #981621;
  color: #ffffff;
}
.contact .checkbox input {
  margin-left: 0;
  margin-top: 6px;
}
.contact .control-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 20px;
  }
}
.contact .contact-form .control-group {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.contact .contact-form .control-group .control-label {
  display: block;
  text-align: left;
  width: 100%;
  float: left;
}
.contact .contact-form .control-group .control-label label {
  font-weight: 500;
}
.contact .contact-form .control-group .controls {
  display: inline-block;
  margin-left: 0;
}
.contact .contact-form .control-group .controls #jform_captcha {
  margin-bottom: 20px;
}
.contact .contact-form .control-group .controls .checkbox {
  margin: 0;
}
.contact .check-send .checkbox {
  padding-top: 0;
}
.contact.plain > .row {
  margin-left: 0;
  margin-right: 0;
}
.contact.plain > .row > div {
  padding: 30px;
}
.contact.plain > .row > div + div {
  border-left: 1px solid #eeeeee;
}
.contact.plain .contact-title {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
  margin: -30px -30px 30px -30px;
  position: relative;
}
@media (max-width: 767px) {
  .contact.plain .contact-title {
    border-top: 1px solid #eeeeee;
  }
}
.contact.plain .contact-title h3 {
  border: 0;
  margin: 0;
}
.contact.plain .contact-title::after {
  background: #db202f;
  position: absolute;
  left: 30px;
  bottom: 0;
  content: "";
  height: 5px;
  width: 30px;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  border-top: 1px solid #000000;
  margin-top: 0;
}
#slide-contact .panel .panel-heading {
  background-color: #333333;
  color: #ffffff;
}
#slide-contact .panel .panel-heading .panel-title {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
#slide-contact .panel .panel-body {
  padding: 20px;
}
#slide-contact .panel .panel-collapse {
  background-color: #ffffff;
}
.contact #myTab {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.contact #myTab li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact #myTab li {
    display: block;
    margin-bottom: 20px;
  }
}
.contact #myTab li a {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
}
.contact #myTab li a:hover,
.contact #myTab li a:focus {
  color: #981621;
}
.contact #myTab li.active a {
  background-color: transparent;
  border-color: #db202f;
  color: #db202f;
}
#myTabContent .tab-pane {
  padding: 30px;
}
@media (max-width: 480px) {
  #myTabContent .tab-pane {
    padding: 20px;
  }
}
.contact-form legend {
  border: 0;
  color: #999999;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
}
.contact-form .form-group {
  margin: 0 -20px 10px;
}
.contact-form .form-group [class^="col-"] {
  padding: 0 20px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.archive {
  padding-bottom: 1px;
}
.category-list .btn-toolbar {
  justify-content: flex-start;
  gap: 5px;
}
.category-list .btn-toolbar::after,
.category-list .btn-toolbar::before {
  display: none;
}
.category-list .btn-toolbar .btn-group {
  margin: 0;
}
.category-list .cat-children {
  padding-bottom: 30px;
}
.category-list div.pagination {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .category-list div.pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}
.category-list div.pagination::after,
.category-list div.pagination::before {
  display: none;
}
.category-list div.pagination .counter,
.category-list div.pagination ul.pagination {
  margin: 0;
}
.categories-list {
  margin-left: -30px;
  margin-right: -30px;
}
.categories-list > div {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
}
.categories-list > div:nth-child(2n) {
  border-left: 1px solid #eeeeee;
}
.categories-list .item-title a {
  color: #2c2c2c;
}
.categories-list .item-title .badge {
  background: #eeeeee;
  color: #333333;
  vertical-align: middle;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 17px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children {
  margin-top: 30px;
}
.cat-children > h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
}
.cat-children .page-header {
  border: 0;
  height: auto;
  line-height: 1;
  padding: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0;
}
.cat-children .page-header a {
  color: #666666;
  padding: 0;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a *:active {
  background: transparent;
  color: #db202f;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed-category .btn-toolbar {
  justify-content: flex-start;
  gap: 5px;
}
.newsfeed-category .btn-toolbar::after,
.newsfeed-category .btn-toolbar::before {
  display: none;
}
.newsfeed-category .btn-toolbar .btn-group {
  margin: 0;
}
.newsfeed-category div.pagination-wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
  margin: 30px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .newsfeed-category div.pagination-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.newsfeed-category div.pagination-wrap::after,
.newsfeed-category div.pagination-wrap::before {
  display: none;
}
.newsfeed-category div.pagination-wrap .counter,
.newsfeed-category div.pagination-wrap ul.pagination {
  margin: 0;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #db202f;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #db202f;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav > li.pagenav-next,
.pagenav > li.next {
  float: right;
}
.pagenav li > a {
  padding: 10px 0;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 0;
  font-weight: 500;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: transparent;
}
div.items-more {
  border-bottom: 1px solid #eeeeee;
  margin: 0 -30px;
  padding: 30px;
}
div.items-more h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  margin: 0;
}
div.items-more .nav {
  border: 0;
  margin: 0;
  padding: 0;
}
div.items-more .nav > li {
  border: 0;
  margin-top: 10px;
}
div.items-more .nav > li a {
  border: 0;
  color: #666666;
  padding: 0;
  text-transform: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
}
div.items-more .nav > li a:hover,
div.items-more .nav > li a:focus,
div.items-more .nav > li a *:active {
  background: transparent;
  color: #db202f;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert.alert-message {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link {
  color: #356635;
}
.alert.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.topbar-menu {
  display: inline;
}
.languageswitcherload {
  float: right;
  display: inline;
}
@media (max-width: 767px) {
  .languageswitcherload {
    z-index: 50 !important;
  }
}
.languageswitcherload .mod-languages {
  border-left: 1px solid #2c2c2c;
}
.languageswitcherload .mod-languages a.dropdown-toggle {
  color: #999999;
}
.languageswitcherload .mod-languages .lang-dropdown {
  padding: 0 15px;
  position: relative;
}
.languageswitcherload .mod-languages .dropdown-menu {
  min-width: 120px;
}
.languageswitcherload .mod-languages .dropdown-menu li {
  padding: 0;
}
.languageswitcherload .mod-languages .dropdown-menu li:first-child {
  border-bottom: 1px solid #eeeeee;
}
.languageswitcherload .mod-languages .dropdown-menu li a {
  font-size: 12px;
  line-height: 30px;
}
.languageswitcherload .mod-languages .dropdown-menu li.lang-active a {
  color: #db202f;
}
.languageswitcherload .mod-languages .btn-group .btn:after {
  content: none;
}
.languageswitcherload .mod-languages .btn-group ul {
  padding: 0;
  left: auto;
  right: auto;
}
.languageswitcherload .mod-languages .btn-group li {
  border-right: none;
  display: inherit;
  height: 30px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.languageswitcherload .mod-languages .btn-group li:first-child {
  border-bottom: 0;
}
.languageswitcherload .mod-languages .btn-group li.lang-active a {
  color: #db202f;
}
.languageswitcherload .mod-languages .btn-group li a {
  padding: 10px 0;
  font-size: 12px;
}
.languageswitcherload .mod-languages li {
  margin: 0;
  padding: 0 18px;
  border-right: 1px solid #333333;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
.languageswitcherload .mod-languages li a {
  color: #747474;
  font-size: 10px;
}
.languageswitcherload .mod-languages li.lang-active a {
  color: #ffffff;
}
.languageswitcherload .mod-languages li a:hover,
.languageswitcherload .mod-languages li a:focus,
.languageswitcherload .mod-languages li a:active {
  color: #981621;
}
div.calendar {
  width: 187px;
}
.edit.item-page {
  padding-top: 0;
}
.edit.item-page .nav-tabs {
  margin-top: 20px;
  padding: 0;
}
.edit.item-page #adminForm .btn {
  margin: 0 5px 5px 0;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.btn.jfedit-menu,
.btn.jmodedit {
  color: #db202f;
}
.btn.jfedit-menu:hover,
.btn.jmodedit:hover,
.btn.jfedit-menu:focus,
.btn.jmodedit:focus,
.btn.jfedit-menu:active,
.btn.jmodedit:active {
  color: #af1925;
}
#application-form .row-fluid,
#templates-form .row-fluid {
  margin: 0;
}
#application-form .media-preview,
#templates-form .media-preview {
  border-color: #eeeeee;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
#application-form .btn.modal,
#templates-form .btn.modal,
#application-form .btn.hasTooltip,
#templates-form .btn.hasTooltip {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}
.window-mainbody button {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #ffffff;
}
.window-mainbody button:hover,
.window-mainbody button:focus,
.window-mainbody button:active {
  background: #121212;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.mod-preview-info {
  z-index: 10;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #eeeeee;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #eeeeee;
}
.btn-group .chzn-results {
  white-space: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome3 !important;
}
.view-history .btn-group {
  margin-bottom: 10px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-right: 5px;
}
.btn span.icon-delete:before {
  content: "\f057";
  display: inline-block;
  height: 16px;
  width: 16px;
  color: #333;
}
.form-validate .controls label[for=jform_published1] {
  border-right: 1px solid #aaa !important;
}
.form-validate .field-calendar .input-append button.btn {
  background-color: #f7f7f7;
  border-color: #999999 !important;
  color: #2c2c2c;
}
.form-validate .field-calendar .input-append button.btn:after {
  content: none;
}
.form-validate .field-calendar .input-append button.btn:hover {
  background-color: #dedede;
  border-color: #c8c8c8;
}
.form-validate .field-calendar .input-append button.btn span.icon-calendar {
  margin-right: 0;
}
.form-validate .control-group {
  padding-top: 20px;
}
form.form-inline .chzn-container-multi {
  width: 220px !important;
}
form.form-inline .chzn-container-multi .chzn-choices input {
  width: 220px;
}
form.form-inline .chzn-container-multi .chzn-container-single-nosearch {
  width: 55px !important;
}
.com_media.view-images button.button-cancel:hover,
.com_media.view-images button#upbutton:hover {
  color: #0B55C4;
  background-color: #e6e6e6;
}
.com_media.view-images button.button-save-selected:after,
.com_media.view-images button.button-cancel:after,
.com_media.view-images button#upbutton:after {
  content: none;
}
.tag-category fieldset.filters .chzn-container {
  width: 55px !important;
}
#sbox-window #sbox-content iframe {
  max-height: 100%;
  max-width: 100%;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 50%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: translate(-50%, -50%);
  bottom: auto;
  margin: 0;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
.j40 .joomla-modal.show .modal-dialog {
  top: unset;
  transform: none;
}
#modal-consentbox .modal-header h3,
#modal-jform_consentbox .modal-header h3 {
  margin: 0;
}
#window-mainbody .page-header {
  margin: 0;
}
.password-group .input-group {
  display: flex;
}
.password-group .input-group .btn {
  width: auto;
}
.password-group .input-group .btn:after {
  display: none;
}
.password-group .input-group .btn .icon-eye {
  margin-right: 0;
}
.modal {
  visibility: hidden;
}
body.modal-open .modal-backdrop {
  opacity: 1;
  visibility: visible;
}
body.modal-open .modal {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100000 !important;
  margin: 30px auto;
}
body.modal-open .modal .modal-dialog {
  width: 80vw;
  transform: none;
  margin: auto;
}
body.modal-open .modal .modal-dialog .modal-header {
  display: flex;
}
body.modal-open .modal .modal-dialog .modal-body {
  height: 70vh;
}
.control-label .form-control-feedback,
.user-details label .form-control-feedback {
  position: static;
  width: 100%;
  line-height: 1;
  height: auto;
}
.page-title,
.page-header h1,
.finder > h1 {
  color: #2c2c2c;
  line-height: 80px;
  margin: 0;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title,
  .page-header h1,
  .finder > h1 {
    line-height: 60px;
  }
}
.page-title::before,
.page-header h1::before,
.finder > h1::before {
  background: #db202f;
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 5px;
  width: 30px;
}
.finder > h1,
.page-header,
.page-title {
  border-bottom: 1px solid #eeeeee;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  margin: -80px -30px 30px -30px;
  font-size: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .finder > h1,
  .page-header,
  .page-title {
    margin-top: -60px;
    height: 60px;
    line-height: 60px;
  }
}
.page-header .page-title {
  padding: 0;
}
.page-header .page-title::before {
  left: 0;
}
.t3-content > h1 {
  border-bottom: 1px solid #eeeeee;
  color: #2c2c2c;
  line-height: 80px;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  padding: 0 30px;
  margin: -80px -30px 0 -30px;
  position: relative;
}
@media (max-width: 767px) {
  .t3-content > h1 {
    line-height: 60px;
    margin-top: -60px;
  }
}
.t3-content > h1::before {
  background: #db202f;
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 5px;
  width: 30px;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 24px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -24px;
}
.article-title,
.article-header h1 {
  margin: 0 0 12px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .article-title,
  .article-header h1 {
    font-size: 25px;
  }
}
.article-title a,
.article-header h1 a {
  color: #2c2c2c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus {
  color: #db202f;
}
h2.article-title,
.article-header h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Archivo', sans-serif;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 24px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #db202f;
  color: #fefcfc;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #ffffff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
#system-message {
  margin-bottom: 0;
}
.alert-wrap {
  text-align: center;
  z-index: 1;
}
.alert-wrap .alert-heading {
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.alert-wrap .alert-heading:after {
  content: ":";
}
.alert-wrap .alert-heading + div {
  display: inline-block;
}
.alert-wrap .alert-message {
  font-size: 12px;
}
.alert {
  margin-bottom: 0;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #f8cfd2;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.well {
  border-radius: 0;
  box-shadow: none;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 100px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.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: #db202f;
}
.t3-topbar .nav.menu > li.active > a {
  color: #db202f;
}
.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: #db202f;
  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 #eeeeee;
  }
}
.t3-tabs .nav-tabs > li.active:after {
  background: #db202f;
  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: #eeeeee 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 #eeeeee;
}
@media (max-width: 991px) {
  .one-sidebar-right .t3-sidebar-right,
  .two-sidebar .t3-sidebar-right {
    border-left: 0;
    border-top: 1px solid #eeeeee;
    min-height: 1px !important;
  }
}
.one-sidebar-left .t3-sidebar-left,
.two-sidebar .t3-sidebar-left {
  background: #f4f4f4;
  padding-top: 40px;
}
.t3-footer {
  background: #f5f5f5;
  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: #151515;
  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: #ffffff;
  border: 0;
  color: #151515;
}
.t3-footnav .module-ct,
.t3-footnav .t3-module {
  background: #ffffff;
  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: #db202f;
}
.t3-footnav .menu li.active > a {
  color: #db202f;
}
.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: #e6525e;
}
.copyright a:hover,
.copyright a:active,
.copyright a:focus {
  color: #981621;
}
.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;
}
.container-hd {
  box-shadow: none;
  background: #f5f5f5;
}
.t3-topbar {
  background: #ffffff;
  border-bottom-color: #eeeeee;
  color: #666666;
}
.t3-topbar .nav.menu {
  border-right-color: #eeeeee;
}
.t3-topbar .nav.menu > li {
  border-left-color: #eeeeee;
}
.t3-topbar .nav.menu > li > a {
  color: #666666;
}
.t3-topbar .nav.menu > li > a:hover,
.t3-topbar .nav.menu > li > a:focus,
.t3-topbar .nav.menu > li > a:active {
  color: #db202f;
}
.t3-topbar .nav.menu > li.active a {
  color: #db202f;
}
.headright-wrap .head-right .search .form-control {
  background-image: url('../../../templates/ja_shoe/images/ico/search-light.png');
  background-color: #eeeeee;
  color: #666666;
}
.navbar-toggle {
  background: #eeeeee;
  color: #999999;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  background: #d5d5d5;
  color: #999999;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  background: #d5d5d5;
  color: #999999;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > .dropdown-menu {
  border-color: #eeeeee;
}
.btn.off-canvas-toggle {
  background: #eeeeee;
  color: #999999;
}
.btn.off-canvas-toggle:hover,
.btn.off-canvas-toggle:focus,
.btn.off-canvas-toggle:active {
  background: #d5d5d5;
  color: #999999;
}
.btn.off-canvas-toggle .patty,
.btn.off-canvas-toggle .patty:after,
.btn.off-canvas-toggle .patty:before {
  background: #999999;
}
.t3-footer {
  border: 0;
}
.wrap-spotlight-footer {
  border-color: #eeeeee;
  border-left: 0;
  border-right: 0;
}
.wrap-spotlight-footer .row > div {
  border-color: #eeeeee;
}
.wrap-spotlight-footer .row > div + div {
  border-color: #eeeeee;
}
.cta {
  border-color: #eeeeee;
  border-left: 0;
  border-right: 0;
}
div.uber-cliens,
.navhelper {
  background: #ffffff;
}
div.acm-slideshow .owl-carousel .item .img-bg {
  border: 0;
}
.acymailing_module .inputbox {
  background: #ffffff;
  border-color: #eeeeee;
}
.languageswitcherload .mod-languages {
  border-left: 1px solid #eee;
}
.languageswitcherload .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.languageswitcherload .btn-group a.btn:hover,
.languageswitcherload .btn-group a.btn:focus {
  color: #db202f;
}
.languageswitcherload ul.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.languageswitcherload ul.dropdown-menu li {
  border-right: 0;
}