/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =bbPress Style
-------------------------------------------------------------- */

#bbpress-forums {
	min-height: 1000px;
}

#bbpress-forums hr {
	margin: 0 0 24px 0;
}

#bbpress-forums .bbp-reply-content a {
	transition: 0.3s;
	color: #567582!important;
}

#bbpress-forums .bbp-reply-content a:hover {
	color: #AE0707!important;
}

#bbpress-forums {
	background: transparent;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 12px;
}

#bbpress-forums ul.even {
	background-color: #fff;
}

body.reply-edit .reply {
	float: none;
}

#bbpress-forums div.reply {
	margin-left: 10px;
	height: auto;
	width: 100%;
	border-left: 2px solid #6F0303;
}

#bbpress-forums #forums-list-0 .bbp-header,
#bbpress-forums #forums-list-0 .bbp-forums-list {
	display: none;
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header {
	background-color: #f4f4f4;
}

#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
	background-color: #323232;
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
	background-color: #fdd;
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
	color: #ccc;
}

#bbpress-forums ul {
	background:  none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#bbpress-forums ul.bbp-threaded-replies {
	margin-left: 50px;
}

#bbpress-forums li {
	background: none;
	margin: 0;
	list-style: none;
}

#bbpress-forums li .forum-titles {
	text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
    color: #BDBDBD;
    font-size: 11px;
}

#bbpress-forums li .forum-titles .bbp-forum-topic-count,
#bbpress-forums li .forum-titles .bbp-forum-reply-count {
	color: #fff!important;
}

#bbpress-forums .bbp-forums ul.forum-titles {
	position: relative;
	top: 43px;
}

#bbpress-forums ul.forum-titles li.bbp-forum-freshness {
	line-height: inherit;
	position: relative;
	left: 0px;
}

#bbpress-forums .bbp-body li.bbp-forum-freshness, #bbpress-forums .bbp-body li.bbp-topic-freshness {
	line-height: 1.1;
	position: relative;
	left: 2%;
}

#bbpress-forums li .meta {
	font-size: 12px;
	line-height: 1;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

#bbpress-forums ul.bbp-replies li:second-child{
    padding-left: 5px;
}
/*
#bbpress-forums ul.bbp-replies li{
	transition: 0.3s;
	background-color: rgba(30, 30, 30, 0.8);
}

#bbpress-forums ul.bbp-replies li:hover{
	transition: 0.3s;
	background-color: rgba(70, 70, 70, 0.8);
}
*/

li.bbp-body div.hentry {
	transition: 0.3s;
	background-color: rgba(30, 30, 30, 0.8);
}

li.bbp-body div.hentry:hover {
	transition: 0.3s;
	background-color: rgba(70, 70, 70, 0.8);
}

li.bbp-body div.hentry.status-reported {
	transition: 0.3s;
	background-color: rgba(88, 0, 0, 0.8);
}

li.bbp-body div.hentry.status-reported:hover {
	transition: 0.3s;
	background-color: rgba(136, 0, 0, 0.8);
}

li.bbp-body div.bbp-reply-position-1 {
	margin-bottom: 15px!important;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
	clear: both;
	/*padding: 5px;*/
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	text-align: center;
}

#bbpress-forums li.bbp-header {
	/*background: #eaeaea;*/
}

#bbpress-forums li.bbp-header ul {
	overflow: hidden;
}

#bbpress-forums .bbp-forums-list {
	margin: -5px 0 0 5px;
	padding-left: 15px;
	line-height: 0.9;
}

#bbpress-forums .bbp-forums-list li {
	display: inline;
	font-size: 11px;
}

#bbpress-forums li.bbp-footer p {
	margin: 0;
	line-height: 1em;
}

li.bbp-forum-info,
li.bbp-topic-title {
	float: left;
	text-align: left;
	width: 55%;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
	float: left;
	text-align: center;
	width: 10%;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
	float: left;
	width: 22%;
}

.thn_post_wrap #buddypress table tr .label {
	font-size: 11px;
	width: 10%!important;
	border-width:0px!important;
}

.thn_post_wrap #buddypress table tr .data a {
	transition: 0.3s;
	font-size: 11px;
	color: #cecece!important;
}

.thn_post_wrap #buddypress table tr .data a:hover {
	color: #6f0303!important;
}

#buddypress div#message p {
	border-width: 0px!important;
	color: #cecece!important;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
.thn_post_wrap #buddypress table tr,
#buddypress div#message p {
	transition: 0.3s;
	background: rgba(30,30,30,0.8)!important;
	overflow: hidden;
	padding: 8px;
	border-bottom-width: 1px!important;
	border-bottom-color: rgb(32, 32, 32)!important;
	border-bottom-style: solid!important;
}

.thn_post_wrap #buddypress table tr:last-child{
	border-bottom-width: 0px!important;
}

#bbpress-forums li.bbp-body ul.topic {
	padding: 8px 8px 13px 8px;
}

#bbpress-forums li.bbp-body ul.forum:hover,
#bbpress-forums li.bbp-body ul.topic:hover,
#bbpress-forums .bbp-topics li.bbp-header:hover,
.profile .bp-widget h4:hover,
.thn_post_wrap #buddypress table tr:hover,
#buddypress div#message p:hover {
	transition: 0.3s;
	background: rgba(70,70,70,0.5)!important;
}

#buddypress table.profile-fields tr.alt td {
	background:transparent!important;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.forum:first-child,
