/*Begin ' . Contents . '*/
.content-button-option {
  cursor: pointer;
}
.item-container.content-listing {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 10px;
  margin-right: -16px;
  margin-left: -16px;
}
.item-container.content-listing .content-item {
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-color: transparent;
}
html[dir="ltr"] .item-container.content-listing .content-item {
  padding-left: 16px;
}
html[dir="rtl"] .item-container.content-listing .content-item {
  padding-right: 16px;
}
html[dir="ltr"] .item-container.content-listing .content-item {
  padding-right: 16px;
}
html[dir="rtl"] .item-container.content-listing .content-item {
  padding-left: 16px;
}
.item-container.content-listing .content-item + .content-item {
  margin-top: -2px;
}
.item-container.content-listing .content-item:last-of-type .item-outer {
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 992px) {
  .item-container.content-listing .content-item:hover {
    background: #f8f8f8;
    border-color: #eeeeee;
  }
  .item-container.content-listing .content-item:hover .item-outer {
    border-color: transparent;
  }
  .item-container.content-listing .content-item:hover + div .item-outer {
    border-color: transparent;
  }
  .item-container.content-listing .content-item:hover .item-desc {
    color: #555555 !important;
  }
  .item-container.content-listing .content-item:hover .item-title a {
    color: #1e67aa !important;
  }
  .item-container.content-listing .content-item:hover .item-author a {
    color: #555555 !important;
  }
}
.item-container.content-listing .content-item .moderation_row {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: 2;
}
.item-container.content-listing .content-item .moderation_row .item-checkbox {
  height: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.content-listing .content-item .item-outer {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #eeeeee;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.content-listing .content-item .item-outer .item-option {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
}
@media (max-width: 1199px) {
  .item-container.content-listing .content-item .item-outer .item-option {
    top: 8px;
  }
}
@media (max-width: 480px) {
  .item-container.content-listing .content-item .item-outer .item-option {
    top: -8px;
    right: -8px;
  }
}
.item-container.content-listing .content-item .item-outer .item-option a.btn {
  background: none;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 30px;
  height: 30px;
  padding: 0!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.item-container.content-listing .content-item .item-outer .item-option a.btn:hover {
  color: #555555;
}
.item-container.content-listing .content-item .item-outer .item-option a.btn:hover i.ico:before {
  content: "\ea88";
}
.item-container.content-listing .content-item .item-outer .item-option .dropdown i.ico {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.content-listing .content-item .item-outer .item-option .dropdown.open i.ico {
  opacity: 1;
  color: #555555;
}
.item-container.content-listing .content-item .item-outer .item-option .dropdown.open i.ico:before {
  content: "\ea88";
}
.item-container.content-listing .content-item .item-outer .item-media-src {
  position: relative;
  display: block;
  min-width: 224px;
  float: left;
}
html[dir="ltr"] .item-container.content-listing .content-item .item-outer .item-media-src {
  margin-right: 16px;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-media-src {
  margin-left: 16px;
}
html[dir='rtl'] .item-container.content-listing .content-item .item-outer .item-media-src {
  float: right;
}
.item-container.content-listing .content-item .item-outer .item-media-src > span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
}
.item-container.content-listing .content-item .item-outer .item-media-src > span:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.item-container.content-listing .content-item .item-outer .item-media-src .item-icon {
  position: absolute;
  top: 0;
  right: 8px;
  display: flex;
}
@media (max-width: 1200px) {
  .item-container.content-listing .content-item .item-outer .item-media-src {
    min-width: 200px !important;
  }
}
@media (max-width: 480px) {
  .item-container.content-listing .content-item .item-outer .item-media-src {
    margin-right: 0 !important;
  }
}
.item-container.content-listing .content-item .item-outer.none-image {
  position: relative;
}
.item-container.content-listing .content-item .item-outer.none-image .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
html[dir="ltr"] .item-container.content-listing .content-item .item-outer.none-image.has-sponsor.has-feature .item-title,
html[dir="ltr"] .item-container.content-listing .content-item .item-outer.none-image.has-sponsor.has-pending .item-title,
html[dir="ltr"] .item-container.content-listing .content-item .item-outer.none-image.has-feature.has-pending .item-title {
  padding-left: 56px;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer.none-image.has-sponsor.has-feature .item-title,
html[dir="rtl"] .item-container.content-listing .content-item .item-outer.none-image.has-sponsor.has-pending .item-title,
html[dir="rtl"] .item-container.content-listing .content-item .item-outer.none-image.has-feature.has-pending .item-title {
  padding-right: 56px;
}
html[dir="ltr"] .item-container.content-listing .content-item .item-outer.none-image.has-sponsor .item-title,
html[dir="ltr"] .item-container.content-listing .content-item .item-outer.none-image.has-feature .item-title,
html[dir="ltr"] .item-container.content-listing .content-item .item-outer.none-image.has-pending .item-title {
  padding-left: 32px;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer.none-image.has-sponsor .item-title,
html[dir="rtl"] .item-container.content-listing .content-item .item-outer.none-image.has-feature .item-title,
html[dir="rtl"] .item-container.content-listing .content-item .item-outer.none-image.has-pending .item-title {
  padding-right: 32px;
}
.item-container.content-listing .content-item .item-outer .item-inner {
  flex: 1;
  min-width: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .item-container.content-listing .content-item .item-outer .item-inner {
    position: static;
  }
}
@media (max-width: 480px) {
  .item-container.content-listing .content-item .item-outer .item-inner {
    position: relative;
  }
}
.item-container.content-listing .content-item .item-outer .item-title {
  padding-bottom: 4px;
}
html[dir="ltr"] .item-container.content-listing .content-item .item-outer .item-title {
  padding-right: 48px;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-title {
  padding-left: 48px;
}
.item-container.content-listing .content-item .item-outer .item-title a {
  font-weight: bold;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  text-overflow: ellipsis;
  line-height: 24px;
  word-wrap: break-word;
  max-height: 48px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  word-break: break-word;
}
.item-container.content-listing .content-item .item-outer .item-title a:hover {
  color: #1e67aa !important;
}
.item-container.content-listing .content-item .item-outer .item-author {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .item-container.content-listing .content-item .item-outer .item-author {
    margin-bottom: 2px;
  }
}
.item-container.content-listing .content-item .item-outer .item-author .user_profile_link_span > a {
  font-weight: normal !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  word-break: break-word;
  word-wrap: break-word;
}
.item-container.content-listing .content-item .item-outer .item-author .user_profile_link_span > a:hover {
  color: #1e67aa !important;
}
.item-container.content-listing .content-item .item-outer .item-desc {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  max-height: 57px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #a2a2a2;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.content-listing .content-item .item-outer .total-view {
  color: #555555;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.item-container.content-listing .content-item .item-outer .total-view span {
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .item-container.content-listing .content-item .moderation_row,
  .item-container.content-listing .content-item .item-option .dropdown i.fa {
    opacity: 1 !important;
  }
  .item-container.content-listing .content-item:last-of-type {
    border-bottom: 1px solid #eeeeee;
  }
  .item-container.content-listing .content-item:last-of-type .item-outer {
    border-bottom: 0;
  }
  .item-container.content-listing .content-item .item-outer {
    display: block !important;
    position: relative;
    min-height: 100%;
  }
  .item-container.content-listing .content-item .item-outer .item-title-author-responsive {
    display: block !important;
  }
  .item-container.content-listing .content-item .item-outer .item-title-author-responsive .item-author {
    margin-bottom: 8px;
  }
  .item-container.content-listing .content-item .item-outer .item-media-src {
    min-width: 145px !important;
    padding-bottom: 16px;
  }
  .item-container.content-listing .content-item .item-outer .item-media-src > span:before {
    padding-bottom: 70% !important;
  }
  .item-container.content-listing .content-item .item-outer .item-inner .item-title {
    display: none;
  }
  .item-container.content-listing .content-item .item-outer .item-inner .item-author {
    display: none;
  }
  .item-container.content-listing .content-item .item-outer .item-inner .item-desc {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .item-container.content-listing .content-item .moderation_row {
    height: 40px !important;
  }
  .item-container.content-listing .content-item .moderation_row,
  .item-container.content-listing .content-item .item-option .dropdown i.fa {
    opacity: 1 !important;
  }
  .item-container.content-listing .content-item .item-outer {
    display: flex !important;
    flex-direction: column;
  }
  .item-container.content-listing .content-item .item-outer .item-inner .item-title {
    padding-right: 30px;
  }
  .item-container.content-listing .content-item .item-outer .item-title-author-responsive {
    display: none !important;
  }
  .item-container.content-listing .content-item .item-outer .item-media-src {
    min-width: 100% !important;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .item-container.content-listing .content-item .item-outer .item-media-src > span:before {
    padding-bottom: 50% !important;
  }
  .item-container.content-listing .content-item .item-outer .item-inner .item-title {
    display: block;
  }
  .item-container.content-listing .content-item .item-outer .item-inner .item-author {
    display: inline;
  }
}
#left .item-container.with-content .sticky-label-icon,
#right .item-container.with-content .sticky-label-icon {
  position: absolute;
  top: 0;
}
html[dir="ltr"] #left .item-container.with-content .sticky-label-icon,
html[dir="ltr"] #right .item-container.with-content .sticky-label-icon {
  right: 16px;
}
html[dir="rtl"] #left .item-container.with-content .sticky-label-icon,
html[dir="rtl"] #right .item-container.with-content .sticky-label-icon {
  left: 16px;
}
#left .item-container.with-content .content-item:last-of-type,
#right .item-container.with-content .content-item:last-of-type {
  margin-bottom: 0;
}
#left .item-container.with-content .content-item:last-of-type .item-outer,
#right .item-container.with-content .content-item:last-of-type .item-outer {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#left .item-container.with-content .content-item:hover .item-media-src > span,
#right .item-container.with-content .content-item:hover .item-media-src > span {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
#left .item-container.with-content .content-item:hover .item-inner .item-title a,
#right .item-container.with-content .content-item:hover .item-inner .item-title a {
  color: #1e67aa;
}
#left .item-container.with-content .content-item:hover .item-inner .total-view,
#right .item-container.with-content .content-item:hover .item-inner .total-view {
  color: #555555;
}
#left .item-container.with-content .content-item .item-outer,
#right .item-container.with-content .content-item .item-outer {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  flex-direction: row;
  display: flex;
}
#left .item-container.with-content .content-item .item-outer .item-media-src,
#right .item-container.with-content .content-item .item-outer .item-media-src {
  width: 56px;
  margin-right: 12px;
}
#left .item-container.with-content .content-item .item-outer .item-media-src > span,
#right .item-container.with-content .content-item .item-outer .item-media-src > span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-content .content-item .item-outer .item-media-src > span:before,
#right .item-container.with-content .content-item .item-outer .item-media-src > span:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#left .item-container.with-content .content-item .item-outer .total-view,
#right .item-container.with-content .content-item .item-outer .total-view {
  margin-top: 2px;
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-content .content-item .item-outer .item-inner,
#right .item-container.with-content .content-item .item-outer .item-inner {
  flex: 1;
  padding: 0;
}
#left .item-container.with-content .content-item .item-outer .item-inner .item-desc,
#right .item-container.with-content .content-item .item-outer .item-inner .item-desc {
  display: none;
}
#left .item-container.with-content .content-item .item-outer .item-author,
#right .item-container.with-content .content-item .item-outer .item-author {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
#left .item-container.with-content .content-item .item-outer .item-author > span,
#right .item-container.with-content .content-item .item-outer .item-author > span {
  max-width: 120px !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#left .item-container.with-content .content-item .item-outer .item-author > span span,
