@charset "utf-8";
#kunena.layout {
  @import 'custom.less';
}
#kunena.layout * {
  box-sizing: border-box;
}
#kunena.layout input[type="text"],
#kunena.layout input[type="password"],
#kunena.layout input[type="email"] {
  border: 1px solid #cbd3da;
  border-radius: 3px;
  box-shadow: none;
  height: 36px;
  padding: 0 10px;
  line-height: 42px;
}
#kunena.layout .kbutton,
#kunena.layout .btn-default {
  background-color: #dee2e6;
  border: 0;
  border-radius: 3px;
  color: #495057;
  margin-bottom: 10px;
  padding: 8px 20px;
  text-shadow: none;
  transition: all 0.25s;
}
@media screen and (min-width: 992px) {
  #kunena.layout .kbutton,
  #kunena.layout .btn-default {
    margin-bottom: 0;
  }
}
#kunena.layout .kbutton svg,
#kunena.layout .kbutton i,
#kunena.layout .btn-default svg,
#kunena.layout .btn-default i {
  margin-right: 5px;
}
#kunena.layout .kbutton:hover,
#kunena.layout .kbutton:focus,
#kunena.layout .kbutton:active,
#kunena.layout .btn-default:hover,
#kunena.layout .btn-default:focus,
#kunena.layout .btn-default:active {
  background-color: #007bff;
  box-shadow: 0 0 0 3px #f0f0f0;
  color: #fff;
}
#kunena.layout a.btn {
  background: #dee2e6;
  padding: 9px 12px 9px 12px;
}
#kunena.layout a.btn:before {
  font-family: Fontawesome;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}
#kunena.layout a.btn#btn_reply:before {
  content: "\f112";
}
#kunena.layout a.btn#btn_favorite:before {
  content: "\f004";
}
#kunena.layout a.btn#btn_delete:before {
  content: "\f014";
}
#kunena.layout a.btn#btn_unsubscribe:before {
  content: "\f0e0";
}
#kunena.layout a.btn#btn_moderate:before {
  content: "\f0ad";
}
#kunena.layout a.btn#btn_sticky:before {
  content: "\f276";
}
#kunena.layout a.btn#btn_lock:before {
  content: "\f023";
}
#kunena.layout a.btn#btn_quote:before {
  content: "\f10d";
}
#kunena.layout a.btn#btn_edit:before {
  content: "\f040";
}
#kunena.layout a.btn#btn_edit:before {
  content: "\f040";
}
#kunena.layout a.btn#btn_edit:before {
  content: "\f040";
}
#kunena.layout a.btn#btn_edit:before {
  content: "\f040";
}
#kunena.layout a.btn .fa-pencil-alt:before {
  content: "\f040";
}
#kunena.layout select {
  height: 36px;
  border-radius: 0;
}
#kunena.layout .kbutton-primary {
  background-color: #007bff;
  color: #fff;
}
#kunena.layout .kbutton-primary:hover,
#kunena.layout .kbutton-primary:focus,
#kunena.layout .kbutton-primary:active {
  box-shadow: 0 0 0 3px rgba(0,123,255,0.15), 0 3px 15px rgba(0,123,255,0.2), 0 2px 5px rgba(0,0,0,0.1);
}
#kunena.layout input[type="text"] {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  box-shadow: none;
  line-height: 32px;
  min-height: 32px;
}
#kunena.layout .knewchar {
  background-color: #2E7D32;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-left: 5px;
  padding: 3px 5px;
  top: -10px;
  vertical-align: middle;
}
#kunena.layout .label {
  border-radius: 2px;
  font-size: 11px;
  font-weight: 400;
  text-shadow: none;
  letter-spacing: 0.5px;
  margin-right: 5px;
  padding: 3px 5px 2px 5px;
  vertical-align: middle;
}
#kunena.layout .label i {
  margin-right: 5px;
}
#kunena.layout #ktop span.ktoggler {
  margin: -16px 0;
  padding: 1px 1px 0;
}
#kunena.layout #ktop #ktopmenu {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 5px 5px 0 0;
}
#kunena.layout #ktop #ktopmenu ul {
  display: block;
  list-style: none;
  margin: 0 0 -1px;
  padding: 10px 20px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  #kunena.layout #ktop #ktopmenu ul {
    padding: 10px 20px 0;
  }
}
#kunena.layout #ktop #ktopmenu ul li {
  display: block;
  float: left;
}
#kunena.layout #ktop #ktopmenu ul li a {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 3px;
  display: block;
  line-height: 1;
  padding: 12px 15px;
  margin: 0 5px 5px 0;
}
@media screen and (min-width: 992px) {
  #kunena.layout #ktop #ktopmenu ul li a {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
#kunena.layout #ktop #ktopmenu ul li.active a {
  background-color: #fff;
  border: 1px solid #007bff;
}
@media screen and (min-width: 992px) {
  #kunena.layout #ktop #ktopmenu ul li.active a {
    border: 1px solid #e9ecef;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
  }
}
#kunena.layout .kpbox {
  border-left: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 20px;
}
#kunena.layout .kpbox .kcontainer {
  margin-bottom: 0;
}
#kunena.layout .kpbox .kprofileboxcnt .k_guest {
  margin-bottom: 10px;
}
#kunena.layout .kpbox .kprofileboxcnt form {
  margin-bottom: 0;
}
#kunena.layout .kpbox .kprofileboxcnt form .username {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kpbox .kprofileboxcnt form .username {
    margin-right: 20px;
    margin-bottom: 0;
    width: auto;
  }
}
#kunena.layout .kpbox .kprofileboxcnt form .username input {
  width: 100%;
}
#kunena.layout .kpbox .kprofileboxcnt form .password {
  background-color: transparent;
  display: inline-block;
  float: none;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kpbox .kprofileboxcnt form .password {
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
  }
}
#kunena.layout .kpbox .kprofileboxcnt form .password input {
  background-color: transparent;
  width: 100%;
}
#kunena.layout .kpbox .kprofileboxcnt form input.inputbox {
  border: 0;
  border-bottom: 2px solid #e9ecef;
  box-shadow: none;
  border-radius: 0;
  padding: 6.6666666666667px 0;
  min-width: 200px;
  transition: all 0.25s;
}
#kunena.layout .kpbox .kprofileboxcnt form input.inputbox:focus {
  border-color: #007bff;
}
#kunena.layout .kpbox .kprofileboxcnt form .input input[type="checkbox"] {
  margin-top: 0;
  margin-left: 5px;
  vertical-align: middle;
}
#kunena.layout .kpbox .kprofileboxcnt form .kbutton {
  border: 0;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  float: right;
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  padding: 12px 30px;
  transition: all 0.25s;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kpbox .kprofileboxcnt form .kbutton {
    float: none;
  }
}
#kunena.layout .kpbox .kprofileboxcnt form .kbutton:hover,
#kunena.layout .kpbox .kprofileboxcnt form .kbutton:focus,
#kunena.layout .kpbox .kprofileboxcnt form .kbutton:active {
  background-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.15), 0 3px 15px rgba(0,123,255,0.2), 0 2px 5px rgba(0,0,0,0.1);
  border-color: #007bff;
  color: #fff;
}
#kunena.layout .kpbox .kprofileboxcnt .klink-block {
  padding: 0;
  margin-top: 20px;
}
#kunena.layout .kpbox .kprofileboxcnt .klink-block span {
  display: inline-block;
  margin-right: 10px;
}
#kunena.layout .kpbox .kprofileboxcnt .klink-block span a {
  color: #6c757d;
}
#kunena.layout .kprofilebox.logout {
  padding: 0 0 0 120px;
  position: relative;
  overflow: hidden;
}
#kunena.layout .kprofilebox.logout .kprofilebox-left {
  position: absolute;
  left: 20px;
  top: 0;
}
#kunena.layout .kprofilebox.logout .kprofilebox-left img {
  border: 1px solid #e9ecef;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: none;
  border-radius: 7px;
}
#kunena.layout .kprofilebox.logout .kprofilebox-left .no-image {
  background-color: #eff1f4;
  border-radius: 3px;
  color: #adb5bd;
  display: inline-block;
  height: 72px;
  font-size: 36px;
  line-height: 72px;
  text-align: center;
  width: 72px;
}
#kunena.layout .kprofilebox.logout ul.kprofilebox-link li {
  margin-bottom: 5px;
}
#kunena.layout .kprofilebox.logout ul.kprofilebox-link li a {
  border-bottom: 1px dotted #ced4da;
  color: #6c757d;
  padding: 0;
}
#kunena.layout .kprofilebox.logout ul.kprofilebox-link li a:hover,
#kunena.layout .kprofilebox.logout ul.kprofilebox-link li a:focus,
#kunena.layout .kprofilebox.logout ul.kprofilebox-link li a:active {
  color: #007bff;
  border-bottom-color: #007bff;
  text-decoration: none;
}
#kunena.layout .kprofilebox.logout .kprofileboxcnt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#kunena.layout .kprofilebox.logout .kprofileboxcnt ul.kprofilebox-link {
  float: right;
}
#kunena.layout .kprofilebox.logout .kprofileboxcnt ul.kprofilebox-welcome {
  float: left;
}
#kunena.layout .kprofilebox.logout .kprofileboxcnt ul.kprofilebox-welcome li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}
#kunena.layout .kprofilebox.logout .kprofileboxcnt ul.kprofilebox-welcome .action-wrap {
  display: block;
  padding-top: 10px;
}
#kunena.layout .kprofilebox.logout .kprofileboxcnt ul.kprofilebox-welcome .action-wrap .kbutton {
  margin: 0;
}
#kunena.layout .kprofilebox.logout .kprofileboxcnt ul.kprofilebox-welcome #logout-form {
  margin: 0;
}
#kunena.layout .klist-markallcatsread.kcontainer {
  margin-bottom: 30px;
}
#kunena.layout .klist-markallcatsread.kcontainer .ksectionbody:after {
  content: "";
  clear: both;
  display: table;
}
#kunena.layout .klist-markallcatsread.kcontainer .fltlft {
  float: left;
}
#kunena.layout .klist-markallcatsread.kcontainer .fltrt {
  float: right;
}
#kunena.layout .klist-markallcatsread.kcontainer form {
  margin-bottom: 0;
}
#kunena.layout .kforum-pathway {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #000;
  padding: 10px 20px;
  line-height: 18px;
}
#kunena.layout .kpathway {
  margin-bottom: 30px;
}
#kunena.layout .kforum-pathway-bottom {
  color: #000;
  background-color: #F2F1EE;
  line-height: 18px;
  border: 1px solid #BFC3C6;
  margin: -1px 0 5px;
  padding: 3px;
}
#kunena.layout .kannouncement {
  margin-top: 20px;
  margin-bottom: 40px;
}
#kunena.layout .kannouncement #kannouncement {
  background-color: #FFF3E0;
  border-radius: 5px;
  border: 1px solid #FFE0B2;
  padding: 20px;
}
#kunena.layout .kannouncement .anncreated {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#kunena.layout .kannouncement .btn-link {
  display: inline-block;
  margin-top: 10px;
}
#kunena.layout #kannouncement.kcontainer {
  background-color: #fff;
  border: 1px solid #e9ecef;
}
#kunena.layout #kannouncement.kcontainer #editform label {
  float: none;
  margin-bottom: 5px;
}
#kunena.layout #kannouncement.kcontainer #editform .controls {
  margin-left: 0;
}
#kunena.layout #kannouncement.kcontainer #editform textarea {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dadfe4;
  padding: 20px;
  width: 100%;
}
#kunena.layout #kannouncement.kcontainer #editform .input-append input {
  border-radius: 3px 0 0 3px;
  width: auto;
}
#kunena.layout #kannouncement.kcontainer #editform .input-append span.add-on {
  height: 36px;
  padding: 0 10px;
}
#kunena.layout #kannouncement.kcontainer #editform .input-append span.add-on i {
  line-height: 28px;
}
#kunena.layout #announcements-list .kheader h2:after {
  display: table;
  content: "";
  clear: both;
}
#kunena.layout #announcements-list .kheader h2 .input-append {
  margin-bottom: 0;
}
#kunena.layout #announcements-list .kheader h2 #kchecktask {
  margin-right: 10px;
  vertical-align: middle;
}
#kunena.layout #announcements-list .kheader h2 .btn {
  background-color: #eee;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  font-weight: 500;
  line-height: 35px;
  margin: 0 5px;
  padding: 0 10px;
  text-shadow: none;
  text-transform: none;
  transition: all 0.25s;
}
#kunena.layout #announcements-list .kheader h2 .btn:hover,
#kunena.layout #announcements-list .kheader h2 .btn:focus,
#kunena.layout #announcements-list .kheader h2 .btn:active {
  background-color: #007bff;
  color: #fff;
}
#kunena.layout table.kannouncement {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#kunena.layout table.kannouncement th,
#kunena.layout table.kannouncement td {
  border: 1px solid #eee;
  padding: 10px;
}
#kunena.layout table.kannouncement th {
  background-color: #f9f9f9;
}
#kunena.layout table.kannouncement .fa-pencil-alt:before {
  content: "\f040";
}
#kunena.layout .kforum-headerdesc,
#kunena.layout #kfrontstats_tbody {
  background: #E8F5E9;
  border: 1px solid #C8E6C9;
  border-radius: 5px;
  padding: 20px;
}
#kunena.layout #kcatheader {
  margin-bottom: 40px;
}
#kunena.layout .kheader .close {
  opacity: 1;
}
#kunena.layout .kheader .close span {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #e9ecef;
  display: block;
  font-size: 14px;
  height: 22px;
  text-align: center;
  opacity: 1;
  text-shadow: none;
  transition: all 0.25s;
  width: 22px;
}
#kunena.layout .kheader .close span i,
#kunena.layout .kheader .close span svg {
  color: #adb5bd;
  line-height: 24px;
}
#kunena.layout .kheader .close span svg {
  margin-top: 3px;
}
#kunena.layout .kheader .close span:hover {
  border-color: #6c757d;
}
#kunena.layout .kheader .close span:hover i,
#kunena.layout .kheader .close span:hover svg {
  color: #6c757d;
}
#kunena.layout .kheader .close span.cat-show {
  display: none;
}
#kunena.layout .kheader .close.collapsed span.cat-show {
  display: block;
}
#kunena.layout .kheader .close.collapsed span.cat-hide {
  display: none;
}
#kunena.layout div.kblock.kcategories {
  margin-bottom: 20px;
}
#kunena.layout div.kblock .kheader {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 13.333333333333px 20px;
  position: relative;
}
#kunena.layout div.kblock .kheader:before {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0 5px 5px 0;
  border-left: 0;
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 10px;
  bottom: 10px;
  width: 7px;
}
#kunena.layout div.kblock .kheader .kcheckbox {
  position: absolute;
  right: 20px;
  top: 10px;
}
#kunena.layout div.kblock .kheader h1,
#kunena.layout div.kblock .kheader h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
#kunena.layout div.kblock .kheader h1 a,
#kunena.layout div.kblock .kheader h2 a {
  color: #6c757d;
  font-weight: 600;
}
#kunena.layout div.kblock .kheader h1 .btn,
#kunena.layout div.kblock .kheader h1 .kheadbtn,
#kunena.layout div.kblock .kheader h2 .btn,
#kunena.layout div.kblock .kheader h2 .kheadbtn {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  float: right;
  padding: 0;
}
#kunena.layout div.kblock .kheader h1 .btn:hover,
#kunena.layout div.kblock .kheader h1 .btnfocus,
#kunena.layout div.kblock .kheader h1 .btn:active,
#kunena.layout div.kblock .kheader h1 .kheadbtn:hover,
#kunena.layout div.kblock .kheader h1 .kheadbtnfocus,
#kunena.layout div.kblock .kheader h1 .kheadbtn:active,
#kunena.layout div.kblock .kheader h2 .btn:hover,
#kunena.layout div.kblock .kheader h2 .btnfocus,
#kunena.layout div.kblock .kheader h2 .btn:active,
#kunena.layout div.kblock .kheader h2 .kheadbtn:hover,
#kunena.layout div.kblock .kheader h2 .kheadbtnfocus,
#kunena.layout div.kblock .kheader h2 .kheadbtn:active {
  color: #006fe6;
  cursor: pointer;
}
#kunena.layout div.kblock .kheader h1 span.kheader a:hover,
#kunena.layout div.kblock .kheader h1 span.kheader afocus,
#kunena.layout div.kblock .kheader h1 span.kheader a:active,
#kunena.layout div.kblock .kheader h2 span.kheader a:hover,
#kunena.layout div.kblock .kheader h2 span.kheader afocus,
#kunena.layout div.kblock .kheader h2 span.kheader a:active {
  color: #006fe6;
}
#kunena.layout div.kblock .kheader h1 span.kheader a span,
#kunena.layout div.kblock .kheader h2 span.kheader a span {
  margin-right: 5px;
}
#kunena.layout div.kblock .kheader .ktitle-desc {
  color: #6c757d;
  margin: 5px 0 0;
  padding: 0;
}
#kunena.layout div.kblock div.kblock {
  width: 100%;
}
#kunena.layout ul.kblocktable {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#kunena.layout ul.kblocktable li {
  display: block;
}
#kunena.layout ul.kblocktable li .inner {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable li .inner {
    padding: 20px 240px 20px 110px;
  }
}
#kunena.layout ul.kblocktable li .inner:before {
  background-color: #f2f4f5;
  border: 5px solid #e9ecef;
  border-radius: 5px 0 0 5px;
  border-right-width: 1px;
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable li .inner:before {
    display: block;
  }
}
#kunena.layout ul.kblocktable li .inner:after {
  background-color: #fff;
  border-radius: 17px;
  content: "";
  display: none;
  position: absolute;
  left: 27px;
  top: 17px;
  height: 60px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable li .inner:after {
    display: block;
  }
}
#kunena.layout ul.kblocktable li .inner .kcol-category-icon {
  background: #fff;
  border: 1px solid #dadfe4;
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  left: 30px;
  top: 20px;
  height: 54px;
  text-align: center;
  width: 54px;
  z-index: 20;
}
#kunena.layout ul.kblocktable li .inner .kcol-category-icon i,
#kunena.layout ul.kblocktable li .inner .kcol-category-icon svg {
  color: #6c757d;
  font-size: 24px;
  line-height: 54px;
  margin-top: 6px;
}
#kunena.layout ul.kblocktable li .inner .kcol-category-icon i {
  line-height: 1;
}
#kunena.layout ul.kblocktable li .inner .kcol-category-icon i.knewchar {
  background: transparent;
  padding: 0;
  border-radius: 0;
  top: 0;
}
#kunena.layout ul.kblocktable li .inner .kcol-category-icon .kicon:before {
  content: "\f07c";
  color: #6c757d;
  font-family: Fontawesome;
  font-size: 24px;
  line-height: 34px;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcattitle {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable li .inner .kcol-kcattitle {
    min-height: 55px;
  }
}
#kunena.layout ul.kblocktable li .inner .kcol-kcattitle .kthead-title {
  margin-bottom: 5px;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcattitle .kthead-title a {
  color: #495057;
  font-size: 18px;
  font-weight: 500;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcattitle .kthead-title a:hover,
#kunena.layout ul.kblocktable li .inner .kcol-kcattitle .kthead-title a:focus,
#kunena.layout ul.kblocktable li .inner .kcol-kcattitle .kthead-title a:active {
  color: #007bff;
}
#kunena.layout ul.kblocktable li .inner .kthead-desc {
  margin-bottom: 10px;
}
#kunena.layout ul.kblocktable li .inner .kthead-child {
  background-color: #f8f9fa;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
  padding: 10px 20px;
}
#kunena.layout ul.kblocktable li .inner .kthead-child .kcc-subcat {
  margin: 0;
  overflow: hidden;
}
#kunena.layout ul.kblocktable li .inner .kthead-child .kcc-subcat li {
  float: left;
  margin: 0 10px 10px 0;
}
#kunena.layout ul.kblocktable li .inner .kthead-child .kcc-subcat li a {
  border-bottom: 1px dotted #adb5bd;
  color: #6c757d;
}
#kunena.layout ul.kblocktable li .inner .kthead-child .kcc-subcat li a:hover,
#kunena.layout ul.kblocktable li .inner .kthead-child .kcc-subcat li a:focus,
#kunena.layout ul.kblocktable li .inner .kthead-child .kcc-subcat li a:active {
  border-color: #006fe6;
  color: #006fe6;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable li .inner .cat-info {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right: 40px;
  }
}
#kunena.layout ul.kblocktable li .inner .kcol-kcattopics,
#kunena.layout ul.kblocktable li .inner .kcol-kcatreplies {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
  min-width: 80px;
  width: 40%;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable li .inner .kcol-kcattopics,
  #kunena.layout ul.kblocktable li .inner .kcol-kcatreplies {
    padding: 10px 5px;
    width: auto;
  }
}
#kunena.layout ul.kblocktable li .inner .kcol-kcattopics .kcat-replies-number,
#kunena.layout ul.kblocktable li .inner .kcol-kcattopics .kcat-topics-number,
#kunena.layout ul.kblocktable li .inner .kcol-kcatreplies .kcat-replies-number,
#kunena.layout ul.kblocktable li .inner .kcol-kcatreplies .kcat-topics-number {
  color: #6c757d;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable li .inner .kcol-kcattopics .kcat-replies-number,
  #kunena.layout ul.kblocktable li .inner .kcol-kcattopics .kcat-topics-number,
  #kunena.layout ul.kblocktable li .inner .kcol-kcatreplies .kcat-replies-number,
  #kunena.layout ul.kblocktable li .inner .kcol-kcatreplies .kcat-topics-number {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#kunena.layout ul.kblocktable li .inner .kcol-kcattopics .kcat-replies,
