.fade {
    opacity:0;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.tooltip{
	position:absolute;
	z-index:1070;
	display:block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:400;
	line-height:1.4;
	visibility:visible;

}

.tooltip.in{
	filter:alpha(opacity=90);
	opacity:.9;
}

.tooltip.top{
	padding:5px 0;
	margin-top:-3px;
}

.tooltip.right{
	padding:0 5px;
	margin-left:3px
}

.tooltip.bottom{
	padding:5px 0;
	margin-top:3px;
}

.tooltip.left{
	padding:0 5px;
	margin-left:-3px;
}

.tooltip-inner{
	padding:3px 8px;
	text-align:center;
	text-decoration:none;
    background:#181818;
    border:1px solid #181818;
    color:#fff;
    -webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    -moz-box-shadow:0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    box-shadow:0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
	font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	text-shadow: 0 1px 1px #000;
}

.tooltip-arrow{
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
}

.tooltip.top .tooltip-arrow{
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color: #181818;
}

.tooltip.top-left .tooltip-arrow{
	right:5px;
	bottom:0;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color: #181818;
}

.tooltip.top-right .tooltip-arrow{
	bottom:0;
	left:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color: #181818;
}

.tooltip.right .tooltip-arrow{
top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color: #181818;
}

.tooltip.left .tooltip-arrow{
top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color: #181818;
}

.tooltip.bottom .tooltip-arrow{
top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#181818;
}

.tooltip.bottom-left .tooltip-arrow{
top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color: #181818;
}

.tooltip.bottom-right .tooltip-arrow{
top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color: #181818;
}

.chat-item.arrow-right:before {
    top: 11px;
    left: auto;
    right: 47px;
}

.arrow-right:before {
    margin-right: -7px;
    top: 6px;
    right: 0px;
    border-left-color: #d1d4d7;
    border-width: 7px 0 7px 7px;
    -moz-border-left-colors: #fff;
}

.arrow:before, .arrow:after {
    position: absolute;
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    content: "";
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

Pseudo ::after element
.chat-item.arrow-right:after {
    top: 12px;
    left: auto;
    right: 47px;
}

.arrow-right:after {
    margin-right: -6px;
    top: 7px;
    right: 0px;
    border-left-color: #fff;
    border-width: 6px 0 6px 6px;
}

.arrow:before, .arrow:after {
    position: absolute;
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    content: "";
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navbar .pull-right .dropdown-menu, .navbar .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.pull-right {
 float: right;
}


.col,
.col * { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  position: relative;
  float: left;
  padding: 0 1em;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

@media all and (max-width: 480px) {
  .col { 
    width: 100% !important;
    margin: 0 !important;
  }
}

.fade{
opacity:0;
-webkit-transition:opacity .15s linear;
-o-transition:opacity .15s linear;
transition:opacity .15s linear
}

.fade.in{
opacity:1
}

.dropdown,.dropup{
position:relative
}

.dropdown-toggle:focus{
outline:0
}

.dropdown-menu{
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;

	
padding: 15px 0;
margin:2px 0 0;
text-align:left;
list-style:none;
background-color:#fff;
box-shadow: 0px 10px 70px rgba(0,0,0,0.3);
border:1px solid #f5f5f5;
border-radius:4px; 
font-size: 13px;
color: #0b1017;
text-shadow: 0px 1px 1px #fff;
	
}

.dropdown-menu.pull-right{
right:0;left:auto
}

.dropdown-menu .divider{
height:1px;
margin:9px 0;
overflow:hidden;
background-color:#f5f5f5;
}

.dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both; 
line-height:1.42857143;
color:#646464;
white-space:nowrap;
font-size: 13px;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
color:#646464;
text-decoration:none; 
background:#f6f6f6;
font-size: 13px;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
color:#646464;
text-decoration:none;
background-color:#f6f6f6;
outline:0; 
font-size: 13px;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
color:#646464; 
background:#f6f6f6;
font-size: 13px;
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
text-decoration:none;
cursor:not-allowed;
background-color:transparent;
background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
font-size: 13px;
}

.open>.dropdown-menu{
display:block
}

.open>a{
outline:0
}

.dropdown-menu-right{
right:0;left:auto
}

.dropdown-menu-left{
right:auto;left:0
}	
		
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}		
		
.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px;
}

.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px;
}

.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px;
}

.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: none;
  border-top-width: 6px;
  border-top-color: #ffffff;
}

.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px;
}

.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px;
}

.dropdown-menu.bullet.pull-middle {
  margin-right: 8px;
}

