* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-collapse: collapse;
}

html {
	height: 100%;
}

body {
	font: 13px 'Tahoma', sans-serif;
	background: #e6eaf3;
	height: 100%;
	min-height: 100%;
}

a {
	color: #84919c;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s all;
}

a:hover {
	text-decoration: underline;
	transition: 0.3s all;
}

.warning {
	background: #fff;
	padding: 10px;
	border-left: #FF4839 solid 5px;
}

.actual {
	background: #fff;
	padding: 10px 10px 4px 10px;
}

.actual:after {
	display: table;
	content: "";
	clear: both;
}

.actual li {
	list-style: none;
	display: inline-block;
}

.actual-title {
	float: left;
	border-right: #eee solid 1px;
	margin: 0 20px;
	padding: 8px 20px 8px 0;
}

.actual-last {
	margin: 0 15px;
	display: inline-block;
	padding: 8px 15px 8px 0;
	border-right: #eee solid 1px;
	position: relative;
	top: -6px;
}

.actual-last:last-child {
	border-right: none;
}

.actual li a {
	color: #000;
	text-decoration: underline;
}

.actual li span.actual-desc {
	color: #555;
	font-size: 10px;
}

hr {
	height: 2px;
	background: #eee;
	margin: 10px 0;
}

select {
	border: #ededed solid 1px;
	padding: 3px;
}

.btn,
input[type="button"],
input[type="submit"],
button {
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	background: #e9edf5;
	margin-right: 10px;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}

.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover  {
	background: #6ad1df;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

input[type="text"],
input[type="password"] {
	border: #f3f3f3 solid 1px;
	border-radius: 5px;
	padding: 6px 10px;
}

input[type="checkbox"] {
	margin: 0 10px 10px 0;
}

.add_block {
	background: #fff;
}

.add_options {
	padding: 20px;
}

.add_options > p {
	margin-bottom: 10px;
}

input[type="checkbox"]::after {
	width: 16px;
	height: 16px;
	background-color: #4a5864;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	display: inline-block;
	content: "";
	border-radius: 2px;
	transition: 0.2s linear;
}

input[type="checkbox"]:checked::after {
	background-image: url(../img/checkbox.png);
	transition: 0.2s linear;
}

.u header,
.u footer {
	background: transparent;
	position: relative;
	z-index: 2;
}

.profile footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

header {
	background: #4a5864;
	height: 80px;
	line-height: 80px;
	color: #e9edf5;
	width: 100%;
	padding: 0px 15px;
	position: relative;
	z-index: 9999;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
}

header a {
	color: #e9edf5;
}

.u {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.u header a,
.u footer a {
	opacity: 0.7;
}

.u header a:hover,
.u footer a:hover {
	opacity: 1;
	background-color: transparent;
}

.logo {
	float: left;
	display: block;
	height: 80px;
	width: 32px;
	background: url(http://socweb.biz/img/socweb.png) no-repeat center;
	background-size: 32px;
	margin-right: 20px;
}

.logo img {
	display: none;
}

.icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	opacity: 0.8;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-message {
	background-image: url(/img/ic_email_white_24dp_1x.png);
}

.icon-logout {
	background-image: url(/img/ic_highlight_off_white_24dp_1x.png);
}

.icon-param-posts {
	background-image: url(/img/profile/param-posts.png);
	background-size: 40px;
	opacity: 1;
}

.icon-param-rep {
	background-image: url(/img/profile/param-rep.png);
	background-size: 40px;
	opacity: 1;
}

.icon-param-repB {
	background-image: url(/img/profile/param-repB.png);
	background-size: 40px;
	opacity: 1;
}

.icon-param-warn {
	background-image: url(/img/profile/param-warn.png);
	background-size: 40px;
	opacity: 1;
}

.icon-param-warnB {
	background-image: url(/img/profile/param-warnB.png);
	background-size: 40px;
	opacity: 1;
}

.icon-param-reg {
	background-image: url(/img/profile/param-reg.png);
	background-size: 40px;
	opacity: 1;
}

.icon-param-login {
	background-image: url(/img/profile/param-login.png);
	background-size: 40px;
	opacity: 1;
}

.icon-param-url {
	background-image: url(/img/profile/param-link.png);
	background-size: 40px;
	opacity: 1;
}

.icon-param-group {
	background-image: url(/img/profile/param-group.png);
	background-size: 40px;
	opacity: 1;
}

.header-user {
	float: right;
}

.header-user ul {
	list-style: none;
}

.header-user li {
	float: left;
}

.header-user_avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	margin: 20px 10px 0 0;
	float: left;
	position: relative;
}

.header-user_avatarMsg {
	position: absolute;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #F05B45;
	border-radius: 50%;
	top: -10px;
	left: -20px;
	font-size: 9px;
	color: #fff;
}

.header-user_avatar img {
	max-width: 100%;
	display: block;
}

.newpm {
	width: 11px;
	height: 11px;
	position: absolute;
	top: -6px;
	left: 18px;
	background: url(/img/newmsg.png) no-repeat;
	font-size: 8px;
	color: #fff;
	text-align: center;
	z-index: 1000;
}

#user-toggler {
    cursor: pointer;
    user-select: none;
	position: relative;
}

#user-more {
	width: 20px;
	vertical-align: -6%;
	transition: 0.3s;
}