#kunena.layout ul.kblocktable li .inner .kcol-kcattopics .kcat-topics,
#kunena.layout ul.kblocktable li .inner .kcol-kcatreplies .kcat-replies,
#kunena.layout ul.kblocktable li .inner .kcol-kcatreplies .kcat-topics {
  color: #6c757d;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable li .inner .kcol-kcattopics .kcat-replies,
  #kunena.layout ul.kblocktable li .inner .kcol-kcattopics .kcat-topics,
  #kunena.layout ul.kblocktable li .inner .kcol-kcatreplies .kcat-replies,
  #kunena.layout ul.kblocktable li .inner .kcol-kcatreplies .kcat-topics {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
  }
}
#kunena.layout ul.kblocktable li .inner .kcol-kcattopics {
  margin-right: 10px;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcatlastpost {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  border: 1px solid #e9ecef;
  border-right: 0;
  display: none;
  padding: 10px 10px 10px 35px;
  position: absolute;
  margin-top: -32px;
  top: 50%;
  right: -275px;
  transition: right 0.35s;
  width: 300px;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcatlastpost:before {
  background-color: #e9ecef;
  color: #6c757d;
  content: "\f142";
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 63px;
  text-align: center;
  width: 25px;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcatlastpost:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  right: 0;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcatlastpost:hover:before {
  content: "\f101";
}
#kunena.layout ul.kblocktable li .inner .kcol-kcatlastpost .klatest-avatar {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  float: left;
  margin-right: 3px;
  padding: 3px;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcatlastpost .klatest-avatar img {
  border: 0;
  box-shadow: none;
  margin: 0;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcatlastpost .klatest-subject-by {
  float: left;
}
#kunena.layout ul.kblocktable li .inner .kcol-kcatlastpost .klatest-subject-by .lastest-post-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}
#kunena.layout ul.kblocktable li .inner .kcol-knoposts {
  margin-top: 10px;
  color: #adb5bd;
}
#kunena.layout ul.kblocktable li.ico-red .inner .kcol-category-icon {
  background-color: #dc3545;
  border: 0;
}
#kunena.layout ul.kblocktable li.ico-red .inner .kcol-category-icon i,
#kunena.layout ul.kblocktable li.ico-red .inner .kcol-category-icon svg {
  color: #fff;
}
#kunena.layout ul.kblocktable li.ico-green .inner .kcol-category-icon {
  background-color: #28a745;
  border: 0;
}
#kunena.layout ul.kblocktable li.ico-green .inner .kcol-category-icon i,
#kunena.layout ul.kblocktable li.ico-green .inner .kcol-category-icon svg {
  color: #fff;
}
#kunena.layout ul.kblocktable li.ico-orange .inner .kcol-category-icon {
  background-color: #fd7e14;
  border: 0;
}
#kunena.layout ul.kblocktable li.ico-orange .inner .kcol-category-icon i,
#kunena.layout ul.kblocktable li.ico-orange .inner .kcol-category-icon svg {
  color: #fff;
}
#kunena.layout ul.kblocktable li.ico-cyan .inner .kcol-category-icon {
  background-color: #17a2b8;
  border: 0;
}
#kunena.layout ul.kblocktable li.ico-cyan .inner .kcol-category-icon i,
#kunena.layout ul.kblocktable li.ico-cyan .inner .kcol-category-icon svg {
  color: #fff;
}
#kunena.layout ul.kblocktable li.ico-blue .inner .kcol-category-icon {
  background-color: #007bff;
  border: 0;
}
#kunena.layout ul.kblocktable li.ico-blue .inner .kcol-category-icon i,
#kunena.layout ul.kblocktable li.ico-blue .inner .kcol-category-icon svg {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable.col-2,
  #kunena.layout ul.kblocktable.cols-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable.col-2 li,
  #kunena.layout ul.kblocktable.cols-2 li {
    float: left;
    padding: 10px 10px;
    width: 50%;
  }
}
#kunena.layout ul.kblocktable.col-2 li:nth-child(2n+1),
#kunena.layout ul.kblocktable.cols-2 li:nth-child(2n+1) {
  clear: left;
}
#kunena.layout ul.kblocktable.col-2 li .inner,
#kunena.layout ul.kblocktable.cols-2 li .inner {
  border: 1px solid #e9ecef;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable.col-2 li .inner,
  #kunena.layout ul.kblocktable.cols-2 li .inner {
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
#kunena.layout ul.kblocktable.col-2 li .inner .cat-info,
#kunena.layout ul.kblocktable.cols-2 li .inner .cat-info {
  border: 1px dotted #adb5bd;
  border-radius: 3px;
  top: auto;
  bottom: 15px;
  overflow: hidden;
  right: auto;
  left: 110px;
}
#kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcattopics,
#kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcatreplies,
#kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcattopics,
#kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcatreplies {
  background-color: #f8f9fa;
  border-radius: 0;
  border: 0;
  float: left;
  margin: 0;
  padding: 3px 8px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcattopics,
  #kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcatreplies,
  #kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcattopics,
  #kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcatreplies {
    width: auto;
  }
}
#kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcattopics span,
#kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcatreplies span,
#kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcattopics span,
#kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcatreplies span {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcattopics span,
  #kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcatreplies span,
  #kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcattopics span,
  #kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcatreplies span {
    font-size: 13px;
  }
}
#kunena.layout ul.kblocktable.col-2 li .inner .kcol-kcattopics,
#kunena.layout ul.kblocktable.cols-2 li .inner .kcol-kcattopics {
  border-right: 1px dotted #adb5bd;
}
#kunena.layout ul.topic-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#kunena.layout ul.topic-list li {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 0 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.topic-list li {
    padding-left: 60px;
  }
}
#kunena.layout ul.topic-list li .topic-author-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.topic-list li .topic-author-wrap {
    display: block;
  }
}
#kunena.layout ul.topic-list li .topic-author-wrap .topic-author {
  position: relative;
}
#kunena.layout ul.topic-list li .topic-author-wrap .topic-info {
  margin-top: 5px;
}
#kunena.layout ul.topic-list li .topic-author-wrap img {
  border-radius: 50%;
}
#kunena.layout ul.topic-list li .topic-author-wrap span.no-avatar {
  background-color: #007bff;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
