.blog img[align=left],
.blog .img_caption.left,
.blog .pull-left.item-image {
  margin-right: 3%;
  max-width: 37%;
}
@media (max-width: 480px) {
  .blog img[align=left],
  .blog .img_caption.left,
  .blog .pull-left.item-image {
    float: none !important;
    margin: 0 0 28px;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .blog .pull-left + .article-content {
    float: left;
    width: 60%;
  }
}
.blog.events-blog .item-image {
  float: none !important;
  margin-bottom: 28px;
  max-width: inherit;
}
.blog.events-blog .item-image + .article-content {
  float: none;
  width: auto;
}
.blog.events-blog .article-title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 14px;
}
.blog.events-blog .article-footer {
  margin-top: 14px;
}
.blog.events-blog .event-date {
  margin: 0 0 28px;
}
.blog.events-blog .event-info {
  color: #58bd7a;
}
.blog.events-blog .event-info span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.blog.events-blog .event-info span i {
  font-size: 13px;
  display: inline-block;
  width: 16px;
}
.blog-featured img[align=left],
.blog-featured .img_caption.left,
.blog-featured .pull-left.item-image {
  padding-right: 28px;
  max-width: 40%;
}
@media (max-width: 480px) {
  .blog-featured img[align=left],
  .blog-featured .img_caption.left,
  .blog-featured .pull-left.item-image {
    float: none !important;
    padding: 0;
    margin-bottom: 28px;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .blog-featured .pull-left + .article-content {
    float: left;
    width: 60%;
  }
}
.items-leading .leading {
  border: 1px solid #eeeeee;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 56px;
  padding: 28px;
}
@media (max-width: 767px) {
  .items-leading .leading {
    margin-bottom: 28px;
  }
}
.items-row .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .items-row .item {
    margin-bottom: 28px;
  }
}
.divider-vertical {
  margin: 0 0 56px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 11px;
  font-family: "Microsoft YaHei", 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.article-aside a {
  font-weight: 500;
}
.article-info {
  float: left;
  margin: 0;
  width: 85%;
}
.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;
}
@media (max-width: 767px) {
  .article-info dd {
    margin-bottom: 7px;
  }
}
.article-info .fa {
  display: none;
}
.category-name a {
  background: #f7f7f7;
  font-weight: 500;
  padding: 3px 8px;
}
figure.pull-right {
  margin: 0 0 56px 28px;
}
figure figcaption {
  background-color: #eeeeee;
  display: block;
  padding: 10px 0;
  margin-bottom: 28px;
  text-align: center;
}
.article-footer {
  color: #999999;
  font-size: 11px;
  font-family: "Microsoft YaHei", 'Roboto', sans-serif;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.readmore {
  text-align: right;
  font-family: "Microsoft YaHei", 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
.tags .label {
  background: #eeeeee;
  color: #999999;
  display: inline-block;
  margin: 0 7px 7px 0;
  font-size: 11px;
  font-family: "Microsoft YaHei", 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.tags .label::before {
  content: "#";
}
.tags .label:hover,
.tags .label:focus,
.tags .label:active {
  background: #179ec6;
  color: #ffffff;
}
.tags .badge {
  background: #eeeeee;
  color: #999999;
  display: inline-block;
  margin: 0 7px 7px 0;
  font-size: 11px;
  font-family: "Microsoft YaHei", 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
}
.tags .badge::before {
  content: "#";
}
.tags .badge:hover,
.tags .badge:focus,
.tags .badge:active {
  background: #179ec6;
  color: #ffffff;
}
.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-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .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 42px 28px 0;
    max-width: 40%;
  }
}
.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-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .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 28px 42px;
    max-width: 40%;
  }
}
.article-image-full {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.article-content blockquote {
  display: inline-block;
}
.article-content .tabs > .tabs {
  display: inline-block;
  margin-right: 28px;
}
.article-content .tabs > .tabs a {
  border-bottom: 1px solid transparent;
  color: #666666;
  font-size: 18px;
}
.article-content .tabs > .tabs.open a {
  border-bottom-color: #179ec6;
  color: #179ec6;
}
.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: 28px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 28px;
}
.img-fulltext-right {
  float: right;
  margin-left: 28px;
}
.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 {
  background: transparent;
  box-shadow: none;
  color: #999999;
  font-size: 12px;
  padding: 0;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.ja-events-wrap {
  background: #179ec6;
  padding: 30px;
  margin: 0 0 30px 0;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .ja-events-wrap {
    float: left;
    width: 50%;
    margin: 0 30px 30px 0;
  }
}
@media screen and (min-width: 1400px) {
  .ja-events-wrap {
    width: 40%;
  }
}
.ja-events-wrap .img-logo {
  margin-bottom: 28px;
}
.ja-events-wrap h1 {
  color: #ffffff;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .ja-events-wrap h1 {
    font-size: 32px;
  }
}
.ja-events-wrap .event-info {
  font-size: 15px;
}
.ja-events-wrap .event-info i {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
}
.tag-category h2 {
  color: #333333;
}
.tag-category .filters {
  margin: 0 0 28px 0;
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tag-category .filters .btn-group {
    float: none !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tag-category .filters .btn-group.pull-right {
    float: none !important;
    margin-top: 14px;
    width: auto;
  }
}
.tag-category .filters input {
  margin-right: 14px;
}
.tag-category .filters button.btn {
  font-size: 15px;
}
.tag-category .category .media {
  background: none;
  padding: 28px 0;
  border-top: 1px solid #eeeeee;
  margin: 0;
}
.tag-category .category .media .media-object {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .tag-category .category .media .media-object {
    max-width: 20%;
    margin-right: 28px;
  }
}
@media screen and (max-width: 991px) {
  .tag-category .category .media .media-object.pull-left {
    float: none !important;
    height: auto;
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }
}
.tag-category .category .media .media-body .title {
  margin-bottom: 14px;
  margin-top: 0;
  font-size: 24px;
}
.tag-category .category .media .media-body .title a {
  color: #333333;
}
.tag-category .category .media .media-body .title a:hover,
.tag-category .category .media .media-body .title a:focus {
  color: #0f6781;
}
.tag-category .category .media .media-body p:last-child {
  margin: 0;
}
.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;
}
.row-fluid:after {
  display: block;
  content: "";
  clear: both;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 28px;
  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;
}
@media screen and (min-width: 992px) {
  .login-wrap {
    width: 768px;
    margin: 0 auto;
  }
}
.login-wrap .page-header {
  border: none;
  text-align: center;
}
.login-wrap .page-header h1 {
  line-height: normal;
  font-size: 32px;
  display: inline-block;
  text-transform: uppercase;
}
.login-wrap .login {
  background: #026db9;
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .login-wrap .login {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .login-wrap .login .form-horizontal {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
}
.login-wrap .login-image {
  height: 100%;
  left: 0;
  top: 0;
  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: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .login-wrap .form-left {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.login-wrap .form-left .control-label {
  padding-top: 0;
  text-align: left;
}
.login-wrap .form-left .control-label label {
  font-weight: 400;
}
.login-wrap .form-left .control-input input {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  width: 100%;
}
.login-wrap .form-left .control-input input:focus {
  color: #ffffff;
}
.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: 14px;
}
.login-wrap .form-left .other-links ul li a {
  color: #eeeeee;
  font-size: 11px;
}
.login-wrap .form-left .other-links ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.login-wrap .form-right {
  color: #ffffff;
  text-align: center;
  padding: 56px 0;
}
.login-wrap .form-right .register {
  position: relative;
  top: 25%;
}
.login-wrap .form-right .register .login-description {
  font-size: 17px;
  padding: 0 28px;
  margin-bottom: 56px;
}
@media screen and (min-width: 480px) {
  div.logout .form-horizontal {
    background: #026db9;
    color: #ffffff;
    padding: 28px;
    margin: 28px auto;
    text-align: center;
    width: 400px;
  }
}
div.logout .page-header {
  border: none;
  text-align: center;
}
div.logout .page-header h1 {
  line-height: normal;
  font-size: 32px;
  display: inline-block;
  text-transform: uppercase;
}
div.logout .control-group,
div.logout .control-group .controls {
  margin: 0;
}
#jform_captcha .grecaptcha-badge {
  z-index: 99;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
#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_privacyconsent_privacy-lbl a.modal:hover,
#jform_consentbox-lbl a.modal:hover,
#jform_terms_terms-lbl a.modal:hover,
#jform_profile_tos-lbl a.modal:hover {
  color: #cc0000;
}
#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: 14px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .registration,
  .profile-edit,
  .reset,
  .remind {
    width: 500px;
    margin: 0 auto;
  }
}
.registration > .form-vertical,
.profile-edit > .form-vertical,
.reset > .form-vertical,
.remind > .form-vertical {
  background: #026db9;
  color: #ffffff;
  position: relative;
  padding: 30px;
}
.registration > .form-vertical legend,
.profile-edit > .form-vertical legend,
.reset > .form-vertical legend,
.remind > .form-vertical legend {
  border: none;
  color: #ffffff;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
}
@media (max-width: 767px) {
  .registration > .form-vertical legend,
  .profile-edit > .form-vertical legend,
  .reset > .form-vertical legend,
  .remind > .form-vertical legend {
    font-size: 24px;
  }
}
.registration > .form-vertical legend + .form-group,
.profile-edit > .form-vertical legend + .form-group,
.reset > .form-vertical legend + .form-group,
.remind > .form-vertical legend + .form-group {
  display: none;
}
.registration .control-group label,
.profile-edit .control-group label,
.reset .control-group label,
.remind .control-group label {
  font-weight: 400;
}
.registration .control-group .field-calendar input,
.profile-edit .control-group .field-calendar input,
.reset .control-group .field-calendar input,
.remind .control-group .field-calendar input {
  display: inline-block;
  height: 45px;
}
.registration .control-group .field-calendar .btn,
.profile-edit .control-group .field-calendar .btn,
.reset .control-group .field-calendar .btn,
.remind .control-group .field-calendar .btn {
  color: #026db9;
}
.registration .page-header,
.profile-edit .page-header,
.reset .page-header,
.remind .page-header {
  border: none;
  text-align: center;
}
.registration .page-header h1,
.profile-edit .page-header h1,
.reset .page-header h1,
.remind .page-header h1 {
  line-height: normal;
  font-size: 32px;
  display: inline-block;
  text-transform: uppercase;
}
.registration .control-group,
.profile-edit .control-group,
.reset .control-group,
.remind .control-group {
  margin-bottom: 28px;
}
.registration .form-group,
.profile-edit .form-group,
.reset .form-group,
.remind .form-group {
  margin: 0 0 28px 0;
}
.registration .form-group:first-child,
.profile-edit .form-group:first-child,
.reset .form-group:first-child,
.remind .form-group:first-child {
  margin-bottom: 0;
  width: 100%;
}
.registration .form-group:first-child .control-label,
.profile-edit .form-group:first-child .control-label,
.reset .form-group:first-child .control-label,
.remind .form-group:first-child .control-label {
  padding-top: 0;
}
.registration .form-group > [class^="col-"],
.profile-edit .form-group > [class^="col-"],
.reset .form-group > [class^="col-"],
.remind .form-group > [class^="col-"] {
  padding: 0 28px;
}
.registration .control-label,
.profile-edit .control-label,
.reset .control-label,
.remind .control-label {
  text-align: left;
}
.registration .control-label label,
.profile-edit .control-label label,
.reset .control-label label,
.remind .control-label label {
  font-weight: 400;
}
.registration input,
.profile-edit input,
.reset input,
.remind input {
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  color: #ffffff;
}
.registration .form-actions,
.profile-edit .form-actions,
.reset .form-actions,
.remind .form-actions {
  background: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.registration .form-control-feedback,
.profile-edit .form-control-feedback,
.reset .form-control-feedback,
.remind .form-control-feedback {
  display: none;
}
.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;
}
.reset .control-label label,
.remind .control-label label {
  white-space: nowrap;
}
.reset .control-group input,
.remind .control-group input {
  border: 1px solid #eeeeee;
}
.reset fieldset > p,
.remind fieldset > p {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
  padding: 28px;
}
@media (max-width: 767px) {
  .form-horizontal .control-group .controls {
    margin-left: 0;
  }
}
.com_mailto.com_mailto body {
  padding: 14px;
  height: 100%;
}
.com_mailto.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto.com_mailto .t3-content {
  width: auto;
}
.com_mailto.com_mailto .window-mainbody {
  height: 100%;
  overflow: auto;
}
#mailto-window {
  background: #ffffff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window > h2 {
  font-size: 24px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 28px;
}
#mailtoForm .form-group {
  margin: 0 -15px 14px;
}
#mailtoForm .form-group > [class^="col-"] {
  padding: 0 28px;
}
#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 .form-validate p,
.remind .form-validate p {
  background: transparent;
  margin-bottom: 28px;
  padding: 0;
  border-radius: 0px;
}
.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: 992px) {
  .profile {
    width: 768px;
    margin: 0 auto;
  }
}
.profile legend {
  border: none;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .profile legend {
    margin-left: 180px;
  }
}
.profile > .profile-box {
  background: #026db9;
  color: #ffffff;
  position: relative;
  padding: 30px;
}
@media (max-width: 767px) {
  .profile > .profile-box .dl-horizontal dd {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .profile > .profile-box fieldset {
    width: 100%;
  }
}
.profile .page-header {
  border: none;
  text-align: center;
}
.profile .page-header h1 {
  line-height: normal;
  font-size: 32px;
  display: inline-block;
  text-transform: uppercase;
}
.profile-edit {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit .control-label {
  padding-top: 0;
}
@media (min-width: 768px) {
  .profile-edit .col-sm-6 {
    width: 50%;
  }
}
.profile-edit input#jform_username {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.profile-edit #helpsite-refresh {
  background: rgba(255, 255, 255, 0.05);
  margin-top: 14px;
}
.profile-edit #helpsite-refresh:hover,
.profile-edit #helpsite-refresh:focus,
.profile-edit #helpsite-refresh:active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.profile-edit #member-profile {
  background: #026db9;
  color: #ffffff;
  position: relative;
  padding: 30px;
}
.profile-edit #member-profile legend {
  color: #ffffff;
}
.profile-edit fieldset {
  margin-bottom: 30px;
}
.profile-edit .profile-privacyconsent .col-md-6 {
  width: 100%;
}
.profile-edit .profile-privacyconsent #jform_privacyconsent_privacy {
  border: none;
}
.profile-edit .profile-privacyconsent .t3onoff label {
  height: 36px;
}
.profile-edit .profile-privacyconsent .t3onoff label:before {
  padding: 6px 18px;
}
.profile-edit .profile-profile .form-group + .controls {
  float: left;
  clear: both;
  max-width: 50%;
  padding-left: 12px;
}
.profile-edit .profile-profile .control-group {
  padding: 0 12px;
  float: left;
}
.profile-edit .profile-profile .control-group .controls {
  margin-left: 0;
}
.profile-edit .profile-profile .control-group .controls input {
  width: 200px;
  float: left;
  height: 45px;
}
.profile-edit .profile-profile .control-group .controls .btn-secondary {
  color: #026db9;
}
.view-search .search h1.page-title {
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 28px;
}
.view-search .search .search-box-border {
  padding: 28px;
  border: 2px solid #179ec6;
  margin-bottom: 28px;
}
.view-search .search .searchintro {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
}
.view-search .search .searchintro .badge {
  font-size: 18px;
  background: #eeeeee;
  color: #179ec6;
  border-radius: 0;
}
.view-search .search .form-limit {
  margin-top: 14px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 14px;
}
.view-search .search .form-limit #limit_chzn {
  display: inline-block;
}
.view-search .search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 28px 0;
}
#searchForm legend {
  margin-bottom: 14px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 28px;
}
#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: #eeeeee;
  -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: #179ec6;
}
#searchForm .input-group .input-group-btn .btn {
  border: 1px solid #eeeeee;
  height: 55px;
}
#search-form {
  background: #f7f7f7;
  padding: 30px;
}
#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: 14px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  display: block;
  margin-bottom: 14px;
}
#search-form .word .form-group label {
  color: #333333;
  font-size: 32px;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#search-results {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 28px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 17px;
  margin-top: 28px;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
  text-transform: uppercase;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 28px;
}
.search-results .result-created {
  font-size: 13px;
  color: #999999;
}
.search-results .result-item {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
}
.search-results .result-item .img-intro {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: left;
    width: 40%;
    padding: 0 20px 10px 0;
  }
}
@media (min-width: 1400px) {
  .search-results .result-item .img-intro {
    width: 20%;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
.search-results .result-item .result-title {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1.9;
}
.search-results .result-item .result-title a {
  color: #222222;
  border-bottom: 1px solid transparent;
}
.search-results .result-item .result-title a:hover,
.search-results .result-item .result-title a:focus,
.search-results .result-item .result-title a:active {
  color: #000000;
  border-bottom-color: #eeeeee;
}
div.finder {
  margin-bottom: 28px;
}
div.finder .search-box-border {
  padding: 28px;
  border: 2px solid #179ec6;
  margin-bottom: 28px;
}
div.finder .search-box-border h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  div.finder #smartsearch-btn {
    margin-bottom: 14px;
    vertical-align: top;
  }
}
div.finder #advancedSearch .advanced-search-tip + hr {
  display: none;
}
@media (max-width: 767px) {
  div.finder .form-horizontal .control-group .controls {
    margin-left: 0;
    margin-top: 14px;
  }
}
div.finder #search-results h2 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 14px;
}
div.finder .filter-branch:before,
div.finder .filter-branch:after {
  content: " ";
  display: table;
}
div.finder .filter-branch:after {
  clear: both;
}
div.finder .filter-branch > div {
  margin-right: 14px;
  margin-bottom: 14px;
}
div.finder .form-inline > label {
  text-align: left;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 14px;
  display: block;
  color: #333333;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  div.finder .form-inline > label {
    font-size: 24px;
  }
}
div.finder .form-inline .input-group {
  display: block;
  margin-bottom: 28px;
}
div.finder .form-inline .input-group .js-finder-search-query {
  margin-bottom: 14px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
#searchForm .phrases-box,
#searchForm .ordering-box {
  margin-bottom: 28px;
}
#searchForm .radio,
#searchForm .checkbox {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#searchForm .radio + .radio,
#searchForm .checkbox + .radio,
#searchForm .radio + .checkbox,
#searchForm .checkbox + .checkbox {
  margin: 0 0 0 10px;
}
#searchForm .btn-toolbar {
  margin-bottom: 28px;
}
.contact-wrap .container.t3-mainbody {
  padding: 0;
  width: 100%;
}
.contact-wrap .container.t3-mainbody > .row {
  margin: 0;
}
.contact-wrap .container.t3-mainbody > .row .t3-content {
  padding: 0;
}
.contact-wrap .container.t3-mainbody .alert {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
}
.contact .profile-user {
  background: #ffffff;
  border-radius: 0px;
}
.contact .profile-user h3 {
  border-bottom: 1px solid #eeeeee;
  padding: 28px;
  margin: 0;
}
.contact .profile-user #users-profile-custom {
  padding: 28px;
}
.contact .profile-user dt {
  display: inline-block;
  width: auto;
  text-align: left;
  margin-right: 14px;
}
.contact .profile-user dt,
.contact .profile-user dd {
  margin-right: 10px;
}
.contact .profile-user .hasPopover {
  margin-bottom: 0;
}
.contact .checkbox {
  padding-top: 5px;
}
.contact .checkbox input[type="checkbox"] {
  margin-left: 0;
  margin-top: 6px;
}
.contact .control-btn {
  text-align: right;
}
@media (max-width: 991px) {
  .contact .control-btn {
    margin-top: 14px;
  }
}
.contact .form-group {
  margin-bottom: 28px;
}
.contact .form-control-feedback {
  display: none;
}
.plain-style .page-header {
  border: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  .plain-style .page-header {
    margin-bottom: 28px;
  }
}
.plain-style .page-header h2 {
  color: #222222;
  font-size: 45px;
  margin: 0;
}
@media (max-width: 767px) {
  .plain-style .page-header h2 {
    font-size: 24px;
  }
}
.plain-style .page-header span {
  display: block;
  color: #026db9;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.plain-style .control-group .control-label {
  text-align: left;
}
.plain-style .control-group .controls {
  margin-left: 0;
  float: left;
}
@media (max-width: 767px) {
  .plain-style .form-group {
    margin-bottom: 0;
  }
  .plain-style .form-group.contact-mes {
    margin-bottom: 14px;
  }
}
.plain-style .address-top .contact-address {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.plain-style .address-top .address-detail {
  margin-bottom: 30px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
@media (max-width: 767px) {
  .plain-style .address-top .address-detail {
    margin-bottom: 28px;
    width: 100%;
  }
}
.plain-style .address-top .address-detail > span {
  border: 1px solid #eeeeee;
  color: #666666;
  display: block;
  padding: 56px 28px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .plain-style .address-top .address-detail > span {
    padding: 14px;
  }
}
.plain-style .address-top .address-detail > span a {
  color: #222222;
  font-weight: 700;
}
.plain-style .address-top .address-detail > span a:hover,
.plain-style .address-top .address-detail > span a:focus,
.plain-style .address-top .address-detail > span a:active {
  color: #179ec6;
}
.plain-style .address-top .address-detail > span .fa {
  color: #026db9;
  display: block;
  font-size: 32px;
  margin-bottom: 28px;
}
.plain-style .address-top .address-detail > span > span {
  color: #026db9;
  display: block;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.plain-style .detail-contact .contact-left {
  background: #f7f7f7;
  padding: 30px;
}
@media (max-width: 767px) {
  .plain-style .detail-contact .contact-left {
    padding: 28px;
    margin-bottom: 28px;
  }
}
.plain-style .detail-contact .form-title {
  margin-bottom: 28px;
}
.plain-style .detail-contact .form-title span {
  display: block;
  color: #179ec6;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.plain-style .detail-contact .form-title h3 {
  color: #222222;
  margin: 0;
}
.plain-style .detail-contact .contact-form legend {
  border: 0;
  display: inline-block;
  margin: 0;
}
.plain-style .detail-contact .contact-form .form-group input[type="text"],
.plain-style .detail-contact .contact-form .form-group input[type="password"],
.plain-style .detail-contact .contact-form .form-group input[type="email"] {
  width: 100%;
}
.plain-style .detail-contact .contact-form label.control-label {
  font-size: 14px;
  font-weight: 400;
}
.plain-style .contact-links li {
  display: inline-block;
  margin-right: 9.33333333px;
  margin-bottom: 9.33333333px;
  padding-left: 0;
  position: relative;
}
.plain-style .contact-links li > a {
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #555555;
  padding: 9.33333333px 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.plain-style .contact-links li > a:hover,
.plain-style .contact-links li > a:focus,
.plain-style .contact-links li > a:active {
  background-color: #eaeaea;
}
.plain-style .contact-misc {
  display: block;
  margin: 28px 0;
}
.plain-style .contact-misc h3 {
  color: #222222;
}
#slide-contact .panel {
  box-shadow: none;
}
#slide-contact .panel .fa {
  margin-right: 7px;
  width: 15px;
}
#slide-contact .panel .accordion-toggle {
  font-size: 15px;
}
#slide-contact .contact-form input[type="text"],
#slide-contact .contact-form input[type="email"],
#slide-contact .contact-form input[type="password"] {
  width: 100%;
}
#myTab {
  border: 0;
}
@media (max-width: 767px) {
  #myTab > li {
    display: block;
    float: none;
    margin-bottom: 14px;
  }
}
#myTab > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #333333;
  font-weight: 700;
  padding: 0 0 9.33333333px;
  line-height: 1;
  margin-right: 28px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #myTab > li > a {
    display: inline-block;
  }
}
#myTab > li > a:hover,
#myTab > li > a:focus,
#myTab > li > a:active {
  border-bottom-color: #179ec6;
  background-color: transparent;
  color: #179ec6;
}
#myTab > li.active a {
  background: transparent;
  border-bottom-color: #179ec6;
  color: #179ec6;
}
.contact #myTabContent {
  background-color: #f4f4f4;
  padding: 28px;
  margin-top: 14px;
}
.contact #myTabContent .fa {
  margin-right: 7px;
  width: 15px;
}
.contact #myTabContent .contact-form input[type="text"],
.contact #myTabContent .contact-form input[type="email"],
.contact #myTabContent .contact-form input[type="password"] {
  width: 100%;
}
.contact #myTabContent .tab-pane:before,
.contact #myTabContent .tab-pane:after {
  content: " ";
  display: table;
}
.contact #myTabContent .tab-pane:after {
  clear: both;
}
.contact #myTabContent .thumbnail {
  max-width: 200px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