#user-toggler.active #user-more {
	transform: rotate(90deg);
}

.header-user_dropdown {
    position: absolute !important;
    right: 20px;
    width: 200px;
    background: #4a5864;
    padding: 5px 0;
	box-shadow: 0px 1px 15px 0px rgba(68, 89, 99, 0.3);
    opacity: 0;
    top: 100px;
	z-index: 3;
}

.header-user_dropdown::before {
    display: block;
    content: "";
    width: 20px;
    height: 13px;
    background-size: 100%;
    background-image: url(../img/caret.png);
    position: absolute;
    top: -7px;
    right: 0px;
}

.header-user_dropdown li,
.header-user_dropdown a {
    display: block !important;
    float: none;
    color: #e9edf5;
}

.header-user_dropdown a {
    padding: 0;
    text-align: left;
    line-height: 35px;
    padding: 0 17px;
}

.header-user_dropdown a:hover {
	color: #6ad1df;
	text-decoration: none;
}

li.divider {
}

.header_nav {
	float: left;
	text-align: center;
}

.header_nav a {
	height: 80px;
	display: inline-block;
	transition: 0.1s linear;
	margin-right: 25px;
}

.header_nav a:hover,
.header_nav a.active {
	color: #6ad1df;
	text-decoration: none;
	transition: 0.1s linear;
}

#dropdown {
	position: relative;
	top: 1px;
	padding: 0 10px;
	cursor: pointer;
}

.clearfix::after {
	display: table;
	content: "";
	clear: both;
}

.gDivLeft {
	margin-top: 15px;
}

.gDivLeft:first-child {
	margin-top: 0;
}

.gDivLeft ~ br {
	display: none;
}

.gDivLeft:last-child {
	margin-bottom: 0;
}

.gTableTop {
	background: #f9fafd;
	color: #6a7987;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	letter-spacing: -0.4px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: #f0f2f8 solid 1px;
}

.gTableTop a {
	color: #6a7987;
	text-decoration: none;
}

#moderoptions39517 {
	position: absolute;
	right: 20px;
	top: 190px;
}

.gTable {
	background: #F5F5F5;
}

.gTableSubTop {
	display: none;
}

.forum {
	background: #fff;
}

.forum td {
	height: 77px;
}

.forum:nth-child(even) {
	background: #f9fafd;
}

.forum-icon {
	width: 74px;
	text-align: center;
}

.forum-icon img {
	max-width: 24px;
}

.forum-url {
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
}

.forum-sub a {
	font-size: 12px;
}

.forum-threads {
	color: #84919c;
	text-align: right;
	padding: 0 20px;
}

.forum-threads_count {
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 21px;
	letter-spacing: -0.4px;
	font-weight: bold;
}

.forum-lastpost {
	width: 250px;
	padding: 10px 20px;
}

.lastpost-link a {
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	max-width: 200px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
	color: #4a5864;
}

.lastPostUserLink {
	color: #6ad1df;
}

.lastpost-date {
	padding-top: 3px;
}

