.forum-list-decorator{
  width:300px;
  height:300px;
  margin-bottom:20px;
  background:url("/static/images/forum-list-decorator-box-bg.0a254c7ba648.png") no-repeat;
}

.forum-list{
  position:relative;
}

.forum-list article.content{
  width:560px;
  margin-right:80px;
}

.forum-list .btn-new-topic,
  .forum-list .subject{
  text-decoration:none;
  font-family:proxima-nova, Helvetica, Arial, sans-serif;
}

.forum-list .btn-new-topic{
  position:absolute;
  top:-60px;
  right:0;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-align:center;
  align-items:center;
  width:134px;
  height:34px;
  padding:5px 10px;
  background:url(
      "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 26' preserveAspectRatio='none' fill='%23f35164'%3E%3Cpath d='M9.011 4.085C21.7 2.715 72.49.813 88.693 3.803c7.759 1.429 7.954 4.15 7.954 8.153 0 4.009-2.277 8.729-7.571 9.734-13.189 2.491-75.143 1.139-79.115.71-3.981-.429-7.573-2.575-8.14-8.152-.433-4.214-.764-9.305 7.19-10.163z' fill-opacity='.95'/%3E%3C/svg%3E"
    );
  background-size:100% 100%;
  text-align:center;
  font-size:15px;
  font-weight:800;
  color:#fff;
}

.forum-list ul li{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin:3px 0;
}

.forum-list ul li a:hover{
  text-decoration:underline;
}

.forum-list ul li .subject{
  display:block;
  overflow:hidden;
  font-size:16px;
  text-decoration:none;
}

.forum-list ul li .meta{
  display:-ms-flexbox;
  display:flex;
  font-size:16px;
  color:#797876;
}

.forum-list ul li::before {
  display:none;
  margin:0;
  padding:0;
  background-image:none;
}

.forum-list .table-header{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:end;
  justify-content:flex-end;
}

.forum-list .table-header div{
  text-align:right;
  font-family:proxima-nova, Helvetica, Arial, sans-serif;
  font-size:12px;
  font-weight:normal
}

.forum-list .table-header div:nth-child(2) {
  width:115px;
}

.forum-list .sticky{
  position:relative;
  width:100%;
}

@media (min-width: 768px){

  .forum-list ul li {
    padding-left:3px;
    padding-right:3px;
  }
    }

@media (max-width: 767px){

  .forum-list ul li {
    margin-left:-10px;
    margin-right:-10px;
    padding-left:10px;
    padding-right:10px;
  }
    }

@media (max-width: 767px) {

  .forum-list .table-header div:nth-child(2) {
    width:95px;
  }
}

@media (min-width: 1024px){

  .forum-list .sticky {
    left:-26px;
    padding-left:23px;
    background:url("/static/images/icons/lightbulb.0e956424141d.svg") no-repeat;
  }
    }

@media (max-width: 1023px){

  .forum-list .sticky a::before {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    margin-right:3px;
    background:url("/static/images/icons/lightbulb.0e956424141d.svg") no-repeat;
  }
      }

.sticky-highlighted{
  text-transform:uppercase;
}

.forum-detail .content .meta, .table-index-forum .meta{
  display:-ms-flexbox;
  display:flex;
  font-size:16px;
  color:#797876;
}

.forum-detail .content .meta .comment-count, .table-index-forum .meta .comment-count{
  width:36px;
  text-align:right;
}

.forum-detail .content .meta .latest-comment-date, .table-index-forum .meta .latest-comment-date{
  width:115px;
  text-align:right
}

.forum-detail .content .meta .day,
    .forum-detail .content .meta .month,
    .forum-detail .content .meta .year,
    .forum-detail .content .meta .year-short,
    .table-index-forum .meta .day,
    .table-index-forum .meta .month,
    .table-index-forum .meta .year,
    .table-index-forum .meta .year-short{
  display:inline-block;
}

.forum-detail .content .meta .day, .table-index-forum .meta .day{
  width:20px;
}

.forum-detail .content .meta .month, .table-index-forum .meta .month{
  width:30px;
  text-align:center;
}

.forum-detail .content .meta .year,
    .forum-detail .content .meta .year-short,
    .table-index-forum .meta .year,
    .table-index-forum .meta .year-short{
  text-align:left;
  color:#aaa;
}