#bbpress-forums ul.bbp-topics li.bbp-body ul.topic:first-child,
#bbpress-forums ul.bbp-forums li.bbp-body ul.forum:nth-child(2),
#bbpress-forums ul.bbp-forums li.bbp-body ul.forum:nth-child(7),
#bbpress-forums ul.bbp-forums li.bbp-body ul.forum:nth-child(12) {
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.forum:last-child,
#bbpress-forums ul.bbp-topics li.bbp-body ul.topic:last-child,
#bbpress-forums ul.bbp-forums li.bbp-body ul.forum:nth-child(5),
#bbpress-forums ul.bbp-forums li.bbp-body ul.forum:nth-child(10),
#bbpress-forums ul.bbp-forums li.bbp-body ul.forum:nth-child(13) {
	/*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
	border-bottom: none;
}

#bbpress-forums li.bbp-body ul.status-category,
#bbpress-forums .bbp-topics li.bbp-header,
.profile .bp-widget h4 {
	border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #282828;
    border-top: 1px solid #444;
    border-radius: 0px;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    background: rgba(56, 56, 56, 0.5)!important;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
    color: #BDBDBD;
    font-size: 11px;
    margin-top: 15px;
}

#bbpress-forums li.bbp-body ul.bbp-forum-visibility-private,
#bbpress-forums li.bbp-body ul.bbp-forum-visibility-hidden{
	margin-top: 15px;
}

#bbpress-forums li.bbp-body ul.status-category a {
	pointer-events: none;
}

#bbpress-forums #forums-list-0 li.bbp-body ul.status-category a {
	pointer-events: auto;
}

#bbpress-forums li.bbp-body ul.status-category .bbpresss_unread_posts_icon,
#bbpress-forums li.bbp-body ul.status-category .bbp-forum-topic-count,
#bbpress-forums li.bbp-body ul.status-category .bbp-forum-reply-count,
#bbpress-forums li.bbp-body ul.status-category .bbp-forum-freshness {
	display: none;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
	float: right;
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
	background: none;
	border: none;
	font-size: 16px;
 	line-height: 1em;
 	margin: 8px 0;
	padding: 0;
	text-transform: none;
}

#bbpress-forums a.bbp-forum-title, #bbpress-forums a.bbp-topic-permalink {
	transition: 0.3s;
	color:#c8c8c8!important;
}

#bbpress-forums a.bbp-forum-title:hover, #bbpress-forums a.bbp-topic-permalink:hover{
	transition: 0.3s;
	color:#890000!important;
}

#bbpress-forums a.bbp-topic-permalink {
	position: relative;
	top: 10px;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
	float: left;
	text-align: center;
	width: 115px;
	text-transform: uppercase;
}

#bbpress-forums div.bbp-reply-author ul {
	font-size: 7pt;
}

#bbpress-forums div.reply div.bbp-reply-author {
	padding-left: 10px;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
	border: none;
	max-width: 80px;
	padding: 0;
	margin: 12px auto 0 auto;
	float: none;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	margin: 0 12px;
	word-break: break-word;
	display: inline-block;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	clear: left;
	display: block;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 10px;
	text-transform: uppercase;
}

#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
}

#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 140px;
	padding: 0;
	text-align: left;
}

#bbpress-forums div.bbp-reply-author .status-online {
	padding: 5px;
	color: #498B00;
}

#bbpress-forums div.bbp-reply-author .status-offline {
	color: rgba(250, 0, 0, 0.54);
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
	margin-bottom: 0;
	overflow: hidden;
	padding: 8px;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
	clear: both;
}

div.bbp-reply-header:first-child{
	margin-left: 0px;
	border-left: 0px;
	padding-left: 0px;
}

div.bbp-reply-header, body.paged  div.bbp-reply-header{
	margin-left: 10px;
	border-left: 2px solid #6F0303;
}

div.bbp-reply-header .bbp-meta {
	padding: 8px;
	background-color: rgba(0,0,0,0.6);
	border-top: 1px solid #5C0505;
	margin-left: 5px;
}

span.bbp-author-ip {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}

/* =Topic and reply content
-------------------------------------------------------------- */

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	margin-left: 130px;
	padding: 12px 12px 12px 0;
	text-align: left;
}
	
#bbpress-forums div.bbp-reply-content p{
	width: 98%;
}

/* Clearing hack */
#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
	clear: both;
	content: ".";
	display: block;
	float: none;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
	background: none;
	border: none;
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
	clear: none;
	line-height: 1em;
	margin: 24px 0;
	padding: 0;
}

#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
	max-width: 95%;
}

#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
	margin: 0 15px 15px;
	padding: 0;
}

#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
	list-style-type: disc;
}

#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
	list-style-type: decimal;
}

#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
	list-style-type: lower-alpha;
}

#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
	list-style-type: upper-roman;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
	font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
	display: inline-block;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 0 5px;
	max-width: 95%;
	vertical-align: middle;
	margin-top: -3px;
}

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
	display: block;
	line-height: 18px;
	margin: 0 0 24px;
	padding: 5px 10px;
	white-space: pre;
	overflow: auto;
}

#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	overflow-wrap: normal;
	overflow: auto;
	max-width: 100%;
}

/* =Reply to
-------------------------------------------------------------- */

#bbpress-forums div.bbp-reply-to {
	margin-left: 130px;
	padding: 12px 12px 12px 0;
	text-align: right;
}

#bbpress-forums div#bbp-cancel-reply-to {
	text-align: right;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */

div.bbp-breadcrumb {
	float: left;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 15px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
	margin-bottom: 10px
}

div.bbp-breadcrumb p a {
	-webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

div.bbp-breadcrumb p a:hover {
	color: #cecece!important;
}

#bbpress-forums .bbpress_mark_all_read_wrapper {
	float: right;
	transform: inherit;
    transform-origin: inherit;
}

#bbpress-forums #subscription-toggle {
	float: right;
}

#bbpress-forums div.bbp-topic-tags {
	float: right;
}

#bbp-topic-hot-tags {
	clear: both;
}

/* =Search
-------------------------------------------------------------- */

#bbpress-forums #bbp-search-form {
	clear: left;
}

	#bbpress-forums #bbp-search-form .hidden {
		height: 0;
		width: 0;
		overflow: hidden;
		position: absolute;
		background: none;
		left: -999em;
	}

	#bbpress-forums #bbp-search-form #bbp_search {
		display: inline-block;
		width: auto;
	}

#bbpress-forums div.bbp-search-form {
	float: right;
}

/* =Admin Links
-------------------------------------------------------------- */