.lastpost-date a {
	line-height: 1.2;
	color: #4a5864;
}

div[class^="col-"] {
	padding: 15px;
}

@media screen and (min-width: 940px) {
	.phhide {
		display: table-cell;
	}
	.pchide {
		display: none !important;
	}
}

@media screen and (max-width: 939px) {
	.m-hide {
		display: none;
	}
	.pchide {
		display: block;
	}
	.phhide,
	.forumLastPostTd,
	.gTable td[width="30%"],
	.threadLastPostTd {
		display: none;
	}
	.signatureView {
		display: none;
	}
	header {
		padding-left: 15px;
		padding-right: 15px;
		min-width: 300px;
	}
    .header-user_dropdown {
        right: 15px;
    }
	.header_nav {
		display: none;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		background: #4a5864;
	}
	.header_nav a {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0 15px;
		height: 50px;
		line-height: 50px;
	}
	.header_nav a:hover {
		border-bottom: transparent;
	}
	.wrapper {
		padding: 10px 0px;
	}
	#navshow {
		display: inline-block;
		width: 30px;
		height: 80px;
		position: relative;
	}
	#navshow::after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(../img/navshow.png) no-repeat center;
		background-size: 24px;
		transition: 0.2s;
	}
	#navshow.active::after {
		transform: rotate(180deg);
		transition: 0.2s;
	}
	.gTableSubTop[width="21%"],
	.gTableSubTop[width="6%"],
	.threadIcoTd,
	.gTableSubTop[colspan="2"],
	.threadViewTd,
	.forum-icon,
	.forum-threads,
	.thread-type,
	.thread-params,
	.ThrForumBarTbl {
		display: none !important;
	}
	.dropdown_menu {
		right: 15px !important;
	}
	.ucoz-forum-post {
		word-break: break-all;
	}
	.param {
		width: 100% !important;
		float: none !important;
	}
	.forum td,
	.thread td {
		height: auto;
		padding: 25px;
	}
	.forum-text,
	.thread-url {
		padding-bottom: 0 !important;
	}
	.forum-lastpost,
	.forum-text,
	.thread td {
		display: block;
		width: 100%;
	}
	.thread-switches {
		text-align: left !important;
	}
	.FrmTopButtonsRow1 > td,
	.ThrTopButtonsRow1 > td {
		display: block;
		width: 100% !important;
	}
	.switches {
		width: 100%;
		margin-bottom: 15px;
	}
	.frmBtns {
		text-align: center;
		float: none;
		margin-bottom: 15px;
	}
}

.postTable {
	background: #fff;
}

.postTable,
.postTable td {
	border: #eee solid 2px;
}

.post_date {
	background: #FAFAFA;
	height: 25px;
	text-align: right;
}

.postRest1 {
	padding: 0 !important;
}

.forumNamesBar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.ThrBotTbl .forumNamesBar,
.bottomPathBar .forumNamesBar{
	padding-bottom: 0 !important;
}

.bottomPathBar {
	padding-top: 15px !important;
}

.forumBar,
.forumBarA {
	background: #f9fafd;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	padding: 0 15px;
	margin-right: -16px;
	position: relative;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
}

.forumBar:first-child {
	margin-left: 0;
}

.forumBar.active,
.forumBarA.active {
	background: #6ad1df;
	color: #fff;
}

.switches {
	background: #f9fafd;
	line-height: 10px;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
}

.pagesInfo {
	display: none;
}

.switchNext,
.switchBack {
	width: 32px;
	height: 32px;
	background-position: center;
	overflow: hidden;
	text-indent: 200%;
	background-size: 20px;
	background-repeat: no-repeat;
	display: inline-block;
}

.switchNext {
	background-image: url(../img/next.png);
}

.switchBack {
	background-image: url(../img/prev.png);
}

.switch,
.switchActive {
	width: 32px;
}

.switchActive {
	background: #6ad1df;
	color: #fff;
	height: 32px;
}

.fFastLogin {
	margin-top: 15px;
}

.ucoz-forum-post {
	display: block;
	line-height: 1.5;
}

.ucoz-forum-post a {
	color: #ff6060;
}

.ucoz-forum-post ul {
	padding-left: 20px;
}