#kunena.layout ul.topic-list li.ico-red .topic-author-wrap span.no-avatar {
  background-color: #f3b7bd;
}
#kunena.layout ul.topic-list li.ico-pink .topic-author-wrap span.no-avatar {
  background-color: #f8c7dd;
}
#kunena.layout ul.topic-list li.ico-blue .topic-author-wrap span.no-avatar {
  background-color: #99caff;
}
#kunena.layout ul.topic-list li.ico-green .topic-author-wrap span.no-avatar {
  background-color: #86e29b;
}
#kunena.layout ul.topic-list li.ico-orange .topic-author-wrap span.no-avatar {
  background-color: #fed1ac;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  #kunena.layout ul.topic-list li .kcol-ktopictitle h3 {
    line-height: 1.4;
  }
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 a {
  color: #495057;
  vertical-align: middle;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 a:hover,
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 a:focus,
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 a:active {
  color: #007bff;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .knewchar {
  background-color: #48a348;
  color: #fff;
  display: inline-block;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags .kcol-ktopicicon {
  background-color: #e9ecef;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags .kcol-ktopicicon span,
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags .kcol-ktopicicon i,
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags .kcol-ktopicicon svg {
  color: #6c757d;
  font-size: 13px;
  line-height: 22px;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags .kcol-ktopicicon svg {
  margin-top: 5px;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags > span {
  background-color: #e9ecef;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 0 5px;
  vertical-align: middle;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags > span span {
  font-size: 14px;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags i {
  color: #6c757d;
  font-size: 14px;
  line-height: 24px;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags svg {
  color: #6c757d;
  font-size: 13px;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags > span.favorite i {
  color: #AB47BC;
}
#kunena.layout ul.topic-list li .kcol-ktopictitle h3 .ktopic-tags > span.favorite i:before {
  content: "\f004";
}
#kunena.layout ul.topic-list li .kcol-ktopictitle .nts-pagination {
  margin: 0;
}
#kunena.layout ul.topic-list li .topic-meta {
  color: #6c757d;
  font-size: 14px;
}
#kunena.layout ul.topic-list li .topic-meta span {
  margin-right: 5px;
}
#kunena.layout ul.topic-list li .topic-meta .ktopic-category a {
  border-bottom: 1px dotted #adb5bd;
  color: #495057;
}
#kunena.layout ul.topic-list li .topic-meta .ktopic-latest-post-avatar {
  display: inline-block;
}
#kunena.layout ul.topic-list li .topic-meta .ktopic-latest-post-avatar img {
  border-radius: 3px;
  padding: 0;
  box-shadow: none;
  margin: 0;
  vertical-align: middle;
  width: 20px;
}
#kunena.layout ul.topic-list li .topic-meta .ktopic-latest-post-avatar i,
#kunena.layout ul.topic-list li .topic-meta .ktopic-latest-post-avatar svg {
  color: #ccc;
  font-size: 18px;
}
#kunena.layout ul.topic-list li .topic-meta .time,
#kunena.layout ul.topic-list li .topic-meta .latest-post {
  display: none;
}
@media screen and (min-width: 992px) {
  #kunena.layout ul.topic-list li .topic-meta .time,
  #kunena.layout ul.topic-list li .topic-meta .latest-post {
    display: inline-block;
  }
}
#kunena.layout ul.topic-list li .kcol-ktopicreplies,
#kunena.layout ul.topic-list li .kcol-ktopicviews {
  border-radius: 3px;
  display: none;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  width: 60px;
}
@media screen and (min-width: 768px) {
  #kunena.layout ul.topic-list li .kcol-ktopicreplies,
  #kunena.layout ul.topic-list li .kcol-ktopicviews {
    display: block;
  }
}
#kunena.layout ul.topic-list li .kcol-ktopicreplies .ktopic-replies-number,
#kunena.layout ul.topic-list li .kcol-ktopicreplies .ktopic-views-number,
#kunena.layout ul.topic-list li .kcol-ktopicviews .ktopic-replies-number,
#kunena.layout ul.topic-list li .kcol-ktopicviews .ktopic-views-number {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
#kunena.layout ul.topic-list li .kcol-ktopicreplies .ktopic-replies,
#kunena.layout ul.topic-list li .kcol-ktopicreplies .ktopic-views,
#kunena.layout ul.topic-list li .kcol-ktopicviews .ktopic-replies,
#kunena.layout ul.topic-list li .kcol-ktopicviews .ktopic-views {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#kunena.layout ul.topic-list li .kcol-ktopicreplies {
  right: 100px;
}
#kunena.layout ul.topic-list li .ktopic-checkbox {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
#kunena.layout ul.topic-list li.krow-stickymsg .ktopic-tags div.kcol-ktopicicon {
  background: #FF9800;
  color: #fff;
}
#kunena.layout ul.topic-list li.krow-stickymsg .ktopic-tags div.kcol-ktopicicon i {
  color: #fff;
}
#kunena.layout ul.topic-list .kcontenttablespacer {
  border: 0;
  padding: 0;
}
#kunena.layout .ktopactions {
  overflow: hidden;
  width: 100%;
}
#kunena.layout .ktopactions .nts-pagination {
  margin: 0;
}
#kunena.layout div.klist-actions {
  border: 0;
  padding: 0;
}
#kunena.layout div.klist-actions:after {
  display: table;
  content: "";
  clear: both;
}
#kunena.layout div.klist-actions .klist-actions-info-all {
  float: left;
}
#kunena.layout div.klist-actions .klist-actions-goto {
  display: none;
}
#kunena.layout div.klist-actions .klist-actions-forum {
  float: left;
}
#kunena.layout div.klist-actions .klist-actions-forum #btn_create {
  background-color: #007bff;
  color: #fff;
}
#kunena.layout div.klist-actions .klist-actions-forum a {
  margin-right: 10px;
}
#kunena.layout div.klist-actions .klist-pages-all {
  float: right;
}
#kunena.layout div.klist-actions .klist-pages-all .nts-pagination {
  margin: 0;
}
#kunena.layout div.klist-actions #kchecktask,
#kunena.layout div.klist-actions #kchecktarget {
  margin-right: 10px;
}
#kunena.layout div.klist-actions .btn {
  background-color: #adb5bd;
  border: 0;
  text-shadow: none;
  color: #fff;
  transition: all 0.25s;
}
#kunena.layout div.klist-actions .btn:hover,
#kunena.layout div.klist-actions .btn:focus,
#kunena.layout div.klist-actions .btn:active {
  background-color: #007bff;
  box-shadow: 0 0 0 3px #f9f9f9;
}
#kunena.layout #topic-actions {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
}
#kunena.layout #topic-actions:after {
  display: table;
  content: "";
  clear: both;
}
#kunena.layout #topic-actions > a {
  display: none;
}
#kunena.layout #topic-actions .klist-pages-all {
  float: left;
}
#kunena.layout #topic-actions .klist-actions-forum {
  float: right;
}
#kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row {
  float: left;
}
#kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row .btn {
  margin-left: 3px;
  margin-right: 3px;
}
#kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row.mod-actions {
  margin-left: 3px;
}
#kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row.mod-actions .btn {
  background-color: #7E57C2;
  color: #fff;
}
#kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row.mod-actions .btn:hover,
#kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row.mod-actions .btn:focus,
#kunena.layout #topic-actions .klist-actions-forum .kmessage-buttons-row.mod-actions .btn:active {
  background-color: #007bff;
}
#kunena.layout .nts-pagination {
  margin: 20px 0;
  overflow: hidden;
}
#kunena.layout .nts-pagination ul.kpagination {
  background-color: #e9ecef;
  border: 1px solid #e3e7eb;
  border-radius: 3px;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#kunena.layout .nts-pagination ul.kpagination li {
  display: block;
  float: left;
  padding: 0;
}
#kunena.layout .nts-pagination ul.kpagination li.page {
  border-right: 1px solid #e3e7eb;
  color: #6c757d;
  font-size: 13px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 10px;
  text-transform: uppercase;
}
#kunena.layout .nts-pagination ul.kpagination li .pagenav,
#kunena.layout .nts-pagination ul.kpagination li a {
  border-radius: 0;
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: middle;
}
#kunena.layout .nts-pagination ul.kpagination li .pagenav {
  background-color: #f8f9fa;
  color: #007bff;
}
#kunena.layout .kwhoisonline {
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kwhoisonline {
    display: block;
  }
}
#kunena.layout .kwhoisonline .kblocktable {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  min-height: 100px;
  padding: 20px 20px 20px 110px;
  position: relative;
}
#kunena.layout .kwhoisonline .kblocktable:before {
  background-color: #f2f4f5;
  border: 5px solid #e9ecef;
  border-radius: 5px 0 0 5px;
  border-right-width: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
}
#kunena.layout .kwhoisonline .kblocktable:after {
  background-color: #fff;
  border-radius: 17px;
  content: "";
  position: absolute;
  left: 27px;
  top: 17px;
  display: block;
  height: 60px;
  width: 60px;
}
#kunena.layout .kwhoisonline .kblocktable .kwhoicon {
  background: #fff;
  border: 1px solid #dadfe4;
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  left: 30px;
  top: 20px;
  height: 54px;
  text-align: center;
  width: 54px;
  z-index: 20;
}
#kunena.layout .kwhoisonline .kblocktable .kwhoicon i,
#kunena.layout .kwhoisonline .kblocktable .kwhoicon svg {
  color: #6c757d;
  font-size: 24px;
  line-height: 54px;
  margin-top: 6px;
}
#kunena.layout .kwhoisonline .kblocktable .kwhoicon i {
  line-height: 1;
}
#kunena.layout .kfrontstats {
  display: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kfrontstats {
    display: block;
  }
}
#kunena.layout .kfrontstats #kfrontstats-tbody {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  min-height: 100px;
  padding: 20px 20px 20px 110px;
  position: relative;
}
#kunena.layout .kfrontstats #kfrontstats-tbody:before {
  background-color: #f2f4f5;
  border: 5px solid #e9ecef;
  border-radius: 5px 0 0 5px;
  border-right-width: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
}
#kunena.layout .kfrontstats #kfrontstats-tbody:after {
  background-color: #fff;
  border-radius: 17px;
  content: "";
  position: absolute;
  left: 27px;
  top: 17px;
  display: block;
  height: 60px;
  width: 60px;
}
#kunena.layout .kfrontstats #kfrontstats-tbody .kstatsicon {
  background: #fff;
  border: 1px solid #dadfe4;
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  left: 30px;
  top: 20px;
  height: 54px;
  text-align: center;
  width: 54px;
  z-index: 20;
}
#kunena.layout .kfrontstats #kfrontstats-tbody .kstatsicon i,
#kunena.layout .kfrontstats #kfrontstats-tbody .kstatsicon svg {
  color: #6c757d;
  font-size: 24px;
  line-height: 54px;
  margin-top: 6px;
}
#kunena.layout .kfrontstats #kfrontstats-tbody .kstatsicon i {
  line-height: 1;
}
#kunena.layout .kfrontstats #kfrontstats-tbody ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#kunena.layout .kfrontstats #kfrontstats-tbody ul.fltrt {
  float: right;
}
#kunena.layout .kfrontstats #kfrontstats-tbody ul.fltlft {
  float: left;
}
#kunena.layout .kfrontstats #kfrontstats-tbody ul li {
  margin-bottom: 5px;
}
#kunena.layout .kforum-pathway .path-element {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/icons/arrow.png) no-repeat left center;
  padding-left: 12px;
  display: inline;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  padding-right: 3px;
}
#kunena.layout .kforum-pathway .path-element-first a,
#kunena.layout .kforum-pathway .path-element a {
  color: #6c757d;
}
#kunena.layout .kforum-pathway .path-element-first a:hover,
#kunena.layout .kforum-pathway .path-element-first a:hover,
#kunena.layout .kforum-pathway .path-element-first a:active,
#kunena.layout .kforum-pathway .path-element a:hover,
#kunena.layout .kforum-pathway .path-element a:hover,
#kunena.layout .kforum-pathway .path-element a:active {
  color: #2196f3;
  text-decoration: underline;
}
#kunena.layout .kforum-pathway .path-element-first {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/pathway_start.gif) no-repeat left center;
  height: 18px;
  display: inline;
  font-weight: 400;
  padding: 1px 3px 1px 22px;
  line-height: 18px;
}
#kunena.layout .kforum-pathway .path-element-last {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/pathway_finallink.gif) no-repeat left center;
  height: 18px;
  line-height: 18px;
  padding: 1px 5px 1px 37px;
}
#kunena.layout .kcontainer {
  margin-bottom: 40px;
}
#kunena.layout .kcontainer .kmsg-header {
  background-color: #f8f9fa;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px 20px;
  line-height: 1;
}
#kunena.layout .kcontainer .kmsg-header h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}
#kunena.layout .kcontainer .kmsg-header h2 .kmsgtitle {
  font-weight: 600;
}
#kunena.layout .kcontainer .kmsg-header h2 .kmsgdate {
  color: #6c757d;
  font-size: 14px;
  margin-left: 10px;
}
#kunena.layout .kcontainer .kmsg-header h2 .kmsg-id-left {
  color: #6c757d;
  float: right;
}
#kunena.layout .kcontainer .kmsg-header h2 .kmsg-id-left a {
  background-color: #dee2e6;
  border-radius: 3px;
  color: #adb5bd;
  display: block;
  font-size: 13px;
  padding: 3px 5px;
  transition: all 0.25s;
}
#kunena.layout .kcontainer .kmsg-header h2 .kmsg-id-left a:hover,
#kunena.layout .kcontainer .kmsg-header h2 .kmsg-id-left a:focus,
#kunena.layout .kcontainer .kmsg-header h2 .kmsg-id-left a:active {
  background-color: #007bff;
  color: #fff;
}
#kunena.layout .kcontainer .kmsg-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap {
    min-height: 300px;
    padding-left: 190px;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left {
  background-color: #eff1f4;
  border: 1px solid #e9ecef;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile {
  list-style: none;
  margin: 0;
  padding: 0 0 0 65px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile {
    padding-left: 0;
    text-align: center;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-profile li {
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .rank-title {
    text-align: center;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left li.user-rank {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left li.user-rank {
    text-align: center;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left li.user-rank img {
  width: 96px;
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-username {
  line-height: 1;
  margin-top: 10px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-username {
    text-align: center;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar {
    position: relative;
    left: auto;
    top: auto;
    margin-top: -35px;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar span.no-image {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  display: block;
  height: 50px;
  text-align: center;
  width: 50px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar span.no-image {
    height: 128px;
    width: 128px;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar span.no-image i {
  color: #ccc;
  font-size: 32px;
  line-height: 50px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar span.no-image i {
    line-height: 128px;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar a {
  display: block;
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar img {
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  border-radius: 5px;
  border: 1px solid #dee2e6;
  width: 50px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar img {
    width: auto;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar .topic-starter {
  background-color: #28a745;
  border-radius: 0 0 3px 3px;
  display: none;
  color: #fff;
  margin-top: -1px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
  padding: 5px 0;
  position: relative;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-avatar .topic-starter {
    display: block;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-user-status {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-user-status {
    top: 95px;
    left: auto;
    right: 10px;
  }
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .kpost-user-status a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 14px;
  overflow: hidden;
  text-indent: 30px;
  padding: 0;
  margin: 0;
  width: 14px;
}
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .medals,
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .gender,
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .birthdate,
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .location,
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .website,
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .private,
#kunena.layout .kcontainer .kmsg-wrap .kprofile-left .email {
  display: inline-block;
  text-align: center;
  padding: 3px;
  width: 20px;
}
#kunena.layout .kcontainer .kmsg-wrap .kmessage-thankyou {
  background: #E3F2FD;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 10px;
}
#kunena.layout .kcontainer .gender {
  text-align: center;
}
#kunena.layout .kcontainer .gender .kicon-profile {
  background: none;
}
#kunena.layout .kcontainer .gender .kicon-profile:before {
  font-family: Fontawesome;
  content: "\f182";
  font-size: 16px;
}
#kunena.layout .kcontainer .gender .kicon-profile.kicon-profile-gender-male:before {
  content: "\f183";
}
#kunena.layout .kcontainer .birthdate:before {
  font-family: Fontawesome;
  content: "\f1fd";
  font-size: 14px;
}
#kunena.layout .kcontainer .private span:before {
  font-family: Fontawesome;
  content: "\f0e0";
  font-size: 14px;
}
#kunena.layout .kcontainer .kmsgattach {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
#kunena.layout .kcontainer .kfile-attach {
  overflow: hidden;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
#kunena.layout .kcontainer .kfile-attach li {
  float: left;
  margin-right: 10px;
}
#kunena.layout .kcontainer .kfile-attach .thumbnail {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
  margin: 0;
}
#kunena.layout .kcontainer .kfile-attach .thumbnail a {
  display: inline-block;
  vertical-align: middle;
}
#kunena.layout .kcontainer .kfile-attach .thumbnail .btn {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
}
#kunena.layout .kcontainer .kfile-attach .thumbnail img {
  height: auto;
  max-width: 150px;
  width: auto;
}
#kunena.layout .kcontainer #kattach_form .kattach-actions {
  overflow: hidden;
  margin-bottom: 10px;
}
#kunena.layout .kcontainer #kattach_form .kattach-actions .kbutton {
  box-shadow: none;
  float: left;
  margin-right: 10px;
}
#kunena.layout .kcontainer #kattach_form .kattach-actions .kbutton.btn-danger {
  background: #dc3545;
  color: #fff;
}
#kunena.layout .kcontainer #kattach_form #files > div {
  border: 1px solid #e9ecef;
  margin-bottom: 10px;
  padding: 20px;
}
#kunena.layout .kcontainer #kattach_form #files p {
  display: block;
  margin-bottom: 10px;
}
#kunena.layout .kcontainer #kattach_form #files .btn {
  box-shadow: none;
  border-radius: 3px;
  padding: 5px 10px;
}
#kunena.layout .kcontainer .kreply-form {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#kunena.layout .kcontainer .kreply-form form {
  margin-bottom: 0;
}
#kunena.layout .kcontainer .kreply-form input.inputbox {
  border-radius: 3px;
  border: 1px solid #e9ecef;
  box-sizing: border-box;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
}
#kunena.layout .kcontainer .kreply-form textarea {
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  height: 150px;
  padding: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  width: 100%;
}
#kunena.layout .kcontainer .kreply-form .kbutton {
  margin-top: 20px;
  vertical-align: middle;
}
#kunena.layout .kcontainer .kreply-form .kreply-submit {
  background-color: #007bff;
  border-color: #006fe6;
  color: #fff;
}
#kunena.layout .kcontainer .kreply-form small {
  display: inline-block;
  margin-top: 20px;
  vertical-align: middle;
}
#kunena.layout .kcontainer .kbuttonbar-left {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kbuttonbar-left {
    padding-left: 190px;
  }
}
#kunena.layout .kcontainer .kbuttonbar-left .kmessage-editmarkup-cover {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: right;
}
#kunena.layout .kcontainer .kbuttonbar-left .kmessage-informmarkup {
  border-radius: 2px;
  display: none;
  margin-left: 10px;
}
#kunena.layout .kcontainer .kbuttonbar-left .kmessage-informmarkup a {
  color: #6c757d;
  font-size: 13px;
  transition: all 0.25s;
}
#kunena.layout .kcontainer .kbuttonbar-left .kmessage-informmarkup a:hover,
#kunena.layout .kcontainer .kbuttonbar-left .kmessage-informmarkup a:focus,
#kunena.layout .kcontainer .kbuttonbar-left .kmessage-informmarkup a:active {
  color: #343a40;
  border-bottom: 1px solid #adb5bd;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kbuttonbar-left .kmessage-informmarkup {
    display: inline-block;
  }
}
#kunena.layout .kcontainer .kbuttonbar-left .kmessage-buttons-cover {
  float: right;
}
#kunena.layout .kcontainer .kbuttonbar-left .kmessage-buttons-cover a {
  margin-left: 5px;
}
#kunena.layout .kcontainer .kmsgtex {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.618;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kcontainer .kmsgtex {
    min-height: 150px;
  }
}
#kunena.layout .kcontainer .kmsgsignature {
  background-color: #f8f9fa;
  padding: 20px;
  margin-bottom: 20px;
}
#kunena.layout .klist-actions {
  border: 1px solid #e9ecef;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#kunena.layout .klist-actions .klist-times-all {
  float: right;
}
#kunena.layout .klist-actions .klist-times-all form {
  margin-bottom: 0;
}
#kunena.layout .klist-actions:after {
  display: table;
  content: "";
  clear: both;
}
#kunena.layout ul.topic-list .topic-list-tr {
  padding-left: 0;
}
#kunena.layout ul.topic-list .topic-list-tr .krowmoderation .input-append {
  margin-bottom: 0;
}
#kunena.layout ul.topic-list .topic-list-tr .krowmoderation .input-append select {
  margin-right: 20px;
}
#kunena.layout #kpostmessage {
  background-color: #fff;
  border: 1px solid #e9ecef;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #kunena.layout #kpostmessage {
    background-color: #f8f9fa;
    border: 0;
  }
}
#kunena.layout #kpostmessage tr td:nth-child(2) {
  background-color: #fff;
}
#kunena.layout #kpostmessage td {
  border: 0;
  padding: 5px 10px;
}
@media screen and (min-width: 992px) {
  #kunena.layout #kpostmessage td {
    border: 1px solid #e9ecef;
    padding: 10px 20px;
  }
}
#kunena.layout #kpostmessage #postcatid {
  border-radius: 0;
  box-shadow: none;
  width: auto;
}
#kunena.layout #kpost-message #subject {
  box-sizing: border-box;
  border-radius: 0;
  height: 36px;
  padding: 5px 10px;
  width: 100%;
}
#kunena.layout #kpost-message #iconset_topic_list input[type="radio"] {
  margin-left: 10px;
}
#kunena.layout #kpost-message #iconset_topic_list label.radio {
  padding-top: 0;
  padding-left: 5px;
}
#kunena.layout #kpost-message #iconset_topic_list i {
  color: #6c757d;
}
#kunena.layout #kpost-message #tabs_kunena_editor {
  border: 0;
  margin-bottom: 10px;
}
#kunena.layout #kpost-message #tabs_kunena_editor li {
  margin-right: 5px;
}
#kunena.layout #kpost-message #tabs_kunena_editor li a {
  background-color: #adb5bd;
  border-radius: 3px;
  border: 0;
  color: #fff;
  line-height: 1;
}
#kunena.layout #kpost-message #tabs_kunena_editor li.active a {
  background-color: #007bff;
  color: #fff;
}
#kunena.layout #kpost-message .markItUpHeader {
  background-color: #e9ecef;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px;
  height: auto;
}
#kunena.layout #kpost-message .markItUpHeader:after {
  display: table;
  content: "";
  clear: both;
}
#kunena.layout #kpost-message .markItUpHeader ul > .markItUpSeparator {
  display: none;
}
#kunena.layout #kpost-message .markItUpHeader ul > li > a {
  background-position: center center;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 24px;
  margin-right: 3px;
  width: 24px;
}
#kunena.layout #kpost-message .markItUpHeader ul > li > a:hover,
#kunena.layout #kpost-message .markItUpHeader ul > li > a:focus,
#kunena.layout #kpost-message .markItUpHeader ul > li > a:active {
  border-color: #007bff;
}
#kunena.layout #kpost-message .markItUpHeader .markItUpButton ul li {
  padding: 0;
}
#kunena.layout #kpost-message .markItUpHeader .markItUpButton ul li a {
  background-position: 5px center;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 150px;
  text-align: left;
}
#kunena.layout #kpost-message .markItUpHeader .markItUpButton ul li a:hover,
#kunena.layout #kpost-message .markItUpHeader .markItUpButton ul li a:focus,
#kunena.layout #kpost-message .markItUpHeader .markItUpButton ul li a:active {
  text-decoration: none;
}
#kunena.layout #kpost-message textarea#editor {
  border: 1px solid #dee2e6;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: none;
  padding: 20px;
  width: 100%;
}
#kunena.layout #kpost-message #kbbcode-message {
  border: 1px solid #e9ecef;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  padding: 20px;
  width: 100%;
}
#kunena.layout #kpost-message #kbbcode-message:focus {
  border-color: #007bff;
}
@media screen and (min-width: 768px) {
  #kunena.layout #kpost-message #kpost-buttons {
    padding-left: 160px;
  }
}
#kunena.layout #kpost-message #kpost-buttons .kbutton {
  margin-right: 10px;
}
#kunena.layout #kpost-message #kpost-buttons .kbutton:first-child {
  background-color: #007bff;
  border-color: #006fe6;
  color: #fff;
}
#kunena.layout .k-profile .user-info {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  position: relative;
  padding: 120px 20px 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .k-profile .user-info {
    padding: 20px 20px 20px 200px;
  }
}
#kunena.layout .k-profile .user-info:before {
  background-color: #f8f9fa;
  border-radius: 5px 0 0 5px;
  border-bottom: 1px solid #e9ecef;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 70px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .k-profile .user-info:before {
    border-radius: 5px 0 0 5px;
    border-bottom: 0;
    border-right: 1px solid #e9ecef;
    height: auto;
    bottom: 0;
    right: auto;
    width: 120px;
  }
}
#kunena.layout .k-profile .user-info .kavatar-lg {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
  position: absolute;
  left: 20px;
  top: 20px;
  height: 80px;
  max-width: 80px;
  text-align: center;
  width: 80px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .k-profile .user-info .kavatar-lg {
    max-width: 120px;
    height: auto;
    left: 60px;
    width: 120px;
  }
}
#kunena.layout .k-profile .user-info .kavatar-lg i {
  line-height: 80px;
}
#kunena.layout .k-profile .user-info .kavatar-lg img {
  border-radius: 13px;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
