.blog .item .readmore,
.blog-featured .item .readmore,
.blog .items-leading .readmore,
.blog-featured .items-leading .readmore {
  text-align: right;
}
.blog .item .readmore .btn,
.blog-featured .item .readmore .btn,
.blog .items-leading .readmore .btn,
.blog-featured .items-leading .readmore .btn {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #555555;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0 0 2px;
  position: relative;
  text-transform: uppercase;
}
.blog .item .readmore .btn:before,
.blog-featured .item .readmore .btn:before,
.blog .items-leading .readmore .btn:before,
.blog-featured .items-leading .readmore .btn:before,
.blog .item .readmore .btn:after,
.blog-featured .item .readmore .btn:after,
.blog .items-leading .readmore .btn:after,
.blog-featured .items-leading .readmore .btn:after {
  background-color: #eaeaea;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.blog .item .readmore .btn:after,
.blog-featured .item .readmore .btn:after,
.blog .items-leading .readmore .btn:after,
.blog-featured .items-leading .readmore .btn:after {
  background-color: #007f9a;
  opacity: 0;
  transition: width 1s cubic-bezier(1, 0, 0, 1) 0s, opacity 0.5s ease 0s, transform 0.5s ease 0s;
  width: 0;
}
.blog .item .readmore .btn:hover,
.blog-featured .item .readmore .btn:hover,
.blog .items-leading .readmore .btn:hover,
.blog-featured .items-leading .readmore .btn:hover,
.blog .item .readmore .btn:focus,
.blog-featured .item .readmore .btn:focus,
.blog .items-leading .readmore .btn:focus,
.blog-featured .items-leading .readmore .btn:focus,
.blog .item .readmore .btn:active,
.blog-featured .item .readmore .btn:active,
.blog .items-leading .readmore .btn:active,
.blog-featured .items-leading .readmore .btn:active {
  background-color: transparent;
  border-color: #007f9a;
  color: #007f9a;
}
.blog .item .readmore .btn:hover:after,
.blog-featured .item .readmore .btn:hover:after,
.blog .items-leading .readmore .btn:hover:after,
.blog-featured .items-leading .readmore .btn:hover:after,
.blog .item .readmore .btn:focus:after,
.blog-featured .item .readmore .btn:focus:after,
.blog .items-leading .readmore .btn:focus:after,
.blog-featured .items-leading .readmore .btn:focus:after,
.blog .item .readmore .btn:active:after,
.blog-featured .item .readmore .btn:active:after,
.blog .items-leading .readmore .btn:active:after,
.blog-featured .items-leading .readmore .btn:active:after {
  opacity: 1;
  width: 100%;
}
article + .containerCountComment a {
  color: #555555;
  border-bottom: 1px solid #00bfe6;
  font-family: "PT Serif", "Times New Roman", Times, serif;
}
article + .containerCountComment a:before {
  content: "\f0e6";
  font-family: FontAwesome;
  margin-right: 5px;
}
article + .containerCountComment a:hover,
article + .containerCountComment a:focus,
article + .containerCountComment a:active {
  color: #00bfe6;
}
.items-leading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 992px) {
  .leading-main {
    border-right: 1px solid #eaeaea;
  }
}
@media (max-width: 991px) {
  .leading-main {
    min-height: unset !important;
  }
}
.leading-main .item-content {
  background: #ffffff;
  width: 75%;
  padding-top: 40px;
  padding-right: 40px;
  position: relative;
  border-bottom: 15px solid #00bfe6;
  z-index: 2;
}
@media (max-width: 991px) {
  .leading-main .item-content {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }
}
.leading-main .item-image {
  float: none !important;
}
.leading-main .item-image + .item-content {
  margin-top: -80px;
}
@media (max-width: 991px) {
  .leading-main .item-image + .item-content {
    margin-top: 0;
  }
}
.leading-main .article-aside {
  margin-bottom: 10px;
}
.leading-main .article-aside .article-info {
  width: auto;
}
.leading-main .article-aside .containerCountComment:before {
  content: "/";
  margin-right: 5px;
}
.leading-main .article-aside .containerCountComment a {
  color: #999999;
}
.leading-main .article-aside .containerCountComment a:hover,
.leading-main .article-aside .containerCountComment a:focus,
.leading-main .article-aside .containerCountComment a:active {
  color: #00bfe6;
}
.leading-main .article-aside .category-name a {
  border-bottom: 1px solid #999999;
  color: #626262;
  letter-spacing: 1px;
  padding-bottom: 2px;
}
.leading-main .article-aside .category-name a:hover,
.leading-main .article-aside .category-name a:focus,
.leading-main .article-aside .category-name a:active {
  border-color: #000000;
  color: #000000;
}
.leading-main .article-aside i {
  display: none;
}
.leading-main .article-header h2.article-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.1;
}
.leading-main .article-footer {
  margin-bottom: 20px;
}
.leading-main .readmore {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .leading-sidebar {
    min-height: unset !important;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .leading-sidebar {
    min-height: 0 !important;
  }
}
.leading-sidebar .containerCountComment,
.leading-sidebar .article-intro,
.leading-sidebar .article-footer,
.leading-sidebar .readmore,
.leading-sidebar .tags {
  display: none;
}
.leading-sidebar .banner-sidebar {
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 992px) {
  .leading-sidebar .banner-sidebar {
    display: block;
  }
}
.leading-sidebar .bannergroup {
  background: #f5f5f5;
  padding: 10px;
}
.leading-sidebar .leading {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.leading-sidebar .leading:before,
.leading-sidebar .leading:after {
  display: table;
  content: " ";
}
.leading-sidebar .leading:after {
  clear: both;
}
.leading-sidebar .leading:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.leading-sidebar .leading .article-aside {
  margin-bottom: 0;
}
.leading-sidebar .leading .article-aside i {
  display: none;
}
.leading-sidebar .leading .category-name {
  display: none;
}
.leading-sidebar .leading h2.article-title {
  font-size: 14px;
  font-weight: 600;
}
.leading-sidebar .item-image {
  float: left !important;
  padding-left: 0 !important;
  padding-top: 5px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .leading-sidebar .item-image {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .leading-sidebar .item-image {
    max-height: 80px;
  }
}
.leading-sidebar .item-image + .item-content {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  padding: 0;
}
@media (min-width: 768px) {
  .leading-sidebar .item-image + .item-content {
    float: left;
    width: 58.33333333%;
  }
}
.leading-sidebar .ja-video-list .video-mask {
  right: 20px;
  top: 5px;
}
.leading-sidebar .ja-video-list .btn-play {
  font-size: 5px;
  line-height: 16px;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  margin-top: -10px;
}
.leading-sidebar .ja-gallery-list .gallery-mask {
  right: 20px;
  top: 5px;
}
.leading-sidebar .ja-gallery-list .btn-play {
  font-size: 8px;
  left: 50%;
  right: auto;
  top: 50%;
  height: 20px;
  width: 20px;
  padding: 0;
  text-align: center;
  line-height: 20px;
  margin-left: -15px;
  margin-top: -10px;
}
.leading-sidebar .ja-gallery-list .slideshow-text,
.leading-sidebar .ja-gallery-list .num-photos {
  display: none;
}
.leading-sidebar article.default .item-content {
  display: inline-block;
}
.items-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.items-row .item-image {
  margin-bottom: 20px;
  float: none !important;
}
.items-row .item-content .article-header {
  margin-bottom: 10px;
}
.items-row .item-content .article-header .article-title {
  line-height: 1.25;
  margin-bottom: 0px;
}
.items-row .item-content .article-intro {
  font-family: "PT Serif", serif;
  font-size: 14px;
}
.items-row .item-content .article-aside .article-info {
  width: auto;
}
.items-row .article-footer {
  color: #999999;
  font-size: 12px;
}
.items-row article.dark {
  background: #111111;
}
.items-row article.dark .item-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #aaaaaa;
}
.items-row article.dark h2.article-title a {
  color: #ffbb00;
}
.items-row article.dark h2.article-title a:hover,
.items-row article.dark h2.article-title a:focus,
.items-row article.dark h2.article-title a:active {
  border-bottom-color: #ffbb00;
}
.items-row article.dark .article-info a {
  color: #aaaaaa;
  border-color: #aaaaaa;
}
.items-row article.dark .readmore a:before {
  background-color: #262626 !important;
}
.items-row article.image {
  position: relative;
}
.items-row article.image .item-image {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  margin: 0;
  text-align: center;
  width: 100%;
  z-index: -1;
}
.items-row article.image .item-image img {
  height: 100%;
  max-width: none;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.items-row article.image .article-aside .category-name a {
  border-bottom: 1px solid #3c3c3c;
  color: #999999;
  padding: 5px 0;
}
.items-row article.image .article-aside .category-name a:hover,
.items-row article.image .article-aside .category-name a:focus,
.items-row article.image .article-aside .category-name a:active {
  border-color: #ffffff;
  color: #ffffff;
}
.items-row article.image h2.article-title a {
  line-height: 1.4;
  color: #ffffff;
}
.items-row article.image h2.article-title a:hover,
.items-row article.image h2.article-title a:focus,
.items-row article.image h2.article-title a:active {
  border-bottom-color: #ffffff;
}
.items-row article.image .item-content {
  color: #aaaaaa;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.items-row article.image .item-content .article-info a {
  color: #aaaaaa;
  border-color: #aaaaaa;
}
.items-row article.image .item-content .article-intro {
  display: none;
}
.items-row article.image .item-content .article-footer {
  display: none;
}
.items-row article.image .readmore .btn {
  color: #ffffff;
}
.items-row article.image .readmore .btn:before {
  background-color: #3c3c3c;
}
@media (min-width: 768px) {
  .items-row .item + .item {
    border-left: 1px solid #eaeaea;
  }
}
@media (max-width: 767px) {
  .items-row .item + .item article {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    margin-top: 20px;
  }
  .items-row .item + .item article.dark,
  .items-row .item + .item article.image {
    border-top: 0;
    padding-top: 0;
  }
}
.article-intro {
  font-family: "PT Serif", serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.article-intro a {
  border-bottom: 1px solid #00bfe6;
  color: #3c3c3c;
}
.article-intro a:hover,
.article-intro a:focus,
.article-intro a:active {
  color: #00bfe6;
}
.article-intro .containerCountComment {
  display: block;
  margin-bottom: 10px;
}
.article-intro .containerCountComment a:before {
  content: "\f0e6";
  font-family: FontAwesome;
  margin-right: 5px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eaeaea;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 10px;
}
.article-aside .dropdown-toggle .caret {
  display: none;
}
.article-aside .containerCountComment a {
  color: #999999;
}
.article-aside .containerCountComment a:hover,
.article-aside .containerCountComment a:focus,
.article-aside .containerCountComment a:active {
  color: #00bfe6;
}
.article-info {
  margin: 0;
  width: 85%;
  float: left;
}
.article-info a {
  text-transform: uppercase;
  color: #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}
.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 i {
  display: none;
}
.category-name a {
  border-bottom: 1px solid #999999;
  color: #626262;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 2px;
}
.category-name a:hover,
.category-name a:focus,
.category-name a:active {
  border-color: #000000;
  color: #000000;
}
.readmore.readmore-title .btn {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-intro .content_rating,
.article-content-main .content_rating {
  margin-bottom: 10px;
}
.article-intro .content_rating p,
.article-content-main .content_rating p {
  display: inline-block;
}
.article-intro .content_rating img,
.article-content-main .content_rating img {
  display: inline-block;
}
.article-footer {
  color: #999999;
  font-size: 12px;
}
.article-intro img,
.article-content img,
.item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.item-image img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.item-image .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image,
.item-image .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.item-image img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.item-image .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image,
.item-image .pull-right.item-image {
  margin: 0 0 20px 30px;
}
.xblog-item .item-image.pull-none {
  margin-bottom: 0;
}
.xblog-item .item-image.pull-none .img_caption {
  margin-bottom: 0;
}
.article-content a {
  border-bottom: 1px solid #00bfe6;
  color: #3c3c3c;
}
.article-content a:hover,
.article-content a:focus,
.article-content a:active {
  color: #00bfe6;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.article-content .btn-default {
  color: #333333;
  border-color: #cccccc;
}
.article-content .btn-primary {
  color: #ffffff;
  border-color: #00aacd;
}
.article-content .btn-primary:hover,
.article-content .btn-primary:focus {
  color: #ffffff;
}
.article-content .btn-second {
  color: #ffffff;
  border-color: #357ebd;
}
.article-content .btn-second:hover,
.article-content .btn-second:focus {
  color: #ffffff;
}
.article-content .btn-warning {
  color: #ffffff;
  border-color: #eea236;
}
.article-content .btn-warning:hover,
.article-content .btn-warning:focus {
  color: #ffffff;
}
.article-content .btn-danger {
  color: #ffffff;
  border-color: #d43f3a;
}
.article-content .btn-danger:hover,
.article-content .btn-danger:focus {
  color: #ffffff;
}
.article-content .btn-success {
  color: #ffffff;
  border-color: #4cae4c;
}
.article-content .btn-success:hover,
.article-content .btn-success:focus {
  color: #ffffff;
}
.article-content .btn-info {
  color: #ffffff;
  border-color: #46b8da;
}
.article-content .btn-info:hover,
.article-content .btn-info:focus {
  color: #ffffff;
}
.article-content .btn-inverse {
  color: #ffffff;
  background-color: #3c3c3c;
  border-color: #2f2f2f;
}
.article-content .btn-inverse:focus,
.article-content .btn-inverse.focus {
  color: #ffffff;
  background-color: #232323;
  border-color: #000000;
}
.article-content .btn-inverse:hover {
  color: #ffffff;
  background-color: #232323;
  border-color: #111111;
}
.article-content .btn-inverse:active,
.article-content .btn-inverse.active,
.open > .dropdown-toggle.article-content .btn-inverse {
  color: #ffffff;
  background-color: #232323;
  background-image: none;
  border-color: #111111;
}
.article-content .btn-inverse:active:hover,
.article-content .btn-inverse.active:hover,
.open > .dropdown-toggle.article-content .btn-inverse:hover,
.article-content .btn-inverse:active:focus,
.article-content .btn-inverse.active:focus,
.open > .dropdown-toggle.article-content .btn-inverse:focus,
.article-content .btn-inverse:active.focus,
.article-content .btn-inverse.active.focus,
.open > .dropdown-toggle.article-content .btn-inverse.focus {
  color: #ffffff;
  background-color: #111111;
  border-color: #000000;
}
.article-content .btn-inverse.disabled:hover,
.article-content .btn-inverse[disabled]:hover,
fieldset[disabled] .article-content .btn-inverse:hover,
.article-content .btn-inverse.disabled:focus,
.article-content .btn-inverse[disabled]:focus,
fieldset[disabled] .article-content .btn-inverse:focus,
.article-content .btn-inverse.disabled.focus,
.article-content .btn-inverse[disabled].focus,
fieldset[disabled] .article-content .btn-inverse.focus {
  background-color: #3c3c3c;
  border-color: #2f2f2f;
}
.article-content .btn-inverse .badge {
  color: #3c3c3c;
  background-color: #ffffff;
}
.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,
figure figcaption {
  background: #3c3c3c;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
figure {
  margin-bottom: 10px;
}
figure.pull-right {
  margin-left: 20px;
}
@media (max-width: 991px) {
  figure.pull-right {
    float: none !important;
    display: inline-block;
    margin-left: 0;
    max-width: 100%;
  }
}
.author {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 20px;
}
.author:before,
.author:after {
  display: table;
  content: " ";
}
.author:after {
  clear: both;
}
.author img {
  float: left;
  margin-right: 20px;
  width: 100px;
}
@media (max-width: 767px) {
  .author img {
    display: none;
  }
}
.author > p {
  color: #3c3c3c;
  font-size: 14px;
  font-style: italic;
}
@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;
}
.item-page .item-image {
  margin-bottom: 20px;
  float: none !important;
}
.item-page .article-aside .article-info {
  width: auto;
}
.item-page .article-aside .containerCountComment:before {
  content: "/";
  margin-right: 5px;
}
.item-page .article-aside .containerCountComment a {
  color: #999999;
}
.item-page .article-aside .containerCountComment a:hover,
.item-page .article-aside .containerCountComment a:focus,
.item-page .article-aside .containerCountComment a:active {
  color: #00bfe6;
}
.item-page #ja-main-player {
  margin-bottom: 20px;
}
.item-page > article .article-header {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.item-page > article .article-header .article-title {
  margin-bottom: 0;
  color: #000000;
  font-size: 54px;
}
@media (max-width: 480px) {
  .item-page > article .article-header .article-title {
    font-size: 36px;
  }
}
.item-page > article .article-header .article-title a {
  color: #000000;
}
.item-page .article-content {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.6;
}
.item-page .item-sidebar {
  border-left: 1px solid #eaeaea;
}
.item-page .item-sidebar .bannergroup {
  background: #f5f5f5;
  padding: 10px;
}
.item-page .item-main {
  min-height: auto !important;
}
.item-page .affix-wrap {
  position: static !important;
  margin-top: 0 !important;
}
.item-page .affix-wrap.affix {
  position: fixed !important;
  top: 80px;
  width: 320px;
}
.item-page .affix-wrap.affix-top {
  position: static !important;
}
.item-page .affix-wrap.affix-bottom {
  position: absolute !important;
  top: 0 !important;
}
.item-page .img-border {
  border: 1px solid #eaeaea;
}
@media (min-width: 1199px) {
  .item-page .fs-smaller .article-content {
    font-size: 14px;
  }
  .item-page .fs-small .article-content {
    font-size: 16px;
  }
  .item-page .fs-medium .article-content {
    font-size: 18px;
  }
  .item-page .fs-big .article-content {
    font-size: 20px;
  }
  .item-page .fs-bigger .article-content {
    font-size: 22px;
  }
  .item-page .fs-medium h1,
  .item-page .fs-smaller h1,
  .item-page .fs-small h1,
  .item-page .fs-big h1,
  .item-page .fs-bigger h1,
  .item-page .fs-medium .h1,
  .item-page .fs-smaller .h1,
  .item-page .fs-small .h1,
  .item-page .fs-big .h1,
  .item-page .fs-bigger .h1 {
    font-size: 257%;
  }
  .item-page .fs-medium h2,
  .item-page .fs-smaller h2,
  .item-page .fs-small h2,
  .item-page .fs-big h2,
  .item-page .fs-bigger h2,
  .item-page .fs-medium .h2,
  .item-page .fs-smaller .h2,
  .item-page .fs-small .h2,
  .item-page .fs-big .h2,
  .item-page .fs-bigger .h2 {
    font-size: 214%;
  }
  .item-page .fs-medium h3,
  .item-page .fs-smaller h3,
  .item-page .fs-small h3,
  .item-page .fs-big h3,
  .item-page .fs-bigger h3,
  .item-page .fs-medium .h3,
  .item-page .fs-smaller .h3,
  .item-page .fs-small .h3,
  .item-page .fs-big .h3,
  .item-page .fs-bigger .h3 {
    font-size: 171%;
  }
  .item-page .fs-medium h4,
  .item-page .fs-smaller h4,
  .item-page .fs-small h4,
  .item-page .fs-big h4,
  .item-page .fs-bigger h4,
  .item-page .fs-medium .h4,
  .item-page .fs-smaller .h4,
  .item-page .fs-small .h4,
  .item-page .fs-big .h4,
  .item-page .fs-bigger .h4 {
    font-size: 129%;
  }
  .item-page .fs-medium h5,
  .item-page .fs-smaller h5,
  .item-page .fs-small h5,
  .item-page .fs-big h5,
  .item-page .fs-bigger h5,
  .item-page .fs-medium .h5,
  .item-page .fs-smaller .h5,
  .item-page .fs-small .h5,
  .item-page .fs-big .h5,
  .item-page .fs-bigger .h5 {
    font-size: 100%;
  }
  .item-page .fs-medium h6,
  .item-page .fs-smaller h6,
  .item-page .fs-small h6,
  .item-page .fs-big h6,
  .item-page .fs-bigger h6,
  .item-page .fs-medium .h6,
  .item-page .fs-smaller .h6,
  .item-page .fs-small .h6,
  .item-page .fs-big .h6,
  .item-page .fs-bigger .h6 {
    font-size: 86%;
  }
  .item-page .font-sans-serif .article-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .item-page .font-sans-serif .article-content h1,
  .item-page .font-sans-serif .article-content h2,
  .item-page .font-sans-serif .article-content h3,
  .item-page .font-sans-serif .article-content h4,
  .item-page .font-sans-serif .article-content h5,
  .item-page .font-sans-serif .article-content h6,
  .item-page .font-sans-serif .article-content .h1,
  .item-page .font-sans-serif .article-content .h2,
  .item-page .font-sans-serif .article-content .h3,
  .item-page .font-sans-serif .article-content .h4,
  .item-page .font-sans-serif .article-content .h5,
  .item-page .font-sans-serif .article-content .h6,
  .item-page .font-sans-serif .article-content .article-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  .item-page .font-serif .article-content {
    font-family: "PT Serif", "Times New Roman", Times, serif;
  }
  .item-page .font-serif .article-content h1,
  .item-page .font-serif .article-content h2,
  .item-page .font-serif .article-content h3,
  .item-page .font-serif .article-content h4,
  .item-page .font-serif .article-content h5,
  .item-page .font-serif .article-content h6,
  .item-page .font-serif .article-content .h1,
  .item-page .font-serif .article-content .h2,
  .item-page .font-serif .article-content .h3,
  .item-page .font-serif .article-content .h4,
  .item-page .font-serif .article-content .h5,
  .item-page .font-serif .article-content .h6,
  .item-page .font-serif .article-content .article-title {
    font-family: "PT Serif", "Times New Roman", Times, serif;
    font-weight: 700;
  }
}
@media (max-width: 1199px) {
  .item-page .article-tools {
    display: none;
  }
}
.item-page .article-tools .toggle-reading {
  margin: 0 -1px -1px;
}
@media (max-width: 1199px) {
  .item-page .article-tools .toggle-reading {
    display: none;
  }
}
.item-page .tags {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}
.item-page .tags .badge,
.item-page .tags .label {
  background: none;
  border: none;
  color: #999999;
  font-weight: 400;
  font-size: 13px;
  margin-right: 10px;
  padding: 0;
}
.item-page .tags .badge:before,
.item-page .tags .label:before {
  content: "\f02b";
  font-family: FontAwesome;
  margin-right: 5px;
}
.item-page .tags .badge:hover,
.item-page .tags .label:hover,
.item-page .tags .badge:focus,
.item-page .tags .label:focus,
.item-page .tags .badge:active,
.item-page .tags .label:active {
  color: #007f9a;
}
.item-page .panel-title {
  font-size: 18px !important;
}
#idc-container div.idc-message {
  background: none;
  margin-bottom: 20px;
  padding: 0;
}
#idc-container div.idc-message a {
  color: #00bfe6;
}
#idc-container div.idc-message a:hover,
#idc-container div.idc-message a:focus,
#idc-container div.idc-message a:active {
  color: #007f9a;
}
#idc-container #IDCommentsHead {
  margin-bottom: 20px;
}
#idc-container #IDCommentsHead h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "PT Serif", "Times New Roman", Times, serif;
}
#idc-container .idc-comments > .idc-thread {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#idc-container .idc-comments > .idc-thread > .idc-thread .idc-c {
  margin-top: 20px;
}
#idc-container .idc-comments > .idc-thread .idc-c {
  margin-bottom: 0;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h {
  background: none;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-a {
  margin-right: 8px;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-a .idc-avatar {
  border-radius: 50%;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-i {
  color: #999999;
  line-height: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-i > span,
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-i > a {
  float: none;
  display: block;
  line-height: 1;
  font-weight: 700 !important;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-i > span.idc-rep,
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-i > a.idc-rep {
  display: inline-block;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-i em {
  color: #eaeaea;
  font-size: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-h .idc-i em a {
  font-size: 9px;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-t {
  padding-left: 0;
  margin-bottom: 10px;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-b .idc-btn_s {
  background: #eaeaea;
  margin-right: 5px;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-b .idc-btn_s span {
  background: none;
  color: #999999;
  font-size: 11px !important;
}
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-b .idc-btn_s:hover,
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-b .idc-btn_s:focus,
#idc-container .idc-comments > .idc-thread .idc-c .idc-c-b .idc-btn_s:active {
  background: #d1d1d1;
}
#idc-container .idc-new,
#idc-container .idc-reply {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
}
#idc-container .idc-new h3,
#idc-container .idc-reply h3 {
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#idc-container .idc-new label,
#idc-container .idc-reply label {
  margin-bottom: 5px;
  margin-top: 20px;
}
#idc-container .idc-new input,
#idc-container .idc-reply input,
#idc-container .idc-new textarea.idc-text_noresize,
#idc-container .idc-reply textarea.idc-text_noresize {
  background: #f7f7f7;
  border: 0;
  padding: 10px;
}
#idc-container .idc-new input:focus,
#idc-container .idc-reply input:focus,
#idc-container .idc-new textarea.idc-text_noresize:focus,
#idc-container .idc-reply textarea.idc-text_noresize:focus,
#idc-container .idc-new input:hover,
#idc-container .idc-reply input:hover,
#idc-container .idc-new textarea.idc-text_noresize:hover,
#idc-container .idc-reply textarea.idc-text_noresize:hover,
#idc-container .idc-new input:active,
#idc-container .idc-reply input:active,
#idc-container .idc-new textarea.idc-text_noresize:active,
#idc-container .idc-reply textarea.idc-text_noresize:active {
  border: 0 !important;
  box-shadow: none;
  background: #f2f2f2;
}
#idc-container .idc-new .idc-right .idc-btn_l,
#idc-container .idc-reply .idc-right .idc-btn_l,
#idc-container .idc-new .idc-btn_l-secondary,
#idc-container .idc-reply .idc-btn_l-secondary {
  background: #00bfe6;
  padding: 5px 20px !important;
  margin-top: 20px !important;
}
#idc-container .idc-new .idc-right .idc-btn_l span,
#idc-container .idc-reply .idc-right .idc-btn_l span,
#idc-container .idc-new .idc-btn_l-secondary span,
#idc-container .idc-reply .idc-btn_l-secondary span {
  background: none;
  color: #ffffff;
}
#idc-container .idc-new .idc-right .idc-btn_l:hover,
#idc-container .idc-reply .idc-right .idc-btn_l:hover,
#idc-container .idc-new .idc-btn_l-secondary:hover,
#idc-container .idc-reply .idc-btn_l-secondary:hover,
#idc-container .idc-new .idc-right .idc-btn_l:focus,
#idc-container .idc-reply .idc-right .idc-btn_l:focus,
#idc-container .idc-new .idc-btn_l-secondary:focus,
#idc-container .idc-reply .idc-btn_l-secondary:focus,
#idc-container .idc-new .idc-right .idc-btn_l:active,
#idc-container .idc-reply .idc-right .idc-btn_l:active,
#idc-container .idc-new .idc-btn_l-secondary:active,
#idc-container .idc-reply .idc-btn_l-secondary:active {
  background: #00aacd;
}
#idc-container .idc-new .idc-right .idc-btn_l:hover span,
#idc-container .idc-reply .idc-right .idc-btn_l:hover span,
#idc-container .idc-new .idc-btn_l-secondary:hover span,
#idc-container .idc-reply .idc-btn_l-secondary:hover span,
#idc-container .idc-new .idc-right .idc-btn_l:focus span,
#idc-container .idc-reply .idc-right .idc-btn_l:focus span,
#idc-container .idc-new .idc-btn_l-secondary:focus span,
#idc-container .idc-reply .idc-btn_l-secondary:focus span,
#idc-container .idc-new .idc-right .idc-btn_l:active span,
#idc-container .idc-reply .idc-right .idc-btn_l:active span,
#idc-container .idc-new .idc-btn_l-secondary:active span,
#idc-container .idc-reply .idc-btn_l-secondary:active span {
  color: #ffffff;
}
#idc-container div.idc-m .idc-m-main,
#idc-container div.idc-m .idc-m-bottom {
  width: 256px;
}
#idc-container div.idc-m .idc-m-avatar {
  height: 125px;
}
.article-tools {
  font-size: 12px;
  text-align: center;
}
.article-tools ul {
  border: 1px solid #eaeaea;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-tools ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-tools ul li:before,
.article-tools ul li:after {
  display: table;
  content: " ";
}
.article-tools ul li:after {
  clear: both;
}
.article-tools ul li .fa {
  font-size: 20px;
}
.article-tools ul li a {
  color: #aaaaaa;
  font-weight: 400;
  text-transform: uppercase;
}
.article-tools ul li a .fa {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
}
.article-tools ul li a:hover,
.article-tools ul li a:focus,
.article-tools ul li a:active {
  text-decoration: none;
  color: #00bfe6;
}
.article-tools .default-tools ul {
  border-bottom: 0;
}
.article-tools .default-tools ul:before,
.article-tools .default-tools ul:after {
  display: table;
  content: " ";
}
.article-tools .default-tools ul:after {
  clear: both;
}
.article-tools .default-tools ul li {
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0;
  display: block;
  float: left;
  width: 50%;
}
.article-tools .default-tools ul li.email-icon {
  border-left: 1px solid #eaeaea;
}
.article-tools .default-tools ul li.edit-icon {
  border: 0;
  width: 100%;
}
.article-tools .typo-tools .btn {
  border: 0;
  border-radius: 0;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  height: 22px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  width: 50%;
}
.article-tools .typo-tools .btn:first-child {
  border-right: 1px solid #eaeaea;
}
.article-tools .typo-tools .btn.font {
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #eaeaea;
  padding-top: 22px;
  height: 68px;
}
.article-tools .typo-tools .btn.font.font-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-tools .typo-tools .btn.font.font-serif {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  border-left: 0;
}
.article-tools .typo-tools .btn.font .font-type {
  text-align: center;
}
.article-tools .typo-tools .btn.font .font-type b {
  color: #555555;
  font-size: 24px;
}
.article-tools .typo-tools .btn.font .font-type span {
  display: block;
  font-size: 12px;
}
.article-tools .typo-tools .btn:last-child {
  float: right;
}
.article-tools .typo-tools .btn .fa {
  font-size: 12px;
}
.article-tools .typo-tools .btn:hover,
.article-tools .typo-tools .btn:active,
.article-tools .typo-tools .btn:focus {
  color: #555555;
}
.article-tools .typo-tools strong {
  color: #555555;
  display: inline-block;
  width: 96px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 639px) {
  .article-tools .typo-tools strong {
    display: block;
    float: left;
  }
}
.article-tools .sharing-tools a {
  display: block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 0;
  text-transform: uppercase;
}
.article-tools .toggle {
  background: #3c3c3c;
  color: #ffffff;
  padding: 8px 0;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.article-tools .toggle:hover {
  background: #000000;
  color: #ffffff;
}
.article-tools .toggle:active,
.article-tools .toggle:focus {
  color: #ffffff;
}
.article-tools .toggle.on {
  background: #d61d00;
  color: #ffffff;
}
.article-tools .toggle.on:hover {
  background: #111111;
  color: #ffffff;
}
.font-sans-serif .font-sans-serif {
  border-bottom: 4px solid #00bfe6 !important;
}
.font-serif .font-serif {
  border-bottom: 4px solid #00bfe6 !important;
}
.ja-videos-list-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.ja-video-list.video-playing .video-mask {
  border: 3px solid #00bfe6;
}
#ja-main-player {
  background-color: #000000;
}
#ja-main-player .video-mask {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#ja-main-player #ja-btn-play {
  position: absolute;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 56px;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  padding: 0;
}
.ja-gallery-list-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.ja-gallery-list-wrap .article-header h2 {
  font-size: 30px;
}
.ja-gallery-list-wrap .item-image {
  margin-bottom: 0;
}
.ja-gallery-list-wrap .item-image img {
  margin: auto;
}
@media (min-width: 767px) {
  .ja-gallery-list-wrap .article-content {
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
  }
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li,
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  height: 10px;
  margin: 0 2px;
  position: relative;
  text-indent: 0;
  width: 10px;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li .thumb,
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active .thumb {
  border: 5px solid #ffffff;
  position: absolute;
  width: 100px;
  height: 60px;
  top: -70px;
  left: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li .thumb:before,
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active .thumb:before {
  content: "";
  display: block;
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 34px;
  bottom: -12px;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li .thumb strong,
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active .thumb strong {
  display: block;
  height: 50px;
  overflow: hidden;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li .thumb img,
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active .thumb img {
  max-width: 100px !important;
  max-height: none !important;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li:hover .thumb,
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active:hover .thumb {
  top: -75px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active {
  background-color: #00bfe6;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-caption {
  background: rgba(0, 0, 0, 0.2);
  bottom: auto;
  left: 20px;
  padding: 10px 20px;
  top: 20px;
  right: 20px;
}
@media (max-width: 480px) {
  .ja-gallery-list-wrap .carousel-thumbnail .carousel-caption {
    line-height: 1.2;
  }
}
.ja-gallery-list-wrap .carousel-control .fa {
  font-size: 60px;
  height: 60px;
  position: absolute;
  margin-top: -30px;
  margin-left: -10px;
  top: 50%;
  left: 50%;
}
html .btn-fullscreen {
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1001;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 52px;
  text-align: center;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
html .btn-fullscreen:hover,
html .btn-fullscreen:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
html .blueimp-gallery .modal.slide-content {
  display: block;
}
html .blueimp-gallery .modal-dialog {
  margin-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 100%;
  overflow: visible;
}
html .blueimp-gallery .modal-dialog .modal-header {
  border: 0;
  color: #ffffff;
  display: inline-block;
}
html .blueimp-gallery .modal-dialog .modal-header h4 {
  font-size: 14px;
  font-weight: 400;
  margin-left: 40px;
  margin-right: 40px;
}
html .blueimp-gallery .modal-dialog .modal-header button.close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border: 2px solid #999999;
  border-radius: 0;
}
html .blueimp-gallery .modal-dialog .modal-body {
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
html .blueimp-gallery .modal-dialog .modal-content {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 150px;
}
html .blueimp-gallery .modal-dialog .modal-footer {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
}
html .blueimp-gallery .modal-dialog .modal-footer .btn {
  background: none;
  color: #ffffff;
  border: 2px solid #999999;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
html .blueimp-gallery .modal-dialog .modal-footer .btn:hover,
html .blueimp-gallery .modal-dialog .modal-footer .btn:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
html .blueimp-gallery .modal-dialog img {
  max-height: 100%;
  max-width: 100%;
}
.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: 20px;
  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 {
  font-weight: 600;
  letter-spacing: 1px;
}
.login-wrap .page-header {
  border: none;
}
.login-wrap .page-header h1 {
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .login-wrap {
    margin: 60px 0;
  }
}
.login-wrap .login {
  margin: auto;
  position: relative;
  padding: 20px;
  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: -20px;
  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: 20px;
}
@media screen and (max-width: 480px) {
  .login-wrap .form-left {
    border: 1px solid #dddddd;
  }
}
.login-wrap .form-left .control-label {
  color: #3c3c3c;
  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: 10px;
}
.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: #007f9a;
  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 20px;
  margin-bottom: 40px;
}
.logout .page-header {
  border: none;
}
.logout .page-header h1 {
  font-size: 30px;
  line-height: normal;
}
.logout .control-group .controls {
  margin: 0;
}
#jform_captcha {
  max-width: 100%;
  overflow: auto;
}
@media screen and (min-width: 480px) {
  .registration {
    border: 1px solid #eaeaea;
    width: 400px;
    padding: 20px;
    margin: 20px auto;
  }
}
.registration legend {
  padding-bottom: 0;
  margin: 0 0 20px;
  border-bottom: none;
  font-size: 36px;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-weight: 700;
}
.registration .form-group {
  margin-bottom: 10px;
}
.registration .form-group .control-label {
  text-align: left;
}
.registration .form-group .control-label label {
  font-weight: 400;
}
.registration .form-group input.required {
  width: 100%;
}
.registration fieldset dt {
  margin-right: 5px;
}
.registration .form-actions {
  background: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .registration .form-actions .btn {
    margin: 0 10px 0 0;
  }
}
.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;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.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 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #00bfe6;
}
#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 {
  padding-left: 24px;
}
.window .window-mainbody .item-page .article-image-full {
  float: none !important;
}
.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: #eaeaea;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.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;
}
@media screen and (min-width: 480px) {
  .profile {
    border: 1px solid #eaeaea;
    width: 700px;
    padding: 20px;
    margin: 20px auto;
  }
}
.profile legend {
  padding-bottom: 10px;
  margin: 0 0 20px;
  font-size: 30px;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-weight: 700;
}
.profile .dl-horizontal dd {
  margin-bottom: 5px;
}
.profile .dl-horizontal dt {
  margin-bottom: 5px;
}
.profile #users-profile-core {
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .profile-edit {
    border: 1px solid #eaeaea;
    width: 700px;
    padding: 20px;
    margin: 20px auto;
  }
}
.profile-edit legend {
  padding-bottom: 10px;
  margin: 0 0 20px;
  font-size: 30px;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-weight: 700;
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.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;
}
.profile-edit .control-label label {
  font-weight: 500;
}
.profile-edit #helpsite-refresh {
  margin-top: 10px;
}
.profile-edit .form-actions {
  background: none;
  margin: 0;
  border-radius: 0;
  border-top: 1px solid #eaeaea;
  padding: 20px 0 0 0;
}
.profile-edit .form-actions [class*="col-sm-offset-"] {
  padding-left: 20px;
}
.profile-edit #jform_params_timezone_chzn .chzn-drop .chzn-results {
  width: 100%;
}
.view-search .search h1.page-title {
  font-size: 30px;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-weight: 700;
  margin: 0 0 20px;
}
.view-search .search .search-box-border {
  padding: 20px;
  border: 2px solid #00bfe6;
  margin-bottom: 20px;
}
.view-search .search .searchintro {
  font-size: 18px;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  border-bottom: 1px solid #eaeaea;
}
.view-search .search .searchintro .badge {
  font-size: 18px;
  background: #eaeaea;
  color: #00bfe6;
  border-radius: 0;
}
.view-search .search .form-limit {
  margin-top: 10px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.view-search .search .form-limit #limit_chzn {
  display: inline-block;
}
.view-search .search .form-limit .counter {
  margin-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: 700;
  text-transform: uppercase;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#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: 4px;
}
#searchForm .chzn-container {
  display: inline-block;
}
#searchForm .input-group .form-control,
#searchForm .input-group #search-searchword {
  border-color: #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#searchForm .input-group .form-control:focus,