.forum-detail .content .meta .date,
    .forum-detail .content .meta .nickname,
    .table-index-forum .meta .date,
    .table-index-forum .meta .nickname{
  font-size:13px;
}

.forum-detail .content .meta .date, .table-index-forum .meta .date{
  text-align:left;
}

.forum-detail .content .meta .nickname, .table-index-forum .meta .nickname{
  margin-left:4px;
  font-weight:800;
  color:#f25164;
}

@media (max-width: 767px){

  .forum-detail .content .meta .latest-comment-date, .table-index-forum .meta .latest-comment-date {
    width:95px;
  }
      }

@media (min-width: 768px){

  .forum-detail .content .meta .year-short, .table-index-forum .meta .year-short {
    display:none;
  }
      }

@media (max-width: 767px){

  .forum-detail .content .meta .year, .table-index-forum .meta .year {
    display:none;
  }
      }

.table-index-forum li:nth-child(odd){
  background-color:#fafafa;
}

.table-index-forum .meta{
  -ms-flex-pack:end;
      justify-content:flex-end;
}

.form-forum .column-category-selection{
  margin-right:165px;
}

.form-forum .column-category-selection ul#id_category{
  margin:0;
}

.form-forum .column-category-selection ul#id_category li{
  margin:0;
  padding:0
}

.form-forum .column-category-selection ul#id_category li:first-child {
  display:none;
}

@media (max-width: 767px){

  .form-forum .column-category-selection {
    margin-right:0;
  }
    }

.forum-detail .item-action-panel{
  position:absolute;
  top:15px;
  left:401px;
}

.forum-detail .item-action-panel a{
  z-index:2;
  position:relative;
  top:-2px;
  display:inline-block;
  height:23px;
  padding:0 13px;
  background-image:url(
        "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 26' preserveAspectRatio='none' fill='%23f35164'%3E%3Cpath d='M10.336 5.608c12.594-1.382 63.003-3.3 79.085-.284 7.7 1.44 7.895 4.185 7.895 8.222 0 4.044-2.261 8.803-7.515 9.817-13.09 2.513-74.58 1.149-78.523.716-3.951-.432-7.515-2.596-8.079-8.221-.429-4.25-.758-9.385 7.137-10.25z' fill-opacity='.95'/%3E%3C/svg%3E"
      );
  background-size:100% 100%;
  text-transform:lowercase;
  font-size:14px;
  font-weight:800;
  color:#fff
}

.forum-detail .item-action-panel a:hover {
  text-decoration:none;
}

.forum-detail .content{
  clear:left;
}

.forum-detail #topic-comments-header{
  padding-bottom:10px;
}

@media (max-width: 767px){

  .forum-detail .item-action-panel {
    display:none;
  }
    }

.forum-overview h2.category-header{
  margin-bottom:5px;
  font-family:jinky, sans-serif;
  font-size:40px;
  font-weight:normal;
  color:#797876;
}

.forum-overview h2.category-header a{
  color:#797876;
  text-decoration:none;
}

.forum-overview a.more-topics{
  display:block;
  text-decoration:none;
  margin-bottom:0;
  padding:0;
  font-size:14px;
  color:#f25164;
}

.forum-overview a.more-topics:hover{
  text-decoration:underline;
}

.forum-overview .table-index-forum{
  margin:0;
  padding:0;
}

.forum-overview .forum-list.category{
  margin-bottom:10px;
  padding-bottom:10px;
  background-repeat:repeat-x;
  background-position:bottom;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 6' width='8' height='6' stroke='%23ddd'%3E%3Cpath d='M0 2l1-1 4 4 3-3' stroke-opacity='.8' stroke-width='1.25' stroke-linecap='square' fill='none'/%3E%3C/svg%3E");
}

@media (max-width: 767px){

  .forum-overview h2.category-header {
    margin-top:25px;
    margin-bottom:10px;
  }
    }

@media (max-width: 767px){

  .topic-closed {
    box-sizing:border-box;
    width:100%;
    margin-top:10px;
    margin-bottom:20px;
    padding:15px;
    background-color:#ff9;
  }
  }

@media (min-width: 768px){

  .topic-closed {
    box-sizing:border-box;
    width:542px;
    height:142px;
    padding:25px 10px 30px 80px;
    background:url("/static/images/bg-topic-closed.47f938beeb8d.png") no-repeat;
    font-size:18px;
  }
  }

.forum-form .form-line:last-child{
  display:none;
}