span.bbp-admin-links {
	float: right;
	color: #ddd;
	font-size: 10px;
	margin-top: 5px;
}
span.bbp-admin-links a,
span#subscription-toggle a,
div.bbpress_mark_all_read_wrapper input,
.mark-as-read-toggle a {
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	padding: 1px 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 2px solid;
	color: rgba(0, 0, 0, 0.1);
	opacity: 0.4;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

div.bbpress_mark_all_read_wrapper input {
	background-color: rgba(255, 255, 255, 0);
	float:none;
	margin-left: 5px!important;
}

span.bbp-admin-links a.bbp-topic-edit-link,
span.bbp-admin-links a.bbp-topic-close-link,
span.bbp-admin-links a.bbp-topic-sticky-link,
span.bbp-admin-links a.bbp-topic-super-sticky-link, 
span.bbp-admin-links a.bbp-topic-merge-link, 
span.bbp-admin-links a.bbp-topic-trash-link, 
span.bbp-admin-links a.bbp-topic-spam-link, 
span.bbp-admin-links a.bbp-topic-reply-link,
span.bbp-admin-links a.bbp-reply-edit-link,
span.bbp-admin-links a.bbp-reply-close-link,
span.bbp-admin-links a.bbp-reply-sticky-link,
span.bbp-admin-links a.bbp-reply-super-sticky-link, 
span.bbp-admin-links a.bbp-reply-merge-link, 
span.bbp-admin-links a.bbp-reply-trash-link, 
span.bbp-admin-links a.bbp-reply-spam-link, 
span.bbp-admin-links a.bbp-reply-link,
span.bbp-admin-links a.bbp-reply-move-link,
span.bbp-admin-links a.bbp-topic-split-link,
span.bbp-admin-links a.bbp-reply-to-link,
span.bbp-admin-links a.d4p-bbt-quote-link,
span.bbp-admin-links a.bbp-topic-report-link,
span.bbp-admin-links a.bbp-reply-report-link,
span.bbp-admin-links a.bbpvotes-post-vote-link,
span#subscription-toggle a,
div.bbpress_mark_all_read_wrapper input,
#bbpress-forums .mark-as-read-toggle a:link
{
	color: #FFFFFF!important;
}
span.bbp-admin-links a.bbp-topic-edit-link:hover,
span.bbp-admin-links a.bbp-topic-close-link:hover,
span.bbp-admin-links a.bbp-topic-sticky-link:hover,
span.bbp-admin-links a.bbp-topic-super-sticky-link:hover, 
span.bbp-admin-links a.bbp-topic-merge-link:hover, 
span.bbp-admin-links a.bbp-topic-trash-link:hover, 
span.bbp-admin-links a.bbp-topic-spam-link:hover, 
span.bbp-admin-links a.bbp-topic-reply-link:hover,
span.bbp-admin-links a.bbp-reply-edit-link:hover,
span.bbp-admin-links a.bbp-reply-close-link:hover,
span.bbp-admin-links a.bbp-reply-sticky-link:hover,
span.bbp-admin-links a.bbp-reply-super-sticky-link:hover, 
span.bbp-admin-links a.bbp-reply-merge-link:hover, 
span.bbp-admin-links a.bbp-reply-trash-link:hover, 
span.bbp-admin-links a.bbp-reply-spam-link:hover, 
span.bbp-admin-links a.bbp-reply-link:hover,
span.bbp-admin-links a.bbp-reply-move-link:hover,
span.bbp-admin-links a.bbp-topic-split-link:hover,
span.bbp-admin-links a.bbp-reply-to-link:hover,
span.bbp-admin-links a.d4p-bbt-quote-link:hover,
span.bbp-admin-links a.bbp-topic-report-link:hover,
span.bbp-admin-links a.bbp-reply-report-link:hover,
span.bbp-admin-links a.bbpvotes-post-vote-link:hover,
span#subscription-toggle a:hover,
div.bbpress_mark_all_read_wrapper input:hover,
#bbpress-forums .mark-as-read-toggle a:link:hover {
	color: #6f0303!important;
}

fieldset span.bbp-admin-links {
	float: left;
}
tr td span.bbp-admin-links a:hover {
	color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
	width: 50%;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
	float: right;
	margin-left: 10px;
	color: #ccc;
}

.bbp-reply-header .bbp-meta a.bbp-reply-permalink{
	font-size: 8pt;
	color: #646464!important;
	margin-top: 5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.bbp-reply-header .bbp-meta a.bbp-reply-permalink:hover{
	color: #6f0303!important;
}

/* =Toggles
-------------------------------------------------------------- */

.bbp-row-actions #favorite-toggle a {
	text-decoration: none;
	padding: 0 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	}
	.bbp-row-actions #favorite-toggle a:hover {
		color: #5a5;
		border-color: #7c7;
		background-color: #beb;
	}
	.bbp-row-actions #favorite-toggle span.is-favorite a {
		color: #faa;
		border: 1px solid #faa;
		background-color: #fee;
		}
		.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
			color: #c88;
			border-color: #c88;
			background-color: #fdd;
		}

#bbpress-forums #subscription-toggle,
#bbpress-forums .mark-as-read-toggle {
	color: rgba(0, 0, 0, 0)!important;
}
		
.bbp-row-actions #subscription-toggle a {
	text-decoration: none;
	padding: 0 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	}
	.bbp-row-actions #subscription-toggle a:hover {
		color: #5a5;
		border-color: #7c7;
		background-color: #beb;
	}
	.bbp-row-actions #subscription-toggle span.is-subscribed a {
		color: #faa;
		border: 1px solid #faa;
		background-color: #fee;
		}
		.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
			color: #c88;
			border-color: #c88;
			background-color: #fdd;
		}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 11px;
	margin: -5px 0 5px 15px;
	padding: 0;
	word-wrap: break-word;
}

#bbpress-forums p.bbp-topic-meta a{
	color: #c8c8c8!important;
	white-space: pre;
}

#bbpress-forums p.bbp-topic-meta a.bbp-author-name{
	color: #7d8083!important;
}

#bbpress-forums li.bbp-forum-freshness div.meta a, #bbpress-forums li.bbp-topic-freshness div.meta a{
	color: #567582!important;
	font-size: 12px;
}

#bbpress-forums li.bbp-forum-freshness div.meta .topic_name a {
	line-height: 1.6;
	color: #cecece!important;
	display: block;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

#bbpress-forums li.bbp-forum-freshness div.meta .date,
#bbpress-forums li.bbp-forum-freshness div.meta .separator,
#bbpress-forums li.bbp-forum-freshness div.meta .autor_name{
	display: inline-block;
	vertical-align: middle;
}

#bbpress-forums li.bbp-forum-freshness div.meta .autor_name{
	max-width: 40%;
}

#bbpress-forums li.bbp-topic-freshness div.meta .autor_name {
	line-height: 2.5;
	max-width: 100%;
}

#bbpress-forums li.bbp-forum-freshness div.meta .autor_name a,
#bbpress-forums li.bbp-topic-freshness div.meta .autor_name a{
	color: #939393!important;
    display: block;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

#bbpress-forums p.bbp-topic-meta a:hover,
#bbpress-forums p.bbp-topic-meta a.bbp-author-name:hover,
#bbpress-forums li.bbp-forum-freshness div.meta a:hover,
#bbpress-forums li.bbp-topic-freshness div.meta a:hover {
	transition:0.3s;
	color:#890000!important;
}

#bbpress-forums p.bbp-topic-meta span {
	overflow: hidden;
	text-overflow: ellipsis;
}

#bbpress-forums p.bbp-topic-meta span a.bbp-author-name {
	font-size: 11px;
	display: block;
	margin-left:60px;
	line-height: 1.2em;
	margin-top: 3px;
    white-space: pre;
}
#bbpress-forums .bbp-topics p.bbp-topic-meta span a.bbp-author-name,
#bbpress-forums .bbp-topics li.bbp-topic-freshness div.meta {
	position: relative;
	bottom: 5px;
}

/* =Pagination
-------------------------------------------------------------- */

.bbp-pagination-count {
	float: left;
	border: 1px solid transparent;
}