#searchForm .input-group #search-searchword:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00bfe6;
}
#searchForm .input-group .input-group-btn .btn {
  border: 1px solid #eaeaea;
}
#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;
}
@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: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
.search-results .result-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.search-results .result-item .img-intro {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: left;
    width: 35%;
    padding: 0 20px 10px 0;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
.search-results .result-item .result-title {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.search-results .result-item .result-title a {
  color: #262626;
  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: #eaeaea;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.tag-category h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.tag-category .tags-box {
  border: 2px solid #00bfe6;
  padding: 20px;
}
.tag-category .tag-info img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tag-category .tag-info img {
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
  }
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin-bottom: 40px;
}
.tag-category ul.category li img {
  max-width: 100%;
}
.tag-category ul.category li .tag-body {
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 20px 0 40px 0;
}
.tag-category ul.category li .tag-body h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tag-category ul.category li .tag-body h3 {
    font-size: 24px;
  }
}
.tag-category ul.category li .tag-body h3 a {
  color: #262626;
}
.tag-category ul.category li .tag-body h3 a:hover,
.tag-category ul.category li .tag-body h3 a:focus,
.tag-category ul.category li .tag-body h3 a:active {
  color: #007f9a;
}
.tag-category ul.category li .tag-body p {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  display: inline;
  margin-bottom: 0;
}
.tag-category ul.category li:last-child {
  margin-bottom: 0;
}
.tag-category ul.category li:last-child .tag-body {
  border: 0;
}
.tag-category .filters {
  margin: 20px 0;
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group {
    float: none !important;
    display: block;
  }
  .tag-category .filters .btn-group.pull-right {
    margin-top: 10px;
  }
}
.tag-category .filters .btn-group .inputbox {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tag-category .filters .btn-group .inputbox {
    margin-bottom: 10px;
  }
}
.tag-category .filters .btn-group .btn {
  float: none;
}
.tag-category .filters .btn-group .btn > span {
  margin: 0;
}
.tag-category .pagination-wrap {
  border-top: 1px solid #eaeaea;
}
#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;
}
.contact {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  padding-top: 20px;
}
.contact .page-header {
  border: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact .control-group .controls {
  float: left;
  width: 100%;
  margin-left: 0;
}
.contact #jform_consentbox {
  margin-left: 20px;
}
.contact #jform_consentbox #jform_consentbox0 {
  margin-left: -20px;
}
.contact h3 {
  color: #262626;
  font-family: "PT Serif", "Times New Roman", Times, serif;
  margin-bottom: 15px;
}
.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;
  margin-bottom: 5px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 4px;
  width: 15px;
}
.contact .form-horizontal .control-label {
  text-align: left;
}
.contact .dl-horizontal.fields-container.contact-fields {
  font-size: 12px;
  opacity: .7;
}
.contact .dl-horizontal.fields-container.contact-fields > dt {
  display: inline-block;
  font-weight: normal;
  margin-right: 4px;
  width: auto;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact label {
  color: #555555;
  font-weight: 400;
}
.contact label.invalid {
  color: #d9534f;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 10px 5px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: #eaeaea;
  color: #555555;
  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: #00bfe6;
  color: #ffffff;
}
.contact .checkbox input {
  margin-left: 0;
}
.contact .control-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 20px;
  }
}
.plain-style .contact-top {
  margin-bottom: 40px;
}
.plain-style .box-contact {
  margin-bottom: 40px;
}
.plain-style .box-contact h3 {
  margin-top: 0;
}
.plain-style .box-contact.box-bg {
  background: #000000 url('../../templates/ja_magz_ii/images/contact.png') 0 0 no-repeat;
  color: #eaeaea;
  padding: 20px;
}
.plain-style .box-contact.box-bg h3 {
  color: #ffffff;
}
.plain-style .contact-left h3 {
  margin-top: 0;
}
.plain-style .contact-left legend {
  border: 0;
  color: #999999;
  font-size: 13px;
  margin: 0 0 20px;
  padding: 0;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  margin-top: 20px;
}
#slide-contact .panel .panel-heading {
  background-color: #00bfe6;
  color: #ffffff;
}
#slide-contact .panel .panel-collapse {
  background-color: #f7f7f7;
}
#myTab {
  border: 0;
  margin-bottom: 20px;
}
#myTab li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #myTab li {
    display: block;
    margin-bottom: 20px;
  }
}
#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: #00bfe6;
}
.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;
}
.categories-list {
  margin-bottom: 20px;
}
.contact-category ul.category {
  border-top: 0;
  overflow: hidden;
}
.contact-category ul.category li.row-fluid {
  border: 1px solid #eaeaea;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.contact-category ul.category li.row-fluid:before,
.contact-category ul.category li.row-fluid:after {
  display: table;
  content: " ";
}
.contact-category ul.category li.row-fluid:after {
  clear: both;
}
.contact-category ul.category li.row-fluid > div {
  margin: 0;
}
.contact-category .cat-children ul {
  border: 0;
  border-top: 1px solid #eaeaea;
}
.contact-category .cat-children ul li {
  background: transparent;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0 5px 0;
}
.contact-category .cat-children ul li h4 {
  border-left: 1px dotted #999999;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  padding-left: 15px;
  margin-left: 20px;
  position: relative;
}
.contact-category .cat-children ul li h4:after {
  border-top: 1px dotted #999999;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 1px;
  width: 10px;
}
.contact-category .cat-children ul li li h4 {
  margin-left: 40px;
}
.contact-category .cat-children ul li li li h4 {
  margin-left: 60px;
}
.contact-category .cat-children ul li li li li h4 {
  margin-left: 80px;
}
.contact-category .cat-children ul li:last-child {
  border: 0;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 40px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eaeaea;
  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 > h2 {
  border-bottom: 1px solid #eaeaea;
  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 #eaeaea;
  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 #eaeaea;
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 30%;
}
@media (max-width: 768px) {
  #article-index,
  .article-index {
    width: 45%;
  }
}
#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;
  margin-right: 0;
}
#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: #00bfe6;
  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: #00bfe6;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  border-right: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
  width: 48%;
  position: relative;
  background: transparent;
  height: auto;
  cursor: pointer;
  height: 109px;
}
.pagenav > li a {
  min-height: 72px;
  padding-top: 20px;
}
.pagenav > li a i {
  color: #999999;
  font-size: 32px;
  position: absolute;
  top: 20px;
}
.pagenav > li a:hover,
.pagenav > li a:focus,
.pagenav > li a:active {
  background-color: transparent;
  border-color: #007f9a;
}
.pagenav > li a:hover i,
.pagenav > li a:focus i,
.pagenav > li a:active i {
  color: #007f9a;
}
.pagenav > li span {
  background-color: #eaeaea;
  color: #555555;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 3px 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pagenav > li strong {
  color: #3c3c3c;
  display: block;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 270px;
}
.pagenav > li.previous {
  margin-right: 10px;
  text-align: left;
}
.pagenav > li.previous a {
  padding-left: 40px;
  padding-right: 5px;
}
.pagenav > li.previous i {
  left: 10px;
}
.pagenav > li.next {
  margin-left: 10px;
  float: right;
  text-align: right;
}
.pagenav > li.next a {
  padding-right: 40px;
  padding-left: 5px;
}
.pagenav > li.next i {
  right: 10px;
}
.pagenav > li a {
  border-radius: 0;
  position: relative;
}
@media (min-width: 768px) {
  .pagenav > li {
    height: 76px;
  }
}
@media (max-width: 767px) {
  .pagenav {
    margin-bottom: 20px;
  }
  .pagenav > li.previous,
  .pagenav > li.next {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .pagenav > li.previous a,
  .pagenav > li.next a {
    width: 100%;
  }
  .pagenav > li.previous a strong,
  .pagenav > li.next a strong {
    width: auto;
  }
}
.article-navigation .pagenav {
  border: 0;
}
.article-navigation .pagenav > li {
  border: 0;
  position: fixed !important;
  height: 48px;
  height: 70px;
  left: 0;
  margin: 0 !important;
  top: 45%;
  text-align: center;
  width: auto;
  z-index: 999;
}
.article-navigation .pagenav > li .fa {
  left: 0;
}
.article-navigation .pagenav > li.next {
  left: auto;
  right: 0;
}
.article-navigation .pagenav > li.next .fa {
  left: auto;
  right: 0;
}
.article-navigation .pagenav > li > a {
  border: 0 none;
  border-radius: 0;
  float: left;
  padding: 0;
}
.article-navigation .pagenav > li > a:hover,
.article-navigation .pagenav > li > a:focus,
.article-navigation .pagenav > li > a:active {
  background: none;
}
.article-navigation .pagenav > li > a .fa {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eaeaea;
  color: #111111;
  padding: 0;
  font-size: 40px;
  line-height: 70px;
  transform: rotateX(90deg);
  text-align: center;
  top: 0;
  height: 70px;
  width: 70px;
  z-index: 1;
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
.article-navigation .pagenav > li > a .fa:hover,
.article-navigation .pagenav > li > a .fa:focus,
.article-navigation .pagenav > li > a .fa:active {
  background: #eaeaea;
}
.article-navigation .pagenav > li .navigation-detail {
  background: #ffffff;
  border: 1px solid #eaeaea;
  color: #3c3c3c;
  display: none \9;
  height: 70px;
  left: 100%;
  line-height: 1.5;
  position: absolute;
  padding: 15px 8px;
  top: 0;
  text-align: left;
  visibility: hidden;
  width: 250px;
}
.article-navigation .pagenav > li .navigation-detail span {
  background: transparent;
  display: block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.article-navigation .pagenav > li .navigation-detail strong {
  display: block;
  font-size: 14px;
  text-transform: none;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-navigation .pagenav > li.previous .navigation-detail {
  border-left: 0;
  transform: translateX(-250%);
  -webkit-transform: translateX(-250%);
  visibility: hidden;
  -webkit-transition: transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
}
.article-navigation .pagenav > li.next .navigation-detail {
  border-right: 0;
  left: auto;
  right: 100%;
  text-align: right;
  transform: translateX(250%);
  -webkit-transform: translateX(250%);
  -webkit-transition: transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
}
.article-navigation .pagenav > li:hover.previous .navigation-detail {
  left: 70px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.article-navigation .pagenav > li:hover.next .navigation-detail {
  right: 70px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.scrollUp .article-navigation .pagenav > li > a .fa,
.scrollDown .article-navigation .pagenav > li > a .fa {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
}
.scrollUp .article-navigation .pagenav > li .navigation-detail,
.scrollDown .article-navigation .pagenav > li .navigation-detail {
  visibility: visible;
}
.items-more {
  margin-bottom: 40px;
}
.items-more h3 {
  font-size: 30px;
  margin: 0 0 20px;
  font-family: "PT Serif", "Times New Roman", Times, serif;
}
.items-more .nav > li > a {
  padding: 6px 0;
  color: #3c3c3c;
  display: inline-block;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:active,
.items-more .nav > li > a:focus {
  background: none;
  color: #00bfe6;
}
.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;
}
.no-article-tools .article-tools {
  display: none;
}
.no-article-tools .article-content-main {
  width: 100%;
}
#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.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;
}
.alert.warning,
.alert.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.warning hr,
.alert.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert.warning .alert-link,
.alert.alert-warning .alert-link {
  color: #a47e3c;
}
#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;
}
#system-message joomla-alert h4 {
  color: #3a87ad;
  margin-top: 0;
}
.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;
}
#infinity-next {
  border: 2px solid #eaeaea;
  background: none;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  color: #3c3c3c;
  display: block;
}
#infinity-next:hover,
#infinity-next:focus,
#infinity-next:active {
  border-color: #00bfe6;
  color: #00bfe6;
}
#infinity-next.loading {
  background: url("../../templates/ja_magz_ii/images/ajax-load.gif") no-repeat 90% center;
  background-size: 20px 20px;
}
.languageswitcherload {
  border-left: 1px solid #eaeaea;
  display: table;
  float: right;
  height: 100%;
  -webkit-transition: padding 300ms;
  -o-transition: padding 300ms;
  transition: padding 300ms;
}
.languageswitcherload .mod-languages {
  display: table-cell;
  text-align: center;
  padding: 0 20px;
  vertical-align: middle;
}
.languageswitcherload .mod-languages .dropdown-toggle .fa {
  color: #999999;
}
.languageswitcherload .mod-languages .dropdown-menu {
  border-radius: 0;
  border: 1px solid #eaeaea;
  box-shadow: none;
  margin-right: -1px;
  margin-top: -1px;
  left: auto;
  right: 0;
}
.languageswitcherload .mod-languages .dropdown-menu li {
  margin: 0;
}
.languageswitcherload .mod-languages .dropdown-menu li a {
  padding: 10px 20px;
}
.languageswitcherload .mod-languages .dropdown-menu li img {
  margin-right: 10px;
}
.scrollDown .languageswitcherload .mod-languages,
.scrollUp .languageswitcherload .mod-languages {
  padding: 0 10px;
}
div.offcanvas-lang .mod-languages ul.lang-inline {
  padding: 0 20px;
}
div.offcanvas-lang .mod-languages ul.lang-inline li {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.edit.item-page .btn-toolbar {
  margin-bottom: 30px;
}
.edit.item-page .field-calendar > .input-group {
  display: block;
}
.chzn-container-multi .chzn-choices {
  background-image: none;
  border-color: #dddddd;
  padding: 0 12px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 32px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ja-gallery-list {
  position: relative;
  z-index: 1;
}
.ja-gallery-list .gallery-mask {
  background: #000000;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ja-gallery-list .btn-play {
  background-color: rgba(0, 191, 230, 0.9);
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 3px 6px 2px;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 991px) {
  .ja-gallery-list .btn-play .slideshow-text {
    display: none;
  }
}
.ja-gallery-list .btn-play:hover,
.ja-gallery-list .btn-play:focus,
.ja-gallery-list .btn-play:active {
  background-color: #ffffff;
  color: #3c3c3c;
}
.ja-gallery-list p.img_caption {
  display: none;
}
.ja-video-list {
  position: relative;
  z-index: 1;
}
.ja-video-list .video-mask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ja-video-list .btn-play {
  position: absolute;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 10px;
  line-height: 36px;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
}
.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,
.chzn-container-active.chzn-with-drop .chzn-single {
  color: #555555;
  height: 32px;
  background: #ffffff;
  border-color: #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0;
}
.chzn-container-single .chzn-single div b {
  background-position: 0 6.66666667px;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -16px 6.66666667px;
}
.chzn-container-single .chzn-single span {
  margin-right: 10px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop,
.chzn-container.chzn-with-drop .chzn-drop {
  border-color: #dddddd;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chzn-container .chzn-results li {
  padding-left: 10px;
  padding-right: 10px;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #dddddd;
  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: #dddddd;
}
.btn-group .chzn-results {
  white-space: normal;
}
.ie8 .ja-gallery-list-wrap .carousel-control .fa {
  position: relative;
  top: 48%;
  left: 0;
  display: inline;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  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;
}