.blog-featured .items-leading .item-image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .blog-featured .items-leading .item-image {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .blog-featured .items-leading .item-image {
    margin-bottom: 20px;
  }
}
.blog-featured .items-row.cols-1 .item-image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .blog-featured .items-row.cols-1 .item-image {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .blog-featured .items-row.cols-1 .item-image {
    margin-bottom: 20px;
  }
}
.items-leading article:before,
.items-leading article:after {
  content: " ";
  display: table;
}
.items-leading article:after {
  clear: both;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-leading .leading .item-content {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .items-leading .leading {
    margin-bottom: 20px;
  }
  .items-leading .leading .item-content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .items-leading .leading .item-content {
    padding-left: 0;
  }
}
.items-row.cols-1 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .items-row.cols-1 {
    margin-bottom: 20px;
  }
}
.items-row:not(.cols-1) .item-image {
  float: none !important;
}
.items-row:not(.cols-1) .item-content {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .items-row:not(.cols-1) .item-content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .items-row:not(.cols-1) .item-content {
    padding-left: 0;
  }
}
.items-row .item-content {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .items-row .item-content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .items-row .item-content {
    padding-left: 0;
  }
}
.item-image img {
  max-width: 100%;
}
.items-row .item {
  margin-bottom: 0;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #ebebec;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 5px;
}
.article-footer .btn-group .dropdown-toggle {
  border: 0;
  color: #999999;
  padding: 0;
}
.article-footer .btn-group.open .dropdown-toggle {
  box-shadow: none;
  color: #4aa545;
}
.article-info {
  margin: 0;
  display: inline-block;
  width: 90%;
}
.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;
}
.category-name {
  text-transform: uppercase;
}
.category-name i {
  display: none;
}
.readmore.readmore-title .btn {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.article-image-full {
  text-align: center;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.tags span + span {
  margin-left: 5px;
}
.tags span a.label-info {
  background: #f7f7f7;
  border-radius: 0;
  color: #333333;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 10px;
}
.tags span a.label-info:hover,
.tags span a.label-info:focus,
.tags span a.label-info:active {
  background: #dedede;
  color: #333333;
}
.t3-content.col-xs-12 .tag-category {
  padding: 0 16.6667%;
}
@media (max-width: 767px) {
  .t3-content.col-xs-12 .tag-category {
    padding: 0;
  }
}
.tag-category .tag-box {
  margin-bottom: 40px;
  padding: 0;
}
.tag-category h2 {
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 20px;
  color: #4aa545;
  line-height: 1.5;
}
.tag-category .tag-info {
  color: #555555;
}
.tag-category .tag-info img {
  margin: 0 0 20px;
}
@media (min-width: 767px) {
  .tag-category .tag-info img {
    margin: 0 20px 0 0;
    width: 35%;
    float: left;
  }
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ebebec;
  border-bottom: 1px solid #323e4c \9;
  padding: 30px 0;
}
.tag-category ul.category li img {
  margin: 0 0 20px;
  max-width: 100%;
}
@media (min-width: 767px) {
  .tag-category ul.category li img {
    width: 25%;
    float: left;
    margin: 0 20px 0 0;
  }
}
.tag-category ul.category li .tag-body {
  display: block;
}
.tag-category ul.category li .tag-body h3 {
  font-size: 30px;
  margin-top: 0;
}
.tag-category ul.category li .tag-body h3 a {
  color: #222222;
}
.tag-category ul.category li .tag-body h3 a:hover,
.tag-category ul.category li .tag-body h3 a:focus {
  color: #326f2e;
}
@media (max-width: 767px) {
  .tag-category ul.category li .tag-body h3 {
    font-size: 22px;
  }
}
.tag-category ul.category li .tag-body p {
  display: inline;
  margin-bottom: 0;
  color: #555555;
}
.tag-category ul.category li:last-child {
  border: 0;
}
.tag-category ul.category li:hover .tag-body h3 a,
.tag-category ul.category li:focus .tag-body h3 a {
  color: #4aa545;
}
.tag-category ul.category li:hover .tag-body h3 a:hover,
.tag-category ul.category li:focus .tag-body h3 a:hover,
.tag-category ul.category li:hover .tag-body h3 a:focus,
.tag-category ul.category li:focus .tag-body h3 a:focus {
  color: #326f2e;
}
.tag-category .filters {
  padding: 20px 0;
  border-bottom: 1px solid #ebebec;
  border-bottom: 1px solid #323e4c \9;
  margin: 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;
  }
}
.view-article .t3-content > .page-header {
  border-bottom: 1px solid #efefef;
  margin: 0 -40px 40px;
  padding: 0 40px 40px 40px;
}
@media (max-width: 991px) {
  .view-article .t3-content > .page-header {
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.view-article .video-info {
  display: none;
}
.item-page {
  line-height: 1.71;
}
.item-page img {
  max-width: 100%;
}
.item-page .article-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .item-page .article-title {
    font-size: 22px;
    line-height: 35px;
  }
}
.item-page .category-name {
  background: #4aa545;
  color: #ffffff;
  position: absolute;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  top: -40px;
  left: 0;
  z-index: 2;
}
.item-page .category-name a {
  color: #ffffff;
}
.item-page .intro-text {
  font-size: 16px;
}
.item-page .item-content {
  margin-top: 20px;
}
.item-page .item-content .item-media {
  margin-bottom: 40px;
}
.item-page .article-image {
  margin-bottom: 40px;
}
.item-page .video-info .btn {
  display: none;
}
.item-page .video-info .rating-info {
  margin-bottom: 0;
}
.rating-info {
  margin-bottom: 10px;
}
.rating-form {
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}
.rating-form .rating-log {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 5px;
}
@media (max-width: 991px) {
  .rating-form .rating-log {
    font-size: 11px;
  }
}
.rating-form .formLogLoading,
.rating-form .rating-log-loading {
  background: url("../../../templates/ja_moviemax/images/loading.gif") no-repeat left center transparent;
  height: 25px;
  padding: 0 0 0 20px;
}
.rating-form .rating-list,
.rating-form .rating-list a:hover,
.rating-form .rating-list .rating-current {
  background: url("../../../templates/ja_moviemax/images/rating-stars.png") repeat-x left -1000px;
}
.rating-form .rating-list {
  background-position: left top;
  float: left;
  height: 16px !important;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
}
.rating-form .rating-list li {
  background: none;
  display: inline;
  padding: 0;
  border: none;
  float: left;
  width: 100%;
}
.rating-form .rating-list a,
.rating-form .rating-list .rating-current {
  border: medium none;
  cursor: pointer;
  height: 16px;
  left: 0;
  line-height: 16px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.rating-form .rating-list a:hover {
  background-position: left bottom;
}
.rating-form .rating-list .one-star {
  width: 20%;
  z-index: 6;
}
.rating-form .rating-list .two-stars {
  width: 40%;
  z-index: 5;
}
.rating-form .rating-list .three-stars {
  width: 60%;
  z-index: 4;
}
.rating-form .rating-list .four-stars {
  width: 80%;
  z-index: 3;
}
.rating-form .rating-list .five-stars {
  width: 100%;
  z-index: 2;
}
.rating-form .rating-list .rating-current {
  background: url("../../../templates/ja_moviemax/images/rating-stars.png") repeat-x 0 center !important;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.ja-video-list {
  position: relative;
  z-index: 1;
}
.ja-video-list .btn-play {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #4aa545;
  color: #ffffff;
  left: 40px;
  bottom: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 10px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 991px) {
  .ja-video-list .btn-play {
    left: 20px;
    bottom: 20px;
  }
}
.ja-video-list .btn-play:hover,
.ja-video-list .btn-play:focus,
.ja-video-list .btn-play:active {
  background: rgba(0, 0, 0, 0.7);
}
.ja-video-list.video-playing .fa-play:before {
  content: "\f04c";
}
#ja-main-player {
  background-color: #000000;
  position: relative;
}
#ja-main-player #ja-btn-play {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #4aa545;
  color: #ffffff;
  left: 40px;
  bottom: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  padding: 0;
}
@media (max-width: 991px) {
  #ja-main-player #ja-btn-play {
    left: 20px;
    bottom: 20px;
  }
}
#ja-main-player .video-info {
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
  height: 100%;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 33.333%;
  z-index: 100;
}
@media (max-width: 991px) {
  #ja-main-player .video-info {
    display: none;
  }
}
#ja-main-player .video-info h3 {
  margin-top: 0;
}
#ja-main-player .video-info h3 a {
  color: #222222;
}
#ja-main-player .video-info h3 a:hover,
#ja-main-player .video-info h3 a:focus,
#ja-main-player .video-info h3 a:active {
  color: #4aa545;
}
#ja-main-player .video-info span a {
  background: #4aa545;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  left: 40px;
  padding: 5px 8px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