.bbp-pagination-links {
	float: right;
	list-style: none;
	display: inline;
	}
	.bbp-pagination-links a,
	.bbp-pagination-links span.current {
		display: block;
		float: left;
		margin-left: 5px;
		width: 30px;
		text-align: center;
		border: 1px solid #efefef;
		text-decoration: none;
		font-weight: bold;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		-ms-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		transition-duration: 0.2s;
		}
		.bbp-pagination-links span.current {
			background: #B8B8B8!important;
			color: #000;
			font-weight: bold;
		}
		.bbp-pagination-links a:hover,
		.bbp-pagination-links span.current {
			background: #eee;
			opacity: 0.8;
			border: 1px solid #ddd;
			width: 30px;
			text-align: center;
			color: #000;
			font-weight: bold;
		}

	.bbp-pagination-links span.dots {
		display: block;
		float: left;
		padding: 1px 4px;
		margin-left: 5px;
	}

.bbp-pagination {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.bbp-topic-pagination {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 2px;
	}
	.bbp-topic-pagination a {
		font-size: 10px;
		line-height: 10px;
		padding: 1px 3px;
		border: 1px solid #ddd;
		text-decoration: none;
	}
	
#bbpress-forums .bbp-topic-title .bbp-topic-pagination a {
	transition: 0.3s;
	color: #c8c8c8!important;
}

#bbpress-forums .bbp-topic-title .bbp-topic-pagination a:hover {
	color: #6f0303!important;
}


/* =Forms
-------------------------------------------------------------- */

#bbpress-forums fieldset.bbp-form {
	clear: left;
}

#bbpress-forums fieldset.bbp-form {
	border: 0px solid #eee;
	padding: 10px 20px;
	margin-bottom: 10px;
}

#bbpress-forums fieldset.bbp-form legend {
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	color: #adadad!important;
}

#bbpress-forums fieldset.bbp-form label {
	margin: 0;
	display: inline-block;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
	width: 100px;
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
	margin: 0 0 8px;
}

#bbpress-forums input#bbp_log_reply_edit {
	float: left;
	width: 13px;
	height: 13px;
	margin-top: 7px;
}

#bbpress-forums fieldset.bbp-form input,
#bbpress-forums fieldset.bbp-form select {
	display: block;
	width: 95%;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #adadad!important;
	background-color: #1a1a1a;
	background-image: none;
	border: 1px solid #1f1f1f!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#bbpress-forums fieldset.bbp-form input#bbp_topic_subscription {
	display: inline;
	width: 25px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
	width: 97%;
	box-sizing: border-box;
}

textarea#bbp_forum_content {
	height: 210px;
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
	width: 200px;
	float: right;
	clear: none;
	margin-left: 25px;
}

/**
 * Fix for too-long forum names, usually from conversion
 */
#bbpress-forums fieldset select#bbp_forum_id {
	max-width: 200px;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
	clear: left;
	border: 2px solid #141414;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
	margin-right: 0;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 0;
	background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
	font-size: 10px;
	background-color: #f0fff8;
	border: 1px solid #CEEFE1;
	display: block;
	padding: 8px;
	margin-top: 5px;
	width: 369px;
}

#merge_tag,
#delete_tag {
	display: inline;
}

div.bbp-submit-wrapper {
	margin-top: 15px;
	float: right;
	clear: both;
	width: 100%;
}

p.form-allowed-tags {
	max-width: 100%;
}

/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
	margin-bottom: 10px;
	width: 97.6%;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	width: 100%;
	margin: 0;
	font-size: 12px;
	  width: 92%;
  padding: 2%;
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: auto;
}

#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper input {
	font-size: 12px;
	padding: 5px;
	margin: 0 2px 0 0;
	line-height: 1em;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	padding: 5px;
	min-height: 26px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
	padding: 4px 4px 8px;
}

#bbpress-forums div.wp-editor-container {
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 1px solid #1F1F1F!important;
}

#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
	line-height: 16px;
}

/* =Edit User
-------------------------------------------------------------- */

#bbpress-forums #bbp-your-profile fieldset {
	padding: 20px 20px 0 20px;
}
	#bbpress-forums #bbp-your-profile fieldset div {
		margin-bottom: 20px;
		float: left;
		width: 100%;
		clear: left;
	}
	#bbpress-forums #bbp-your-profile fieldset select {
		margin-bottom: 0;
	}
	#bbpress-forums #bbp-your-profile fieldset input,
	#bbpress-forums #bbp-your-profile fieldset textarea {
		margin-bottom: 0;
		width: 60%;
		background: #f9f9f9;
		border: 1px solid #ddd;
		box-shadow: none;
		padding: 5px 8px;
		border-radius: 0;
	}
	#bbpress-forums #bbp-your-profile fieldset input:focus,
	#bbpress-forums #bbp-your-profile fieldset textarea:focus {
		border: 1px solid #ccc;
		box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		outline-color: rgba(240,255,240,0.1);
	}
	#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
		width: auto;
	}
	#bbpress-forums #bbp-your-profile fieldset legend {
		display: none;
	}
	#bbpress-forums #bbp-your-profile fieldset label[for] {
		float: left;
		width: 20%;
		padding: 5px 20px 5px 0;
		text-align: right;
		cursor: pointer;
	}
	#bbpress-forums #bbp-your-profile fieldset dl label[for] {
		text-align: left;
		width: 60%;
	}
	#bbpress-forums #bbp-your-profile fieldset span.description {
		margin: 5px 0 0 20%;
		font-size: 12px;
		font-style: italic;
		float: left;
		clear: left;
		width: 60%;
		padding: 5px 8px;
		border: #cee1ef 1px solid;
		background-color: #f0f8ff;
	}

	#bbpress-forums #bbp-your-profile fieldset fieldset {
		margin: 0;
		border: none;
		padding: 0;
		clear: none;
		float: none;
	}
	#bbpress-forums #bbp-your-profile fieldset fieldset.password {
		width: 60%;
		display: inline;
	}
	#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
	#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
		width: 100%;
	}
	#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
		margin: 0;
	}
	#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
		margin-left: 0;
		margin-bottom: 20px;
	}

	#bbpress-forums #bbp-your-profile fieldset.submit button {
		float: right;
	}

/* =Notices
-------------------------------------------------------------- */

div.bbp-template-notice,
div.indicator-hint,
.bbp-form label{
	padding: 0 0.6em;
	margin: 5px 0 15px;
	color: #000;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	color: #adadad!important;
}

div.bbp-template-notice {
	background-color: rgba(92, 92, 92, 0.2);
}