.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #ffffff;
}

.dropdown-menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px;
}

.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #ffffff;
}

.dropdown-menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: none;
  display: none;
}

.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: none;
  display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0;
}

.dropdown-submenu > a:before {
  display: block;
  float: right;
  width: 0;
  height: 0;
  content: "";
  margin-top: 6px;
  margin-right: -8px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-left-style: dashed;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
	
.fade {
    opacity:0;
    -webkit-transition: opacity .85s linear;
    -o-transition: opacity .85s linear;
    transition: opacity .85s linear;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}	
		
.post {
margin:10px 0 0 0;
}

.post-info {
	width: 160px;
	display: block;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	float: left;
	min-height: 130px;
    font-size: 13px;
}

.post-body {
display:block;
background: rgba(15,15,15,0.95);
padding:10px;
overflow:hidden;
border-radius:3px 3px 0 0;
    font-size: 13px;
}

.post-content{
padding:0 0 15px 200px;
    font-size: 13px;
}

.post-vertical .post-content{
padding:0;
    font-size: 13px;
}

.post-vertical .post-info {
float:none;
display:block;
width:100%;
box-sizing:border-box;
    font-size: 13px;
}



.profile-rank span {
font-size:11px;
padding:2px 6px;
margin:5px 0;
border-radius:3px;
display:inline-block;
}

.profile-username {
	word-break: break-all;
    font-size: 13px;
}

.profile-avatar img {
margin:5px 0;
border-radius:3px;
}

.profile-stats {
color:#646464;
    font-size: 13px;
margin:0 0 5px 0;
}

.profile-field {
color:#646464;
    font-size: 13px;
margin: 0 0 8px 0;
}

.profile-warnlevel {
color:#646464;
font-size:12px;
margin: 0 0 8px 0;
}

.post-info ul {
	list-style: none;
	padding:0;
	margin:0;
	color:#646464;
}

strong {
font-weight:bold !important;
}

.deleted_post {
opacity:0.5;
}

.post-horizontal .post-info {
float:none;
width:100%;
box-sizing:border-box;
}

.post-horizontal .post-info ul{
position:relative;
text-align:left;
padding:0 0 0 110px;
}

.post-horizontal .profile-avatar {
position:absolute;
top:0;
left:0;
}

.post-horizontal .post-content {
padding:0;
margin:10px 0 0 0;
    font-size: 13px;
}

kdb {
    padding: 1px 2px;
    color: #fff;
    background-color: #2e2e2e;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);

}
	
@media screen and (min-width:0px) and (max-width:799px) {
.mainwidth {
width:95%;
}

ul.board-stats li {
display:inline-block;
width:32%;
margin:0 0 25px 0;
}

ul.board-groups li {
display:inline-block;
margin:0 5px 0 0;
}

.partner {
margin:0;
float:none;
text-align:center;
}

.partner p {
padding:5px 10px;
display:inline-block;
}

.partner img {
display:none;
}

.partner span {
display:inline;
}

.post-content {
padding:0;
margin:10px 0 0 0;
}

.post-info {
float:none;
width:100%;
box-sizing:border-box;
}

.post-info ul{
position:relative;
text-align:left;
padding:0 0 0 110px;
}

.controls ul {
display:block;
text-align:center;
float:none;
margin:15px 0;
}

.btn-back a {
background:#2e2e2e;
padding:10px;
border-radius:3px;
margin:5px;
}

.btn-back i {
margin:0 10px 0 0;
}

.panel-links li {
display:none;
}

li.panel-more, li.panel-newposts {
display:inline;
}
	
#quickreply_e td , .mtable-inline tr td {
display:inline-block;
	width:100%;
	box-sizing:border-box;
}

.mtable-inline tr td {
border-bottom:0;
}

.mtable-inline tr td:last-of-type {
border-bottom:1px solid #2e2e2e;
}
	
form table td {
	color:red !imporant;
}

.content-forums {
padding:0;
}

.content-sidebar {
float:none;
width:100%;
margin:10px 0 0 0;
}

ul.thread-pagination {
display:none;
}

.thread-lastpost i {
display:block;
}

.thread-lastpost span {
display:none;
}

td.thread-lastpost {
width:10px;
}

.dd-info {
	float: none;
	width:100%;
	box-sizing:border-box;
}

.dd-info img {
	float: left;
}

.dd-info ul {
padding:0 0 0 260px;
}

.dd-content  {
padding: 0;
}

li.profile-avatar {
position:absolute;
top:0;
left:0;
float:none;
}
			
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		