#kunena.layout .k-profile .user-info .user-status {
  position: absolute;
  top: 36px;
  left: 110px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .k-profile .user-info .user-status {
    top: 124px;
    left: 95px;
  }
}
#kunena.layout .k-profile .user-info .user-status a {
  color: #fff;
  text-align: center;
  width: 32px;
}
#kunena.layout .k-profile .user-info #kprofile-stats {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#kunena.layout .k-profile .user-info #kprofile-stats ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#kunena.layout .k-profile .user-info #kprofile-stats ul li {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  #kunena.layout .k-profile .user-info #kprofile-stats ul li {
    float: left;
    padding: 3px 0;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #kunena.layout .k-profile .user-info #kprofile-stats ul li {
    width: 33.3%;
  }
}
#kunena.layout .k-profile .user-info .kprofile-other-info {
  margin-bottom: 20px;
}
#kunena.layout .k-profile .user-info .kprofile-other-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#kunena.layout .k-profile .user-info .kprofile-other-info ul li {
  margin-bottom: 5px;
}
#kunena.layout .k-profile .user-info .user-signature {
  background-color: #f8f9fa;
  padding: 20px;
}
#kunena.layout .k-profile .user-info .user-signature h4 {
  margin: 0 0 10px;
  padding: 0;
}
#kunena.layout .k-profile .user-info .user-signature .kmsgsignature {
  padding: 0;
}
#kunena.layout .k-profile #kprofile-rightcol #attachments h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
#kunena.layout .k-profile #kprofile-rightcol #attachments table {
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 0;
}
#kunena.layout .k-profile #kprofile-rightcol #attachments table td,
#kunena.layout .k-profile #kprofile-rightcol #attachments table th {
  border-radius: 0;
  padding: 10px;
}
#kunena.layout .k-profile #kprofile-rightcol #attachments table th {
  background-color: #f8f9fa;
}
#kunena.layout .k-profile #kprofile-rightcol .action-wrap:after {
  display: table;
  content: "";
  clear: both;
}
#kunena.layout .k-profile #kprofile-rightcol .action-wrap .nts-pagination {
  float: left;
  margin: 0;
}
#kunena.layout .k-profile #kprofile-rightcol .action-wrap .kbutton {
  float: right;
}
#kunena.layout .kedituser .kheader .kheadbtn i,
#kunena.layout #kprofile-rightcol .kheader .kheadbtn i {
  margin-right: 5px;
}
#kunena.layout .kedituser .nav-tabs,
#kunena.layout #kprofile-rightcol .nav-tabs {
  border: 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#kunena.layout .kedituser .nav-tabs:after,