div.bbp-template-notice a {
	color: #555;
	text-decoration: none;
}
	div.bbp-template-notice a:hover {
		color: #000;
	}
	div.bbp-template-notice.info {
		border:none;
		color: #c8c8c8!important;
		background-color: rgba(92, 92, 92, 0.2);
	}
	div.bbp-template-notice.important {
		border: #e6db55 1px solid;
		background-color: #fffbcc;
	}
	div.bbp-template-notice.error,
	div.bbp-template-notice.warning {
		background-color: #ffebe8;
		border-color: #c00;
	}
	div.bbp-template-notice.error a,
	div.bbp-template-notice.warning a {
		color: #c00;
	}
	div.bbp-template-notice p {
		margin: 0.5em 0 6px 0 !important;
		padding: 5px;
		font-size: 12px;
		line-height: 140%;
	}

/* =Stickies
-------------------------------------------------------------- */

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
	background-color: #ffffe0 !important;
	font-size: 1.1em;
}

/* =Revisions
-------------------------------------------------------------- */

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
	border-top: 1px solid #252525;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	color: #aaa;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
	list-style-type: none;
}

#bbpress-forums  li.bbp-reply-revision-log-item,
#bbpress-forums  li.bbp-reply-revision-log-item:hover,
#bbpress-forums  li.bbp-topic-revision-log-item,
#bbpress-forums  li.bbp-topic-revision-log-item:hover  {
	background-color: transparent!important;
}

#bbpress-forums  li.bbp-reply-revision-log-item img {
    vertical-align: middle;
}

#bbpress-forums  li.bbp-reply-revision-log-item a {
	color: #567582!important;
}

#bbpress-forums  li.bbp-reply-revision-log-item a:hover {
	color: #6f0303!important;
}

/* =Widgets
-------------------------------------------------------------- */

.bbp-login-form fieldset legend {
	display: none;
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
	padding: 5px;
}

.bbp-login-form label {
	width: 140px;
	display: inline-block;
}

#sidebar .bbp-login-form label {
	width: 70px;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
	margin-top: 10px;
}

.bbp-login-form .bbp-remember-me {

}

.bbp-login-form .bbp-submit-wrapper {
	text-align: right;
}

.bbp-login-form .bbp-login-links {
}

.bbp-login-form .bbp-login-links a {
	float: left;
	clear: left;
}

.bbp-logged-in img.avatar {
	float: left;
	margin: 0 15px 0 0;
}

.bbp-logged-in h4 {
	font-weight: bold;
	font-size: 1.3em;
	clear: none;
	margin-bottom: 10px;
}

.widget_display_topics ul li,
.widget_display_topics ul li .topic-author a {
	font-size: 8pt;
}

.widget_display_topics ul li .topic-author img {
	vertical-align: middle;
}

.widget_display_topics ul a{
	transition: 0.3s;
	font-size: 12pt;
}

.widget_display_topics ul a:hover{
	color: #6f0303!important;
}

.widget_display_topics ul div {
	color: #567582!important;
    font-size: 8pt;
}

/* =Avatars
-------------------------------------------------------------- */

#bbpress-forums .bbp-topic-freshness-author a.bbp-author-avatar,
#bbpress-forums .bbp-forum-freshness a.bbp-author-avatar,
#bbpress-forums .bbp-topic-freshness a.bbp-author-avatar{
	float:left;
}

fieldset div.avatar {
	float: right;
}

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-left: 3px solid rgba(151, 60, 60, 0.84);
	background: rgba(135, 135, 135, 0.09);
	margin-left: 5px;
	padding-left: 10px;
}

/* =User Pages
-------------------------------------------------------------- */

#bbpress-forums h1 {
	clear: none;
	font-size: 1.8em;
	line-height: 1em;
	padding-bottom: 10px;
}

#bbpress-forums #bbp-user-wrapper {
	float: left;
	width: 100%;
}

#bbpress-forums .bbp-user-section {
	overflow: auto;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
	font-size: 2em;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	clear: none;
	text-align: center;
	color: #555555!important;
	text-transform: uppercase;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
	clear: none;
}

#bbpress-forums #bbp-single-user-details {
	margin: 0;
	width: 150px;
	float: left;
	overflow: hidden;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
	margin: 0;
	width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border: none;
	height: 150px;
	padding: 0;
	margin: 0 0 20px 0;
	width: 150px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-description {
	float: none;
	margin-left: 180px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
	float: none;
	margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
	margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
	padding: 5px 8px;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff!important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
	background: #6f0303;
	color: #000!important;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #eee;
	opacity: 0.8;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6f0303!important;
}

#bbpress-forums #bbp-user-body {
	margin-left: 180px;
}

body.my-account #bbpress-forums {
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}

/* =User Capabilities
-------------------------------------------------------------- */

#bbpress-forums dl.bbp-user-capabilities {
	display: inline-block;
	vertical-align: top;
}

#bbpress-forums dl.bbp-user-capabilities dt {
	margin: 0 0 10px;
	text-transform: capitalize;
}

#bbpress-forums dl.bbp-user-capabilities dd {
	margin: 0;
	padding: 0;
}

/* =BuddyPress Group Forums
-------------------------------------------------------------- */

#bbpress-forums div.row-actions {
	font-size: 11px;
	visibility: hidden;
}

#bbpress-forums li:hover > div.row-actions {
	visibility: visible;
}

/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1550px) {

	#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
		font-size: 10px;
	}

	#bbpress-forums li.bbp-forum-freshness, #bbpress-forums li.bbp-topic-freshness{
		left: 0%;
		width: 200px;
	}

}

@media only screen and (max-width: 1366px) {

	#bbpress-forums p.bbp-topic-meta {
		margin-top: 1px;
	}

	#bbpress-forums li.bbp-forum-freshness span.bbp-topic-freshness-author a:first-child{
		margin-left: 5px;
	}
	
	#bbpress-forums p.bbp-topic-meta span a.bbp-author-name {
		margin-left: 40px;
	}
	
	#bbpress-forums .bbp-forum-freshness .meta, #bbpress-forums .bbp-topic-freshness .meta {
		margin-left: 55px;
	}
	
	#bbpress-forums li.bbp-forum-freshness span.bbp-topic-freshness-author a.bbp-author-avatar{
		max-width: 25%;
	}
	
	#bbpress-forums li.bbp-forum-freshness span.bbp-topic-freshness-author a.bbp-author-avatar img{
		max-width: 100%!important;
		padding: 0px 0px 0px 0px;
	}

	#bbpress-forums li.bbp-forum-freshness, #bbpress-forums li.bbp-topic-freshness{
		left: 0%;
		width: 150px;
	}
	
	#bbpress-forums .bbp-body .bbp-forum-reply-count,
	#bbpress-forums .bbp-body .bbp-forum-topic-count,
	#bbpress-forums .forum-titles .bbp-forum-reply-count,
	#bbpress-forums .forum-titles .bbp-forum-topic-count,

	.bbp-body li.bbp-topic-voice-count,
	.bbp-body li.bbp-topic-reply-count,
	#bbpress-forums .bbp-header .bbp-topic-voice-count,
	#bbpress-forums .bbp-header .bbp-topic-reply-count{
		display: none;
	}
	
	span.bbp-admin-links {
		margin-top: -4px;
	}

}

