.view-category .blog article {
  border-bottom: 1px solid #eeeeee;
  padding: 24px 0 30px 0;
}
.blog .page-header {
  background: #11c6ff;
  border: 0 none;
  display: inline-block;
  padding: 2px 12px;
}
.blog .page-header h1 {
  color: #ffffff;
}
.view-article .page-header {
  background: #11c6ff;
  border: 0 none;
  display: inline-block;
  padding: 2px 12px;
}
.view-article .page-header h1 {
  color: #ffffff;
}
.view-article .article-image-full {
  float: none !important;
  margin: 0 0 24px !important;
}
.view-article .article-image-full img {
  max-width: 100%;
}
.blog-featured .items-leading {
  border-right: 1px solid #eeeeee;
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .blog-featured .items-leading {
    padding-right: 15px;
    border-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #eeeeee;
  }
}
.blog-featured .items-more {
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .blog-featured .items-more {
    padding-left: 15px;
  }
}
.blog-featured .items-more > h3 {
  display: none;
}
.blog-featured .items-more .article-info {
  margin-top: 0;
}
.blog-featured .article-intro {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .blog-featured .item-image {
    float: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    overflow: hidden;
    margin: 0;
  }
  .blog-featured .item-image img {
    max-width: none;
    max-height: 100%;
    position: absolute;
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-featured .item-image {
    margin-bottom: 24px;
  }
  .blog-featured .equal-height .col {
    min-height: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-featured .item-image {
    float: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    overflow: hidden;
    margin: 0;
  }
  .blog-featured .item-image img {
    max-width: none;
    max-height: 100%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .blog-featured .item-image {
    margin-bottom: 24px;
  }
  .blog-featured .equal-height .col {
    min-height: 0 !important;
  }
}
.items-leading > div {
  margin-bottom: 24px;
}
.items-leading .leading + leading {
  margin-top: 48px;
}
.items-row .item {
  margin-bottom: 30px;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.section-header h2 {
  color: #333333;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 24px;
}
.article-intro .article-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
}
.article-intro p {
  margin-bottom: 0;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 12px;
}
.edit-link div[role="tooltip"] {
  display: none;
}
.article-info {
  margin: 0;
  width: 85%;
  float: left;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info .fa {
  color: #bfbfbf;
  margin-right: 4px;
}
div.content_rating {
  margin-bottom: 12px;
}
div.content_rating img {
  display: none;
}
div.content_rating span {
  background-image: url("../../../templates/ja_techzone/images/star.png");
  display: inline-block;
  margin-right: 2px;
  height: 15px;
  width: 15px;
}
div.content_rating span.active {
  background-image: url("../../../templates/ja_techzone/images/star_active.png");
}
.item-page article .form-inline {
  margin-bottom: 12px;
}
.tags {
  margin-bottom: 24px;
}
.tags span {
  margin-right: 6px;
  display: inline-block;
}
.tag-category h2 {
  color: #222222;
  margin-top: 0;
}
.tag-category h2:before {
  content: "\f02b";
  font-family: FontAwesome;
}
.tag-category .tag-info {
  background-color: #f7f7f7;
  padding: 12px;
}
.tag-category .tag-info img {
  float: left;
  margin-right: 24px;
  width: 25%;
}
@media (max-width: 767px) {
  .tag-category .tag-info img {
    width: 50%;
  }
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}
.tag-category ul.category li .tag-body {
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding: 24px 0 30px 0;
}
.tag-category ul.category li .tag-body h3 {
  font-size: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tag-category ul.category li .tag-body h3 {
    font-size: 19px;
  }
}
.tag-category ul.category li .tag-body p {
  display: inline;
  margin-bottom: 0;
}
.tag-category ul.category li:last-child .tag-body {
  border: 0;
}
.tag-category .filters {
  margin: 24px 0;
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
.tag-category .filters .btn-group .inputbox {
  width: auto;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group.pull-right {
    margin-top: 12px;
  }
}
.tag-category .filters.btn-toolbar.btn-toolbar {
  display: block;
}
.tag-category .filters.btn-toolbar.btn-toolbar .btn-group {
  display: flex;
  margin-bottom: 5px;
}
.tag-category div.pagination {
  width: 100%;
}
.pager ul {
  padding: 0;
  width: 100%;
}
.pager ul:before,
.pager ul:after {
  display: table;
  content: " ";
}
.pager ul:after {
  clear: both;
}
.pager ul li:first-child {
  float: left;
}
.pager ul li:last-child {
  float: right;
}
.pager ul li a {
  color: #555555;
}
.pager ul li a:hover,
.pager ul li a:focus,
.pager ul li a:active {
  background-color: #11c6ff;
  border-color: #11c6ff;
  color: #ffffff;
}
.article-footer {
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.article-footer .article-info {
  margin-top: 12px;
}
.readmore-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.readmore {
  margin-top: 24px;
}
.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 {
  margin: 0 36px 24px 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 {
  margin: 0 0 24px 36px;
}
@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: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 24px;
}
.img-fulltext-right {
  float: right;
  margin-left: 24px;
}
.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: #555555;
  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,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
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 .btn-primary {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.login-wrap .page-header h1 {
  color: #222222;
  font-size: 19px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .login-wrap {
    margin: 72px 0;
  }
}
.login-wrap .login {
  margin: auto;
  position: relative;
  padding: 24px;
  width: 728px;
}
@media screen and (max-width: 991px) {
  .login-wrap .login {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .login-wrap .login {
    padding: 0;
  }
}
.login-wrap .login-image {
  height: 100%;
  margin: -24px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .login-wrap .login-image {
    bottom: 0;
    height: 50%;
    margin: 0;
  }
}
.login-wrap .form-left {
  background: #ffffff;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .login-wrap .form-left {
    border: 1px solid #ececec;
  }
}
.login-wrap .form-left .control-label {
  color: #333333;
  padding-top: 0;
  text-align: left;
}
.login-wrap .form-left .control-label label {
  font-weight: 400;
}
.login-wrap .form-left .control-input input {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.login-wrap .form-left .form-group .checkbox {
  padding-top: 0;
  min-height: 1px;
}
.login-wrap .form-left .form-group:last-child {
  margin-bottom: 0;
}
.login-wrap .form-left .control-button {
  text-align: right;
}
.login-wrap .form-left .control-button .btn-primary {
  width: 100%;
}
.login-wrap .form-left .other-links ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.login-wrap .form-left .other-links ul li {
  display: inline-block;
  margin-right: 12px;
}
.login-wrap .form-left .other-links ul li a {
  color: #999999;
  font-size: 12px;
}
.login-wrap .form-left .other-links ul li a:hover {
  color: #11c6ff;
  text-decoration: none;
}
.login-wrap .form-right {
  color: #ffffff;
  height: 364px;
  text-align: center;
}
.login-wrap .form-right .register {
  position: relative;
  top: 25%;
}
.login-wrap .form-right .register .login-description {
  font-size: 16px;
  padding: 0 24px;
  margin-bottom: 48px;
}
#member-registration .star,
#member-profile .star {
  color: #f62123;
}
#member-registration .form-reg,
#member-profile .form-reg {
  border-top: none;
  margin-bottom: 12px;
  padding-top: 24px;
}
#member-registration legend,
#member-profile legend {
  border: 0;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  width: auto;
}
#member-registration .form-group,
#member-profile .form-group {
  margin-left: 0;
  margin-right: 0;
}
#member-registration .control-label,
#member-profile .control-label {
  padding-top: 0;
  text-align: left;
}
#member-registration .control-label label,
#member-profile .control-label label {
  color: #555555;
  font-weight: normal;
}
#member-registration .control-input input,
#member-profile .control-input input {
  width: 100%;
}
#member-registration .control-input > div,
#member-profile .control-input > div {
  width: 100% !important;
}
#member-registration .control-button,
#member-profile .control-button {
  text-align: right;
  padding-right: 0;
}
#member-registration .btn.cancel,
#member-profile .btn.cancel {
  background-color: #eeeeee;
  border-color: #eeeeee;
  margin-left: 12px;
}
#member-registration .btn.cancel:hover,
#member-profile .btn.cancel:hover,
#member-registration .btn.cancel:focus,
#member-profile .btn.cancel:focus,
#member-registration .btn.cancel:active,
#member-profile .btn.cancel:active {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
#member-registration .form-group:first-child {
  width: 100%;
  margin-bottom: 6px;
}
#member-registration .form-group:first-child label {
  font-weight: normal;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  resize: none;
}
#helpsite-refresh {
  margin-top: 24px;
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 0;
  padding: 24px;
  position: relative;
}
#mailto-window .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}
#mailto-window .mailto-close .fa {
  font-size: 16px;
}
#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 .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  margin-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: 24px;
  padding: 12px 24px;
  border-radius: 2px;
}
.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;
}
.profile .users-profile-custom-joomlatoken .dl-horizontal dd {
  width: auto;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#jform_params_timezone_chosen .chosen-results {
  width: 100%;
}
#jform_params_timezone_chzn .chzn-search input {
  width: 100% !important;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
}
#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;
}
#searchForm .input-group .input-group-btn .btn-default {
  background-color: #ececec;
  border-color: #ececec;
  border-radius: 0;
}
#searchForm .input-group .input-group-btn .btn-default:hover,
#searchForm .input-group .input-group-btn .btn-default:focus,
#searchForm .input-group .input-group-btn .btn-default:active {
  background-color: #11c6ff;
  border-color: #11c6ff;
  color: #ffffff;
}
#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: 12px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 24px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  div.finder .word .form-group:last-child {
    margin-left: 94px;
  }
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 5px;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #222222;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 4.8px;
  width: 15px;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact .control-group .control-label {
  padding: 0;
  text-align: left;
}
.contact .control-group .controls {
  float: left;
  width: 100%;
  margin-left: 0;
}
.contact .control-group #jform_consentbox-lbl {
  padding: 0;
}
.contact .control-group #jform_consentbox .checkbox {
  margin-left: 24px;
}
.contact .control-group #jform_consentbox .checkbox input {
  margin-left: -22px;
}
.contact .control-group #jform_consentbox .form-check {
  display: flex;
  align-items: flex-start;
}
.contact .control-group #jform_consentbox .form-check .form-check-input {
  margin-top: 6px;
}
.contact label {
  color: #555555;
  font-weight: 400;
}
.contact .contact-links ul li {
  display: inline-block;
  margin-right: 12px;
}
.contact .contact-links ul li a {
  background-color: #eeeeee;
  border-radius: 2px;
  color: #555555;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background-color: #e1e1e1;
}
.contact .checkbox input {
  margin-left: 0;
}
.contact .control-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.plain-style .contact-top {
  margin-bottom: 48px;
}
.plain-style .box-contact {
  margin-bottom: 24px;
}
.plain-style .box-contact h3 {
  margin-top: 0;
}
.plain-style .contact-left h3 {
  margin-top: 0;
}
.plain-style .contact-left legend {
  border: 0;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  margin-top: 24px;
}
#slide-contact .panel .panel-heading {
  background-color: #11c6ff;
  color: #ffffff;
}
#slide-contact .panel .panel-collapse {
  background-color: #f7f7f7;
}
#myTab {
  border: 0;
  margin-bottom: 24px;
}
#myTab li {
  margin-right: 24px;
}
@media (max-width: 767px) {
  #myTab li {
    display: block;
    margin-bottom: 24px;
  }
}
#myTab li a {
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#myTab li.active a {
  background-color: transparent;
  border: 0;
  color: #11c6ff;
}
.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-form .form-check {
  display: block;
}
.contact-form .form-check .form-check-label {
  padding: 0;
}
.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-items .intro p {
  display: inline;
}
#archive-items article {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
#archive-items article:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.categories-list img {
  max-width: 100%;
}
.categories-list > .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.categories-list .category-item {
  margin-bottom: 30px;
}
.categories-list .cat-detail {
  border: 1px solid #eeeeee;
  border-bottom-color: #e1e1e1;
  border-radius: 4px;
  box-shadow: 0 1px 0 #eeeeee;
  height: 100%;
}
.categories-list .cat-detail .badge-info {
  background-color: #11c6ff;
  position: relative;
  top: -1px;
}
.categories-list .cat-intro-image {
  position: relative;
}
.categories-list .cat-description {
  padding: 24px;
}
.categories-list .cat-description .item-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.categories-list .cat-description p {
  color: #999999;
  margin-bottom: 0;
}
.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: 21px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 21px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  color: #222222;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .btn-group,
.newsfeed .btn-group {
  margin-left: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  padding-top: 24px;
  padding-bottom: 24px;
}
.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 .cat-list-row1,
.newsfeed .cat-list-row1 {
  background-color: #ffffff;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  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: 12px;
  padding: 12px 24px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  border-bottom: 2px solid;
  color: #222222;
  display: inline-block;
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  float: right;
  padding: 10px;
  margin: 0 0 24px 24px;
  width: 25%;
}
@media (max-width: 767px) {
  #article-index,
  .article-index {
    width: 100%;
    margin-left: 0;
  }
}
#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: 2px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}
#article-index ul > li > a:hover,
.article-index ul > li > a:hover,
#article-index ul > li > a:active,
.article-index ul > li > a:active,
#article-index ul > li > a:focus,
.article-index ul > li > a:focus {
  background-color: transparent;
  border: 0;
  color: #11c6ff;
}
#article-index ul > li > a.active,
.article-index ul > li > a.active {
  background-color: transparent;
  color: #11c6ff;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  color: #11c6ff;
}
#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;
  color: #11c6ff;
}
.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 > a {
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 24px;
}
.items-more .nav {
  border-bottom: 0;
}
.items-more .nav li {
  padding: 0;
}
.items-more .nav li + li {
  padding-top: 24px;
}
.items-more .nav > li > a {
  font-size: 16px;
  border: 0;
  padding: 0;
  font-weight: 500;
  line-height: 24px;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  background: none;
}
.items-more .nav .article-footer {
  font-weight: 300;
  margin-bottom: 0;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.display-limit {
  margin: 12px 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 {
  position: relative;
}
.alert .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  z-index: 10;
}
.alert p {
  word-wrap: break-word;
}
.alert .alert-message {
  background: transparent;
  border: 0;
}
.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.danger,
.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.danger hr,
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.danger .alert-link,
.alert.alert-error .alert-link {
  color: #953b39;
}
#system-message joomla-alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  display: block;
}
#system-message joomla-alert hr {
  border-top-color: #a6e1ec;
}
#system-message joomla-alert .alert-link {
  color: #2d6987;
}
.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;
}
.languageswitcherload {
  border-left: 1px solid #333333;
  float: right;
}
.languageswitcherload .dropdown-toggle {
  display: block;
  padding: 0 8px;
}
.languageswitcherload .dropdown-toggle .fa {
  color: #555555;
}
.languageswitcherload .dropdown-toggle:hover .fa,
.languageswitcherload .dropdown-toggle:focus .fa,
.languageswitcherload .dropdown-toggle:active .fa {
  color: #ffffff;
}
.languageswitcherload .dropdown.open .fa {
  color: #ffffff;
}
.languageswitcherload .dropdown-menu {
  padding: 12px;
  right: 0;
  left: auto;
}
.languageswitcherload .dropdown-menu > li > a {
  padding: 10px 15px;
}
div.calendar {
  width: 187px;
}
.mod-preview {
  position: static !important;
}
.mod-preview .mod-preview-info {
  z-index: 9999;
}
.edit.item-page .btn-toolbar {
  margin-top: 24px;
}
.edit.item-page .field-calendar > .input-group {
  display: block;
}
.edit.item-page #adminForm > div {
  margin-top: 6px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.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;
  float: none;
}
.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;
}
.chzn-container-single .chzn-single {
  background: #ffffff;
  line-height: 38px;
  height: 40px;
  border-color: #ececec;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chzn-container-single .chzn-single div {
  top: 8px;
  right: 4px;
  width: 16px;
  height: 20px;
}
.chzn-container-single-nosearch .chzn-search {
  display: none;
}
.chzn-container .chzn-drop {
  border-color: #ececec;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #ececec;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ececec;
  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: #ececec;
}
.btn-group .chzn-results {
  white-space: normal;
}
#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: 12px;
  padding: 0;
}
#jform_terms_terms-lbl,
#jform_privacyconsent_privacy-lbl,
#jform_consentbox-lbl {
  padding: 0 15px;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 9999;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  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: none;
  bottom: auto;
}
#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%;
}
#modal-consentbox .modal-header h3 {
  margin: 0;
}
.joomla-modal {
  top: 5%;
  display: block;
  z-index: 9999;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  bottom: auto;
  visibility: hidden;
}
.joomla-modal.show {
  opacity: 1;
  display: block !important;
  visibility: visible;
}
.joomla-modal .modal-dialog {
  width: 100%;
  transform: translate(0) !important;
  margin: 0;
}
.joomla-modal .modal-header {
  display: flex;
}
.joomla-modal .modal-body {
  height: 70vh;
}
.js-stools-field-filter .chzn-container {
  width: auto !important;
}
.js-stools-field-filter .chzn-container > ul {
  border: none;
  line-height: 38px;
}
.js-stools-field-filter .chzn-container > ul > li {
  height: 38px;
}
.js-stools-field-filter .chzn-container > ul > li input {
  width: auto !important;
}
.js-stools-container-bar {
  margin-bottom: 12px;
}
.js-stools-container-bar .input-append .btn {
  margin-top: 0;
}
.j40.view-contact #jform_consentbox-lbl {
  padding: 0;
}
.j40.view-contact #jform_consentbox .form-check {
  display: flex;
  align-items: flex-start;
}
.j40.view-contact #jform_consentbox .form-check .form-check-input {
  margin-top: 6px;
}
.j40.view-contact .joomla-modal {
  display: none !important;
}
.j40.view-contact .joomla-modal.show {
  display: block !important;
}
.j40.view-contact .joomla-modal .modal-dialog.modal-dialog {
  transform: translate(0);
  margin: 0;
  top: 0;
}
.j40 .profile-edit #jform_params_timezone_chosen ul.chosen-results {
  width: 100%;
  max-width: 100%;
}
.j40 .profile-edit .form-reg .form-group {
  margin-bottom: 10px;
}
.j40 .profile-edit .form-reg .form-group .switcher input {
  float: left;
}
@media (max-width: 767px) {
  .j40 .profile-edit .control-group .controls {
    margin-left: 0;
  }
}
.j40 .profile-edit .control-group .controls #jform_twofactor_method_chosen,
.j40 .profile-edit .control-group .controls #jform_twofactor_method {
  width: auto !important;
}
.j40 .blog-featured #adminForm {
  overflow: auto;
}
.modal-backdrop.modal-backdrop {
  z-index: 1040;
}
.modal-backdrop.modal-backdrop.show {
  opacity: 0.8;
  visibility: visible;
}
#acym_wrapper .acym__front__archive #acym__front__archive__search {
  display: flex;
}
#acym_wrapper .acym__front__archive #acym__front__archive__search input {
  height: 40px;
  max-width: 300px;
}
#acym_wrapper .acym__front__archive #acym__front__archive__search button {
  height: 40px;
  font-size: 15px;
  width: auto;
}
.com-tags-tag-list .com-tags-tag-list__items .com-tags-tag__filter {
  display: flex;
  margin-bottom: 15px;
}
.com-tags-tag-list .com-tags-tag-list__items .com-tags-tag__filter + .btn-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .com-tags-tag-list .com-tags-tag-list__items .com-tags-tag__filter + .btn-group {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.categories-list .cat-detail .category-item {
  width: 100%;
  margin: 0 0 15px 0;
}
#sbox-content iframe {
  max-width: 100%;
  height: 100%;
}