#kunena.layout #kprofile-rightcol .nav-tabs:after {
  background-color: #e9ecef;
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kedituser .nav-tabs:after,
  #kunena.layout #kprofile-rightcol .nav-tabs:after {
    display: block;
  }
}
#kunena.layout .kedituser .nav-tabs li,
#kunena.layout #kprofile-rightcol .nav-tabs li {
  padding: 5px 10px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kedituser .nav-tabs li,
  #kunena.layout #kprofile-rightcol .nav-tabs li {
    padding: 0 10px;
    text-align: left;
    width: auto;
  }
}
#kunena.layout .kedituser .nav-tabs li > a,
#kunena.layout #kprofile-rightcol .nav-tabs li > a {
  background-color: transparent;
  border: 1px solid #e9ecef;
  border-radius: 3px;
  color: #6c757d;
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kedituser .nav-tabs li > a,
  #kunena.layout #kprofile-rightcol .nav-tabs li > a {
    border: 0;
    border-radius: 0;
    padding: 0 0 10px;
  }
}
#kunena.layout .kedituser .nav-tabs li > a:after,
#kunena.layout #kprofile-rightcol .nav-tabs li > a:after {
  bottom: 0;
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  transition: all 0.2s ease-out;
  transform-origin: 50% 50%;
  transform: scaleX(0);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kedituser .nav-tabs li > a:after,
  #kunena.layout #kprofile-rightcol .nav-tabs li > a:after {
    display: block;
  }
}
#kunena.layout .kedituser .nav-tabs li > a:hover,
#kunena.layout .kedituser .nav-tabs li > a:focus,
#kunena.layout .kedituser .nav-tabs li > a:active,
#kunena.layout #kprofile-rightcol .nav-tabs li > a:hover,
#kunena.layout #kprofile-rightcol .nav-tabs li > a:focus,
#kunena.layout #kprofile-rightcol .nav-tabs li > a:active {
  color: #495057;
}
#kunena.layout .kedituser .nav-tabs li > a:hover:after,
#kunena.layout .kedituser .nav-tabs li > a:focus:after,
#kunena.layout .kedituser .nav-tabs li > a:active:after,
#kunena.layout #kprofile-rightcol .nav-tabs li > a:hover:after,
#kunena.layout #kprofile-rightcol .nav-tabs li > a:focus:after,
#kunena.layout #kprofile-rightcol .nav-tabs li > a:active:after {
  background-color: #adb5bd;
  opacity: 1;
  transform: scaleX(1);
}
#kunena.layout .kedituser .nav-tabs li.active > a,
#kunena.layout #kprofile-rightcol .nav-tabs li.active > a {
  border: 1px solid #007bff;
  color: #007bff;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kedituser .nav-tabs li.active > a,
  #kunena.layout #kprofile-rightcol .nav-tabs li.active > a {
    border: 0;
  }
}
#kunena.layout .kedituser .nav-tabs li.active > a:after,
#kunena.layout #kprofile-rightcol .nav-tabs li.active > a:after {
  background-color: #007bff;
  opacity: 1;
  transform: scaleX(1);
}
#kunena.layout .kedituser .tab-content .kheader,
#kunena.layout #kprofile-rightcol .tab-content .kheader {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding: 0;
}
#kunena.layout .kedituser .tab-content .kheader:before,
#kunena.layout #kprofile-rightcol .tab-content .kheader:before {
  display: none;
}
#kunena.layout .kedituser .tab-content .kheader h2,
#kunena.layout #kprofile-rightcol .tab-content .kheader h2 {
  background-color: #e9ecef;
  border-left: 3px solid #007bff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 7px 10px;
}
#kunena.layout .kedituser .tabs {
  margin-top: 30px;
}
#kunena.layout .kedituser table {
  border: 1px solid #e9ecef;
  border-radius: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#kunena.layout .kedituser table tr {
  background: transparent;
}
#kunena.layout .kedituser table th,
#kunena.layout .kedituser table td {
  background-color: transparent;
  border: 1px solid #e9ecef;
  padding: 10px;
}
#kunena.layout .kedituser table th:first-child,
#kunena.layout .kedituser table td:first-child {
  background-color: #f8f9fa;
  width: 20%;
}
#kunena.layout .kedituser .action-wrap {
  text-align: center;
}
#kunena.layout .kedituser .action-wrap .kbutton {
  margin: 0 5px;
}
#kunena.layout .kedituser .action-wrap .kbutton:first-child {
  background-color: #007bff;
  color: #fff;
}
#kunena.layout .kedituser .action-wrap .kbutton:first-child span {
  color: #fff;
}
#kunena.layout .kedituser .action-wrap .kbutton span {
  color: #6c757d;
  margin-right: 5px;
}
#kunena.layout .kedituser .action-wrap .kbutton:hover span,
#kunena.layout .kedituser .action-wrap .kbutton:focus span,
#kunena.layout .kedituser .action-wrap .kbutton:active span {
  color: #fff;
}
#kunena.layout #birthdate input[type="text"] {
  border-radius: 3px 0 0 3px;
}
#kunena.layout #birthdate .add-on {
  border-color: #ddd;
  height: 36px;
  padding: 0 10px;
}
#kunena.layout #birthdate i {
  color: #999;
  line-height: 29px;
}
#kunena.layout #kforumsearch {
  width: 100%;
}
#kunena.layout #kforumsearch .kheader {
  margin-top: 40px;
}
#kunena.layout #kforumsearch input[type="text"] {
  margin-bottom: 0;
}
#kunena.layout #kforumsearch select {
  display: inline-block;
  width: auto;
}
#kunena.layout #kforumsearch td {
  vertical-align: top;
}
#kunena.layout #kforumsearch td .fieldset {
  display: block;
  border: 1px solid #e9ecef;
  padding: 20px;
}
#kunena.layout #kforumsearch td .fieldset legend {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 0;
  width: auto;
}
#kunena.layout #kforumsearch td:first-child {
  padding-right: 20px;
  width: 50%;
}
#kunena.layout #kforumsearch td:last-child {
  padding-left: 20px;
}
#kunena.layout #kforumsearch #searchatdate .input-append.date {
  display: block !important;
}
#kunena.layout #kforumsearch #searchatdate input {
  border-radius: 3px 0 0 3px;
  width: auto;
}
#kunena.layout #kforumsearch #searchatdate .input-group-addon {
  border-radius: 0 3px 3px 0;
  display: inline-block;
  height: 32px;
  min-width: 32px;
}
#kunena.layout #kforumsearch .fieldset input[type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#kunena.layout #kforumsearch #categorylist {
  height: 152px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