@media only screen and (max-width: 1280px) {

	#bbpress-forums ul.forum-titles li.bbp-forum-freshness {
		position: initial;
	}

	#bbpress-forums p.bbp-topic-meta {
		margin-top: 5px;
	}

	#bbpress-forums li.bbp-forum-freshness, #bbpress-forums li.bbp-topic-freshness{
		left: 2%!important;
		top: 5px;
		width: 100%;
		max-width: 250px;
	}
	
	span.bbp-admin-links a {
		font-size: 6px!important;
		border: 1.5px solid!important;
	}
	
	div.bbp-reply-header .bbp-meta {
		height: 20px;
	}
	
	.bbp-meta .separator {
		margin: 0px 20px!important;
		vertical-align: top!important;
	}
	
	.bbp-reply-header .bbp-meta a.bbp-reply-permalink {
		font-size: 7pt;
		margin-top: -4px;
	}
	
	.bbp-reply-post-author-name {
		font-size: 0.7em!important;
	}
	
	.bbp-reply-header .bbp-meta a.bbp-reply-permalink {
		font-size: 7pt;
		margin-top: 0px;
		display: none;
	}
	
}

@media only screen and (max-width: 800px) {

	p {
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
	}

	#bbpress-forums li.bbp-forum-freshness, #bbpress-forums li.bbp-topic-freshness{
		left: 0%;
		top: 5px;
	}
	
	#bbpress-forums div.bbp-reply-author {
		display: none;
	}
	
	#bbpress-forums div.bbp-reply-content	{
		margin-left: 10px;
	}
	
	.bbp-reply-post-author-name,
	#bbpress-forums .bbp-meta .bbp-admin-links	{
		font-size: 8px!important;
	}
	
	.bbp-reply-post-author-name {
		width: 50px!important;
	}
	
	span.bbp-admin-links a {
		font-size: 5px!important;
		border: 1px solid!important;
	}
	
	div.bbp-reply-header .bbp-meta {
		height: 20px;
	}
	
	.bbp-meta .separator {
		margin: -2px 5px!important;
		vertical-align: top!important;
	}
	
	.bbp-reply-header .bbp-meta a.bbp-reply-permalink {
		font-size: 7pt;
		margin-top: 0px;
		display: none;
	}
	
}


/* =Standard Mobile Landscape
-------------------------------------------------------------- */
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
	-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 480px) {

	.thn_post_wrap {
		line-height: 1em!important;
	}
	
	div.bbp-template-notice .bbp-forum-description {
		display: none;
	}

	.bbp-forum-topic-count, .bbp-forum-reply-count {
		display: none;
	}
	
	.bbp-forum-info {
		width: 100%!important;
	}
	
	.bbp-forum-freshness, .bbp-topic-freshness {
		display: none;
	}
	
	#bbpress-forums li.bbp-forum-freshness, #bbpress-forums li.bbp-topic-freshness {
	  left: 0%;
	  top: 5px;
	  width: 200px;
	}

	#bbpress-forums div.bbp-topic-tags {
		float: left;
	}
	div.bbp-search-form input,
	div.bbp-search-form button {
		font-size: 11px;
		padding: 2px;
	}
	li.bbp-topic-title {
		width: 55%;
	}
	li.bbp-forum-topic-count,
	li.bbp-forum-reply-count,
	li.bbp-topic-voice-count,
	li.bbp-topic-reply-count {
		width: 22%;
		font-size: 7px;
	}
	.forum-titles li.bbp-topic-reply-count,
	.forum-titles li.bbp-topic-voice-count {
		position:relative;
		right: 2%;
	}
	span.bbp-admin-links {
		clear: none;
		float: right;
	}
	#bbpress-forums .bbp-forums-list li {
		display: block;
		font-size: 11px;
	}
	#bbpress-forums .bbp-body div.bbp-reply-author {
		margin: -15px 10px 10px;
		min-height: 100px;
		padding-left: 80px;
		position: relative;
		text-align: left;
		width: 100%;
	}
	#bbpress-forums div.bbp-reply-author a.bbp-author-name {
		clear: none;
		display: inline-block;
		margin-left: 0;
		word-wrap: break-word;
	}
	#bbpress-forums div.bbp-reply-author img.avatar {
		position: absolute;
		top: 15px;
		left: 0;
		width: 60px;
		height: auto;
	}
	#bbpress-forums div.bbp-reply-author .bbp-author-role {
		font-size: 12px;
		font-style: normal;
	}
	#bbpress-forums .bbp-body div.bbp-reply-content {
		clear: both;
		margin: 10px;
		padding: 0;
	}
	#bbpress-forums div.bbp-reply-content p {
		margin-bottom: 1em;
	}
	div.bbp-submit-wrapper {
		float: left;
	}
	#bbpress-forums fieldset.bbp-form {
		padding: 0 10px 10px;
	}
	#bbpress-forums #bbp-user-body {
		clear: both;
		margin-left: 0;
		word-wrap: break-word;
	}
	
	div.bbp-breadcrumb, div.bbp-topic-tags {
		font-size: 8px;
	}
	
	span#subscription-toggle a,
	#bbpress-forums .mark-as-read-toggle a {
		font-size: 5px;
	}
	
	#bbpress-forums fieldset.bbp-form legend,
	.bbp-form label {
		font-size: 10px;
	}
	
	.bbpresss_unread_posts_icon a img {
		margin: 0;
	}
	
	#panel, .tab ul.login {
		background: rgba(8, 8, 8, 0.95)!important;
	}
	
	.tab ul.login {
		text-align:right!important;
		width: inherit!important;
		height:i 30px!important;
		padding: 5px!important;
	}
	
	#panel .content {
		width:100%!important;
	}
	
	#panel .content .left {
		float: none!important;
		width: 100%!important;
		min-height: inherit!important;
		text-align: center;
	}
	
	#panel .content label {
		width: 100%!important;
	}
	
	#panel .content p label input{
		width: 250px!important;
	}
	
	#toppanel #panel .content .narrow {
		width: 100%!important;
		text-align: center;
	}
	
	#panel .content h2,
	#panel .content h1	{
		text-align: center;
	}
	
	#panel .content input.bt_login {
		margin-left: 25%!important;
	}
}

