/*логотип слева от названия сайта*/
/*#brd-title:before {font-family: 'FontAwesome';content: '\f1d7';font-size: 35px;padding-right: 10px;opacity: 0.7;color: #7fb2de;}*/
/*навигация меню*/
#brd-navlinks li a::before {font-family: 'FontAwesome';}
#navindex > a::before {content: "\f015\20";}
#forumnews > a::before {content: "\f1ea\20";}
#navuserlist > a::before {content: "\f0c0\20";}
#navprofile > a::before {content: "\f007\20";}
#navsearch > a::before {content: "\f002\20";}
#navlogout > a::before {content: "\f08b\20";}
#navlogin > a::before {content: "\f090\20";}
#navregister > a::before {content: "\f00c\20";}
#navadmin > a::before {content: "\f0ad\20";}
#nav_pun_pm > a::before {content: "\f003\20";}
#navrules > a::before {content: "\f0f6\20";}
#navextra1 > a::before {content: "\f1e2\20";}
#navextra2 > a::before {content: "\f219\20";}
#navextra3 > a::before {content: "\f2b5\20";}

/*Заголовки разделов*/
.main-head .hn > span::before {font-family: 'FontAwesome';content: "\f0c9";padding-right: 5px;}
/*Иконки форумов*/

/*
.main-content .main-item .icon {border-style: hidden;}
.main-item .icon::before {font-family: 'FontAwesome';
  content: "\f003";
  font-size: 20px;
}

*/



/*RSS*/
a.feed {background: none;padding-left: 0;}
a.feed::before {font-family: 'FontAwesome';content: "\f09e\20";}
/*Ссылка Ответить*/
.newpost span::after {font-family: 'FontAwesome';content: "\f044";padding-left: 5px;}
/*ссылки под сообщениями*/
.post-contacts a::before, .post-actions a::before {font-family: 'FontAwesome';}
.post-contacts .user-email a::before {content: "\f1fa\20";}
.post-contacts .user-url a::before {content: "\f0ac\20";}
.post-contacts .contact a::before {content: "\f003\20";}
.post-actions .report-post a::before {content: "\f0a1\20";}
.post-actions .delete-topic a::before, .post-actions .delete-post a::before {content: "\f014\20";}
.post-actions .edit-post a::before {content: "\f040\20";}
.post-actions .quote-post a::before {content: "\f10d\20";}
/*окно цитирования*/
.entry-content div::before {font-family: 'FontAwesome';}
.quotebox:before {
  content: "\f10d\20";
  font-size: 35px;
  float: right;
  margin: 0 0 -35px 0;
  opacity: 0.2;
}
/*окно кода*/
.codebox:before{
  content: "\f121";
  font-size: 35px;
  float: right;
  margin: 0 0 -35px 0;
  opacity: 0.2;
}
/*Статистика форума*/
#brd-stats {
  padding-left: 49px;
}
#brd-stats ul::before{font-family: 'FontAwesome';
  content: '\f080';
  font-size: 30px;
  color: #7fb2de;
  position: absolute;
  opacity: 0.7;
  left: 8px;
  margin-top: 9px;
}
/**/
#brd-online {
  min-height: 32px;
  padding-left: 49px;
}
#brd-online::before {font-family: 'FontAwesome';
  content: '\f0c0';
  font-size: 30px;
  color: #7fb2de;
  position: absolute;
  opacity: 0.7;
  left: 8px;
  margin-top: 6px;
}
/**/
#brd-pan-today {
    padding-left: 49px;
}
#brd-pan-today ul::before {font-family: 'FontAwesome';
  content: '\f200';
  font-size: 30px;
  color: #7fb2de;
  position: absolute;
  opacity: 0.7;
  left: 8px;
  margin-top: 9px;
}



