.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo {
  border-left: solid 1px #1d1d1d;
  float: right;
  -webkit-transition: border-color 0.6s ease-out;
  -moz-transition: border-color 0.6s ease-out;
  -o-transition: border-color 0.6s ease-out;
  transition: border-color 0.6s ease-out;
}
.logo h1,
.logo h1 a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo h1 {
  margin-top: 15px;
}
.logo-image {
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.logo-image .brand {
  padding: 13px 20px;
}
.logo-image a {
  background-image: url("../../../../templates/jm_touka/images/logo.png");
  background-repeat: no-repeat;
  width: 38px;
  height: 30px;
  display: block;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #444;
}
.logo-text h1 a {
  color: #444;
  text-decoration: none;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.head-search {
  float: left;
  margin-top: 20px;
}
.head-search form {
  margin: 0;
  float: left;
}
.head-search label {
  display: none;
}
.head-search .input {
  background: url("../../../../templates/jm_touka/images/ico/search-invert.png") no-repeat 8px center;
  width: 120px;
  padding-right: 26px;
}
.head-search .input:focus {
  color: #444;
  width: 180px;
}
#fixel-top-panel {
  overflow: hidden;
  position: absolute;
  top: -10000px;
  width: 100%;
  padding: 0;
  background-color: #000;
  border-bottom: 2px solid #1d1d1d;
  outline: none;
  font-size: 13px;
  -webkit-transform: translate(0,-100%);
  -moz-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  -o-transform: translate(0,-100%);
  transform: translate(0,-100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#fixel-top-panel.reveal .container {
  visibility: visible;
}
#fixel-top-panel .container {
  visibility: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background: none;
}
#fixel-top-panel .t3-module {
  margin-bottom: 0;
}
#fixel-top-panel .module-title {
  font-size: 15px;
  color: #fff;
  line-height: 1;
}
#fixel-top-panel .t3-module .nav > li {
  font-size: 13px;
  color: #666;
}
#fixel-top-panel .t3-module .nav > li a {
  padding-bottom: 0;
  padding-top: 0;
}
#fixel-top-pannel-link {
  position: absolute;
  z-index: 9999;
  left: 0;
  height: 60px;
  width: 60px;
  background: #000;
  text-align: center;
  line-height: 60px;
  border-right: 1px solid #1d1d1d;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#fixel-top-pannel-link:hover,