#kunena.layout #kforumsearch .kaction-wrap {
  padding: 30px 0 20px;
  text-align: center;
}
#kunena.layout #kforumsearch .kaction-wrap .kbutton {
  margin: 0 5px;
}
#kunena.layout .search-result-item .kmsgdate {
  border-bottom: 1px solid #e9ecef;
  color: #adb5bd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#kunena.layout .search-result-item .search-result {
  position: relative;
  padding-left: 190px;
}
#kunena.layout .search-result-item .search-result .kprofile-left {
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
}
#kunena.layout .search-result-item .search-result .kprofile-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#kunena.layout .search-result-item .search-result .kprofile-left ul li {
  text-align: center;
}
#kunena.layout .search-result-item .search-result .kprofile-left ul li.kpost-avatar {
  margin-bottom: 10px;
}
#kunena.layout .search-result-item .search-result .kprofile-left ul li.kpost-username {
  font-weight: 600;
}
#kunena.layout .search-result-item .search-result .kprofile-left ul li img {
  border-radius: 5px;
  width: 100%;
}
#kunena.layout .search-result-item .search-result .kresult-title {
  border-bottom: 1px solid #e9ecef;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#kunena.layout .search-result-item .search-result .kresult-title a {
  color: #495057;
}
#kunena.layout .search-result-item .search-result .kmsgtext {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
#kunena.layout .kgenstats table.kblocktable {
  padding-right: 0;
}
#kunena.layout .kgenstats table.kblocktable td.kcol-mid {
  padding: 0;
  line-height: 1.6;
}
#kunena.layout .kgenstats table.kblocktable ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kgenstats table.kblocktable ul li {
    padding: 5px 0;
  }
}
#kunena.layout .kgenstats table.kblocktable ul li span {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #kunena.layout .kgenstats table.kblocktable ul li span {
    border-right: 1px solid #dee2e6;
    display: inline-block;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 1;
  }
  #kunena.layout .kgenstats table.kblocktable ul li span:last-child {
    border: 0;
  }
}
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table {
  border: 1px solid #e9ecef;
  width: 100%;
}
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table th,
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table td {
  border: 1px solid #e9ecef;
  padding: 10px;
}
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table th {
  background-color: #f8f9fa;
}
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table th:nth-child(1),
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table td:nth-child(1) {
  text-align: center;
  width: 5%;
}
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table th:nth-child(2),
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table td:nth-child(2) {
  width: 40%;
}
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table th:nth-child(4),
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table td:nth-child(4) {
  text-align: center;
  width: 8%;
}
#kunena.layout .kpopsubjstats #kpopsubstats-tbody table .kstats-bar {
  height: 10px;
}
#kunena.layout #modal-picture {
  padding-right: 0 !important;
}
#kunena.layout .modal.in {
  bottom: auto;
  opacity: 1;
  display: block !important;
}
#kunena.layout .modal.in .form-wrap > div {
  margin-bottom: 10px;
}
#kunena.layout .modal.in .form-wrap label {
  display: block;
}
#kunena.layout .modal.in .form-wrap #modal-picture-url {
  width: 100%;
}
#kunena.layout .modal.in .modal-footer button {
  background: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  margin-left: 10px;
}
#kunena.layout .modal.in .modal-footer button.kbutton {
  background-color: #007bff;
  color: #fff;
}
#kunena.layout table.kpostbuttonset tr td.kpostbuttons select.selectbox {
  position: relative;
  bottom: 5px;
}
#kunena.layout .form-horizontal .controls {
  margin-left: 90px;
}
#kunena.layout .form-horizontal .control-label {
  width: auto;
}
#kunena.layout .ktxtarea {
  margin-left: -80px;
}
#kunena.layout #kbbcode-smilies-button {
  background-position: -108px -18px;
}
#kunena.layout .kbbcode-preview-bottom {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0 0 3px 3px;
  padding: 20px;
  margin: -25px 0 0;
  min-height: 150px;
}
#kunena.layout .markItUp .boldbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/bold.png);
}
#kunena.layout .markItUp .italicbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/italic.png);
}
#kunena.layout .markItUp .underlinebutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/underline.png);
}
#kunena.layout .markItUp .strokebutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/stroke.png);
}
#kunena.layout .markItUp .supscriptbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/supscript.png);
}
#kunena.layout .markItUp .subscriptbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/subscript.png);
}
#kunena.layout .markItUp .sizebutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/fonts.png);
}
#kunena.layout .markItUp .colors a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/colors.png);
}
#kunena.layout .markItUp .bulletedlistbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/list-bullet.png);
}
#kunena.layout .markItUp .numericlistbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/list-numeric.png);
}
#kunena.layout .markItUp .listitembutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/list-item.png);
}
#kunena.layout .markItUp .alignleftbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/text_align_left.png);
}
#kunena.layout .markItUp .centerbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/text_align_center.png);
}
#kunena.layout .markItUp .alignrightbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/text_align_right.png);
}
#kunena.layout .markItUp .quotebutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/quotes.png);
}
#kunena.layout .markItUp .codemodalboxbutton a,
#kunena.layout .markItUp .codesimplebutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/code.png);
}
#kunena.layout .markItUp .tablebutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/table.png);
}
#kunena.layout .markItUp .spoilerbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/spoiler.png);
}
#kunena.layout .markItUp .hiddentextbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/hidden.png);
}
#kunena.layout .markItUp .picturebutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/picture.png);
}
#kunena.layout .markItUp .linkbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/link.png);
}
#kunena.layout .markItUp .ebaybutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/ebay.png);
}
#kunena.layout .markItUp .videodropdownbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/film.png);
}
#kunena.layout .markItUp .mapbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/map.png);
}
#kunena.layout .markItUp .pollbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/poll.png);
}
#kunena.layout .markItUp .tweetbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/tweet.png);
}
#kunena.layout .markItUp .soundcloudbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/soundcloud.png);
  margin-left: -3px;
  margin-top: 3px;
}
#kunena.layout .markItUp .instagrambutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/instagram.png);
}
#kunena.layout .markItUp .hrbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/hr.png);
}
#kunena.layout .markItUp .emoticonsbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/emoticon.png);
}
#kunena.layout .markItUp .confidentialbutton a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/confidential.png);
}
#kunena.layout .markItUp .clean a {
  background-image: url(/components/com_kunena/template/nts_ktrend/assets/images/clean.png);
}
#kunena.layout .markItUp .colors ul {
  width: auto;
  padding: 1px;
}
#kunena.layout .markItUp .colors li {
  border: 1px solid white;
  width: 25px;
  height: 25px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  float: left;
}
#kunena.layout .markItUp .colors ul a {
  width: 25px;
  height: 25px;
}
#kunena.layout .markItUp .colors .col1-1 a {
  background: black;
}
#kunena.layout .markItUp .colors .col1-2 a {
  background: orange;
}
#kunena.layout .markItUp .colors .col1-3 a {
  background: red;
}
#kunena.layout .markItUp .colors .col2-1 a {
  background: blue;
}
#kunena.layout .markItUp .colors .col2-2 a {
  background: purple;
}
#kunena.layout .markItUp .colors .col2-3 a {
  background: green;
}
#kunena.layout .markItUp .colors .col3-1 a {
  background: white;
}
#kunena.layout .markItUp .colors .col3-2 a {
  background: gray;
}
#kunena.layout .markItUp .colors .col3-3 a {
  background: black;
}
#kunena.layout .markItUp {
  width: 100%;
}
#kunena.layout .markItUpContainer {
  width: 100%;
}
#kunena.layout .markItUpEditor {
  padding: 5px;
  margin: 0;
  clear: both;
  display: block;
  line-height: 18px;
  overflow: auto;
  border: 1px solid #e5e5e5;
}
#kunena.layout .markItUpPreviewFrame {
  overflow: auto;
  background-color: #FFFFFF;
  width: 99.9%;
  height: 350px;
  margin: 5px 0;
}
#kunena.layout .markItUpHeader {
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  height: 25px;
}
#kunena.layout .markItUpFooter {
  width: 100%;
  height: 25px;
  padding-bottom: 10px;
}
#kunena.layout .markItUpHeader ul li {
  list-style: none;
  float: left;
  position: relative;
  box-sizing: content-box;
}
#kunena.layout .markItUpHeader ul li:hover > ul {
  display: block;
}
#kunena.layout .markItUpHeader ul .markItUpDropMenu li {
  margin-right: 0;
}
#kunena.layout .markItUpHeader ul ul {
  display: none;
  position: absolute;
  top: 18px;
  left: 0;
  margin-top: 10px;
  background: #FFF;
  border: 1px solid #e5e5e5;
}
#kunena.layout .markItUpHeader ul ul li {
  float: none;
  border-bottom: 1px solid #e5e5e5;
}
#kunena.layout .markItUpHeader ul .markItUpSeparator {
  width: 1px;
  color: #ccc;
  height: 24px;
  margin-right: 5px;
  overflow: hidden;
  border-left: 1px solid #ccc;
  text-indent: -10000px;
}
#kunena.layout .markItUpHeader ul ul .markItUpSeparator {
  width: auto;
  height: 1px;
  margin: 0;
}
#kunena.layout .markItUpHeader ul ul ul {
  position: absolute;
  top: -1px;
  left: 150px;
}
#kunena.layout .markItUpHeader ul ul ul li {
  float: none;
}
#kunena.layout .markItUpHeader ul a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  background-repeat: no-repeat;
  padding: 4px;
  margin: 0;
}
#kunena.layout .markItUpHeader ul ul a {
  display: block;
  text-indent: 0;
  width: 150px;
  padding: 5px 5px 5px 25px;
  background-position: 2px 50%;
}
#kunena.layout .markItUpHeader ul ul a:hover {
  color: #FFF;
  background-color: #3875D7;
}
#kunena.layout .markItUpHeader ul {
  margin: 0;
  padding: 0;
}
#kunena.layout .markItUpButton {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 14px;
  line-height: 12px;
  *margin-left: .3em;
}
#kunena.layout li.markItUpButton ul {
  z-index: 1;
}
#kunena.layout .dropzone .message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#kunena.layout .dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 120px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
#kunena.layout .dropzone .default.message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: no-repeat 0 0;
}
#kunena.layout #klabel_info_drop_browse {
  display: flex;
  align-items: center;
  justify-content: center;
}
#kunena.layout #files {
  padding-bottom: 10px;
}
#kunena.layout #files button.btn {
  margin-right: 5px;
}
#kunena.layout #files p {
  margin: 15px 0 0 0;
}
#kunena.layout #kbbcode-preview {
  height: auto !important;
  margin-bottom: 35px;
}
#kunena.layout #iconset_inject .inline:hover {
  cursor: pointer;
}
#kunena.layout .kicon-reply {
  background-image: url("/components/com_kunena/template/nts_ktrend/assets/iconsets/profile/default/default.png") !important;
  background-position: 0 -460px;
}
#kunena.layout .kicon-profile-minus {
  background: url("/components/com_kunena/template/nts_ktrend/assets/iconsets/profile/default/default.png") no-repeat 0 -294px;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin: -2px 0;
}
#kunena.layout .kicon-profile-plus {
  background: url("/components/com_kunena/template/nts_ktrend/assets/iconsets/profile/default/default.png") no-repeat 0 -313px;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin: -2px 0;
}
#kunena.layout .large-kicon {
  width: 18px;
  height: 18px;
  margin-right: 0;
  line-height: 18px;
  font-size: 18px;
}
#kunena.layout .icon-feed::before {
  color: orange;
}
#kunena.layout .kfile-input {
  display: block;
  overflow: hidden;
}
#kunena.layout .kspoiler-wrapper {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  min-height: 5px;
  width: 100%;
  background-color: #ffc;
}
#kunena.layout .kicon {
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#kunena.layout .kspoiler-header {
  cursor: pointer;
}
#kunena.layout .kmark-read {
  width: 16px;
  height: 16px;
}
#kunena.layout div.krss-block {
  float: right;
}
#kunena.layout .kspoiler {
  cursor: auto;
}
#kunena.layout .kspoiler-expand,
#kunena.layout .kspoiler-hide {
  color: #888;
}
#kunena.layout .ktopicpoll {
  margin: 2px;
  width: 32px;
  height: 32px;
  float: right;
}
#kunena.layout .kforumbottom {
  width: 18px;
  height: 15px;
}
#kunena.layout .kspoiler-content {
  margin: 10px 5px;
}
#kunena.layout .kfavoritestar {
  width: 16px;
  height: 16px;
}
#kunena.layout .kspoiler-title {
  font-weight: bold;
}
#kunena.layout .krss-small {
  width: 16px;
  height: 16px;
}
#kunena.layout .kforumtop {
  width: 18px;
  height: 15px;
}
#kunena.layout .kgooglemap {
  width: 100%;
  display: block;
  height: 480px;
  overflow: hidden;
  position: relative;
}
#kunena.layout .kgooglemap img {
  max-width: none !important;
}
#kunena.layout .kicon-folder {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/icons/folder_nonew.png) no-repeat left center;
  width: 32px;
  height: 32px;
  display: inline-block;
}
#kunena.layout .kicon-folder.knewchar {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/icons/folder.png) no-repeat left center;
  width: 32px;
  height: 32px;
  display: inline-block;
}
#kunena.layout .kicon-folder-sm {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/icons/folder_nonew_sm.png) no-repeat left center;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#kunena.layout .kicon-folder-sm-new {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/icons/folder_sm.png) no-repeat left center;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#kunena.layout .b2-3x {
  padding-top: 10px;
  font-size: 32px;
}
#kunena.layout .b2-7x {
  padding-top: 10px;
  font-size: 52px;
}
#kunena.layout .user-circle.user-default {
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 50%;
  border: 1px solid;
}
#kunena.layout .user-circle.user-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 52px;
  line-height: 1.33;
  border-radius: 50%;
  border: 1px solid;
}
#kunena.layout .icon.icon-one-fine-dot {
  margin-right: 0;
}
#kunena.layout .icon.icon-one-fine-dot:before {
  content: "\25cf";
  font-size: 2em;
}
#kunena.layout .glyphicon.glyphicon-one-fine-dot:before {
  content: "\25cf";
  font-size: 1.5em;
}
#kunena.layout .kwho-guest {
  color: #666666;
}
#kunena.layout .kwho-user {
  color: #5388B4;
}
#kunena.layout .kwho-moderator {
  color: #0000FF;
}
#kunena.layout .kwho-globalmod,
#kunena.layout .kwho-globalmoderator {
  color: #800000;
}
#kunena.layout .kwho-admin {
  color: #FF0000;
}
#kunena.layout .kwho-blocked,
#kunena.layout .kwho-banned {
  color: #A39D49;
}
#kunena.layout .kicon-profile {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 3px;
  background: url(/components/com_kunena/template/nts_ktrend/assets/iconsets/profile/default/default.png) no-repeat;
}
#kunena.layout .inline .kicon-profile {
  width: 32px;
  height: 32px;
}
#kunena.layout .img-circle {
  margin-top: 0.5em;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0,0,0,0.1);
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0,0,0,0.1);
}
#kunena.layout .kicon-profile-myspace {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/myspace.png) 50% 50%;
}
#kunena.layout .kicon-profile-digg {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/digg.png) 50% 50%;
}
#kunena.layout .kicon-profile-birthdate {
  background-position: 0 -42px;
}
#kunena.layout .kicon-profile-plus {
  background-position: 0 -312px;
}
#kunena.layout .kicon-profile-minus {
  background-position: 0 -294px;
}
#kunena.layout .kicon-profile-twitter {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/twitter.png) 50% 50%;
}
#kunena.layout .kicon-profile-pm {
  background-position: 0 -437px;
}
#kunena.layout .kicon-profile-microsoft {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/microsoft.png) 50% 50%;
}
#kunena.layout .kicon-profile-friendfeed {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/friendfeed.png) 50% 50%;
}
#kunena.layout .kicon-profile-website {
  background-position: 0 -521px;
}
#kunena.layout .kicon-profile-remind {
  background-position: 0 -458px;
}
#kunena.layout .kicon-profile-google {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/google.png) 50% 50%;
}
#kunena.layout .kicon-profile-gender-unknown {
  background-position: 0 -231px;
}
#kunena.layout .kicon-profile-facebook {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/facebook.png) 50% 50%;
}
#kunena.layout .kicon-profile-email {
  background-position: 0 -126px;
}
#kunena.layout .kicon-profile-delicious {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/delicious.png) 50% 50%;
}
#kunena.layout .kicon-profile-icq {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/icq.png) 50% 50%;
}
#kunena.layout .kicon-profile-flickr {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/flickr.png) 50% 50%;
}
#kunena.layout .kicon-profile-skype {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/skype.png) 50% 50%;
}
#kunena.layout .kicon-profile-location {
  background-position: 0 -353px;
}
#kunena.layout .kicon-profile-gender-male {
  background-position: 0 -374px;
}
#kunena.layout .kicon-profile-linkedin {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/linkedin.png) 50% 50%;
}
#kunena.layout .kicon-profile-linkedin_company {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/linkedin.png) 50% 50%;
}
#kunena.layout .kicon-profile-yim {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/yim.png) 50% 50%;
}
#kunena.layout .kicon-profile-gender-female {
  background-position: 0 -168px;
}
#kunena.layout .kicon-profile-blogspot {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/blogger.png) 50% 50%;
}
#kunena.layout .kicon-profile-aim {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/aim.png) 50% 50%;
}
#kunena.layout .kicon-profile-apple {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/apple.png) 50% 50%;
}
#kunena.layout .kicon-profile-qq {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/qq.png) 50% 50%;
}
#kunena.layout .kicon-profile-qzone {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/qzone.png) 50% 50%;
}
#kunena.layout .kicon-profile-instagram {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/instagram.png) 50% 50%;
}
#kunena.layout .kicon-profile-weibo {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/weibo.png) 50% 50%;
}
#kunena.layout .kicon-profile-wechat {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/wechat.png) 50% 50%;
}
#kunena.layout .kicon-profile-vk {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/vk.png) 50% 50%;
}
#kunena.layout .kicon-profile-telegram {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/telegram.png) 50% 50%;
}
#kunena.layout .kicon-profile-bebo {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/bebo.png) 50% 50%;
}
#kunena.layout .kicon-profile-whatsapp {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/whatsapp.png) 50% 50%;
}
#kunena.layout .kicon-profile-youtube {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/youtube.png) 50% 50%;
}
#kunena.layout .kicon-profile-ok {
  background: url(/components/com_kunena/template/nts_ktrend/assets/images/social/ok.png) 50% 50%;
}
#kunena.layout span.kicon-profile-website,
#kunena.layout span.kicon-profile-pm {
  vertical-align: top;
  margin-top: 3px;
  margin-bottom: 3px;
}
#kunena.layout span.kicon-profile-pm {
  margin-right: 0;
}
#kunena.layout .kavatar {
  max-width: 100%;
  height: auto;
  width: auto \9;
}
#kunena.layout .nav span .icon {
  max-height: 14px;
  max-width: 14px;
  font-size: 10px;
}
#kunena.layout .category-red:nth-child(even) {
  background-color: #FFCFCF;
}
#kunena.layout .category-red:nth-child(2n+1) {
  background-color: #FFDDDD;
}
#kunena.layout .category-green:nth-child(even) {
  background-color: #d2f8db;
}
#kunena.layout .category-green:nth-child(odd) {
  background-color: #bfe5c7;
}
#kunena.layout .category-yellow:nth-child(even) {
  background-color: #FFFFCC;
}
#kunena.layout .category-yellow:nth-child(odd) {
  background-color: #FFFFAA;
}
#kunena.layout .category-blue:nth-child(even) {
  background-color: #c3f0ff;
}
#kunena.layout .category-blue:nth-child(odd) {
  background-color: #b1e3ff;
}
#kunena.layout .category-grey:nth-child(even) {
  background-color: #e5e5e5;
}
#kunena.layout .category-grey:nth-child(odd) {
  background-color: #d5d5d5;
}
#kunena.layout .category-pink:nth-child(even) {
  background-color: #ffddff;
}
#kunena.layout .category-pink:nth-child(odd) {
  background-color: #ffd0ff;
}
@media (max-width: 579px) {
  #kunena.layout table,
  #kunena.layout tbody {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  #kunena.layout tr {
    display: block;
    width: 100%;
  }
  #kunena.layout tr td,
  #kunena.layout tr th {
    border: 0 !important;
  }
  #kunena.layout tr input[type="text"],
  #kunena.layout tr textarea {
    width: 100%;
  }
  #kunena.layout table.kmsg tbody {
    min-height: 100%;
  }
  #kunena.layout table.klist-actions {
    width: 99% !important;
  }
  #kunena.layout td.kcontenttablespacer {
    margin-bottom: -9px;
  }
  #kunena.layout table .kmsg,
  #kunena.layout tbody .kmsg {
    padding: 0 0 20px 0 !important;
  }
  #kunena.layout .klist-actions {
    padding: 0 !important;
  }
  #kunena.layout table:before {
    content: "" !important;
  }
  #kunena.layout table tr {
    width: 100%;
  }
  #kunena.layout table tr td,
  #kunena.layout table tr th {
    display: block;
    width: 100% !important;
  }
  #kunena.layout .kcc-table::after,
  #kunena.layout td.kcol-mid.kcol-ktopiclastpost::after {
    content: "";
    display: block;
    clear: both;
  }
  #kunena.layout .kprofilebox .kprofilebox-left,
  #kunena.layout .kprofilebox .kprofilebox-right {
    width: 50px !important;
    border: none;
    float: left;
    position: relative;
    z-index: 50;
  }
  #kunena.layout .kprofilebox .kprofilebox-left img,
  #kunena.layout .kprofilebox .kprofilebox-right img {
    margin-top: 7px;
  }
  #kunena.layout .kprofilebox .kprofileboxcnt {
    position: relative;
    z-index: 10;
    min-height: 90px;
  }
  #kunena.layout .kprofilebox .kprofileboxcnt .kprofilebox-link {
    display: none;
  }
  #kunena.layout tr td:not(:last-child) {
    border-bottom: none !important;
  }
  #kunena.layout div.kthead-title a {
    float: none;
    font-size: 1.2em;
    margin: 0;
  }
  #kunena.layout .kblocktable .kl {
    margin: 0;
  }
  #kunena.layout .kcol-mid.kcol-kcatlastpost {
    padding-bottom: 5px;
  }
  #kunena.layout td.visible-desktop {
    display: none !important;
  }
  #kunena.layout td.kcol-first.kcol-category-icon,
  #kunena.layout td.kcol-mid.kcol-ktopicicon {
    display: none;
  }
  #kunena.layout td.kcol-first.kcol-ktopicreplies {
    margin-bottom: -18px;
  }
  #kunena.layout td.kcol-first.kcol-ktopicreplies,
  #kunena.layout td.kcol-first.kcol-ktopicreplies strong {
    font-size: 100%;
    text-align: left;
  }
  #kunena.layout td.kcol-first.kcol-ktopicreplies strong {
    display: inline;
  }
  #kunena.layout td.kcol-mid.kcol-ktopiclastpost > div {
    float: left;
    clear: both;
  }
  #kunena.layout .ktopic-details-kcategory,
  #kunena.layout .ktopic-date {
    display: none;
  }
  #kunena.layout .klist-markallcatsread,
  #kunena.layout .klist-bottom {
    display: none;
  }
  #kunena.layout ul.kpagination {
    padding-right: 30px;
  }
  #kunena.layout #kpost-message td.kcol-first {
    text-align: left;
  }
  #kunena.layout .kiconsel {
    white-space: normal;
  }
  #kunena.layout table#kpostmessage td {
    width: 100% !important;
  }
  #kunena.layout #kpost-topicicons td {
    overflow: auto;
  }
  #kunena.layout td.kpostbuttons {
    height: 40px;
  }
  #kunena.layout textarea#kbbcode-message,
  #kunena.layout .kattachment .kbutton {
    float: none;
  }
  #kunena.layout ul#kstatslistright {
    top: -33px;
    width: 100%;
  }
  #kunena.layout ul#kstatslistright li:nth-child(3),
  #kunena.layout ul#kstatslistright li:nth-child(4) {
    text-align: left;
  }
  #kunena.layout div.kmsgbody div.kmsgtext {
    padding-right: 25px;
    margin-bottom: 40px !important;
  }
  #kunena.layout .hidden-phone {
    display: none;
  }
  #kunena.layout div.kmessage-buttons-cover {
    float: none;
  }
  #kunena.layout div.kmsgbody {
    display: block;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 40px;
  }
  #kunena.layout .kblock .kmsgbody {
    min-height: 100px;
  }
  #kunena.layout .kmessage-buttons-cover {
    margin-right: 20px;
  }
  #kunena.layout td.kbuttonbar-left,
  #kunena.layout td.kbuttonbar-right {
    height: auto;
  }
  #kunena.layout img.kavatar {
    width: 100%;
  }
  #kunena.layout td.kcol-mid {
    border: 0 !important;
  }
  #kunena.layout .ktopicattach {
    padding-right: 10px !important;
  }
  #kunena.layout .klist-pages-all,
  #kunena.layout .klist-times-all {
    border: none;
  }
  #kunena.layout td.kprofileboxcnt ul.kprofilebox-welcome li {
    padding: 4px;
  }
  #kunena.layout div.klatest-subject,
  #kunena.layout div.klatest-subject-by {
    margin-left: 0;
  }
  #kunena.layout table.kblocktable {
    padding-right: 10px;
  }
  #kunena.layout .klatest-post-info {
    text-align: right;
    padding-right: 30px;
  }
  #kunena.layout td.ktopicmoderation {
    margin-top: -30px;
  }
  #kunena.layout .kcheck {
    margin-left: 60px;
  }
  #kunena.layout div.kmessage-buttons-row {
    white-space: normal;
    padding-right: 10px;
  }
  #kunena.layout tr.krow2 td {
    padding: 2px 8px;
  }
  #kunena.layout .klist-actions-forum {
    border: none;
  }
  #kunena.layout div.kmsgsignature {
    white-space: normal;
    padding-right: 10px;
  }
  #kunena.layout div.kmsgattach {
    padding-right: 10px;
    margin-bottom: 120px;
  }
  #kunena.layout div.kpost-thankyou {
    margin-bottom: 5px;
    margin-top: 0;
  }
  #kunena.layout .krow2-stickymsg,
  #kunena.layout .krow1-stickymsg {
    padding-right: 10px;
  }
  #kunena.layout div.kmsgsignature img {
    max-width: 90% !important;
  }
  #kunena.layout span.kreadforum-sm,
  #kunena.layout span.knotloginforum-sm,
  #kunena.layout span.kunreadforum-sm {
    display: none;
  }
  #kunena.layout tr.krow0 td,
  #kunena.layout tr.krow1 td,
  #kunena.layout tr.krow2 td,
  #kunena.layout table.kblock .kcol {
    padding: 1.3em;
  }
  #kunena.layout .input-append,
  #kunena.layout .input-prepend,
  #kunena.layout .klist-actions td {
    white-space: normal;
  }
  #kunena.layout .krow2-stickymsg,
  #kunena.layout .krow1-stickymsg {
    display: inline-block;
  }
}
#kunena.layout #twitter b,
#kunena.layout #twitter i {
  font-style: normal;
  font-weight: normal;
}
#kunena.layout .twitter-tweet {
  width: 500px;
  padding: 0;
  margin: 10px 0;
  border: 1px solid #e5e5e5;
  display: block;
  visibility: visible;
  position: static;
  min-width: 220px;
  max-width: 99%;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