.ucoz-forum-post img {
	display: inline-block;
	max-width: 100%;
}

.add_bottom {
	text-align: center;
}

.add_block input[type="text"] {
	border: #ddd solid 1px;
	padding: 5px;
}

.group_icon {
	text-align: center;
	margin-bottom: 14px;
	width: 100px;
}

.posts_stats {
	font-size: 12px;
	width: 125px;
}

.stat_image {
	display: inline-block;
	width: 12px;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 10px;
}

.stat_image img {
	vertical-align: -20%;
}

.mprof_button {
	background: #323232;
	color: #fff;
	width: 120px;
	text-align: center;
	display: inline-block;
	padding: 5px 0;
	color: #fff !important;
	margin-top: 5px;
	border-radius: 2px;
}

.mprof_button:hover {
	background: #484848;
	text-decoration: none;
}

.btn-msg {
	background: #c2c2c2;
	color: #000 !important;
}

.btn-msg:hover {
	background: #a5a5a5;
}

.bbQuoteBlock {
	background: #f9fafd;
	padding: 10px;
	min-height: 70px;
}

.quoteMessage {
	border: none !important;
	padding: 10px 10px 10px 55px;
	background: url(/img/quote.png) 6px 50% no-repeat;
}

.threadAuthorLink,
.lastPostUserLink {
	font-weight: bold;
}

.dropdown_menu {
	background: #d3d3d3;
	padding: 10px;
	position: absolute;
	right: 45px;
	top: 60px;
	display: none;
	text-align: left;
	width: auto !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	z-index: 2;
}

.dropdown_menu div.triangle {
	background: url(/img/triangle.png) no-repeat;
	width: 14px;
	height: 7px;
	position: absolute;
	top: -7px;
	right: 10px;
}

.dropdown_menu a.menu-item {
	color: #323232;
	border-bottom: #a5a5a5 solid 1px;
	padding: 10px 0;
	display: block;
}

.dropdown_menu a.menu-item:hover {
	text-decoration: none;
	color: #0c0c0c;
}

.dropdown_menu a.profile {
	padding-top: 0;
}

.dropdown_menu a.exit {
	border-bottom: none;
	padding-bottom: 0;
}

.dropdown_menu ul {
	list-style: none;
}

.asdasd {
	color: #000 !important;
	float: right;
}

#remmain {
	vertical-align: -10%;
}

.userRights {
	background: #fff;
	border: #f3f3f3 solid 1px;
	border-radius: 3px;
	width: 350px;
	text-align: left;
	padding: 20px 50px;
}

.threadFrmBlock {
	font-size: 10px;
	text-align: right;
}

.threadDescr,
.forumDescr {
	color: #a1a1a1;
	font-size: 12px;
}

.subforumDescr a {
	font-size: 12px;
}

.threadLink {
	color: #707070;
}

.bbCodeBlock {
	background: #edecec;
	padding: 10px;
}

.bbCodeName {
	padding-left: 0 !important;
	margin-bottom: 10px;
}

.bbCodeName:after {
	content: " < / >";
}

.codeMessage {
	border: none !important;
}

.gTableSubTop {
	padding: 8px;
	background: #ffffff;
	border-bottom: #F3F3F3 solid 1px;
}

.postNameFl,
.postDescrFl {
	margin-bottom: 10px;
}

.threadsDetails,
.forumOnlineBar {
	padding: 5px;
}

.thread {
	background: #fff;
	border-bottom: #f9fafd solid 1px;
}

.thread-new {
	background: #f9fafd;
}

.thread-td {
	height: 60px;
}

.thread-type {
	width: 74px;
	text-align: center;
}

.thread-url a {
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
}

.threadsType {
	background: #fff;
	padding: 10px 30px;
	border-bottom: #f9fafd solid 1px;
}

.thread-switches {
	width: 300px;
	text-align: center;
}

.switches-wrapper {
	background: #f9fafd;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #4a5864;
}

.postPSwithcesLink {
	width: 32px;
	text-align: center;
	color: #4a5864;
	display: inline-block;
}

.postPSwithcesLink:hover {
	color: #6ad1df;
	text-decoration: none;
}