#ja-main-player .video-info span a:hover,
#ja-main-player .video-info span a:focus,
#ja-main-player .video-info span a:active {
  background: #42933d;
  color: #ffffff;
}
#ja-main-player .video-info p {
  font-weight: 300;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#ja-main-player .video-info .btn {
  margin-top: 40px;
}
#ja-main-player .video-info.hidden-info {
  transform: translateX(100%);
  -webkit-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.t3-content.col-xs-12 > .blog {
  margin: 0 -40px;
}
@media (max-width: 991px) {
  .t3-content.col-xs-12 > .blog {
    margin: 0 -20px;
  }
}
.t3-content.col-xs-12 > .blog.no-pageheader {
  margin-top: -40px;
}
.t3-content.col-xs-12 > .blog:not(.blog-movies) > .page-header {
  border-bottom: 1px solid #ebebec;
  padding: 0 40px 40px;
  margin: 0;
}
.t3-content.col-xs-12 > .blog .pagination-wrap,
.t3-content.col-xs-12 > .blog .cat-children {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .t3-content.col-xs-12 > .blog .pagination-wrap,
  .t3-content.col-xs-12 > .blog .cat-children {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.t3-content.col-xs-12 #system-message-container + .blog.no-pageheader {
  margin-top: 0;
}
.blog.no-pageheader {
  margin-top: -40px;
}
.blog .items-leading {
  position: relative;
}
.blog .items-leading .leading {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
}
.blog .items-leading .leading .entry-link {
  border: 0px solid #4aa545;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: border-width 150ms;
  -o-transition: border-width 150ms;
  transition: border-width 150ms;
}
.blog .items-leading .leading .item-thumb {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  z-index: unset;
}
@media (min-width: 768px) {
  .blog .items-leading .leading .item-thumb {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blog .items-leading .leading .item-thumb {
    float: left;
    width: 66.66666667%;
  }
}
.blog .items-leading .leading .item-thumb .category-name {
  z-index: 3;
}
.blog .items-leading .leading .item-content {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 40px 40px 100px 40px;
}
@media (min-width: 768px) {
  .blog .items-leading .leading .item-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blog .items-leading .leading .item-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .blog .items-leading .leading .item-content {
    padding: 20px 20px 100px 20px;
  }
}
.blog .items-leading .leading .item-content .article-footer,
.blog .items-leading .leading .item-content .article-header {
  z-index: 4;
}
.blog .items-leading .leading:hover .entry-link {
  border-width: 5px;
}
.blog .item-thumb {
  position: relative;
}
.blog .item-thumb .category-name {
  background: #4aa545;
  color: #ffffff;
  position: absolute;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  top: 0;
  left: 40px;
  z-index: 2;
}
@media (max-width: 991px) {
  .blog .item-thumb .category-name {
    left: 20px;
  }
}
.blog .item-thumb .category-name a {
  color: #ffffff;
}
.blog .items-row {
  border-bottom: 1px solid #ebebec;
}
@media (max-width: 767px) {
  .blog .items-row:not(.cols-1) .item-content {
    padding-left: 20px;
  }
}
.blog .items-row .item {
  position: relative;
  border-right: 1px solid #ebebec;
}
.blog .items-row .item .ja-video-list,
.blog .items-row .item .ja-gallery-list,
.blog .items-row .item .item-image {
  margin-right: -1px;
}
.blog .item-content {
  padding-top: 40px;
  padding-bottom: 100px;
}
.blog .item-content .readmore {
  margin-top: 20px;
  position: relative;
  z-index: 4;
}
.blog .article-footer {
  bottom: 40px;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .blog .article-footer {
    padding: 0 20px;
  }
}
.blog #infinity-next {
  border-color: #ebebec;
  background: #ebebec;
}
.blog #infinity-next:hover,
.blog #infinity-next:focus,
.blog #infinity-next:active {
  border-color: #dedee0;
  background: #dedee0;
}
.t3-big-sidebar .ja-video-list .btn-play,
.t3-sidebar .ja-video-list .btn-play,
.t3-footer .ja-video-list .btn-play,
.t3-big-sidebar .ja-gallery-list .btn-play,
.t3-sidebar .ja-gallery-list .btn-play,
.t3-footer .ja-gallery-list .btn-play {
  border: 0;
  background: transparent;
  font-size: 16px;
  top: 50%;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.blog-featured .ja-video-list .btn-play,
.blog-featured .ja-gallery-list .btn-play {
  left: 20px;
  bottom: 20px;
}
.ja-gallery-list-wrap .article-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .ja-gallery-list-wrap .article-header h2 {
    font-size: 22px;
  }
}
.ja-gallery-list-wrap .article-header h2 a {
  color: #222222;
}
.ja-gallery-list-wrap .article-header h2 a:hover,
.ja-gallery-list-wrap .article-header h2 a:focus,
.ja-gallery-list-wrap .article-header h2 a:active {
  color: #4aa545;
}
.ja-gallery-list-wrap .article-intro {
  font-size: 15px;
}
.ja-gallery-list-wrap .item-image {
  margin-bottom: 0;
}
.ja-gallery-list-wrap .article-content {
  padding: 40px 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .ja-gallery-list-wrap .article-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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;
  opacity: 0;
  filter: alpha(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;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-indicators > li.active {
  background-color: #4aa545;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-caption {
  background: rgba(0, 0, 0, 0.2);
  bottom: auto;
  left: 0;
  padding: 10px 20px;
  top: 0;
  right: 0;
}
@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;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
html .btn-fullscreen:hover,
html .btn-fullscreen:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
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 #ffffff;
  border-radius: 0;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
html .blueimp-gallery .modal-dialog .modal-header button.close:hover,
html .blueimp-gallery .modal-dialog .modal-header button.close:focus,
html .blueimp-gallery .modal-dialog .modal-header button.close:active {
  border-color: #4aa545;
  color: #4aa545;
}
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: 0;
  right: 0;
  bottom: 0;
}
html .blueimp-gallery .modal-dialog .modal-footer .btn {
  background: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  -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 {
  border-color: #4aa545;
}
html .blueimp-gallery .modal-dialog img {
  max-height: 100%;
  max-width: 100%;
}
.ja-gallery-list {
  position: relative;
  z-index: 1;
}
.ja-gallery-list .btn-play {
  border: 2px solid #4aa545;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  height: 42px;
  width: 42px;
  z-index: 2;
  -webkit-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
@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: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.ja-gallery-list p.img_caption {
  display: none;
}
.blog .item .entry-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: -1px;
  bottom: -1px;
  border: 0px solid #4aa545;
  -webkit-transition: border 150ms;
  -o-transition: border 150ms;
  transition: border 150ms;
}
.blog .item .item-thumb {
  z-index: 3;
}
.blog .item .item-thumb .video-mask,
.blog .item .item-thumb .gallery-mask,
.blog .item .item-thumb .image-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid #4aa545;
  border-bottom: 0;
  -webkit-transition: border 150ms;
  -o-transition: border 150ms;
  transition: border 150ms;
}
.blog .item .item-thumb .image-mask {
  right: -1px;
}
.blog .item .article-footer,
.blog .item .article-aside,
.blog .item .readmore {
  z-index: 4;
}
.blog .item:hover .entry-link,
.blog .item:hover .item-thumb .video-mask,
.blog .item:hover .item-thumb .image-mask,
.blog .item:hover .item-thumb .gallery-mask {
  border-width: 5px;
}
.blog .item-thumb {
  z-index: 1;
}
.blog-movies .items-row {
  border-bottom: 0;
}
.blog-movies .items-row > .row {
  margin-left: -20px;
  margin-right: -20px;
}
.blog-movies .items-row .item {
  padding-right: 20px;
  padding-left: 20px;
  border: 0;
}
.blog-movies .items-row .item:hover .article-title a {
  color: #4aa545;
}
.blog-movies .items-row + .items-row {
  padding-top: 40px;
  border-top: 1px solid #ebebec;
}
.blog-movies .items-row article {
  position: relative;
}
.blog-movies .items-row article.image .item-content {
  padding: 20px 0 0;
  position: relative;
}
.blog-movies .items-row .item div.item-image {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.blog-movies .items-row .content_rating {
  display: none;
}
.blog-movies .items-row .article-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.blog-movies .items-row .article-title a {
  color: #000000;
}
.blog-movies .items-row .article-intro {
  font-size: 12px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.blog-movies .items-row .article-aside {
  background-color: #222222;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  text-align: right;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.blog-movies .items-row .article-aside dd {
  display: inline-block;
  margin-left: 10px;
}
.blog-movies .items-row .article-aside .rating-score {
  display: inline-block;
}
.blog-movies .items-row .jacomment-count {
  display: inline-block;
  margin: 0 0 0 10px;
}
.blog-movies .items-row .jacomment-count a {
  color: #999999;
}
.t3-content.col-xs-12 > .blog-movies {
  margin-left: 0;
  margin-right: 0;
}
.t3-content.col-xs-12 > .blog-movies .page-header {
  padding-right: 0;
  padding-left: 0;
}
.movie-page article {
  padding: 0 0;
}
@media (min-width: 992px) {
  .movie-page article {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .movie-page article {
    padding: 0 160px;
  }
}
.movie-page article .article-sidebar {
  padding: 0 40px 40px;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .movie-page article .article-sidebar {
    padding: 0 20px 20px;
  }
}
.movie-page article .item-content {
  margin-top: 0;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .movie-page article .item-content {
    padding-left: 0;
  }
  .movie-page article .item-content .article-index {
    margin-left: 0;
    width: 100%;
  }
}
.movie-page .content_rating,
.movie-page .content_vote,
.movie-page .content_rating + .form-inline {
  display: none !important;
}
.movie-page .article-image {
  margin-bottom: 0;
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 991px) {
  .movie-page .article-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .movie-page .article-image img {
    width: 100%;
  }
}
.movie-page .article-aside {
  background-color: #222222;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  margin-bottom: 40px;
  margin-left: -40px;
  margin-right: -40px;
  text-align: right;
}
@media (max-width: 991px) {
  .movie-page .article-aside {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.movie-page .article-aside dd {
  display: inline-block;
  margin-left: 10px;
}
.movie-page .article-aside .rating-score {
  display: inline-block;
}
.movie-page .article-aside .jacomment-count {
  display: inline-block;
  margin: 0 0 0 10px;
}
.movie-page .article-aside .jacomment-count a {
  color: #999999;
}
.movie-page .article-aside .jacomment-count a:hover,
.movie-page .article-aside .jacomment-count a:focus,
.movie-page .article-aside .jacomment-count a:active {
  color: #ffffff;
}
.movie-page .extrafileds-list,
.movie-page .rating-info {
  font-size: 12px;
}
.movie-page .extrafileds-list dd,
.movie-page .rating-info dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebec;
}
.movie-page .extrafileds-list span,
.movie-page .rating-info span {
  font-weight: 600;
}
.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 {
  background: #ffffff;
  border: 1px solid #ebebec;
  border-radius: 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.025);
  margin: 0 auto;
  padding: 60px;
  width: 440px;
}
@media screen and (max-width: 767px) {
  .login-wrap {
    padding: 20px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 20px;
  }
}
.login-wrap .page-header h1 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  color: #222222;
  text-align: left;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .login-wrap form .form-group {
    margin-bottom: 20px;
  }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group .checkbox {
  padding-top: 0;
  min-height: 0;
}
.login-wrap form .form-group .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.login-wrap .btn {
  display: block;
  width: 100%;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-wrap .other-links ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}
.login-wrap .other-links ul li a {
  color: #555555;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #4aa545;
}
.login-wrap .other-links ul li + li {
  margin-top: 10px;
}
.logout {
  border: 1px solid #ebebec;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.024);
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.logout .page-header {
  border: 0;
  margin-bottom: 20px;
}
.logout .page-header h1 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
.registration,
.profile-edit {
  border: 1px solid #ebebec;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.024);
  padding: 20px;
}
@media (min-width: 480px) {
  .registration,
  .profile-edit {
    margin: 0 auto;
    padding: 40px;
    width: 440px;
  }
}
.registration legend,
.profile-edit legend {
  border: 0;
}
.registration legend span,
.profile-edit legend span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .registration legend span,
  .profile-edit legend span {
    font-size: 16px;
  }
}
.registration .form-group,
.profile-edit .form-group {
  padding: 0 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .registration .form-group + .form-group,
  .profile-edit .form-group + .form-group {
    margin-top: 30px;
  }
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label {
  color: #222222;
  font-weight: 500;
}
.registration .form-group input.required,
.profile-edit .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: none;
  margin-top: 30px;
  text-align: right;
}
.registration .form-actions > div,
.profile-edit .form-actions > div {
  padding: 0 15px;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset {
  margin: 0 -15px;
}
.profile-edit fieldset > * {
  padding: 0 15px;
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin-bottom: 20px;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.profile-edit #helpsite-refresh {
  margin-top: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group + .form-group {
  padding: 0 60px 0 20px ;
}
@media (max-width: 991px) {
  #user-registration .form-group + .form-group {
    padding: 20px 60px 0 0px ;
  }
}
#user-registration .form-group + .form-group label {
  padding: 20px 0px 0 0;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.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 input,
.remind input {
  width: 100%;
}
.reset .control-label,
.remind .control-label {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .reset .btn,
  .remind .btn {
    margin-left: 10px;
  }
}
.profile {
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.024);
  border: 1px solid #ebebec;
  padding: 40px;
  margin: auto;
}
@media (min-width: 992px) {
  .profile {
    width: 800px;
  }
}
.profile legend {
  border: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.profile .dl-horizontal dt,
.profile .dl-horizontal dd {
  margin-bottom: 10px;
}
.profile .dl-horizontal dt {
  color: #222222;
  font-weight: normal;
}
.profile .dl-horizontal dd {
  color: #999999;
}
.profile #users-profile-core {
  margin-bottom: 20px;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.search .search-box-border {
  border: 1px solid #ebebec;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.024);
  padding: 20px;
  margin: auto;
}
@media (min-width: 992px) {
  .search .search-box-border {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .search .search-box-border {
    padding: 40px;
  }
}
.search .search-box-border .page-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .search .search-box-border .page-title {
    font-size: 22px;
  }
}
.search .search-box-border .form-search {
  text-align: center;
  margin-bottom: 0;
}
.search .search-box-border .form-search input {
  margin: auto auto 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .search .search-box-border .form-search input {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .search .search-box-border .form-search .btn {
    margin-bottom: 10px;
    width: 100%;
  }
}
.search .search-box .chzn-container {
  min-width: 150px;
}
.search .form-limit {
  margin-top: 10px;
  border-bottom: 1px solid #ebebec;
  padding-bottom: 10px;
}
.search .form-limit #limit_chzn {
  display: inline-block;
}
.search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.searchintro {
  color: #222222;
  margin: 40px 0;
  text-align: center;
}
.searchintro .badge {
  background: transparent;
  border-radius: 0;
  color: #4aa545;
  font-size: 18px;
  padding: 0;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
#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;
}
#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-left: 0;
  margin-right: 0;
}
@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 {
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
}
.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-created span {
  color: #333333;
}
.search-results .result-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebec;
}
.search-results .result-item .img-intro {
  border: 1px solid #ebebec;
  padding: 2.5px;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: right;
    width: 30%;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
.search-results .result-item .result-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
}
div.finder {
  border: 1px solid #ebebec;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.024);
  margin: auto;
  padding: 20px;
  text-align: center;
  width: auto;
}
@media (min-width: 992px) {
  div.finder {
    padding: 40px;
    width: 800px;
  }
}
div.finder h1 {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  div.finder h1 {
    font-size: 22px;
  }
}
div.finder div.form-group {
  display: block;
  margin: 0;
}
div.finder div.form-group label {
  display: none;
}
div.finder div.form-group .inputbox {
  margin-bottom: 20px;
  width: 70%;
}
@media (max-width: 767px) {
  div.finder div.form-group .inputbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  div.finder div.form-group .btn {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
div.finder #advancedSearch {
  text-align: left;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.contact h3 {
  color: #333333;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact legend {
  border: none;
  color: #555555;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 10px;
}
.contact input[type="email"],
.contact input[type="text"] {
  border-width: 2px;
  width: 100%;
}
.contact textarea {
  border-width: 2px;
  box-shadow: none;
}
.contact textarea:hover,
.contact textarea:focus,
.contact textarea:active {
  box-shadow: none;
}
@media (max-width: 767px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  color: #555555;
  line-height: 1.71;
  margin-left: 0;
  margin-bottom: 5px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
}
.contact img {
  max-width: 100%;
}
.contact .contact-image {
  margin: 0 0 30px;
}
.contact .map-container {
  max-width: 100% !important;
  margin: 0 0 30px;
  width: 100% !important;
}
.contact label {
  color: #555555;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: transparent;
  border: 2px solid #555555;
  color: #555555;
  padding: 10px 20px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  border-color: #326f2e;
  color: #326f2e;
}
.contact .control-btn .btn-default:hover {
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 20px;
  }
}
.plain-style.row {
  margin: 0;
}
.plain-style.row > [class^="col-"] {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .plain-style.row > [class^="col-"] {
    padding: 0;
  }
}
.plain-style .contact-top {
  margin-bottom: 40px;
}
.plain-style .box-contact {
  color: #222222;
  margin-bottom: 40px;
}
.plain-style .box-contact h3 {
  margin-top: 0;
}
.plain-style .box-contact.box-bg {
  position: relative;
}
.plain-style .box-contact.box-bg p {
  margin: 0;
}
.plain-style .contact-right {
  background: #f7f7f7;
  color: #222222;
  margin-bottom: 40px;
  padding: 40px;
}
@media (max-width: 767px) {
  .plain-style .contact-right {
    padding: 20px;
  }
}
.plain-style .contact-right h3 {
  border-bottom: 2px solid #000000;
  color: #000000;
  font-size: 13px;
  margin: 0 0 20px 0;
  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: #333333;
  color: #ffffff;
  padding: 0;
}
#slide-contact .panel .panel-heading a {
  display: block;
  padding: 10px 20px;
}
#slide-contact .panel .panel-body {
  padding: 40px;
}
#slide-contact .panel .panel-collapse {
  background-color: #f7f7f7;
}
.contact #myTab {
  background: #f7f7f7;
  margin-bottom: 0;
  border-bottom: 1px solid #d7d7d7;
}
.contact #myTab li {
  margin-right: 0;
}
.contact #myTab li a {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #555555;
  font-weight: 600;
  height: 80px;
  line-height: 82px;
  margin-right: 0;
  padding: 0 40px;
  text-transform: uppercase;
}
.contact #myTab li a:hover,
.contact #myTab li a:focus {
  color: #326f2e;
}
.contact #myTab li.active a {
  background-color: transparent;
  border: 1px solid #d7d7d7;
  border-bottom: 1px solid #f7f7f7;
  color: #4aa545;
}
@media (max-width: 991px) {
  .contact #myTab li a {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .contact #myTab li {
    display: block;
    float: none;
  }
  .contact #myTab li a {
    padding: 0 40px;
  }
  .contact #myTab li.active a {
    border: 1px solid #ebebec !important;
  }
}
@media (max-width: 360px) {
  .contact #myTab li a {
    padding: 0 10px;
  }
}
.contact #myTabContent {
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  border-top: 1px solid transparent;
  padding: 40px;
}
.contact #myTabContent .btn-block {
  width: auto !important;
}
.contact-form legend {
  border: 0;
  color: #999999;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
}
.contact-form .form-group {
  margin: 0 -20px 20px;
}
.contact-form .form-group [class^="col-"] {
  padding: 0 20px;
}
.contact-form .form-group.cus-field,
.contact-form .form-group.contact-cap {
  margin-bottom: 0;
}
.contact-form .form-group.cus-field .form_captcha,
.contact-form .form-group.contact-cap .form_captcha {
  margin: 0 0 35px;
  max-width: 240px;
}
.contact-form .checkbox input {
  margin: 3px 0 0 0;
  outline: none;
}
.contact-form .checkbox label {
  color: #555555;
  font-size: 11px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .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;
  }
}
@media (max-width: 380px) {
  .contact-form .contact-cap [class^="col-"] {
    padding: 0 !important;
  }
  .contact-form .contact-cap [class^="col-"] .form_captcha {
    margin-left: -10px !important;
  }
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 0;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cat-children > h3 {
  border-bottom: 2px solid #ebebec;
  display: inline-block;
  color: #222222;
}
.cat-children .page-header {
  line-height: normal;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.cat-children .page-header a {
  color: #555555;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a:active {
  color: #4aa545;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #ebebec;
  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 {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ebebec;
  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 #ebebec;
  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 {
  background: #f7f7f7;
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
}
.pager {
  text-align: right;
}
.pager li {
  color: #999999;
  font-weight: 600;
}
.pager li a {
  background: none;
  border: 0;
  padding: 0;
}
.pager li a:hover,
.pager li a:focus,
.pager li a:active {
  background: transparent;
}
.pager li + li {
  margin-left: 20px;
}
#article-index,
.article-index {
  background: #f7f7f7;
  float: right;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin: 0;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
  color: #333333;
  font-size: 13px;
  padding: 10px;
  margin: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #4aa545;
  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: #4aa545;
  color: #ffffff;
}
.pagenav {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav > li.next {
  float: right;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 2px solid #333333;
  border-radius: 0;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #ebebec;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.languageswitcherload {
  float: right;
}
.languageswitcherload .mod-languages {
  position: relative;
  height: 80px;
  width: 40px;
  overflow: hidden;
}
.languageswitcherload .mod-languages ul.lang-inline li {
  background: #ffffff;
  border-left: 1px solid #ebebec;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
.languageswitcherload .mod-languages ul.lang-inline li a {
  display: inline-block;
  color: #333333;
  line-height: 1.3;
  font-weight: 600;
}
.languageswitcherload .mod-languages ul.lang-inline li a:hover,
.languageswitcherload .mod-languages ul.lang-inline li a:focus,
.languageswitcherload .mod-languages ul.lang-inline li a:active {
  color: #4aa545;
}
.languageswitcherload .mod-languages ul.lang-inline li + li {
  border-top: 1px solid #ebebec;
}
.languageswitcherload .mod-languages ul.lang-inline li.lang-active a {
  color: #4aa545;
}
.languageswitcherload .mod-languages ul.lang-inline li:nth-child(3) {
  position: relative;
}
.languageswitcherload .mod-languages ul.lang-inline li:nth-child(3):before {
  color: #333333;
  content: "...";
  font-size: 20px;
  left: 13px;
  position: absolute;
  top: -32px;
}
.languageswitcherload .mod-languages:hover {
  overflow: visible;
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.mod-preview .mod-preview-wrapper {
  position: relative;
  z-index: 9;
  background-color: transparent;
}
.mod-preview .mod-preview-info {
  z-index: 10;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ebebec;
  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: #ebebec;
}
.btn-group .chzn-results {
  white-space: normal;
}