.blog-featured {
  background: #fff;
  padding: 20px;
}
.blog-featured hr {
  display: none;
}
.items-leading {
  background: #fff;
  padding: 20px;
}
.items-leading .leading {
  margin-bottom: 30px;
}
.items-row {
  background: #fff;
  min-height: 240px;
}
.items-row .item {
  padding: 20px;
}
.divider-vertical {
  margin: 0 0 10px;
  border: 0;
}
.item-page {
  background: #fff;
  padding: 20px;
}
.article-aside {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 10px 0;
}
.article-info {
  margin: 0;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin: 3px 10px 3px 0;
  white-space: nowrap;
}
.article-info dd span a {
  color: #444;
}
.article-info dd span a:hover,
.article-info dd span a:focus,
.article-info dd span a:active {
  color: #1ba1e2;
}
.article-info dd.createdby {
  background: url(/templates/ja_mero/images/icon-user.png) no-repeat left center;
  padding-left: 25px;
}
.article-info dd.published {
  background: url(/templates/ja_mero/images/icon-date.png) no-repeat left center;
  padding-left: 25px;
}
.article-info dd.category-name {
  background: url(/templates/ja_mero/images/icon-category.png) no-repeat left center;
  padding-left: 25px;
}
.article-footer {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
}
article img[align=left],
.img_caption.left {
  margin: 0 10px 20px 0;
}
article img[align=right],
.img_caption.right {
  margin: 0 0 20px 10px;
}
.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: 10px;
}
.img-fulltext-right {
  float: right;
  margin-left: 10px;
}
.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;
}
.article-content img[align="right"],
.article-content .img_caption.right,
.article-intro img[align="right"],
.article-intro .img_caption.right {
  margin-top: 5px;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 11px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
.pull-none {
  margin-bottom: 30px;
}
article aside .btn-group > .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .inputbox {
  width: 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 .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .inputbox {
  width: 70%;
}
#mailtoForm .button {
  margin-right: 5px;
}
#adminForm .controls .editor {
  *zoom: 1;
}
#adminForm .controls .editor:before,
#adminForm .controls .editor:after {
  display: table;
  content: "";
  line-height: 0;
}
#adminForm .controls .editor:after {
  clear: both;
}
.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 .inputbox {
  margin-left: 10px;
  width: 200px;
}
.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: #eee;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  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;
}
.profile {
  background: #fff;
  padding: 20px;
}
.profile #users-profile-core {
  width: 100%;
}
.profile .dl-horizontal dd {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 20px;
  margin-left: 120px;
}
.profile .dl-horizontal dt {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
#ja-mainbody .search {
  background: #fff;
  padding: 20px;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm .phrases-box .radio {
  padding-top: 0;
}
#searchForm .phrases-box .radio input[type="radio"] {
  margin-top: 3px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.search .only legend {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.search .only label {
  display: block;
  float: left;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 15px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 11px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 11px;
  color: #999;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
.contact-form input[type^="checkbox"] {
  vertical-align: top;
}
.contact-form input[type^="checkbox"] + label {
  display: inline-block;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.categories-list .category-desc {
  background: #1ba1e2;
  color: #fff;
  margin-bottom: 10px;
  min-height: 240px;
  padding: 0;
}
.categories-list .category-desc a {
  text-decoration: underline;
}
.categories-list .category-desc h2 {
  color: #fff;
  margin: 0 0 -10px;
  padding: 10px 20px 0;
}
.categories-list .category-desc p {
  padding: 20px;
}
.categories-list .category-item {
  background: #fff;
  margin-bottom: 10px;
  min-height: 240px;
}
.categories-list .category-item .item-title {
  border: 0;
  margin-bottom: 0;
  padding: 10px 20px;
}
.categories-list .category-item .category-desc {
  background: #fff;
  color: #444;
  min-height: 1px;
  padding: 0 20px 20px;
}
.categories-list .category-item .category-desc p {
  padding: 0;
}
.category-list {
  background: #fff;
  padding: 20px;
}
.newsfeed {
  background: #fff;
  padding: 20px;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.newsfeed-category form {
  overflow: hidden;
}
.feed-description {
  margin-bottom: 40px;
}
.edit {
  background: #fff;
  padding: 20px;
}
.edit .nav-tabs > .active > a {
  background: transparent;
}
.edit .nav-tabs > li > a:hover {
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #444;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edit.item-page #editor-xtd-buttons,
.edit.item-page .toggle-editor {
  margin-top: 40px;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 0px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
div.weblink-category table.category td > p {
  padding-right: 30px;
}
div.weblink-category table.category ul.actions {
  float: right;
  margin: -30px 0 0 0;
  padding: 0;
  list-style: none;
}
.weblink-category table.category ul.actions li a {
  background: none;
  padding-left: 0;
}
.weblink-category ul li a.category {
  background: none !important;
  padding-left: 0 !important;
}
.weblink-category ul.category li {
  padding: 5px;
}
.weblink-category ul.category li a {
  background: none;
  padding-left: 0;
}
.article-content .pagination ul {
  border-left: 1px solid #ddd;
}
.article-content .pagination ul li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  border-left: 0;
}
.article-content .pagination ul a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.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 {
  background: #666;
  border: 1px solid #666;
  color: #fff;
  padding: 8px 10px;
  line-height: normal;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagenav li a:hover {
  background-color: #1ba1e2;
  border-color: #1ba1e2;
  color: #fff;
}
.counter {
  display: none;
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
div.pagination {
  background: #222222;
  margin: -12px 0 20px;
  line-height: 1;
  text-align: center;
}
div.pagination ul.pagination-list {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  background: transparent;
  border: 0;
  color: #999;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li > a:hover {
  background: #1ba1e2;
  color: #fff;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li:last-child > a:hover {
  background: #1ba1e2;
  color: #fff;
}
.items-more {
  background: #fff;
  padding: 10px;
}
.items-more h3 {
  margin: 0 0 5px;
}
.items-more ol.nav > li > a {
  border: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}
.back_button a,
.back_button a:hover,
.back_button a:active {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.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;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.readmore .btn {
  background: url(/templates/ja_mero/images/readmore-bg-ltr.png) no-repeat left top transparent;
  border: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
  text-indent: -999em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.readmore .btn:hover {
  background-position: left bottom;
}
.blog .tags {
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
  padding: 10px 20px;
}
.tags span {
  margin-bottom: 3px;
}
.tags .label-info[href] {
  background: #1ba1e2;
  font-weight: normal;
  text-shadow: none;
}
.tags .label-info[href]:hover,
.tags .label-info[href]:focus,
.tags .label-info[href]:active {
  background: #1891cb;
}
.item-page .tags {
  margin-bottom: 15px;
}
.tag-category {
  background: #fff;
  padding: 20px;
}
.tag-category h2 {
  line-height: normal;
  margin-top: 0;
}
.tag-category ul.category {
  margin: 10px 0 0;
}
.tag-category ul.category li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: solid 1px #e5e5e5;
}
.tag-category ul.category li h3 {
  line-height: normal;
}
.tag-category ul li.pagination-list {
  border-bottom: none;
  padding: 0s;
}
.tag-category ul li img {
  margin-bottom: 10px;
}
#page-site a.modal.btn {
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 10;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.mod-preview-info {
  z-index: 1000;
}
#recaptcha_area {
  max-width: 198px;
}