#fixel-top-pannel-link:focus,
#fixel-top-pannel-link:active {
  text-decoration: none;
  outline: none;
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
.t3-mainbody {
  margin-top: 100px;
}
.t3-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.layout-home .t3-content,
.view-contact .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.view-article .t3-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.layout-blog .t3-content {
  padding-bottom: 0;
}
.t3-content.has-sidebar2 {
  background: url("../../../../templates/jm_touka/images/dark-line.gif") repeat-y left top;
}
.fixel-grid {
  background-color: #111;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixel-grid.ready {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixel-grid .items {
  z-index: 2;
  overflow: hidden;
}
.fixel-grid .items article {
  cursor: pointer;
  background: #fff;
  bottom: 1px;
  right: 1px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
}
.fixel-grid .items article .item-desc {
  background: rgba(0,0,0,0.75);
  bottom: 0px;
  color: #fff;
  right: 0;
  position: absolute;
  padding: 15px;
  left: 0;
  vertical-align: middle;
}
.fixel-grid .items article .item-desc h2 {
  font-size: 17px;
  font-size: 500;
  line-height: 1.3;
  max-height: 20px;
  margin: 0;
  overflow: hidden;
}
.fixel-grid .items article .item-desc h2 a {
  color: #fff;
}
.fixel-grid .items article .item-desc h2 a:hover,
.fixel-grid .items article .item-desc h2 a:focus {
  text-decoration: none;
}
.fixel-grid .items article .item-desc .article-intro {
  display: none;
}
.fixel-grid .items article .carousel-control,
.fixel-grid .items article .carousel-indicators {
  margin-top: 0 !important;
  outline: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixel-grid .items article .item-gallery-wrap:hover .carousel-control,
.fixel-grid .items article .item-gallery-wrap:hover .carousel-indicators {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.6s linear 0s;
  -moz-transition: opacity 0.6s linear 0s;
  -o-transition: opacity 0.6s linear 0s;
  transition: opacity 0.6s linear 0s;
}
.fixel-grid .items article .item-gallery-wrap:hover .carousel-control:hover,
.fixel-grid .items article .item-gallery-wrap:hover .carousel-control:focus,
.fixel-grid .items article .item-gallery-wrap:hover .carousel-control:active,
.fixel-grid .items article .item-gallery-wrap:hover .carousel-indicators:hover,
.fixel-grid .items article .item-gallery-wrap:hover .carousel-indicators:focus,
.fixel-grid .items article .item-gallery-wrap:hover .carousel-indicators:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixel-grid .items article .carousel-indicators li {
  cursor: pointer;
}
.fixel-grid .items.poping article:before {
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fixel-grid .items.text article {
  background: #fff;
}
.fixel-grid .items.text .article_content {
  padding: 40px;
}
.fixel-grid .items.text .article_content .article-title {
  color: #111;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
  max-height: 70px;
  overflow: hidden;
}
.fixel-grid .items.text .article_content .article-title a {
  color: #111;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}
.fixel-grid .items.text .article_content .article-title a:hover,
.fixel-grid .items.text .article_content .article-title a:focus,
.fixel-grid .items.text .article_content .article-title a:active {
  color: #02BD85;
  text-decoration: none;
}
.fixel-grid .items.text .article_content .item-image {
  display: none;
}
.fixel-grid .items.text .article_content .article-intro {
  font-size: 14px;
  font-weight: 300;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.fixel-grid .items.text .article_content p:after {
  background: #fff;
  display: block;
  content: "...";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
}
.fixel-grid .items.text .article_content .menu-edit ul li.print-icon,
.fixel-grid .items.text .article_content .menu-edit ul li.email-icon,
.fixel-grid .items.text .article_content .article-info dd.createdby,
.fixel-grid .items.text .article_content .article-info dd.published,
.fixel-grid .items.text .article_content .btn-group.pull-right {
  display: none;
}
.fixel-grid .items.text .article_content .article-info dd.category-name a {
  color: #666;
  font-size: 12px;
}
.fixel-grid .items.text .article_content .article-info dd.category-name a:hover,
.fixel-grid .items.text .article_content .article-info dd.category-name a:focus,
.fixel-grid .items.text .article_content .article-info dd.category-name a:active {
  color: #02BD85;
}
.fixel-grid .items.text:hover .article-title a {
  color: #02BD85;
}
.fixel-grid .items.image.none article {
  background: #111;
}
.fixel-grid .items.image.none article .item-desc {
  -webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  -ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  -o-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.fixel-grid .items.image.none article:hover .item-desc {
  -webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  -ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  -o-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.fixel-grid .items.image.none article .item-image-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fixel-grid .items.image.none article .item-image-wrap .pull-left.item-image,
.fixel-grid .items.image.none article .item-image-wrap .pull-right.item-image,
.fixel-grid .items.image.none article .item-image-wrap img {
  float: none;
  margin: 0 !important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fixel-grid .items.image.none article:hover .item-image-wrap,
.fixel-grid .items.image.none article:focus .item-image-wrap,
.fixel-grid .items.image.none article:active .item-image-wrap {
  background: #000000;
}
.fixel-grid .items.image.none article:hover .pull-left.item-image,
.fixel-grid .items.image.none article:hover .pull-right.item-image,
.fixel-grid .items.image.none article:hover img,
.fixel-grid .items.image.none article:focus .pull-left.item-image,
.fixel-grid .items.image.none article:focus .pull-right.item-image,
.fixel-grid .items.image.none article:focus img,
.fixel-grid .items.image.none article:active .pull-left.item-image,
.fixel-grid .items.image.none article:active .pull-right.item-image,
.fixel-grid .items.image.none article:active img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.fixel-grid .items.image.rotateY article {
  background: none;
}
.fixel-grid .items.image.rotateY article .flipper {
  position: relative;
  width: 100%;
  height: 100%;
}
.fixel-grid .items.image.rotateY article .front,
.fixel-grid .items.image.rotateY article .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.fixel-grid .items.image.rotateY article .front {
  background: #fff;
}
.fixel-grid .items.image.rotateY article .back {
  -moz-transform: perspective(800px) rotateY(180deg);
  -webkit-transform: perspective(800px) rotateY(180deg);
  transform: perspective(800px) rotateY(180deg);
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fixel-grid .items.image.rotateY article .back h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: none;
  max-height: none;
}
.fixel-grid .items.image.rotateY article .back h2 a {
  padding-bottom: 20px;
}
.fixel-grid .items.image.rotateY article .back h2 a:after {
  background: rgba(255,255,255,0.6);
  content: "";
  display: inline-block;
  height: 2px;
  width: 90%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fixel-grid .items.image.rotateY article .back .article-intro {
  display: block;
  overflow: hidden;
  height: 60px;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
}
.fixel-grid .items.image.rotateY:hover .front {
  -webkit-transform: perspective(800px) rotateY(-180deg);
  -moz-transform: perspective(800px) rotateY(-179.9deg);
  transform: perspective(800px) rotateY(-179.9deg);
}
.fixel-grid .items.image.rotateY:hover .back {
  -moz-transform: perspective(800px) rotateY(0);
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}
.fixel-grid .items.image.rotateX article {
  background: none;
}
.fixel-grid .items.image.rotateX article .flipper {
  position: relative;
  width: 100%;
  height: 100%;
}
.fixel-grid .items.image.rotateX article .front,
.fixel-grid .items.image.rotateX article .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.fixel-grid .items.image.rotateX article .front {
  background: #fff;
}
.fixel-grid .items.image.rotateX article .back {
  -moz-transform: perspective(800px) rotateX(180deg);
  -webkit-transform: perspective(800px) rotateX(180deg);
  transform: perspective(800px) rotateX(180deg);
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fixel-grid .items.image.rotateX article .back h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: none;
  max-height: none;
}
.fixel-grid .items.image.rotateX article .back h2 a {
  padding-bottom: 20px;
}
.fixel-grid .items.image.rotateX article .back h2 a:after {
  background: rgba(255,255,255,0.6);
  content: "";
  display: inline-block;
  height: 2px;
  width: 90%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fixel-grid .items.image.rotateX article .back .article-intro {
  display: block;
  overflow: hidden;
  height: 60px;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
}
.fixel-grid .items.image.rotateX:hover .front {
  -webkit-transform: perspective(800px) rotateX(-180deg);
  -moz-transform: perspective(800px) rotateX(-179.9deg);
  transform: perspective(800px) rotateX(-179.9deg);
}
.fixel-grid .items.image.rotateX:hover .back {
  -moz-transform: perspective(800px) rotateX(0);
  -webkit-transform: perspective(800px) rotateX(0);
  transform: perspective(800px) rotateX(0);
}
.fixel-grid .items.video article {
  height: auto;
}
.fixel-grid .item-video-wrap {
  background: #000;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fixel-grid .item-video-wrap .item-image a {
  color: #fff;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.fixel-grid .item-video-wrap .item-image a:hover,
.fixel-grid .item-video-wrap .item-image a:focus,
.fixel-grid .item-video-wrap .item-image a:active {
  color: #fff;
  text-decoration: none;
}
.fixel-grid .item-video-wrap .item-image a:hover .icon-play-circle,
.fixel-grid .item-video-wrap .item-image a:focus .icon-play-circle,
.fixel-grid .item-video-wrap .item-image a:active .icon-play-circle {
  color: #fff;
}
.fixel-grid .item-video-wrap .item-image a img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 100%;
}
.fixel-grid .item-video-wrap .item-image a .icon-play-circle {
  color: #fff;
  font-size: 60px;
  display: inline-block;
  margin-top: 40%;
  text-align: center;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.fixel-grid .item-video-wrap:hover .item-image a .icon-play-circle,
.fixel-grid .item-video-wrap:focus .item-image a .icon-play-circle,
.fixel-grid .item-video-wrap:active .item-image a .icon-play-circle {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.fixel-grid .item-video-wrap .item-placeholder {
  text-align: center;
}
.fixel-grid .item-video-wrap .item-placeholder .icon-facetime-video {
  color: #fff;
  font-size: 60px;
  display: inline-block;
  margin-top: 40%;
  text-align: center;
  vertical-align: middle;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-backface-visibility: hidden;
}
.fixel-grid .item-video-wrap .item-placeholder .icon-facetime-video:hover,
.fixel-grid .item-video-wrap .item-placeholder .icon-facetime-video:focus,
.fixel-grid .item-video-wrap .item-placeholder .icon-facetime-video:active {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.fixel-grid .item-video-wrap .item-desc {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixel-grid .item-video-wrap:hover .item-desc {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixel-grid .items.gallery article {
  background-color: #111;
}
.fixel-grid .items.gallery article .item-placeholder {
  text-align: center;
}
.fixel-grid .items.gallery article .item-placeholder .icon-facetime-video {
  color: #fff;
  font-size: 60px;
  display: inline-block;
  margin-top: 40%;
  text-align: center;
  vertical-align: middle;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-backface-visibility: hidden;
}
.fixel-grid .items.gallery article .item-placeholder .icon-facetime-video:hover,
.fixel-grid .items.gallery article .item-placeholder .icon-facetime-video:focus,
.fixel-grid .items.gallery article .item-placeholder .icon-facetime-video:active {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.fixel-grid .grid-1x1 {
  width: 25%;
  max-height: 302px;
}
.fixel-grid .grid-2x2 {
  width: 12.5%;
  max-height: 604px;
}
.fixel-grid .grid-2x2 .carousel-caption h4 {
  font-size: 17px;
}
.fixel-grid .grid-3x2 {
  width: 16.666666666667%;
  max-height: 604px;
}
.fixel-grid .grid-2x1 {
  width: 12.5%;
  max-height: 302px;
}
.fixel-grid .grid-2x1 .carousel-caption h4 {
  height: 20px;
  overflow: hidden;
}
.fixel-grid .grid-2x1 .carousel-caption p {
  height: 15px;
  overflow: hidden;
}
.fixel-grid .grid-1x2 {
  width: 25%;
}
.fixel-grid .grid-1x2 .item-gallery-wrap .item img {
  width: auto !important;
  height: 100%;
  max-width: none !important;
}
.fixel-grid .grid-1x2 .carousel-caption h4 {
  height: 20px;
  overflow: hidden;
}
.fixel-grid .grid-1x2 .carousel-caption p {
  height: 15px;
  overflow: hidden;
}
.fixel-grid .carousel-control {
  background-color: #222;
  margin: 0 !important;
  outline: none;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixel-grid .carousel-caption {
  color: #fff;
}
.fixel-grid .carousel-caption h4 {
  font-weight: 500;
  font-size: 17px;
  max-height: 20px;
  overflow: hidden;
}
.fixel-grid .carousel-caption p {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  max-height: 20px;
  overflow: hidden;
}
.fixel-grid .carousel-inner> .next,
.fixel-grid .carousel-inner> .prev {
  z-index: 1;
}
.fixel-grid .carousel-inner> .item {
  overflow: hidden;
}
.fixel-grid .corner-stamp {
  position: absolute;
  top: 0;
  left: 0;
}
.fixel-grid .fixel-sub-category .items {
  display: none;
}
.fixel-grid .fixel-sub-category.show .items {
  display: block;
}
.fixel-grid.ready .items {
  max-height: none;
}
.fixel-grid #page-nav {
  display: none;
}
.fixel-grid #blank-item {
  height: 0 !important;
  max-height: 0 !important;
}
.re-layout .fixel-grid .item-hide {
  display: none !important;
}
#fixel-placeholder {
  position: relative;
  background: #111;
}
.lt-ie10 .fixel-grid .items article .item-desc {
  background: #222;
}
.lt-ie10 .fixel-grid .item-video-wrap .item-image a img {
  top: 0;
}
.lt-ie10 .fixel-grid .item-video-wrap .item-image a .icon-play-circle {
  z-index: 2;
  position: relative;
}
.lt-ie10 .fixel-grid .items.image.rotateX article .front,
.lt-ie10 .fixel-grid .items.image.rotateY article .front,
.lt-ie10 .category-item.items.rotateX article .category-image,
.lt-ie10 .category-item.items.rotateY article .category-image {
  z-index: 2;
}
.lt-ie10 .fixel-grid .items.image.rotateX article .back,
.lt-ie10 .fixel-grid .items.image.rotateY article .back,
.lt-ie10 .category-item.items.rotateX article .category-desc,
.lt-ie10 .category-item.items.rotateY article .category-desc {
  z-index: 1;
}
.lt-ie10 .fixel-grid .items.image.rotateX article:hover .back,
.lt-ie10 .fixel-grid .items.image.rotateY article:hover .back,
.lt-ie10 .category-item.items.rotateX article:hover .category-desc,
.lt-ie10 .category-item.items.rotateY article:hover .category-desc {
  z-index: 2;
}
.lt-ie10 .fixel-grid .items.image.rotateX article:hover .front,
.lt-ie10 .fixel-grid .items.image.rotateY article:hover .front,
.lt-ie10 .category-item.items.rotateX article:hover .category-image,
.lt-ie10 .category-item.items.rotateY article:hover .category-image {
  z-index: 1;
}
.pageheading article {
  background: #02BD85;
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
  padding: 80px;
}
.pageheading article h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'novecento_widedemibold', sans-serif;
  text-transform: uppercase;
}
.t3-footer {
  color: #666;
  font-size: 12px;
  padding: 40px 0 60px;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer .container {
  background: #111;
}
.t3-footer small {
  display: block;
  font-size: 11px;
}
.t3-footer a {
  color: #02BD85;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #017150;
}
.t3-footnav {
  *zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-right: 0;
}
.t3-footnav li {
  line-height: 24px;
}
.t3-footnav .module-title {
  font-size: 19px;
  color: #999;
}
.t3-copyright {
  border-top: 1px solid #2f2f2f;
  font-size: 13px;
  padding: 40px 0 80px;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.copyright {
  float: right;
}
.poweredby {
  float: left;
  text-align: left;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  float: left;
  opacity: .5;
}
body.popupview.popupview-loaded {
  overflow-x: hidden;
  overflow-y: auto;
}
#popup-view {
  display: none;
}
.popup-iframe {
  min-height: 90%;
  width: 100%;
}
.popupview #popup-view {
  background: url("../../../../templates/jm_touka/images/black-trans-75.png") repeat right top;
  bottom: 0;
  display: block;
  right: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  padding: 0;
}
.popupview #popup-position {
  position: absolute;
  top: 60px;
  bottom: 20px;
  width: 100%;
}
.popupview #popup-content {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 1000;
}
.popupview .popup-inner {
  background: #fff;
  border: none;
  height: 100%;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popupview .popup-inner.animate {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.popupview .popup-inner.current {
  -webkit-transform: translate(0%,0%);
  -moz-transform: translate(0%,0%);
  -ms-transform: translate(0%,0%);
  -o-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
.popupview .popup-inner.prev {
  -webkit-transform: translate(-125%,0%);
  -moz-transform: translate(-125%,0%);
  -ms-transform: translate(-125%,0%);
  -o-transform: translate(-125%,0%);
  transform: translate(-125%,0%);
}
.popupview .popup-inner.next {
  -webkit-transform: translate(260%,0%);
  -moz-transform: translate(260%,0%);
  -ms-transform: translate(260%,0%);
  -o-transform: translate(260%,0%);
  transform: translate(260%,0%);
}
.popupview .popup-inner-content {
  position: absolute;
  
  top: 0;
  
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.popupview .popup-head {
  background: #111;
  height: 60px;
  top: -60px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1001;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popupview a#popup-close {
  background: url("../../../../templates/jm_touka/images/icon_close.png") no-repeat center center #111;
  border-right: solid 1px #1d1d1d;
  border-left: solid 1px #1d1d1d;
  display: block;
  height: 60px;
  position: absolute;
  left: 0;
  text-indent: -999em;
  top: 0px;
  width: 60px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.popupview a#popup-close:hover,
.popupview a#popup-close:focus,
.popupview a#popup-close:active {
  background-color: #02BD85;
  border-color: #02BD85;
}
.popupview .popup-nav {
  top: -60px;
  margin-top: 0;
  width: auto;
  height: 60px;
  position: absolute;
  z-index: 1001;
}
.popupview .popup-nav a {
  background: none;
  border-left: solid 1px #1D1D1D;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.popupview .popup-nav a:hover,
.popupview .popup-nav a:focus {
  background: #02BD85;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.popupview .popup-nav a.popup-prev {
  border-right: solid 1px #1d1d1d;
}
.popupview .popup-nav a.popup-prev:hover,
.popupview .popup-nav a.popup-prev:focus,
.popupview .popup-nav a.popup-prev:active {
  border-color: #02BD85;
}
.popupview .popup-nav a span {
  display: none;
}
.popupview #popup-prev {
  float: right;
}
.popupview #popup-next {
  float: left;
}
.popupview #popup-content:hover .popup-nav a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popupview .popup-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.popupview .popup-hidectrl #popup-close,
.popupview .popup-hidectrl .popup-nav a {
  opacity: 0;
  filter: alpha(opacity=0);
}
.popup-trackerV {
  bottom: 2px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
}
.popup-trackerV div {
  background: #666;
  position: absolute;
  width: 100%;
  z-index: 100;
  -moz-transition-property: -Moz-transform;
  -moz-transition-timing-function: cubic-bezier(0.33,0.66,0.66,1);
  -moz-transform: translate(0pt,0px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.component.view-article .popup-body .item-page {
  padding-right: 40px;
  padding-left: 40px;
}
.popup-body {
  background: url("../../../../templates/jm_touka/images/body_bg.gif") repeat-y right top #fff;
}
.ajax-indicator {
  background: url("../../../../templates/jm_touka/images/ajax-indicator-big.gif") no-repeat center center;
  background-size: 128px 128px;
  height: 128px;
  right: 50%;
  margin: -64px -64px 0 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  text-indent: -9999em;
  width: 128px;
}
#popup-loader,
#article-loader {
  bottom: 0;
  display: none;
  right: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1050;
}
#page-loader {
  position: relative;
  margin-top: 20px;
  height: 128px;
  z-index: 1050;
}
.back-to-top {
  background-color: #02BD85;
  bottom: 15px;
  border: 2px solid #fff;
  height: 40px;
  margin: 0;
  position: fixed;
  left: 15px;
  width: 40px;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.back-to-top.reveal {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}
.back-to-top.reveal:hover,
.back-to-top.reveal:focus,
.back-to-top.reveal:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.back-to-top i {
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  right: 50%;
  margin-top: -7px;
  margin-right: -3px;
  position: absolute;
  top: 50%;
}
#infinity-next {
  background: none;
  border: dotted 2px #464646;
  color: #464646;
  font-family: 'novecento_widedemibold', sans-serif;
  font-size: 16px;
  margin-top: 20px;
  padding: 15px;
}
#infinity-next:hover {
  background: #02BD85;
  border-color: #02BD85;
  color: #fff;
}
#infinity-next.finished {
  background: #1e9e49;
  border-color: #1e9e49;
  color: #fff;
}
#infinity-next.finished em {
  color: #fff;
  font-style: normal;
}
.list-icons .addthis_floating_style {
  background: none;
  padding: 0;
  position: static;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.list-icons .addthis_floating_style a {
  background-color: #f5f5f5;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 60px !important;
  border: 0;
}
.list-icons .addthis_floating_style a:hover,
.list-icons .addthis_floating_style a:focus,
.list-icons .addthis_floating_style a:active {
  text-decoration: none;
  background-color: #cdcdcd;
  outline: none;
  -webkit-transition: background-color 0.4s ease 0s;
  -moz-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}
.list-icons .addthis_32x32_style .dummy .at300bs,
.list-icons .addthis_32x32_style .at300bs,
.list-icons .addthis_32x32_style .at15t,
.list-icons .addthis_32x32_style .dummy .at300bs,
.list-icons .addthis_32x32_style .at300bs,
.list-icons .addthis_32x32_style .at15t,
.list-icons .addthis_32x32_style .at300bs.at15nc,
.list-icons .addthis_32x32_style .at15t.at15nc {
  background-image: url("../../../../templates/jm_touka/images/social.png") !important;
  margin: 0 !important;
  width: 60px !important;
  height: 60px !important;
  display: block !important;
}
.list-icons .addthis_32x32_style .at15t_facebook.at300bs.at15nc {
  background-position: -60px 0 !important;
}
.list-icons .addthis_32x32_style .at15t_facebook.at300bs.at15nc:hover,
.list-icons .addthis_32x32_style .at15t_facebook.at300bs.at15nc:focus,
.list-icons .addthis_32x32_style .at15t_facebook.at300bs.at15nc:active {
  background-position: 100% 0 !important;
}
.list-icons .addthis_32x32_style .at15t_twitter.at300bs.at15nc {
  background-position: -60px -60px !important;
}
.list-icons .addthis_32x32_style .at15t_twitter.at300bs.at15nc:hover,
.list-icons .addthis_32x32_style .at15t_twitter.at300bs.at15nc:focus,
.list-icons .addthis_32x32_style .at15t_twitter.at300bs.at15nc:active {
  background-position: 100% -60px !important;
}
.list-icons .addthis_32x32_style .at15t_google_plusone_share.at300bs.at15nc {
  background-position: -60px -120px !important;
}
.list-icons .addthis_32x32_style .at15t_google_plusone_share.at300bs.at15nc:hover,
.list-icons .addthis_32x32_style .at15t_google_plusone_share.at300bs.at15nc:focus,
.list-icons .addthis_32x32_style .at15t_google_plusone_share.at300bs.at15nc:active {
  background-position: 100% -120px !important;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.fb-comments {
  padding-top: 20px;
}
#eblog-logout a.buttons.logout {
  border: none;
  background: none;
  height: auto !important;
  min-height: 0px !important;
  display: inline-block !important;
  line-height: normal !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: right !important;
  padding: 5px 10px;
  margin: 0;
}
#eblog-logout a.buttons.logout:hover,
#eblog-logout a.buttons.logout:focus,
#eblog-logout a.buttons.logout:active {
  background: none;
  color: #02BD85;
}