/* =Standard Mobile Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
	#bbpress-forums div.bbp-search-form {
		margin-bottom: 10px;
	}
	#bbpress-forums li.bbp-header li.bbp-forum-info,
	#bbpress-forums li.bbp-body li.bbp-forum-info,
	#bbpress-forums li.bbp-header li.bbp-topic-title,
	#bbpress-forums li.bbp-body li.bbp-topic-title {
		width: 100%;
	}
	#bbpress-forums li.bbp-header li.bbp-forum-info,
	#bbpress-forums li.bbp-header li.bbp-topic-title {
		text-align: center;
		text-transform: uppercase;
	}
	#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
		width: 20%;
	}
	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
		width: 58%;
	}
	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
	#bbpress-forums li.bbp-body li.bbp-topic-freshness {
		margin-top: 7px;
	}
	#bbpress-forums li.bbp-header,
	#bbpress-forums li.bbp-footer {
		font-size: 10px;
	}
	#bbpress-forums li.bbp-header div.bbp-reply-author {
		text-align: left;
		width: 25%;
	}
	#bbpress-forums li.bbp-header div.bbp-reply-content {
		margin-left: 25%;
	}
	#bbpress-forums div.bbp-template-notice img.avatar,
	#bbpress-forums p.bbp-topic-meta img.avatar {
		width: 14px;
		height: auto;
	}
	#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
		padding: 1px;
	}
	#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
		width: 20px;
		height: 20px;
	}
	#bbpress-forums div.wp-editor-container {
		width: 100%;
		overflow: auto;
	}
	#bbpress-forums input#bbp_topic_title,
	#bbpress-forums input#bbp_topic_tags {
		width: 95%;
	}
}

/* =Extra Small Mobile
-------------------------------------------------------------- */
@media only screen and (max-width: 240px) {
	#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
	#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
	#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
	#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
	#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
	#bbpress-forums li.bbp-footer div.bbp-reply-author,
	#bbpress-forums li.bbp-footer div.bbp-reply-content {
		width: 45%;
	}
	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
	#bbpress-forums li.bbp-body li.bbp-forum-freshness,
	#bbpress-forums li.bbp-header li.bbp-topic-freshness,
	#bbpress-forums li.bbp-body li.bbp-topic-freshness,
	#bbpress-forums li.bbp-header div.bbp-reply-author,
	#bbpress-forums li.bbp-header div.bbp-reply-content {
		clear: both;
		width: 100%;
	}
	#bbpress-forums li.bbp-header li.bbp-forum-freshness,
	#bbpress-forums li.bbp-header li.bbp-topic-freshness {
		text-align: center;
	}
	#bbpress-forums li.bbp-body li.bbp-topic-freshness,
	#bbpress-forums li.bbp-header div.bbp-reply-content {
		margin-left: 0;
		text-align: left;
	}
	#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
		display: inline-block;
	}
	#bbpress-forums li.bbp-header {
		overflow: hidden;
	}
	#bbpress-forums li.bbp-footer div.bbp-reply-content {
		display: inline-block;
		margin-left: 0;
	}
	#bbpress-forums li.bbp-body div.bbp-reply-author {
		min-height: 60px;
		padding-left: 60px;
	}
	#bbpress-forums div.bbp-reply-author img.avatar {
		width: 40px;
		height: auto;
	}
}

.bbp-reply-post-author-name {
	font-size: 11pt;
	font-weight: bold;
	width: 115px;
	line-height: 1;
	display: block;
	float: left;
	text-align: center;
	position: relative;
    top: 5px;
}

.bbp-reply-header .bbp-reply-post-author-name a {
	color: #6f0303!important;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	height: 15px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bbp-reply-header .bbp-reply-post-author-name a:hover {
	color: #9A9A9A!important
}

.bbp-reply-post-date {
	font-size: 0.65em;
	font-weight: normal;
}

.bbp-meta .separator {
	background: #656363;
	width: 1px;
	height: 25px;
	margin: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

.bbpresss_unread_posts_icon {
	margin-top: 10px;
}

.bbp-body li.bbp-forum-topic-count, .bbp-body li.bbp-forum-reply-count, .bbp-body li.bbp-topic-voice-count, .bbp-body li.bbp-topic-reply-count{
	position: relative;
	top: 13px;
	font-weight: bolder;
}

.bbp-body li.bbp-forum-freshness, .bbp-body li.bbp-topic-freshness {
	position: relative;
	top: 5px;
}

.bbp-topic-freshness-author a {
	font-weight: bolder;
}

blockquote {
  background: rgba(135, 135, 135, 0.09);
  border-left: 5px solid rgba(151, 60, 60, 0.84);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
}
blockquote:before {
  content: no-open-quote!important;
}

blockquote p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}

.d4p-bbt-quote-title {
	border-bottom: 0px!important;
}

.bbp-reply-content .d4pbbc-quote .d4p-bbt-quote-title a {
	color: #A3A3A3!important;
	-webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;

}

.bbp-reply-content .d4pbbc-quote .d4p-bbt-quote-title a:hover {
	color: #6f0303!important;
}

.bbp-template-notice p.bbp-topic-description a {
	-webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.bbp-template-notice p.bbp-topic-description a:hover {
	color: #cecece!important;
}

button.button.submit {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #747474!important;
	width: 100%;
	float: right;
	padding: 2%;
	cursor: pointer;
	background: none;
	border: 1px solid;
	border-radius: 3px;
	font-size: 14px;
}

button.button.submit:hover {
	color: #6f0303!important;
}

div.bbp-reply-content div.bbp-signature {
	border-top: 1px solid #292929;
	margin-top: 50px;
	font-size: 0.8em;
}

div.bbp-reply-content div.bbp-signature p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

/* Spoiler */

.sp-wrap-default {
	background-color: rgba(92, 92, 92, 0.2)!important;
	/*
	background: none!important;
    border: none!important;
	*/
}

.sp-wrap {
	clear: none!important;
	border-style: none!important;
    border-image: none!important;
    border-width: 0px!important;
	margin-right: 20px;
}

.sp-head {
	text-transform: uppercase;
	color: #fff!important;
	font-weight: normal!important;
	font-family: Open Sans;
	font-size: 10pt;
	/*width: 300px!important;
	height: 32px!important;
    text-align: center!important;
	background: url(../images/spoiler_button.jpg) no-repeat!important;
	color: #fff!important;
    font-weight: normal!important;
    font-size: 10pt;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding: 4px 0px 0px!important;*/
}

.sp-wrap-default .sp-body{
    background: #272727!important;
    border: 1px dashed #202020!important;
    padding: 5px;
}

/* --- */

/* Forum Statistic */

.bbpas-stat {
	background: rgba(50, 50, 50, 0.50);
	padding: 2px;
	font-family: tahoma,helvetica,arial,sans-serif;
}

.thn_post_wrap #bbpress-forums .bbpas-stat .keymaster a{
	color: #AE0707!important;
}

