.fs-11 {
	font-size: 11px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-22 {
	font-size: 22px;
}

#header {
	padding-top: 53.15px;
}

@media (min-width: 800px) {
	.user-profile td {
		width: 50% !important;
}

.ucp-wrapper {
		flex-direction: row;
}

label.ucp {
		min-width: 200px;
		max-width: 200px;
		margin: 10px 10px;
}

.forum-desc {
		max-width: 85%;
}

.sidebar {
		float: right; 
		width: 25%;
}

.forum {
		float: left;
		width: 74%;
		margin-right: auto;
}


}

@media (max-width: 800px) {
	.search-wrap input, .search-wrap select, .search-wrap textarea {
		box-sizing: border-box;
		max-width: 100px;
	}
	
	.profile-info-half{
		width:100%;
}

.modal {
		width: 95%;
}

.post.classic .post_author, .post.classic .post_content {
		width: 100% !important;
}

.ucp-wrapper {
		flex-direction: column !important;
		min-width: 100%;
}

label.ucp {
	min-width: 100% !important;
	margin: 10px auto !important;
	overflow: hidden;
}

a.register-btn {
		margin-left: 0 !important;
}

.forum-desc {
		max-width: 125px;
}

.sidebar {
		float: left; 
		width: 100%;
}

.forum {
		float: left;
		width: 100%;		
		padding: 10px 10px;
		background: #131315;
		border-radius: 4px;
		max-height: 100%;
}


}

@media (min-width: 800px) {
	td.current_avatar_img {
		display: normal;
}

.index-main {
		flex-direction: row;
}


}

@media (max-width: 800px) {
	.index-main {
		flex-direction: column;
}

td.current_avatar_img {
		display: none;
}

#navbar {
		padding: 0 0;
}

.wrapper {
		width: 99% !important;
}


}

.show {
	display: block;
}

.dropdown-content .fas {
	width: 15px;
}

a.register-btn {
	background: #2785c1;
	padding: 8px 12px;
	border-radius: 2px;
	color: #fff;
	margin-left: 10px;
	transition: .2s;
}

a.register-btn:hover {
	background: #1f6998;
	transition: .2s;
}

#forum-img .fas {
	font-size: 22px;
	padding: 6.5px 6.5px;
	color: #34495e;
}

.mark-forum-read a {
	font-weight: 500;
	transition: .11s;
}

.mark-forum-read a:hover {
	text-decoration: none;
	color: #dfdfdf;
	transition: .11s;
}

a.subscribe-forum {
	margin-right: 10px;
}

.modbit-select {
	width: 45px !important;
}

.last-post.trow1 {
	background: #19191c;
}

.index-main {
	display: flex;
}

label.ucp {
	background: #0c0c0c;
	color: #fff;
	display: flex;
	border: none;
	cursor: pointer;
	text-align: center;
	height: 65px;
	line-height: 65px;
	padding: 0 15px;
	border: 2px solid #0c0c0c;
	box-sizing: border-box;
	transition: .05s;
	
	font-family: Selawik, sans-serif;
	font-size: 15px;
}

label.ucp:hover {
	border: 2px solid #444;
	background: #1c1c1c;
	transition: .05s;
}

label.ucp a {
	color: #fff;
}

label.ucp a:hover {
	color: #f2f2f2;
}

input.ucpmenu, ul.submenu {
 	display: none;
}

label.ucp {
    position: relative;
  	display: block;
  	cursor: pointer;
}

input:checked~ul.submenu {
    display: block;
	padding: 5px 5px;
	margin: 55px 0 0 0;
	position: absolute;
	background: #121215;
	list-style: none;
	text-align: left;
	max-width: 170px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
}

input:checked~ul.submenu li {
	padding: 5px 10px;
	width: 100%;
	float: left;
}

.ucp-wrapper {
	display: inline-flex;
}

#account-summary ul.sum-box {
	padding: 15px 10px;
	border-radius: 2px;
	box-sizing: border-box;
	background: #f6f6f6;
	float: right;
	margin: 0;
	list-style: none;
	position: relative;
}

#account-summary ul.sum-box li {
	padding: 10px 5px;
	border-bottom: 1px solid #e9e9e9;
}

#account-summary ul.sum-box:last-child {
	border-bottom: 0 !important;
}

.navbar {
	background-color: rgba(29,29,31,0.7);
	-webkit-backdrop-filter: saturate(180%) blur(15px);
    backdrop-filter: saturate(180%) blur(15px);
	position: fixed !important;
	width: 100%;
	z-index: 9999 !important;
}

.navbar:before {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
	background-blend-mode: exclusion;
    filter: blur(8px);
    -webkit-filter: blur(8px);
	background-image: url(http://api.thumbr.it/whitenoise-361x370.png?background=ffffff00&noise=a0a0a0&density=35&opacity=10);
}

.sidebar td.thead {
	background: #131315 !important;
}

.dropdown-menu {
	background-color: rgba(29, 29, 31, .99);
	margin-right: 20px !important;
	box-sizing: border-box;
}

a.dropdown-item {
	color: #faf8f9 !important;
}

a.dropdown-item:hover {
	background-color: rgba(99, 99, 101, .3) !important;
}

.u-avatar {
	border-radius: 100%;
}

.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
	border: 0 !important;
	background: none !important;
}

.dropdown-divider {
	border-top: 1px solid #444;
}

.pm-buddy-select {
	background: #1c1c1e !important;
    color: #dcdcdc !important;
    border-radius: 20px !important;
    padding: 5px 15px;
    outline: 0;
    box-sizing: border-box;
    border: 0;
    font-family: Selawik, sans-serif;
    font-size: 14px;
}


		