.contact-form #jform_contact_message:focus {
  box-shadow: none;
}
@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 legend {
  font-size: 14px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
#jform_captcha {
  max-width: 250px;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 992px) {
  .categories-list .row .col-md-4 {
    width: 33.2%;
  }
}
.categories-list .cat-detail {
  border: 1px solid #eeeeee;
  padding: 28px;
  height: 100%;
}
.categories-list a {
  color: #333333;
}
.categories-list a:hover,
.categories-list a:focus,
.categories-list a:active {
  color: #179ec6;
}
.categories-list .category-item {
  margin-bottom: 30px;
}
.categories-list .badge {
  vertical-align: middle;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 14px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 15px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 14px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 28px;
  margin-bottom: 28px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 28px;
}
.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 #eeeeee;
  padding-bottom: 28px;
  margin-bottom: 28px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 28px;
  font-size: 17px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 15px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 17px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 14px;
  padding: 14px 28px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 28px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 0px;
  float: right;
  padding: 10px;
  margin: 0 0 28px 28px;
  width: 25%;
}
@media (max-width: 767px) {
  #article-index,
  .article-index {
    margin: 0 0 28px 0;
    padding: 0;
    width: 100%;
  }
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #179ec6;
  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: #179ec6;
  color: #ffffff;
}
.pagenav {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.next {
  float: right;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  color: #555555;
  font-family: "Microsoft YaHei", 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  color: #333333;
  margin: 0 0 28px;
}
.items-more .nav {
  border: 0;
}
.items-more .nav > li + li {
  margin-top: 14px;
}
.items-more .nav > li > a {
  border: 0;
  color: #333333;
  font-size: 15px;
  padding: 0;
  text-transform: none;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  color: #0f6781;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 14px 0;
}
.display-limit {
  margin: 14px 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: 15px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: left;
  }
}
.languageswitcherload div.mod-languages ul.lang-inline li {
  margin: 0;
  position: relative;
  display: inline-block;
}
.languageswitcherload div.mod-languages ul.lang-inline li > a {
  height: 40px;
  line-height: 40px;
}
.languageswitcherload div.mod-languages ul.lang-inline li + li {
  margin-left: 14px;
  padding-left: 14px;
}
.languageswitcherload div.mod-languages ul.lang-inline li + li:before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.languageswitcherload div.mod-languages ul.lang-inline li.lang-active > a {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 14px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
  padding: 10px 0;
}
.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: #e4e4e4;
  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: #e4e4e4;
}
.btn-group .chzn-results {
  white-space: normal;
}
.js-stools .js-stools-container-filters .js-stools-field-filter .chzn-choices {
  border-radius: 5px;
}
.js-stools .js-stools-container-filters .js-stools-field-filter #filter_tag_chzn,
.js-stools .js-stools-container-filters .js-stools-field-filter #filter_category_id_chzn,
.js-stools .js-stools-container-filters .js-stools-field-filter #filter_access_chzn,
.js-stools .js-stools-container-filters .js-stools-field-filter #filter_author_id_chzn {
  width: auto !important;
}
.js-stools .js-stools-container-filters .js-stools-field-filter #filter_tag_chzn ul li input,
.js-stools .js-stools-container-filters .js-stools-field-filter #filter_category_id_chzn ul li input,
.js-stools .js-stools-container-filters .js-stools-field-filter #filter_access_chzn ul li input,
.js-stools .js-stools-container-filters .js-stools-field-filter #filter_author_id_chzn ul li input {
  width: 216px !important;
  height: 24px !important;
}
#member-profile .controls .chzn-drop {
  color: #444;
}
#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 .iframe,
#modal-consentbox .iframe {
  max-height: 739.6px;
}
#modal-jform_consentbox .modal-body {
  max-height: 770.3px;
}
#modal-jform_consentbox .iframe {
  max-height: 739.6px;
}
#modal-consentbox .modal-header h3 {
  font-size: 26px;
  margin: 0;
}
#modal-consentbox .modal-body {
  max-height: 220px;
}
#modal-consentbox .iframe {
  max-height: 200px;
}
#sbox-window #sbox-content iframe {
  max-height: 100%;
  max-width: 100%;
}