.thread-lastpost {
	width: 250px;
}

/*ucoz-specific fixes*/

.uadm.uadm--mini.uadm--vertical {display: none !important;}

#thread_search_field {
	width: 170px !important;
}

#thread_search_form,
.fastNav,
input[class="fastNav"] {
	display: none;
}

.fFastSearchTd,
#forum_filter {
	display: none;
}

.legendBlock,
.userRights,
#subscribe,
.funcBlock {
	display: none;
}

.btn:hover {
	background: #1B1B1B;
}

#modBut2 {
	display: inline-block !important;
}

.fastLogBt {
	padding: 8px 10px !important;
}

.in_wrap {
	width: 940px;
	margin: 0 auto;
	margin-top: 60px;
}

.in_wrap_content {
	background: #fff;
	padding: 20px;
}

.in_t {
	width: 100%;
}

.in_t td {
	vertical-align: top;
}

.in_t .user_avatar {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	width: 140px;
}

.in_t .user_avatar img {
	max-width: 140px;
}

.in_t .btn {
	width: 140px;
	text-align: center;
	padding: 7px 0;
	display: block;
	margin-top: 5px;
}

.udtlb {
	margin-bottom: 10px;
}

.in_group {
	width: 140px;
	margin-bottom: 10px;
	text-align: center;
}

.in_stat {
	vertical-align: -10%;
	margin-right: 5px;
}

.loginBlock {
	color: #fff;
}

.loginBlock input {
	border-radius: 0px;
}

.loginDiv {
	margin-bottom: 5px;
}

.loginDiv span,
.passwordDiv span {
	display: none;
}

.buttonDiv {
	margin: 5px 0;
}

.logLnkRem,
.logLnkReg {
	color: #fff;
}

/* profile */

.profile-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.u .profile-overlay {
	background: rgba(0,0,0,0.66);
}

.profile-container {
	max-width: 640px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}

.u .profile-container {
	color: #fff;
}

.profile-container .table-row {
	width: 100%;
}

.profile-avatar {
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 40px;
}

.profile-avatar img {
	max-width: 100%;
}

.profile-status {
	padding-left: 40px;
}

.profile-status .profile-name {
	font-size: 32px;
}

.profile-status .status_icon {
	top: -8px;
}

.profile-title {
	font-size: 16px;
}

.font {
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	letter-spacing: -0.4px;
	font-weight: bold;
}

.banned {
	color: #f04242;
	font-weight: bold;
}

/**/

footer {
	background: #4a5864;
	height: 80px;
	line-height: 80px;
	color: #e9edf5;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
	padding: 0 15px;
}

footer:after {
	display: table;
	content: "";
	clear: both;
}

footer a {
	color: #92A0AD;
	text-decoration: underline;
}

/* NEW UWND */

#newUWnd {
	display: none;
	width: 500px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -250px;
	background: #444;
	color: #fff;
	z-index: 100000;
}

#newUWnd-content {
	padding: 20px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.neuePost {
	background: #fff;
	padding: 20px;
	border-bottom: #eee solid 1px;
}

.neuePost-header {
	line-height: 48px;
	position: relative;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
	color: #84919c;
}

.neuePost-header::after {
	display: table;
	content: "";
	clear: both;
}

.neuePost-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.neuePost-avatar img {
	max-width: 100%;
}

.status_icon {
	position: relative;
	top: -1px;
}

.header-leftField {
	margin-right: 20px;
}

.header-rightField {
	margin-left: 20px;
}

.neuePost-header .dropdown-content {
	position: absolute !important;
    width: 300px;
    background: #4a5864;
    padding: 20px;
	box-shadow: 0px 1px 15px 0px rgba(68, 89, 99, 0.3);
    opacity: 0;
	left: 14px;
	z-index: 10000;
}

.table-row {
	display: table;
	margin-bottom: 20px;
}

.table-row > div {
	display: table-cell;
	vertical-align: middle;
}

.dropdown-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.dropdown-avatar img {
	max-width: 100%;
}

.dropdown-user {
	color: #fff;
}

.dropdown-user p {
	margin-bottom: 5px;
	line-height: 1;
}