#kunena.layout .p-autho {
  padding-left: 40px;
}
#kunena.layout .p-author:before,
#kunena.layout .p-author:after,
#kunena.layout .cards-base:before,
#kunena.layout .cards-base:after {
  display: table;
  content: "";
}
#kunena.layout .p-author:after,
#kunena.layout .cards-base:after {
  clear: both;
}
#kunena.layout .tweet,
#kunena.layout .root,
#kunena.layout .p-author {
  zoom: 1;
}
#kunena.layout .root,
#kunena.layout .tweet,
#kunena.layout .footer,
#kunena.layout .detail-expander,
#kunena.layout .header,
#kunena.layout .timeline {
  position: relative;
}
#kunena.layout button.load-more,
#kunena.layout .tweet-box-button,
#kunena.layout .no-tweets-pane .load-tweets {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#kunena.layout .no-tweets-pane p {
  font-size: 20px;
  line-height: 24px;
}
#kunena.layout .timeline-header .custom-timeline-summary,
#kunena.layout .timeline-header h1.summary {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
#kunena.layout .custom-timeline-owner-profile,
#kunena.layout .timeline .e-entry-title,
#kunena.layout .p-author .p-name,
#kunena.layout .cards-base h3,
#kunena.layout .new-tweets-bar button,
#kunena.layout .load-tweets,
#kunena.layout .no-more-pane {
  font-size: 14px;
  line-height: 16px;
}
#kunena.layout .tweet-box-button {
  font-size: 13px;
}
#kunena.layout .stats strong,
#kunena.layout .timeline-header- .byline,
#kunena.layout .timeline-header .list-description {
  font-size: 12px;
  line-height: 18px;
}
#kunena.layout .timeline-header .byline {
  margin: 4px 0;
}
#kunena.layout .stats span {
  font-size: 10px;
}
#kunena.layout .brand span {
  font-size: 12px;
}
#kunena.layout .timeline-header .custom-timeline-description {
  font-size: 14px;
  color: #707070;
}
#kunena.layout .custom-timeline-owner-profile .p-nickname {
  font-size: 13px;
}
#kunena.layout .custom-timeline-owner-profile .p-name,
#kunena.layout .p-author .profile .p-name,
#kunena.layout .cards-base .profile .p-name {
  font-weight: bold;
}
#kunena.layout .p-author a,
#kunena.layout .e-entry-title,
#kunena.layout .cards-base h3,
#kunena.layout .cards-base .cards-content p {
  line-height: 18px;
}
#kunena.layout .h-card {
  padding-left: 40px;
}
#kunena.layout .e-entry-title a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#kunena.layout html,
#kunena.layout .SandboxRoot,
#kunena.layout .p-author .profile .p-name,
#kunena.layout .custom-timeline-owner-profile .p-name,
#kunena.layout .cards-base p,
#kunena.layout .cards-base p a,
#kunena.layout .timeline-header .custom-timeline-summary,
#kunena.layout .timeline-header .custom-timeline-summary a:link,
#kunena.layout .timeline-header .custom-timeline-summary a:visited,
#kunena.layout .timeline-header .summary,
#kunena.layout .timeline-header .summary a:link,
#kunena.layout .timeline-header .summary a:visited,
#kunena.layout .p-author a.profile:hover .p-name,
#kunena.layout .p-author a.profile:focus .p-name {
  color: #292f33;
}
#kunena.layout .stats span,
#kunena.layout .byline,
#kunena.layout .retweet-credit,
#kunena.layout .no-more-pane,
#kunena.layout .no-tweets-pane p,
#kunena.layout .p-geo,
#kunena.layout .cards-base .byline-user,
#kunena.layout .timeline-header .list-description {
  color: #707070;
}
#kunena.layout .p-author a.profile:hover,
#kunena.layout .p-author a.profile:focus,
#kunena.layout .retweet-credit .profile:hover,
#kunena.layout .retweet-credit .profile:focus,
#kunena.layout .stats strong,
#kunena.layout .no-tweets-pane .load-tweets,
#kunena.layout .nsfw {
  color: #66757f;
}
#kunena.layout .tweet-box-button {
  color: #aaa;
}
#kunena.layout .customisable-border {
  border: 1px solid #e8e8e8;
}
#kunena.layout .verified b,
#kunena.layout .tweet-actions b,
#kunena.layout abbr.p-geo b,
#kunena.layout .ic-twitter-badge b,
#kunena.layout .e-entry-title a .tco-hidden,
#kunena.layout .collapse-geo .p-geo b,
#kunena.layout .collapse-media-tag .media-tag b {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0,0,0,0);
  clip: rect(0 0 0 0);
}
#kunena.layout .u-url {
  text-decoration: none;
}
#kunena.layout .verified,
#kunena.layout .ic-rt,
#kunena.layout .ic-mask,
#kunena.layout .ic-top,
#kunena.layout .ic-twitter-alert,
#kunena.layout .ic-twitter-badge,
#kunena.layout .ic-bird-flourish,
#kunena.layout .ic-button-bird,
#kunena.layout .ic-play {
  display: inline-block;
  vertical-align: middle;
  background: transparent url(/components/com_kunena/template/nts_ktrend/assets/images/sprite.png) no-repeat 0 0;
  background-size: 177px 241px;
}
#kunena.layout .verified {
  width: 50px;
  height: 30px;
  background-position: 0 -161px;
  background-position-y: -155px;
  zoom: 0.36;
  -moz-transform: scale(0.36);
  -moz-transform-origin: 0 0;
}
#kunena.layout .ic-twitter-badge {
  width: 18px;
  height: 15px;
  background-position: -20px -161px;
}
#kunena.layout .ic-top {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 2px 4px 0 0;
  vertical-align: top;
  background-position: 0 -181px;
}
#kunena.layout .ic-twitter-alert {
  width: 16px;
  height: 12px;
  margin: 0 3px 3px 0;
  background-position: -80px -142px;
}
#kunena.layout .ic-bird-flourish {
  display: block;
  width: 32px;
  height: 20px;
  margin: 12px auto 0;
  background-position: -40px -161px;
}
#kunena.layout .ic-button-bird {
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  background-position: -73px -160px;
}
#kunena.layout .ic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background-position: -108px -175px;
}
#kunena.layout .ic-mask {
  width: 12px;
  height: 13px;
  background-color: #999;
}
#kunena.layout a:hover .ic-mask,
#kunena.layout a:focus .ic-mask {
  background-color: #0084b4;
}
#kunena.layout .ic-reply {
  width: 19px;
  height: 15px;
  background-position: 0 -87px;
}
#kunena.layout .ic-retweet {
  width: 22px;
  height: 15px;
  background-position: -31px -87px;
}
#kunena.layout .ic-fav {
  width: 16px;
  height: 15px;
  background-position: -60px -87px;
}
#kunena.layout .ic-geo,
#kunena.layout .ic-pho,
#kunena.layout .ic-sum,
#kunena.layout .ic-pla,
#kunena.layout .ic-con,
#kunena.layout .ic-people {
  display: inline-block;
  width: 16px;
  height: 16px;
}
#kunena.layout .ic-geo {
  background-position: -100px -30px;
}
#kunena.layout .ic-pho {
  background-position: -60px -29px;
}
#kunena.layout .ic-sum {
  background-position: -120px -29px;
}
#kunena.layout .ic-pla {
  background-position: -80px -29px;
}
#kunena.layout .ic-con {
  background-position: -140px -29px;
}
#kunena.layout .ic-people {
  width: 14px;
  background-position: -160px -31px;
}
#kunena.layout .ic-rt {
  width: 14px;
  height: 16px;
  margin-right: 4px;
  background-position: -20px -2px;
}
#kunena.layout .timeline {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
}
#kunena.layout .timeline .stream {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
#kunena.layout .timeline.pending-scroll-in .stream .h-feed {
  -webkit-transition: margin-top .5s ease-out;
  -moz-transition: margin-top .5s ease-out;
  -o-transition: margin-top .5s ease-out;
  transition: margin-top .5s ease-out;
}
#kunena.layout .timeline-header,
#kunena.layout .timeline-footer {
  position: relative;
  z-index: 100;
}
#kunena.layout .timeline-header {
  padding: 12px;
  border-width: 0 0 1px;
  box-shadow: 0 0 0 -3px rgba(0,0,0,0);
  -webkit-transition: box-shadow .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
}
#kunena.layout .scrolled-down .timeline-header {
  box-shadow: 0 0 10px -3px #ccc;
}
#kunena.layout .timeline-header h1.summary {
  font-weight: bold;
}
#kunena.layout .timeline-header .follow-button,
#kunena.layout .timeline-header .twitter-follow-button,
#kunena.layout .timeline-header .ic-twitter-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
#kunena.layout .ic-twitter-badge {
  border: 1px solid transparent;
  border-radius: 3px;
}
#kunena.layout .ic-twitter-badge:focus {
  border-color: #00acee;
}
#kunena.layout .new-tweets-bar {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: auto;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}
#kunena.layout .pending-new-tweet-display .new-tweets-bar {
  display: block;
}
#kunena.layout .pending-new-tweet .new-tweets-bar {
  opacity: 1;
}
#kunena.layout .new-tweets-bar button {
  width: 100%;
  _width: 92%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #222;
  background-color: rgba(0,0,0,0.87);
  border-width: 0;
}
#kunena.layout .new-tweets-bar button:hover,
#kunena.layout .new-tweets-bar button:focus {
  text-decoration: underline;
  cursor: pointer;
}
#kunena.layout button.load-more {
  display: block;
  width: 100%;
  *width: 92%;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  cursor: pointer;
  background-color: #fcfcfc;
  background-color: rgba(0,0,0,0.02);
  border: 0;
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.05);
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
#kunena.layout button.load-more:hover,
#kunena.layout button.load-more:focus {
  text-decoration: underline;
  background-color: #eee;
  background-color: rgba(0,0,0,0.08);
}
#kunena.layout .no-more-pane {
  display: none;
  padding: 12px;
  text-align: center;
}
#kunena.layout .empty-timeline button.load-more,
#kunena.layout .no-more button.load-more {
  display: none;
}
#kunena.layout .no-more .no-more-pane {
  display: block;
}
#kunena.layout .no-tweets-pane {
  margin: 30px 0;
  text-align: center;
}
#kunena.layout .no-tweets-pane p {
  margin: 24px 12px;
  text-align: center;
}
#kunena.layout .nsfw .display-sensitive-image,
#kunena.layout .no-tweets-pane .load-tweets {
  padding: 5px 10px;
  margin: 5px auto;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  cursor: pointer;
  background-color: #dedede;
  background-color: rgba(0,0,0,0.15);
  background-image: -webkit-linear-gradient(#fff,#ddd);
  background-image: linear-gradient(#fff,#ddd);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 4px;
}
#kunena.layout .nsfw .display-sensitive-image:hover,
#kunena.layout .nsfw .display-sensitive-image:focus,
#kunena.layout .nsfw .display-sensitive-image:active,
#kunena.layout .no-tweets-pane .load-tweets:hover,
#kunena.layout .no-tweets-pane .load-tweets:focus,
#kunena.layout .no-tweets-pane .load-tweets:active {
  background-color: #f8f8f8;
  background-color: rgba(0,0,0,0.5);
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.15));
  background-image: linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.15));
  border-color: #bbb;
  border-color: rgba(0,0,0,0.27);
}
#kunena.layout .nsfw .display-sensitive-image:active,
#kunena.layout .no-tweets-pane .load-tweets:active {
  background-color: #efefef;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
}
#kunena.layout .has-tweets .no-tweets-pane {
  display: none;
}
#kunena.layout .timeline-footer {
  padding: 6px 10px;
  background: #e8e8e8;
  background: rgba(0,0,0,0.1);
}
#kunena.layout .timeline-footer a.widget-link {
  display: block;
  padding: 10px;
  text-align: center;
}
#kunena.layout .tweet-box-button {
  display: block;
  width: 100%;
  padding: 6px;
  text-align: left;
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 4px;
}
#kunena.layout .tweet-box-button:hover,
#kunena.layout .tweet-box-button:focus {
  cursor: pointer;
  border-color: #999;
  border-color: rgba(0,0,0,0.4);
}
#kunena.layout a.tweet-box-button {
  width: auto;
}
#kunena.layout .tweet {
  padding: 12px 12px 10px 69px;
  border-width: 0 0 1px;
}
#kunena.layout .tweet.with-expansion {
  cursor: pointer;
}
#kunena.layout .header {
  _float: left;
  _clear: left;
}
#kunena.layout .header .avatar {
  position: absolute;
  top: 0;
  left: -57px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 4px;
}
#kunena.layout .permalink {
  position: relative;
  z-index: 50;
  float: right;
  margin-top: 2px;
  _clear: right;
}
#kunena.layout .tweet .e-entry-title {
  margin: 0 5px 0 0;
  padding: 20px 0;
  overflow: hidden;
  clear: both;
  word-wrap: break-word;
}
#kunena.layout .inline-media {
  max-width: 100%;
  margin: 10px 0 0;
  overflow: hidden;
}
#kunena.layout .tweet .retweet-credit {
  margin: 3px 0;
}
#kunena.layout .tweet .twitter-alerts {
  margin-top: 6px;
}
#kunena.layout .footer {
  overflow: hidden;
  zoom: 1;
}
#kunena.layout .tweet-actions {
  position: absolute;
  _position: static;
  right: 0;
  bottom: -15px;
  z-index: 99999;
  _float: right;
  background: #fff;
  visibility: hidden;
  _visibility: visible;
  box-shadow: 0 0 10px 5px #fff;
}
#kunena.layout .tweet-actions li {
  _display: inline;
  float: left;
}
#kunena.layout .tweet-actions a i {
  margin: 1px 0 0 8px;
  *margin: 1px 0 0 3px;
  overflow: hidden;
}
#kunena.layout .tweet:hover .tweet-actions,
#kunena.layout .tweet:focus .tweet-actions,
#kunena.layout .expanded .tweet-actions {
  visibility: visible;
}
#kunena.layout .tweet .tweet-actions a,
#kunena.layout .tweet .tweet-actions a b,
#kunena.layout .tweet .tweet-actions a i,
#kunena.layout .tweet .tweet-actions li {
  cursor: pointer;
  outline: 0;
}
#kunena.layout .twt-tweet .tweet-actions .ic-retweet {
  margin-top: 1px;
}
#kunena.layout .footer {
  min-height: 16px;
  padding-top: 1px;
  margin-top: 2px;
  overflow: hidden;
  border-width: 0;
  -webkit-transition: margin-top .2s ease-out, padding-top .2s ease-out;
  -moz-transition: margin-top .2s ease-out, padding-top .2s ease-out;
  -o-transition: margin-top .2s ease-out, padding-top .2s ease-out;
  transition: margin-top .2s ease-out, padding-top .2s ease-out;
}
#kunena.layout .expanded .footer {
  padding-top: 11px;
  margin-top: 10px;
  border-width: 1px 0 0;
}
#kunena.layout .expand,
#kunena.layout .p-geo {
  _display: inline;
  float: left;
}
#kunena.layout .stats-wide,
#kunena.layout .stats-narrow,
#kunena.layout .brand {
  display: none;
  margin-left: .3em;
  border-width: 0;
}
#kunena.layout .expanded .stats-wide {
  display: inline-block;
  margin-top: -2px;
}
#kunena.layout .stats span {
  display: inline-block;
  margin-right: 3px;
  text-transform: uppercase;
}
#kunena.layout .stats strong {
  font-weight: bold;
}
#kunena.layout .detail-expander {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in;
  -moz-transition: height .3s ease-in;
  -o-transition: height .3s ease-in;
  transition: height .3s ease-in;
}
#kunena.layout .detail-expander .detail-content {
  _display: none;
}
#kunena.layout .expanded .detail-expander .detail-content {
  _display: block;
}
#kunena.layout .brand .ic-twitter-badge {
  margin: -4px 5px 0 0;
}
#kunena.layout .cards-base {
  padding: 13px 0 12px;
  border-width: 0;
  -webkit-transition: margin-top .3s ease-out;
  -moz-transition: margin-top .3s ease-out;
  -o-transition: margin-top .3s ease-out;
  transition: margin-top .3s ease-out;
}
#kunena.layout .expanded .cards-base {
  padding: 12px 0 0;
  margin-top: 12px;
  border-width: 1px 0 0;
}
#kunena.layout .expanded .cards-multimedia,
#kunena.layout .cards-multimedia {
  padding-top: 0;
  border-top: 0;
}
#kunena.layout .cards-base h3 {
  margin: 0 0 4px 0;
}
#kunena.layout .cards-content.cards-content-concise {
  margin-left: 10px;
}
#kunena.layout .rtl .cards-content.cards-content-concise {
  margin-right: 10px;
}
#kunena.layout .cards-base .cards-content p {
  margin: 5px 0 10px;
}
#kunena.layout .cards-multimedia .cards-content-concise .byline {
  margin-bottom: 8px;
}
#kunena.layout .cards-base .summary-thumbnail {
  float: right;
  max-width: 120px;
  max-height: 120px;
  margin: 4px 0 0 15px;
}
#kunena.layout .cards-base .summary-large-thumbnail {
  display: block;
  margin: 4px 0 5px;
}
#kunena.layout .cards-base .media {
  position: relative;
  margin: 0 0 8px;
  line-height: 0;
}
#kunena.layout .cards-base .source-user {
  position: relative;
  height: 16px;
  padding-left: 21px;
  margin: 10px 0;
  line-height: 16px;
}
#kunena.layout .cards-base .source-user .avatar {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
#kunena.layout .multi-photo {
  padding: 7px 6px 0;
  background: #fff;
}
#kunena.layout .crop-media-box {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
#kunena.layout .multi-photo .box-0,
#kunena.layout .multi-photo-4 .box-2 {
  margin-right: 6px;
}
#kunena.layout .multi-photo-4 .box-0,
#kunena.layout .multi-photo-4 .box-1,
#kunena.layout .multi-photo-3 .box-1 {
  margin-bottom: 6px;
}
#kunena.layout .multi-photo-2 .box-0,
#kunena.layout .multi-photo-3 .box-0 {
  border-radius: 4px 0 0 4px;
}
#kunena.layout .multi-photo-2 .box-1 {
  border-radius: 0 4px 4px 0;
}
#kunena.layout .multi-photo-3 .box-1 {
  border-radius: 0 4px 0 0;
}
#kunena.layout .multi-photo-3 .box-2 {
  border-radius: 0 0 4px 0;
}
#kunena.layout .multi-photo-4 .box-0 {
  border-radius: 4px 0 0 0;
}
#kunena.layout .multi-photo-4 .box-1 {
  border-radius: 0 4px 0 0;
}
#kunena.layout .multi-photo-4 .box-2 {
  border-radius: 0 0 0 4px;
}
#kunena.layout .multi-photo-4 .box-3 {
  border-radius: 0 0 4px 0;
}
#kunena.layout .multi-photo-3 .crop-media-box:first-child {
  float: left;
}
#kunena.layout .custom-timeline-owner-profile {
  display: block;
}
#kunena.layout .custom-timeline-owner-profile .verified {
  margin-right: 3px;
  margin-left: -38px;
}
#kunena.layout .custom-timeline .timeline-header {
  border-bottom-width: 3px;
}
#kunena.layout .custom-timeline-owner-profile {
  position: relative;
  height: 16px;
  padding-left: 21px;
  line-height: 16px;
}
#kunena.layout .custom-timeline-owner-profile .avatar {
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
#kunena.layout .custom-timeline .custom-timeline-summary {
  margin-bottom: 11px;
}
#kunena.layout .custom-timeline .custom-timeline-description {
  margin-bottom: 12px;
}
#kunena.layout .custom-timeline-owner-profile {
  margin-bottom: 4px;
}
#kunena.layout .nsfw {
  padding: 8px;
  background-color: #fcfcfc;
  background-color: rgba(0,0,0,0.02);
  border-radius: 4px;
}
#kunena.layout .standalone-tweet {
  padding: 8px 8px 0;
  background: #fff;
  border-radius: 5px;
}
#kunena.layout .standalone-tweet.with-border {
  margin: 2px 3px 3px 2px;
  border: 1px solid #ddd;
  border-top-color: #eee;
  border-bottom-color: #bbb;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