#right .item-container.with-content .content-item .item-outer .item-author > span span {
  display: inline-block;
}
#left .item-container.with-content .content-item .item-outer .item-author span a,
#right .item-container.with-content .content-item .item-outer .item-author span a {
  font-weight: 400 !important;
}
#left .item-container.with-content .content-item .item-outer .item-title,
#right .item-container.with-content .content-item .item-outer .item-title {
  padding-right: 0;
  margin-bottom: 2px;
}
#left .item-container.with-content .content-item .item-outer .item-title a,
#right .item-container.with-content .content-item .item-outer .item-title a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 36px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: normal;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-content .content-item .item-outer .item-title a:hover,
#right .item-container.with-content .content-item .item-outer .item-title a:hover {
  color: #1e67aa;
}
@media (max-width: 767px) and (min-width: 480px) {
  #left .item-container.with-content,
  #right .item-container.with-content {
    display: flex;
    flex-flow: wrap;
    margin: 0 -8px;
  }
  #left .item-container.with-content .content-item,
  #right .item-container.with-content .content-item {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
  }
  #left .item-container.with-content .content-item .item-outer,
  #right .item-container.with-content .content-item .item-outer {
    height: 100%;
    border-bottom: 0;
  }
}
#page_content_view .alert {
  margin-bottom: 32px;
}
#page_content_view .content-view {
  position: relative;
}
#page_content_view .content-view .content-image {
  position: relative;
  display: block;
  margin: -16px;
  margin-top: 0;
  margin-bottom: 16px;
}
#page_content_view .content-view .content-image span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
  border: 0;
}
#page_content_view .content-view .content-image span:before {
  content: "";
  display: block;
  padding-bottom: 42.85%;
}
@media (max-width: 480px) {
  #page_content_view .content-view .content-image {
    margin-top: 0;
  }
}
#page_content_view .content-info {
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
#page_content_view .content-info .content-info-image {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100%;
}
#page_content_view .content-info .content-info-image a {
  width: 100%;
  height: 100%;
}
#page_content_view .content-info .content-info-image a.no_image_user > span {
  font-size: 11px;
}
#page_content_view .content-info .content-info-image .img-wrapper img {
  width: 100%;
  height: 100%;
}
html[dir="ltr"] #page_content_view .content-info .content-info-main {
  margin-left: 8px;
}
html[dir="rtl"] #page_content_view .content-info .content-info-main {
  margin-right: 8px;
}
#page_content_view .content-info .content-info-main > span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
#page_content_view .content-info .content-info-main .content-author .user_profile_link_span {
  display: inline-block;
}
#page_content_view .content-total-viewlike {
  position: relative;
  min-height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
  color: #a2a2a2;
}
#page_content_view .content-total-viewlike .content-number {
  font-weight: bold;
  color: #555555;
}
#page_content_view .content-total-viewlike > span {
  position: absolute;
  top: 15px;
  right: 0;
}
#page_content_view .content-total-viewlike .comment-mini-content-commands {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
#page_content_view .content-post {
  padding-bottom: 32px;
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #eeeeee;
}
#page_content_view .content-post img {
  max-width: 100%;
}
#page_content_view .content-post .table-wrapper.table-responsive table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #dddddd;
}
#page_content_view .content-post .table-wrapper.table-responsive table > thead > tr > th,
#page_content_view .content-post .table-wrapper.table-responsive table > tbody > tr > th,
#page_content_view .content-post .table-wrapper.table-responsive table > tfoot > tr > th,
#page_content_view .content-post .table-wrapper.table-responsive table > thead > tr > td,
#page_content_view .content-post .table-wrapper.table-responsive table > tbody > tr > td,
#page_content_view .content-post .table-wrapper.table-responsive table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#page_content_view .content-post .table-wrapper.table-responsive table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
#page_content_view .content-post .table-wrapper.table-responsive table > caption + thead > tr:first-child > th,
#page_content_view .content-post .table-wrapper.table-responsive table > colgroup + thead > tr:first-child > th,
#page_content_view .content-post .table-wrapper.table-responsive table > thead:first-child > tr:first-child > th,
#page_content_view .content-post .table-wrapper.table-responsive table > caption + thead > tr:first-child > td,
#page_content_view .content-post .table-wrapper.table-responsive table > colgroup + thead > tr:first-child > td,
#page_content_view .content-post .table-wrapper.table-responsive table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#page_content_view .content-post .table-wrapper.table-responsive table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
#page_content_view .content-post .table-wrapper.table-responsive table .table {
  background-color: #e5eaef;
  padding: 10px;
}
#page_content_view .content-post .table-wrapper.table-responsive table > thead > tr > th,
#page_content_view .content-post .table-wrapper.table-responsive table > tbody > tr > th,
#page_content_view .content-post .table-wrapper.table-responsive table > tfoot > tr > th,
#page_content_view .content-post .table-wrapper.table-responsive table > thead > tr > td,
#page_content_view .content-post .table-wrapper.table-responsive table > tbody > tr > td,
#page_content_view .content-post .table-wrapper.table-responsive table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
#page_content_view .content-post .table-wrapper.table-responsive table > thead > tr > th,
#page_content_view .content-post .table-wrapper.table-responsive table > thead > tr > td {
  border-bottom-width: 2px;
}
#page_content_view .item_bar {
  position: absolute;
  top: 0;
}
html[dir='ltr'] #page_content_view .item_bar {
  right: -8px;
}
html[dir='rtl'] #page_content_view .item_bar {
  left: -8px;
}
#page_content_view .item_bar .item_bar_action_holder .item_bar_action {
  background: none;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 30px;
  height: 30px;
  padding: 0!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 32px;
  height: 32px;
}
#page_content_view .item_bar .item_bar_action_holder .item_bar_action:hover {
  color: #555555;
}
#page_content_view .item_bar .item_bar_action_holder .item_bar_action:hover i.ico:before {
  content: "\ea88";
}
#page_content_view .item_bar .item_bar_action_holder .item_bar_action:before {
  display: none;
}
#page_content_view .item_bar .item_bar_action_holder.open .item_bar_action {
  color: #555555;
}
#page_content_view .item_bar .item_bar_action_holder.open .item_bar_action i.ico:before {
  content: "\ea88";
}
#page_content_view .layout-middle {
  position: relative;
}
#page_content_view .content-icon {
  position: absolute;
  top: 0;
  display: flex;
}
html[dir="ltr"] #page_content_view .content-icon {
  right: 16px;
}
html[dir="rtl"] #page_content_view .content-icon {
  left: 16px;
}
#page_content_view .content-icon .sticky-label-icon {
  margin: 0 1px;
}
#page_content_view .content-icon .sticky-label-icon span.ico {
  font-size: 14px;
}
#page_content_view .content-category {
  background: none;
  color: #a2a2a2;
  padding: 0 !important;
  margin-bottom: 8px;
}
#page_content_view .content-category a {
  color: #555555;
}
#page_content_view .content-category a:hover {
  color: #1e67aa;
}
#page_content_view .item_tag_holder {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
  border-top: 0;
  font-size: 12px;
  line-height: 16px;
}
#page_content_view .item_tag_holder .item_tag {
  color: #a2a2a2;
}
#page_content_view .item_tag_holder a {
  color: #555555 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_content_view .item_tag_holder a:hover {
  color: #1e67aa !important;
}
#page_content_view .addthis_block {
  padding-top: 8px;
  margin-bottom: 16px;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .content-row {
  padding-bottom: 0;
  border: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: ralative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .content-row > div {
  display: table-cell;
  vertical-align: top;
  box-sizing: content-box;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  padding-bottom: 0;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .contentger-cover {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .contentger-cover span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .contentger-cover span:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .contentger-cover.no-image-cover > span {
  background: #555555;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .contentger-info {
  position: relative;
  padding: 0;
  padding-top: 16px;
  display: block;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .content-image {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 50%;
  border: 4px solid white;
  border-radius: 100%;
  box-sizing: content-box;
  -webkit-transform: translate(-50%, -40px);
  -moz-transform: translate(-50%, -40px);
  -ms-transform: translate(-50%, -40px);
  -o-transform: translate(-50%, -40px);
  transform: translate(-50%, -40px);
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .content-image img {
  width: 100%;
  height: 100%;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .content-title {
  text-align: center;
  padding: 0;
  padding-top: 10px;
  min-height: 40px;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .content-title .user_profile_link_span a {
  font-weight: bold !important;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .content-title .content-user-details {
  margin-top: 2px;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .content-user-details time {
  font-size: 12px;
  color: #555555;
  background: #fff;
  position: absolute;
  left: 50%;
  padding: 0 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#js_block_border_apps_core_contents_block_topcontentgers ul li .contentger-1st .content-user-details:before {
  content: "";
  border-bottom: 1px solid black;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  border-color: #eeeeee;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li:last-of-type {
  margin-bottom: 0;
}
#js_block_border_apps_core_contents_block_topcontentgers ul li:last-of-type .content-row {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-image {
  padding: 0;
  width: 40px;
  height: 40px;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-image img {
  width: 100%;
  height: 100%;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-image .content-image-holder {
  width: 100%;
  height: 100%;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-image .content-image-holder .no_image_user {
  width: 100%;
  height: 100%;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-image .content-image-holder .no_image_user > span {
  font-size: 12px;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-title {
  padding: 0 10px;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-title .user_profile_link_span a {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal !important;
  color: #2681d5 !important;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-title .user_profile_link_span a:hover {
  color: #1e67aa !important;
}
#js_block_border_apps_core_contents_block_topcontentgers .content-title .content-user-details time {
  color: #a2a2a2;
  font-size: 12px;
}
.content_popular_topic ul > li {
  display: inline-block;
}
._app_content.js_parent_feed_entry .activity_feed_content_image,
.feed_share_content .activity_feed_content_image {
  display: none;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-image,
.feed_share_content .content-feed .content-feed-image {
  width: 100%;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-image span,
.feed_share_content .content-feed .content-feed-image span {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-image span:before,
.feed_share_content .content-feed .content-feed-image span:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info,
.feed_share_content .content-feed .content-feed-info {
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 10px 20px 10px 14px;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-title,
.feed_share_content .content-feed .content-feed-info .content-title {
  margin-bottom: 5px;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-title a,
.feed_share_content .content-feed .content-feed-info .content-title a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 42px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #555555 !important;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-title a:hover,
.feed_share_content .content-feed .content-feed-info .content-title a:hover {
  color: #2681d5 !important;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general,
.feed_share_content .content-feed .content-feed-info .content-info-general {
  margin-bottom: 5px;
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
}
html[dir="ltr"] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general > span,
html[dir="ltr"] .feed_share_content .content-feed .content-feed-info .content-info-general > span {
  margin-right: 8px;
}
html[dir="rtl"] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general > span,
html[dir="rtl"] .feed_share_content .content-feed .content-feed-info .content-info-general > span {
  margin-left: 8px;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general a,
.feed_share_content .content-feed .content-feed-info .content-info-general a {
  color: #555555 !important;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general a:hover,
.feed_share_content .content-feed .content-feed-info .content-info-general a:hover {
  color: #2681d5 !important;
}
html[dir='rtl'] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-datetime,
html[dir='rtl'] .feed_share_content .content-feed .content-feed-info .content-info-general .content-datetime {
  display: inline-block;
}
html[dir='rtl'] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory,
html[dir='rtl'] .feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory,
html[dir='rtl'] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-views,
html[dir='rtl'] .feed_share_content .content-feed .content-feed-info .content-info-general .content-views {
  display: inline-block;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory:before,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory:before,
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-views:before,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-views:before {
  content: ".";
}
html[dir="ltr"] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory:before,
html[dir="ltr"] .feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory:before,
html[dir="ltr"] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-views:before,
html[dir="ltr"] .feed_share_content .content-feed .content-feed-info .content-info-general .content-views:before {
  margin-right: 8px;
}
html[dir="rtl"] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory:before,
html[dir="rtl"] .feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory:before,
html[dir="rtl"] ._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-views:before,
html[dir="rtl"] .feed_share_content .content-feed .content-feed-info .content-info-general .content-views:before {
  margin-left: 8px;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip.open > a,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip.open > a {
  color: #1e67aa !important;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip > a,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip > a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #2681d5 !important;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip > a:hover,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip > a:hover {
  color: #1e67aa !important;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip .dropdown-menu,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip .dropdown-menu {
  background: rgba(0, 0, 0, 0.86);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  min-width: 200px;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip .dropdown-menu:after,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip .dropdown-menu:after {
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.86);
  bottom: 0;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip .dropdown-menu > li a,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip .dropdown-menu > li a {
  color: #fff !important;
  white-space: normal;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip .dropdown-menu > li a:hover,
.feed_share_content .content-feed .content-feed-info .content-info-general .content-catgory .dropdown-tooltip .dropdown-menu > li a:hover {
  color: #fff !important;
  background: transparent !important;
}
._app_content.js_parent_feed_entry .content-feed .content-feed-info .content-content,
.feed_share_content .content-feed .content-feed-info .content-content {
  color: #a2a2a2;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 57px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}
._app_content.js_parent_feed_entry .content-feed.has-image .content-title a,
.feed_share_content .content-feed.has-image .content-title a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 21px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: block !important;
}
._app_content.js_parent_feed_entry .content-feed.has-image .content-feed-info .content-info-general .content-catgory:before,
.feed_share_content .content-feed.has-image .content-feed-info .content-info-general .content-catgory:before {
  content: "-";
}
html[dir="ltr"] ._app_content.js_parent_feed_entry .content-feed.has-image .content-feed-info .content-info-general .content-catgory:before,
html[dir="ltr"] .feed_share_content .content-feed.has-image .content-feed-info .content-info-general .content-catgory:before {
  margin-right: 8px;
}
html[dir="rtl"] ._app_content.js_parent_feed_entry .content-feed.has-image .content-feed-info .content-info-general .content-catgory:before,
html[dir="rtl"] .feed_share_content .content-feed.has-image .content-feed-info .content-info-general .content-catgory:before {
  margin-left: 8px;
}
._app_content.js_parent_feed_entry .content-feed.has-image .content-feed-info .content-info-general .content-views:before,
.feed_share_content .content-feed.has-image .content-feed-info .content-info-general .content-views:before {
  display: none;
}
._app_content.js_parent_feed_entry .content-feed.has-image .content-views,
.feed_share_content .content-feed.has-image .content-views {
  padding: 4px 8px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -35px;
  margin-right: 0 !important;
  color: #fff;
}
html[dir="ltr"] ._app_content.js_parent_feed_entry .content-feed.has-image .content-views,
html[dir="ltr"] .feed_share_content .content-feed.has-image .content-views {
  right: 8px;
}
html[dir="rtl"] ._app_content.js_parent_feed_entry .content-feed.has-image .content-views,
html[dir="rtl"] .feed_share_content .content-feed.has-image .content-views {
  left: 8px;
}
html[dir="rtl"] .item-container.content-listing .content-item .moderation_row {
  right: 0;
  left: auto;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-media-src {
  margin-right: 0;
}
html[dir="ltr"] html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-media-src {
  margin-left: 16px;
}
html[dir="rtl"] html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-media-src {
  margin-right: 16px;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-media-src .item-icon {
  left: 8px;
  right: auto;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer.none-image .item-icon {
  right: 0;
  left: auto;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-inner .item-title {
  padding-right: 0;
  padding-left: 50px;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-inner .item-author span {
  display: inline-block;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-inner .total-view span {
  margin-right: 0;
  margin-left: 5px;
  display: inline-block;
}
html[dir="rtl"] .item-container.content-listing .content-item .item-outer .item-inner .item-option {
  left: -8px;
  right: auto;
}
html[dir="rtl"] .content-button-option .dropdown-menu:after {
  left: 18px;
  right: auto;
}
html[dir="rtl"] .content-button-option .dropdown-menu li a {
  padding: 10px 16px;
}
html[dir="rtl"] .content-button-option .dropdown-menu li span.ico {
  margin-right: 0;
}
html[dir="ltr"] html[dir="rtl"] .content-button-option .dropdown-menu li span.ico {
  margin-left: 8px;
}
html[dir="rtl"] html[dir="rtl"] .content-button-option .dropdown-menu li span.ico {
  margin-right: 8px;
}
html[dir="rtl"] .item-container.with-content .content-item .item-outer .total-view {
  right: 0;
  left: auto;
}
html[dir="rtl"] .item-container.with-content .content-item .item-outer .item-option {
  left: 0;
  right: auto;
}
html[dir="rtl"] #left .item-container.with-content .content-item .item-outer .item-media-src,
html[dir="rtl"] #right .item-container.with-content .content-item .item-outer .item-media-src {
  margin-right: 0;
  margin-left: 12px;
}
html[dir="rtl"] .content-category a {
  display: inline-block;
}
html[dir="rtl"] #page_content_view .content-info .content-info-main {
  padding-left: 0;
}
html[dir="ltr"] html[dir="rtl"] #page_content_view .content-info .content-info-main {
  padding-right: 8px;
}
html[dir="rtl"] html[dir="rtl"] #page_content_view .content-info .content-info-main {
  padding-left: 8px;
}
html[dir="rtl"] #page_content_view .content-total-viewlike {
  text-align: left !important;
}
html[dir="rtl"] #page_content_view .content-icon {
  left: 16px;
  right: auto !important;
}
html[dir="rtl"] #page_content_view .content-total-viewlike > span {
  left: 0;
  right: auto !important;
}
#page_content_add .content-add-button-group {
  display: flex;
}
html[dir="ltr"] #page_content_add .content-add-button-group > input {
  margin-right: 8px;
}
html[dir="rtl"] #page_content_add .content-add-button-group > input {
  margin-left: 8px;
}
.content-news-container .item-content .item-outer {
  display: flex;
}
.content-news-container .item-content .item-outer .item-media {
  min-width: 48px;
}
html[dir='ltr'] .content-news-container .item-content .item-outer .item-media {
  margin-right: 12px;
}
html[dir='rtl'] .content-news-container .item-content .item-outer .item-media {
  margin-left: 12px;
}
.content-news-container .item-content .item-outer .item-media .img-wrapper,
.content-news-container .item-content .item-outer .item-media .no_image_user {
  width: 48px;
  height: 48px;
}
.content-news-container .item-content .item-outer .item-inner {
  flex: 1;
  min-width: 0;
}
/*End Contents*/