h1.componentheading,
.componentheading {
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: 33px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.blog .items-row .item {
  margin-bottom: 20px;
}
.blog .items-row .item article {
  padding-bottom: 20px;
  border-bottom: 1px solid #efece1;
}
.blog section.items-more {
  border-bottom: 1px solid #efece1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog section.items-more > h3 {
  font-size: 16px;
  font-weight: bold;
}
.blog section.items-more ol li {
  margin-bottom: 5px;
}
.blog .cat-children > h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.blog .cat-children .item-title {
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}
.blog .cat-children .item-title .btn {
  color: #666666;
  padding: 0 5px;
  margin-left: 5px;
}
.blog .cat-children .item-title .btn:hover {
  background-color: transparent;
  color: #205f93;
}
.blog .article-aside {
  margin-top: -10px;
}
.blog .article-footer {
  overflow: hidden;
}
.edit-icon {
  margin: 0;
  padding: 0;
}
.edit-icon li {
  list-style: none;
  float: left;
  margin: 0 5px;
}
.edit-icon li a {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  text-indent: -999em;
  color: #999999;
  width: 14px;
}
.edit-icon li a .fa {
  font-size: 15px;
  text-indent: 0;
}
.edit-icon li a:hover,
.edit-icon li a:focus,
.edit-icon li a:active {
  color: #205f93;
}
.p-blog .contentpaneopen {
  background: #f7f7f7;
  border-bottom: none;
  min-height: 150px;
  padding: 10px;
}
.p-blog .contentpaneopen .article-image {
  padding: 0 15px 15px 0;
  width: 45%;
}
.p-blog .contentpaneopen .article-image img {
  background: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 0.5s;
  border: 1px solid #eeeeee;
  margin: 0 15px 15px 0;
  padding: 9px;
  width: 100%;
}
.p-blog .contentpaneopen .article-title {
  font-size: 20px;
  margin: 5px 0;
}
.p-blog .contentpaneopen .article-title > a {
  text-shadow: 1px 1px 0 #ffffff;
}
.p-blog .contentpaneopen .article-title > a:hover,
.p-blog .contentpaneopen .article-title > a:active,
.p-blog .contentpaneopen .article-title > a:focus {
  text-decoration: none;
}
.p-blog .contentpaneopen .article-aside {
  margin-bottom: 5px;
  position: relative;
}
.p-blog .contentpaneopen .article-aside .edit-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.p-blog .contentpaneopen:hover .article-image img {
  border-color: #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  opacity: 1;
  filter: alpha(opacity=100);
}
.p-blog .contentpaneopen:hover .article-title > a {
  color: #205f93;
}
.p-blog article {
  border: none !important;
  overflow: hidden;
}
.p-blog .items-row .item {
  margin-bottom: 20px;
}
.profiles .article-title a {
  color: #333333;
}
.profiles .article-title a:hover,
.profiles .article-title a:active,
.profiles .article-title a:focus {
  color: #205f93;
  text-decoration: none;
}
.profiles .article-image img {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0 15px 15px 0;
  padding: 9px;
}
.student-info ul {
  padding-left: 0;
}
.student-info ul li {
  list-style: none;
}
.student-info .info {
  line-height: 22px;
}
.student-info .info li strong {
  color: #666666;
}
.social-links {
  padding: 0;
}
.social-links li {
  display: inline-block;
  margin-right: 5px;
}
.social-links li a {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #999999;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  width: 22px;
}
.social-links li a:hover {
  border-color: #999999;
}
.v-blog .article-image-intro {
  float: none !important;
  margin: 0;
  position: relative;
}
.v-blog .article-image-intro > i {
  color: #ffffff;
  font-size: 75px;
  left: 50%;
  margin-left: -35px;
  margin-top: -45px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  top: 50%;
  text-shadow: 0 0 3px #999999;
  z-index: 10;
}
.v-blog .article-image-intro:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.v-blog .img_caption img {
  margin-bottom: 0 !important;
  max-width: 100%;
}
.v-blog .img_caption p.img_caption {
  background-color: #333333;
  color: #ffffff;
}
.v-blog .article-header .article-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.v-blog .article-aside,
.v-blog .article-footer {
  font-size: 12px;
  margin-bottom: 10px;
}
.v-blog .readmore > a {
  color: #666666;
}
.v-blog .readmore > a:hover,
.v-blog .readmore > a:active,
.v-blog .readmore > a:focus {
  color: #205f93;
}
.e-blog .social-links li {
  margin: 10px 2px 0;
}
.event-infor {
  margin-bottom: 20px;
}
.event-infor .event-time {
  float: left;
  text-align: center;
  width: 180px;
}
@media (max-width: 767px) {
  .event-infor .event-time {
    border: 1px dotted #ddd;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px;
    float: none;
    text-align: left;
    width: auto;
  }
}
.event-infor .event-time span {
  display: block;
  font-size: 1.25em;
  margin-bottom: 5px;
}
.event-infor .event-time strong {
  color: #666666;
}
.event-infor .event-time span.time > i {
  color: #ccc;
  font-size: 20px;
  vertical-align: text-top;
}
.event-infor .event-time a.btn {
  border-radius: 2px;
  border: none;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.event-infor .event-time a.btn:hover {
  background: #000000;
}
.event-infor .event-author {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .event-infor .event-author {
    margin-left: 200px;
  }
}
@media (min-width: 992px) {
  .event-infor .event-author {
    border: none;
    border-left: 1px dotted #ccc;
    float: right;
    margin: 0 0 0 20px;
    padding-left: 20px;
    text-align: center;
    width: 210px;
  }
}
.event-infor .event-author .tag {
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 43px;
  left: 75px;
  top: 2px;
  position: absolute;
}
@media (min-width: 992px) {
  .event-infor .event-author .tag {
    background: url("../../../templates/jyzyedu_com_t3/images/tag-mask-ltr.png") no-repeat scroll left top #333333;
    border-radius: 0;
    height: 19px;
    left: -3px;
    position: absolute;
    top: 5px;
  }
}
.event-infor .event-author .tag.tag-hot {
  background-color: #205f93;
}
.event-infor .event-author .tag.tag-free {
  background-color: #368cd6;
}
.event-infor .event-author .author-title {
  color: #428bca;
  display: block;
  margin-bottom: 5px;
}
.event-infor .event-author .author-avatar {
  float: left;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .event-infor .event-author .author-avatar {
    float: none;
    margin: 0;
  }
}
.event-infor .event-author .author-avatar img {
  background: none repeat scroll 0 0 #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px;
}
.event-infor .event-author p {
  color: #666666;
  font-family: Georgia,serif;
  font-style: italic;
  margin: 10px 0 0;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .event-infor .event-intro {
    margin-left: 200px;
  }
}
.item-page .event-intro {
  font-size: 16px;
  line-height: 28px;
}
.item-page .img-border {
  border: 1px solid #eeeeee;
  padding: 9px;
}
.item-page .category-tag {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 20px;
}
.item-page article .item-image,
.item-page article .article-image {
  margin-right: 20px;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 85%;
  float: left;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info .category-name {
  background: url("../../../templates/jyzyedu_com_t3/images/icon-folder.png") no-repeat left 3px;
  padding-left: 13px;
}
.article-info .published {
  background: url("../../../templates/jyzyedu_com_t3/images/icon-calendar.png") no-repeat left 3px;
  padding-left: 13px;
}
.article-info .createdby {
  background: url("../../../templates/jyzyedu_com_t3/images/icon-user.png") no-repeat left 3px;
  padding-left: 13px;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 10px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro .img-border,
.article-content .img-border {
  border: 1px solid #eeeeee;
  padding: 9px;
}
.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: 20px;
}
@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-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .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 {
    float: none !important;
  }
}
.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: 20px;
}
@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-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .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 {
    float: none !important;
  }
}
@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;
}
.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: #666666;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.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: 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: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 {
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 40px auto;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .login-wrap {
    width: 500px;
  }
}
.login-wrap .page-header {
  background: #0c426f;
  border-bottom: 1px solid #333333;
  color: #ffffff;
  margin: -20px -20px 10px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.login-wrap .page-header h1 {
  font-size: 16px;
  font-weight: bold;
}
.login-wrap .login-description {
  background: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
  font-style: italic;
  margin: -10px -20px 10px;
  padding: 10px 20px 10px 40px;
  text-shadow: 1px 1px 0 #ffffff;
}
.login-wrap .login-description > i[class^="fa"] {
  margin: 2px 0 0 -20px;
  font-size: 16px;
  float: left;
}
.login-wrap form fieldset {
  padding-top: 15px;
}
.login-wrap form .form-group {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .login-wrap form .form-group input {
    margin-bottom: 10px;
  }
}
.login-wrap .remember {
  clear: both;
  margin-bottom: 10px;
}
.login-wrap .remember label {
  font-weight: normal;
  padding-left: 20px;
}
.login-wrap .remember label input[type="checkbox"] {
  margin-top: 2px;
}
.login-wrap .action-button .btn {
  background: #333333;
  border: none;
  text-transform: uppercase;
}
.login-wrap .action-button .btn:hover,
.login-wrap .action-button .btn:active,
.login-wrap .action-button .btn:focus {
  background: #205f93;
}
.login-wrap .other-links {
  padding-top: 20px;
}
.login-wrap .other-links ul {
  padding-left: 0;
}
.login-wrap .other-links ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.login-wrap .other-links ul li a {
  border-bottom: 1px dotted #ccc;
  color: #666666;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:active,
.login-wrap .other-links ul li a:focus {
  border-color: #205f93;
  color: #205f93;
  text-decoration: none;
}
.login-wrap .secret-key {
  clear: both;
}
@media screen and (min-width: 768px) {
  .login-wrap .secret-key {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .login-wrap .secret-key input {
    width: 95%;
  }
}
#login-form .logout-button {
  margin-top: 10px;
}
.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 {
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 40px auto;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .registration {
    width: 600px;
  }
}
.registration .legend {
  background: #0c426f;
  border-bottom: 1px solid #333333;
  margin: -20px -20px 20px -20px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.registration .legend legend {
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.registration .form-actions {
  background: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  margin: 20px -20px 0 -20px;
  padding-bottom: 0;
}
.registration .form-actions .btn {
  text-transform: uppercase;
  margin-right: 10px;
}
.registration .form-actions button.validate {
  background: #333333;
  border: none;
}
.registration .form-actions button.validate:hover,
.registration .form-actions button.validate:active,
.registration .form-actions button.validate:focus {
  background: #205f93;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.admintable #helpsite-refresh {
  margin-top: 10px;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #ffffff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close a:hover {
  color: #205f93;
}
#mailto-window .control-label {
  text-align: left;
}
#mailtoForm .formelm,
#mailtoForm .form-group {
  margin-bottom: 10px;
}
#mailtoForm .formelm,
#mailtoForm .form-group {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label,
#mailtoForm .form-group label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 135px;
}
#mailtoForm .formelm input,
#mailtoForm .formelm input.form-control,
#mailtoForm .form-group input,
#mailtoForm .form-group input.form-control {
  width: 60%;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 50%;
}
#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: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate .form-group,
.remind .form-validate .form-group {
  margin-bottom: 10px;
}
.reset .form-validate fieldset > .form-group:last-child,
.remind .form-validate fieldset > .form-group:last-child {
  margin-bottom: 0;
}
.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;
}
.reset .form-validate #recaptcha_area,
.remind .form-validate #recaptcha_area {
  margin-bottom: 10px;
}
.reset .form-validate .btn,
.remind .form-validate .btn {
  background: #333333;
  color: #ffffff;
}
.reset .form-validate .btn:hover,
.remind .form-validate .btn:hover,
.reset .form-validate .btn:active,
.remind .form-validate .btn:active,
.reset .form-validate .btn:focus,
.remind .form-validate .btn:focus {
  background: #205f93;
}
.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;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#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-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #666666;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  padding-top: 30px;
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
}
.filter-branch.control-group {
  display: table;
}
.filter-branch.control-group .finder-selects {
  margin-right: 10px;
  margin-bottom: 10px;
}
.dropdown-menu > li > a {
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
.contact h3 {
  border: 0 none;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  padding-bottom: 0;
}
.contact legend {
  border: none;
  font-size: 14px;
  font-weight: normal;
}
.contact input[type="radio"],
.contact input[type="checkbox"] {
  margin-top: 3px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact .contact-miscinfo .jicons-icons {
  display: none;
}
.contact .contact-misc .info-block {
  color: #666666;
  margin-bottom: 30px;
  padding: 0 20px 0 44px;
}
.contact .contact-misc .info-block > i[class^="fa"] {
  background: #205f93;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 20px;
  height: 34px;
  line-height: 34px;
  margin: 5px 0 0 -44px;
  text-align: center;
  width: 34px;
  overflow: hidden;
}
.contact .contact-misc .info-block > i[class^="fa"] span {
  display: inline-block;
  text-indent: -99em;
}
.contact .contact-misc .info-block > i.fa-users {
  font-size: 14px;
}
.contact .contact-misc .info-block h4 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contact .tab-content {
  padding-top: 30px;
}
.contact .dl-horizontal dt {
  float: none;
  width: auto;
}
.contact .dl-horizontal dd {
  margin-left: 0;
}
.contact .accordion .accordion-group {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  margin-bottom: 2px;
}
.contact .accordion .accordion-toggle {
  display: block;
  font-weight: bold;
  padding: 10px 20px;
}
.contact .accordion .accordion-body {
  border-top: 1px solid #eeeeee;
  padding: 20px;
}
.contact-address {
  padding-bottom: 30px;
}
.contact-form #jform_contact_name,
.contact-form #jform_contact_emailmsg,
.contact-form #jform_contact_email {
  width: 50%;
  margin-bottom: 10px;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
.contact-form #jform_contact_email_copy-lbl {
  vertical-align: top;
}
.contact-form .btn {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.other-info {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.other-info .contact-map {
  background: #737D8A;
  color: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
}
.other-info .contact-map .map-info {
  float: left;
  padding: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  width: 250px;
}
.other-info .contact-map .map-info > div {
  margin-bottom: 20px;
}
.other-info .contact-map .map-info h3 {
  font-size: 1.333em;
  font-weight: bold;
  margin: 0 0 8px 0;
  text-transform: none;
}
.other-info .contact-map img {
  float: right;
}
@media (min-width: 768px) and (max-width: 992px) {
  .other-info .contact-map img {
    width: 100%;
  }
}
#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: 20px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  color: #666666;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.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 #eeeeee;
  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 {
  border-left: 1px solid #eeeeee;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #eeeeee;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 25%;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
#article-index ul,
.article-index ul {
  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: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #205f93;
  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: #205f93;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.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 #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
.j25 #system-message {
  margin-bottom: 15px;
}
#system-message {
  margin-bottom: 0;
  margin-top: 0;
}
#system-message.alert {
  margin-bottom: 15px;
  padding: 10px;
}
#system-message dt {
  margin-bottom: 10px;
}
#system-message dd {
  margin-left: 0;
}
#system-message > dd > ul {
  border-width: 3px;
  border-style: solid;
  padding: 5px;
  border-radius: 4px;
  font-weight: normal;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
}
#system-message .info.message ul,
#system-message .message ul {
  background-image: none;
  border: 1px solid #bce8f1;
  color: #3a87ad;
}
#system-message .info.message ul li,
#system-message .message ul li {
  font-weight: normal;
  text-indent: 0;
}
#system-message .success.message ul {
  background-image: none;
  border: 1px solid #d6e9c6;
  color: #468847;
}
#system-message .warning.message ul,
#system-message .notice.message ul {
  background-image: none;
  border: 1px solid #faebcc;
  color: #c09853;
}
#system-message .error.message ul {
  background-image: none;
  border: #ebccd1;
  color: #b94a48;
}
.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 {
  display: inline-block;
  float: left;
  margin-top: 16px;
  margin-right: 0;
  width: auto;
  min-width: 70px;
}
@media screen and (min-width: 768px) {
  .languageswitcherload {
    margin-right: 10px;
    float: right;
  }
}
.languageswitcherload ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.languageswitcherload ul.lang-inline {
  float: none;
}
.languageswitcherload ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.edit.item-page #publishing .form-group label {
  display: block;
}
.edit.item-page #publishing .form-group .inputbox {
  display: inline-block;
}
.edit.item-page #publishing .form-group .calendar {
  margin-left: -24px;
}
.tag-category > h2 {
  color: #666666;
  margin-bottom: 30px;
}
.tag-category .category {
  border-color: #eeeeee;
}
.tag-category .category li {
  border-color: #eeeeee;
  padding: 20px 15px;
}
.tag-category .category li > h3 {
  margin-top: 0;
}
.tag-category .tag-body {
  display: block;
}
.tag-category .tag-body img {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .tag-category .tag-body img {
    width: 35%;
    margin-right: 20px;
  }
}
.tag-category .tag-body img.img-border {
  border: 1px solid #ddd;
  padding: 9px;
}
.t3-content .tags span > a {
  background: #f7f7f7;
  border: 1px solid #ddd;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.t3-content .tags span > a:hover,
.t3-content .tags span > a:active,
.t3-content .tags span > a:focus {
  background: transparent;
  border-color: #4394d6;
  color: #205f93;
}
.mod-preview-info {
  z-index: 1000;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-single .chzn-search input {
  height: 28px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  padding: 10px 0;
  height: auto;
}
.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: #cccccc;
  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: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.re-captcha .control-group .control-label {
  float: none;
  text-align: left;
}
.re-captcha .control-group .controls {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  #recaptcha_area {
    max-width: 280px;
  }
}
#recaptcha_area #recaptcha_table input#recaptcha_response_field {
  height: auto;
}
.com_config.view-modules .t3onoff label.on:before {
  text-align: left;
}
div.jiaoshiboke aside.article-aside {
  float: left;
  width: 200px;
}
div.jiaoshiboke aside.article-aside dd {
  display: block;
}
div.jiaoshiboke header.article-header {
  margin-left: 200px;
}