.thn_post_wrap .bbpas-stat .moderator a{
	color: #567582!important;
}

.bbpas-header {
	border-bottom: 1px solid #282828;
    border-top: 1px solid #444;
	border-radius: 0px;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    background: rgba(56, 56, 56, 0.5);
    font-weight: bold;
    padding: 0px 0px 0px 5px;
    color: #BDBDBD;
    font-size: 11px;
	position: relative;
    bottom: 5px;
}

.bbpas-stat{
	line-height: 1.0em;
}

.bbpas-stat .bbpas-header{
	line-height: 2.7em;
}

.thn_post_wrap .bbpas-stat span,
.thn_post_wrap .bbpas-stat span a{
	line-height: 1.5em;
}

.bbpas-stat strong{
	line-height: 2.7em;
}

.thn_post_wrap .bbpas-stat span a{
	font-size: 10px;
	color: #bdbdbd!important;
}

.thn_post_wrap .bbpas-stat a:link {
	color: #bdbdbd!important;
}

.thn_post_wrap .bbpas-stat span a:hover,
.thn_post_wrap .bbpas-stat a:link:hover {
	color: #6f0303!important;
}

/* YouTube */

.bbp-reply-content iframe {
	width: 95%;
}

/* MCE */

div.mce-panel {
	border: 1px solid #000!important;
}

.mce-window.mce-in {
	max-height:257px!important;
}

.mce-edit-area iframe {
	position: relative;
    right: 1px;
    padding: 1px;
}

.bbp-the-content-wrapper div.mce-panel{
	background: #1C1C1C;
}

div.mce-panel{
	background: #222!important;
}

.mce-window .mce-window-head {
	background: #444!important;
	border-bottom: 0px!important;
}

.mce-window .mce-window-head .mce-title{
	color: #fff!important;
    font-size: 16px!important;
    font-weight: normal!important;
}

.mce-window .mce-tabs {
	display: none!important;
}

.mce-reset div:last-child{
	border: 0px!important;
}

#mceu_54 {
	width:inherit!important;
	border: 0px!important;
	position: relative;
	top:inherit!important;
	bottom:1px;
}

.mce-menu-item .mce-ico, .mce-menu-item .mce-text, .mce-btn button {
	color: #afafaf!important;
}

.mce-window .mce-btn.mce-primary {
	background: #6f0303!important;
    border-color: #6f0303!important;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.3),0 1px 0 rgba(0,0,0,.15)!important;
    box-shadow: inset 0 1px 0 rgba(120,200,230,.3),0 1px 0 rgba(0,0,0,.15)!important;
}

.mce-window .mce-window-head .mce-close:hover:before {
	color: #6f0303!important;
}

/* BuddyPress */

.avatar-crop-management #avatar-crop-pane{
	width: 150px!important;
	height: 150px!important;
}

.avatar-crop-management img{
	max-height: inherit!important;
	padding: 0px!important;
}

#buddypress ul.item-list li {
	background: rgba(30,30,30,0.8)!important;
	border-top: 1px solid #444;
	margin-top: 15px!important;
	border-bottom: 0px!important;
	font-size: 80%;
}

#buddypress ul.item-list li:hover {
	background: rgba(70,70,70,0.5)!important;
}

#buddypress ul.item-list li a {
	transition: 0.3s;
	color: #567582!important;
}

#buddypress ul.item-list li a:hover {
	color: #6f0303!important;
}

#buddypress ul.item-list {
	border: 0px!important;
}

#buddypress .activity-list li.mini .activity-avatar img.avatar {
	height: 50px!important;
    margin-left: inherit!important;
    width: 50px!important;
}

#buddypress ul.item-list li a.button,
#buddypress div#message-thread a.button {
	transition: 0.3s;
	color: #cecece!important;
	background: transparent!important;
	border: 2px solid #6f0303!important;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#buddypress ul.item-list li a.button:hover,
#buddypress div#message-thread a.button:hover {
	color: #cecece!important;
	background: #6f0303!important;
}

#buddypress div.ac-reply-avatar img {
	border: 0px!important;
}

#buddypress div.activity-comments form .ac-textarea {
	background: transparent!important;
	border: 0px!important;
}

#buddypress div.activity-comments form textarea {
	background: #fff!important;
	width: 98%!important;
	padding: 5px!important;
}

#buddypress table.notifications tr td:first-child,
#buddypress table.messages-notices tr td.bulk-select-check {
	width: 10px!important;
}

#buddypress table.notifications tr td.notification-description {
	width: 50%!important;
}

#buddypress table.messages-notices tr td.thread-from,
#buddypress table.messages-notices tr td.thread-info,
#buddypress table.messages-notices tr td.thread-options {
	width: 40%!important;
}

#buddypress table.notifications tr td.notification-since,
#buddypress table.notifications tr td.notification-actions {
	width: 20%!important;
}

#buddypress table.notifications tr td a,
#buddypress table#message-threads tr td a,
#buddypress div#message-thread a {
	transition: 0.3s;
	color: #567582!important;
}

#buddypress table.notifications tr td a:hover,
#buddypress table#message-threads tr td a:hover,
#buddypress div#message-thread a:hover {
	color: #6f0303!important;
}

#buddypress table#message-threads tr td,
#buddypress div#message-thread p#message-recipients,
#buddypress div#message-thread div.message-box {
	background: rgba(30,30,30,0.8)!important;
}

#buddypress table#message-threads tr.unread td {
	background: rgba(70,70,70,0.5)!important;
    border-top: 1px solid rgb(32, 32, 32)!important;
    border-bottom: 1px solid rgb(32, 32, 32)!important;
}

#buddypress div#message-thread p#message-recipients,
#buddypress div#message-thread div.message-box {
	padding: 5px;
	border-top: 1px solid #444;
}

#buddypress div#message-thread div.message-box {
	margin-bottom: 15px!important;
}

#buddypress div#message-thread #send-reply {
	margin-top: 15px;
}

#buddypress div#message-thread div.message-box div.message-metadata{
	padding: 8px;
    background-color: rgba(0,0,0,0.6);
    border-top: 1px solid #5C0505;
    margin-left: 5px;
}

#buddypress div#message-thread #send-reply div.message-metadata {
    margin-bottom: 15px;
}

#buddypress div#message-thread div.message-box div.message-metadata .message-star-actions{
	padding: 5px;
}

#buddypress ul#friend-list.item-list .item-title,
#buddypress ul#members-list.item-list .item-title{
	font-size: 14pt;
}

#buddypress ul.item-list li div.action {
	right: 15px!important;
}

#buddypress div#invite-list {
	background: transparent!important;
}