.forumview {
	background-color: #301e38;
	border: 1px solid #583270;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 992px) {
	.forumview {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.forumview-sub {
	margin-bottom: 1rem;
}

.forumview-sub-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	height: 80px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #f4f4f4;
	background-color: #1a131d;
}

.forumview-sub-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
	margin-top: 1rem;
}

@media screen and (min-width: 768px) {
	.forumview-sub-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.forumview-sub-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.forumview-sub-grid .forum-subforum {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	justify-content: space-between;
	background: #301e38;
	border: 1px solid #583270;
	height: 180px;
}

.forumview-sub-grid .forum-left  {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 45px;
	background: #100011;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.forumview-sub-grid .forum-left .forum-lastpost {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user {
	text-align: center;
}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user > a:link,
.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user > a:visited{
	font-size: .9rem;
	color: #ababab;
	transition: color .1s ease-in-out;
}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user > a:hover,
.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user > a:focus,
.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user > a:active {
	color: #ffffff;
	border: none;
	outline: none;
}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .avatarep_fd {
	display: none;
}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .avatarep_fd img {}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .lastpost-data {}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .lastpost-data a:link,
.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .lastpost-data a:visited {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
	transition: color .1s ease-in-out;
}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .lastpost-data a:hover,
.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .lastpost-data a:active,
.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .lastpost-data a:focus {
	border: none;
	outline: none;
}

.forumview-sub-grid .forum-left .forum-lastpost .lastpost-user .lastpost-data > span {
	font-size: .8rem;
	color: #918a8f;
}

.forumview-sub-grid .forum-left .forum-posts {}

.forumview-sub-grid .forum-left .forum-posts p {}

.forumview-sub-grid .forum-left .forum-posts p span {}

.forumview-sub-grid .forum-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.forumview-sub-grid .forum-center .forum-content {
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.forumview-sub-grid .forum-center .forum-content h4 {
	margin-bottom: 0;
	font-size: 1rem;
}

.forumview-sub-grid .forum-center .forum-content a:link,
.forumview-sub-grid .forum-center .forum-content a:visited {
	font-family: 'Merriweather',serif;
	color: #ababab;
	line-height: 1.4rem;
	text-shadow: 0 0 5px #000;
	transition: color .1s ease-in-out;
}

.forumview-sub-grid .forum-center .forum-content a:active,
.forumview-sub-grid .forum-center .forum-content a:hover,
.forumview-sub-grid .forum-center .forum-content a:focus {
	border: none;
	outline: none;
	color: #ffffff;
}

.forumview-sub-grid .forum-center .forum-content p {
	display: none;
}

.forumview-sub-grid .forum-center .forum-subforums {
	display: none;
}

.forumview-sub-grid .forum-center .forum-subforums a:link,
.forumview-sub-grid .forum-center .forum-subforums a:visited {}

.forumview-sub-grid .forum-center .forum-subforums a:hover,
.forumview-sub-grid .forum-center .forum-subforums a:active,
.forumview-sub-grid .forum-center .forum-subforums a:focus {}

.forumview-threads {}

.forumview-threads .forumview-threads-alert {
	padding: 0.5rem;
	border-radius: 0;
	font-size: 0.9rem;
}

.forumview-threads-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	height: 80px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #f4f4f4;
	background-color: #1a131d;
}

.forumview-threads-title ul {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-flex;
	align-items: center;
	list-style: none;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.forumview-threads-title ul a:link,
.forumview-threads-title ul a:visited {
	transition: color .1s ease-in-out;
	margin-left: .75rem;
	color: #626262;
}

.forumview-threads-title ul a:hover,
.forumview-threads-title ul a:active,
.forumview-threads-title ul a:focus {
	border: none;
	outline: none;
	color: #fff;
}

.forumview-threads-title .form-check {
	position: absolute;
	right: 1rem;
	bottom: 0.5rem;
}

.forumview-threads-title .form-check label {
	font-size: .6rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.forumview-threads-header {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 992px) {
	.forumview-threads-header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.forumview-threads-header .btn-thread:link,
.forumview-threads-header .btn-thread:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ababab;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: .9rem;
	transition: color .1s ease-in-out;
	background-color: #2a0221;
	border-color: #2a0221;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.forumview-threads-header .btn-thread:link,
	.forumview-threads-header .btn-thread:visited {
		width: auto;
	}
}

.forumview-threads-header .btn-thread:hover,
.forumview-threads-header .btn-thread:active {
	color: #fff;
}

.forumview-threads-header .btn-thread:focus {
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);	
}

.forumview-threads-header .btn-thread span {
	margin-right: 0.5rem;
}

.forumview-threads-separator {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .5rem;
	height: 40px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #f4f4f4;
	background-color: #1a131d;
}

.forumview-thread {
	display: grid;
	grid-template-columns: 1fr 100px;
	background-color: #100011;
	border: 1px solid #583270;
	position: relative;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
	.forumview-thread {
		grid-template-columns: 100px 1fr 100px;
	}
}

.forumview-thread.trow_selected {
	transform: scale(.9);
}

.forumview-thread  > div:first-of-type {
	display: none;
	border-right: 1px solid #583270;
}

@media screen and (min-width: 768px) {
	.forumview-thread  > div:first-of-type {
		display: block;
	}
}

.forumview-thread  > div:last-of-type {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid #583270;
}

.forumview-thread  > div:last-of-type > span {
	font-size: 0.8rem;
	color: #918a8f;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.forumview-thread  > div:last-of-type > span:first-child {
	color: #fff;
	font-size: 1.5rem;
	display: inline-block;
	margin-bottom: .25rem;
}

.forumview-thread:last-of-type {
	margin-bottom: 0;
}

.forumview-thread-item {
	position: relative;
	padding: 0.5rem;
}

.forumview-thread-item .pagination {
	margin-bottom: 0;
}

.forumview-thread-item .avatarep_fd {
	display: block;
	width: 84px;
	height: auto;
}

.forumview-thread-item .avatarep_fd .avatarep_img {
	width: 84px;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	opacity: 1;
	margin: auto;
	float: none;
}

.forumview-thread-item a.forumview-thread-title:link,
.forumview-thread-item a.forumview-thread-title:visited {
	color: #ababab;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 0.4rem;
	transition: color .1s ease-in-out;
}

.forumview-thread-item a.forumview-thread-title:hover,
.forumview-thread-item a.forumview-thread-title:active,
.forumview-thread-item a.forumview-thread-title:focus {
	color: #fff;
}

.forumview-thread-item .form-check {
	position: absolute;
	top: .5rem;
	right: .5rem;
	z-index: 100;
}

.forumview-thread-item .form-check label {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 0.6rem;
	font-size: .6rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.forumview-thread-grid {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.forumview-thread-grid > div:first-of-type {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.forumview-thread-grid > div:first-of-type a:link,
.forumview-thread-grid > div:first-of-type a:visited {}

.forumview-thread-grid > div:first-of-type a:hover,
.forumview-thread-grid > div:first-of-type a:active,
.forumview-thread-grid > div:first-of-type a:focus {}

.forumview-thread-grid > div:first-of-type span {
	font-size: 0.9rem;
	color: #918a8f;
}

.forumview-thread-grid-inside {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-top: 1px solid #583270;
}

@media screen and (min-width: 768px) {
	.forumview-thread-grid-inside {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.forumview-thread-grid-inside span,
.forumview-thread-grid-inside time {
	font-size: .8rem;
	color: #918a8f;
}

.forumview-thread-grid-inside a.forumview-thread-lastpost:link,
.forumview-thread-grid-inside a.forumview-thread-lastpost:visited {
	color: #ababab;
	font-size: .8rem;
	transition: color .1s ease-in-out;
}

.forumview-thread-grid-inside a.forumview-thread-lastpost:hover,
.forumview-thread-grid-inside a.forumview-thread-lastpost:active,
.forumview-thread-grid-inside a.forumview-thread-lastpost:focus {
	color: #fff;
}

.forumview-sort {
	background-color: #1a131d;
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.forumview-sort h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #f4f4f4;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.forumview-sort form {
}

.forumview-sort label {
	color: #ababab;
	font-size: .8rem;
	margin-top: 1rem;
}

.forumview-sort select {
	color: #ababab;
	font-size: .9rem;
	border-radius: 0;
	background-color: #2a0221;
    border-color: #2a0221;
}

.forumview-sort select:focus,
.forumview-sort select:active {
	    box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}

.forumview-sort select option {}

.forumview-sort .btn-go {
    color: #ababab;
	width: 100%;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 0;
    letter-spacing: 1px;
	margin-top: 1rem;
    font-size: .9rem;
    transition: color .1s ease-in-out;
    background-color: #2a0221;
    border-color: #2a0221;
}

.forumview-sort .btn-go:focus,
.forumview-sort .btn-go:active {
	box-shadow: 0 0 0 0.25rem rgba(42, 2, 33, 0.25);
}