#kunena.layout .standalone-tweet .subject {
  margin-top: 4px;
}
#kunena.layout .standalone-tweet .subject,
#kunena.layout .standalone-tweet.rtl .subject {
  padding: 4px 8px 8px;
  border: 0;
}
#kunena.layout .standalone-tweet .subject .header {
  position: relative;
  _height: 48px;
  min-height: 48px;
  padding: 3px 0 4px 57px;
}
#kunena.layout .standalone-tweet.rtl .subject .header {
  padding: 3px 57px 4px 0;
}
#kunena.layout .standalone-tweet .expanded .footer {
  margin-top: 5px;
}
#kunena.layout .standalone-tweet .reply {
  padding: 8px 8px 8px 65px;
}
#kunena.layout .standalone-tweet .subject .header .avatar {
  left: 0;
}
#kunena.layout .standalone-tweet.rtl .subject .header .avatar {
  right: 0;
  left: auto;
}
#kunena.layout .standalone-tweet .subject .header .profile .p-name {
  font-size: 16px;
}
#kunena.layout .standalone-tweet .subject .header .profile .p-nickname {
  font-size: 14px;
}
#kunena.layout .standalone-tweet .subject .header .profile .p-nickname::before {
  white-space: pre;
  content: "\A";
}
#kunena.layout .standalone-tweet .follow-button,
#kunena.layout .standalone-tweet .twitter-follow-button {
  position: absolute;
  top: 0;
  right: 0;
}
#kunena.layout .standalone-tweet.rtl .follow-button,
#kunena.layout .standalone-tweet.rtl .twitter-follow-button {
  right: auto;
  left: 0;
}
#kunena.layout .standalone-tweet .subject .e-entry-title {
  font-size: 18px;
  line-height: 24px;
}
#kunena.layout .standalone-tweet .subject .dateline {
  margin-top: 6px;
  white-space: nowrap;
}
#kunena.layout .standalone-tweet .subject .p-geo {
  float: none;
}
#kunena.layout .standalone-tweet .subject .dateline .p-geo,
#kunena.layout .standalone-tweet .subject .dateline .media-tag {
  margin-left: 3px;
}
#kunena.layout .media-tag .tag-count {
  display: none;
}
#kunena.layout .collapse-media-tag .media-tag .tag-count {
  display: inline;
}
#kunena.layout .standalone-tweet .subject .cards-base {
  padding-bottom: 0;
}
#kunena.layout .standalone-tweet .subject .stats-narrow,
#kunena.layout .standalone-tweet .subject .brand {
  display: block;
  float: left;
  margin: 0;
}
#kunena.layout .standalone-tweet.rtl .subject .stats-narrow,
#kunena.layout .standalone-tweet.rtl .subject .brand {
  float: right;
}
#kunena.layout .standalone-tweet .subject .tweet-actions {
  position: static;
  float: right;
  margin-bottom: 4px;
  visibility: visible;
}
#kunena.layout .standalone-tweet.rtl .subject .tweet-actions {
  float: left;
}
#kunena.layout .standalone-tweet .conversation {
  padding: 8px 8px 4px 8px;
  margin: -8px -8px 8px -8px;
  background: #f6f6f6;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#kunena.layout .standalone-tweet .reply {
  position: relative;
  min-height: 48px;
  border: 0;
}
#kunena.layout .follow-button:link,
#kunena.layout .follow-button:visited {
  display: inline-block;
  padding: 0 5px 0 3px;
  font: bold 11px/18px 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  white-space: nowrap;
  cursor: pointer;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff,#dedede);
  background-image: linear-gradient(#fff,#dedede);
  border: #ccc solid 1px;
  border-radius: 3px;
}
#kunena.layout .ie9 .follow-button:link,
#kunena.layout .ie9 .follow-button:visited {
  border-radius: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede')";
}
#kunena.layout .follow-button:focus,
#kunena.layout .follow-button:hover,
#kunena.layout .follow-button:active {
  color: #333;
  text-decoration: none;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(#f8f8f8,#d9d9d9);
  background-image: linear-gradient(#f8f8f8,#d9d9d9);
  border-color: #bbb;
  box-shadow: none;
}
#kunena.layout .timeline-header a.follow-button:link,
#kunena.layout .timeline-header a.follow-button:visited,
#kunena.layout .timeline-header a.follow-button:hover,
#kunena.layout .timeline-header a.follow-button:focus,
#kunena.layout .timeline-header a.follow-button:active,
#kunena.layout .thm-dark .timeline-header a.follow-button:link,
#kunena.layout .thm-dark .timeline-header a.follow-button:visited,
#kunena.layout .thm-dark .timeline-header a.follow-button:hover,
#kunena.layout .thm-dark .timeline-header a.follow-button:focus,
#kunena.layout .thm-dark .timeline-header a.follow-button:active {
  color: #333;
  text-decoration: none;
}
#kunena.layout .thm-dark a.follow-button:link,
#kunena.layout .thm-dark a.follow-button:visited,
#kunena.layout .thm-dark a.follow-button:hover,
#kunena.layout .thm-dark a.follow-button:focus,
#kunena.layout .thm-dark a.follow-button:active {
  color: #333;
}
#kunena.layout .ie9 .follow-button:hover,
#kunena.layout .ie9 .follow-button:focus,
#kunena.layout .ie9 .follow-button:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d9d9d9')";
}
#kunena.layout .follow-button:active {
  background-color: #efefef;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
}
#kunena.layout .follow-button:focus {
  border-color: #0089cb;
  outline: 0;
}
#kunena.layout .var-narrow .timeline-header .summary {
  font-size: 14px;
}
#kunena.layout .var-narrow .custom-timeline-summary {
  margin-bottom: 7px;
  font-size: 14px;
}
#kunena.layout .var-narrow .custom-timeline-description {
  margin-bottom: 10px;
}
#kunena.layout .var-narrow .header .profile .p-name,
#kunena.layout .var-narrow .timeline-header .byline,
#kunena.layout .var-narrow .timeline-header .list-description,
#kunena.layout .var-narrow .e-entry-title,
#kunena.layout .var-narrow .cards-base h3 {
  font-size: 12px;
  line-height: 16px;
}
#kunena.layout .var-narrow .timeline-header {
  padding: 8px;
}
#kunena.layout .var-narrow .timeline-footer {
  padding: 4px;
}
#kunena.layout .var-narrow .timeline-header .follow-button,
#kunena.layout .var-narrow .timeline-header .twitter-follow-button {
  top: 6px;
  right: 6px;
}
#kunena.layout .var-narrow .tweet {
  padding: 5px 8px 6px 8px;
}
#kunena.layout .var-narrow .tweet .header {
  position: relative;
  _height: 36px;
  min-height: 32px;
  padding: 0 0 4px 0;
}
#kunena.layout .var-narrow .header .avatar {
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
}
#kunena.layout .var-narrow .header .profile .p-nickname::before {
  white-space: pre;
  content: "\A";
}
#kunena.layout .var-narrow .header .p-name {
  display: inline;
}
#kunena.layout .var-narrow .header .p-nickname {
  line-height: 16px;
}
#kunena.layout .var-narrow .permalink {
  font-size: 11px;
}
#kunena.layout .var-narrow .expanded .stats-wide {
  display: none;
}
#kunena.layout .var-narrow .expanded .stats-narrow,
#kunena.layout .var-narrow .brand {
  display: block;
  margin: 0 0 4px 0;
  font-size: 11px;
}
#kunena.layout .var-narrow .cards-base .summary-thumbnail {
  max-width: 60px;
  max-height: 60px;
}
#kunena.layout .var-narrow.standalone-tweet .subject {
  margin-top: 1px;
}
#kunena.layout .var-narrow.standalone-tweet .subject .header .profile .p-name {
  font-size: 14px;
}
#kunena.layout .var-narrow.standalone-tweet .subject .header .profile .p-nickname {
  font-size: 12px;
}
#kunena.layout .twitter-emoji {
  width: 1em;
  height: 1em;
  padding: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}
@media print {
  #kunena.layout .ic-mask {
    display: none;
  }
}
#kunena.layout .tweet-actions li {
  list-style: none;
}
.datepicker {
  z-index: 100;
}