.dropdown-title,
.dropdown-user a {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #ccc;
	text-transform: none;
}

.dropdown-user a {
	color: #fff;
}

.dropdown-info {
	line-height: 30px;
	color: #ccc;
}

.dropdown-info a {
	color: #ccc;
}

.dropdown-info ul {
	list-style: none;
}

.puller {
	width: 50%;
	display: inline-block;
	color: #fff;
}

.dropdown-actions {
	line-height: 32px;
	margin-top: 15px;
}

.dropdown-btn {
	background: #e9edf5;
	height: 32px;
	line-height: 32px;
	width: 120px;
	color: #4a5864;
	display: block;
	float: left;
	margin-right: 20px;
	text-align: center;
}

.dropdown-btn:hover {
	color: #fff;
	background: #6ad1df;
	transition: 0.3s;
	text-decoration: none;
}

.dropdown-actions .dropdown-btn:last-child {
	margin-right: 0;
}

.neuePost-header .dropdown-content.active {
	opacity: 1;
}

.neuePost-header .dropdown-content::before {
    display: block;
    content: "";
    width: 20px;
    height: 13px;
    background-size: 100%;
    background-image: url(../img/caret.png);
    position: absolute;
    top: -7px;
    left: 0px;
}

.op {
	color: #6ad1df;
}

.neuePost-content {
	margin: 20px 0;
}

@media all and (min-width: 1240px) {
	div[class^="col-"] {
		float: left;
	}
	.col-12 {
		width: 100%;
	}
	.col-9 {
		width: 75%;
	}
	.col-3 {
		width: 25%;
		padding-left: 0 !important;
	}
	.neuePost-content {
		max-width: 75%;
	}
}

.groupName.banned {
	color: #ff0000;
}

.groupName.mod {
	color: #00c57c;
}

.groupName.admin {
	color: rgb(66, 133, 244);
}

.post_number {
	margin-left: 15px;
}

.post_number,
.post_number a {
	color: #bbb;
}

.postRight-control {
	margin-left: 10px;
}

.fll {float: left;}
.flr {float: right;}

.side-block {
	margin-bottom: 15px;
}

.side-content {
	background: #fff;
	padding: 20px 25px;
}

.inf::after {
	display: table;
	content: "";
	clear: both;
}

.inf {
	margin-bottom: 20px;
}

.inf:last-child {
	margin-bottom: 0;
}

.inf-avatar {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.inf-avatar img {
	max-width: 100%;
}

.inf-a-main {
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
	display: block;
	color: #84919c;
}

.inf-top .inf-content a {
	padding-top: 20px;
}

.inf-goto {
	width: 16px;
	height: 16px;
	background: url(../img/link-button.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: -20%;
	margin-left: 5px;
}

.inf-icon {
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-position: center;
	float: left;
	margin-right: 20px;
}

.inf-icon-online {
	background-image: url(../img/users-online.png);
}

.inf-icon-threads {	
	background-image: url(../img/stats-threads.png);
}

.inf-icon-posts {	
	background-image: url(../img/stats-posts.png);
}

.dropdown {
	position: relative;
}

.dropdown-content {
	display: none;
	opacity: 0;
	position: absolute;
	top: 55px;
	background: #fff;
	padding: 10px;
}

#usersOnline a::after {
	display: inline;
	content: ", ";
}

#usersOnline a:last-child::after {
	display: none;
}

.threadViews {
	background-image: url(/img/views.png);
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
}

.threadPosts {
	background-image: url(/img/stats-posts.png);
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
}

.forum-recentthreads > .clearfix > .col-12 > table:nth-child(2) td[align="right"],
.forum-recentthreads > .clearfix > .col-12 > table:nth-child(3) td[align="right"] {
	display: none;
}

.forum-recentthreads .forumNamesBar {
	display: inline-block;
	position: relative;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #6ad1df;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: -0.4px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 81px;
}

.forum-recentthreads .forumNamesBar::before {
    display: inline-block;
    content: "";
	position: absolute;
    width: 10px;
    height: 32px;
	left: 81px;
	background: #6ad1df;
}

.forum-recentthreads .forumNamesBar .forumBar {
	width: 81px;
	position: absolute;
	left: 0;
}