.twPc-button {
    /*margin: -35px -10px 0;*/
    margin: 0;
}

.twPc-bg {
    background-image: url(https://cdn.discordapp.com/attachments/306288151834394624/784496845908475914/image0.jpg);
    background-position: 0 50%;
    background-size: 100% auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px 4px 0 0;
    height: 95px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.discord {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    vertical-align: middle;
}

.discord:hover {
    opacity: 0.7;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.discord:active,
a.discord:link,
a.discord:visited {
    background: #7289da;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 6px;
    margin: 2px 2px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
}

a.discord:hover {
    opacity: 0.7;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.subscribe-block__subscribers-number {
    float: left;
    position: relative;
    min-width: 30px;
    height: 30px;
    margin: 0 0 0 7px;
    padding: 0 11px;
    border-radius: 3px;
    background: #a0a0a0;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.subscribe-block__subscribers-number:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: solid transparent;
    border-color: hsla(224, 8%, 64%, 0);
    border-left-color: #a0a0a0;
    border-width: 4px;
}

.subscribe-block__subscribers-number:after {
    display: none;
}

.guestloginb {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    background: rgba(151, 140, 127, 0.2);
    font-size: 15px;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}

.collpase-background {
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.webtable {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.right-arrow {
    display: inline-block;
    position: relative;
    background: #646464;
    color: #fff;
    text-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 7px;
    font-size: 12px;
}

.right-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #646464;
}

a.up-arrow {
    display: inline-block;
    position: relative;
    background: green;
    color: #FFF;
    text-decoration: none;
    padding: 20px;
}

a:hover.up-arrow {
    background: brown;
}

a.up-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid green;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

a:hover.up-arrow:after {
    border-bottom-color: brown;
}

.quicksearch {
    background: rgba(0, 0, 0, 0.5);
    width: 225px;
    color: #fff;
    float: right;
    margin-top: 0;
    padding: 0;
    border-color: rgba(255, 255, 255, 0.1);
    height: 42px
}

.searchbox {
    background: transparent;
    color: #fff;
    border: 1px none;
    height: 10px;
    padding: 10px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    margin-top: 8px
}

.searchbutton {
    background: transparent;
    color: #fff;
    cursor: pointer;
    padding: 4px 6px;
    margin-top: 0;
    border: none;
    outline: none;
    font-family: FontAwesome;
    font-size: 15px
}

.searchbutton:hover {
    color: #fff;
    cursor: pointer
}

.trowmodal {
    background: #161616
}

.trowm {
    background: #202020
}

.thead .expcolimage img {
	opacity: 9990;
	-o-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.thead:hover .expcolimage img {
    opacity: 1
}

.showthread_tborder {
	background: rgba(0,0,0,0.4);
	width: 100%;
	margin: auto;
	padding: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;
}

.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;	
	color: #0b1017;
	background-color: #fff;
	box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.3);
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	text-shadow: none;	
	font-size: 13px;
}

.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: #687882;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    font-size: 13px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #687882;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
    outline: 0;
    font-size: 13px;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #687882;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    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;
}

a.st:active,
a.st:link,
a.st:visited {
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 5px 7px;
	margin: 2px 2px 6px;
}

a.st:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.rss:active,
a.rss:link,
a.rss:visited {
	color: #ff6600;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 5px 7px;
	margin: 2px 2px 6px;
}

a.rss:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.bgc:active,
a.bgc:link,
a.bgc:visited {
    background: #c62d6e;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 7px;
    margin: 2px 2px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
}

a.bgc:hover {
    opacity: 0.7;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.am:active,
a.am:link,
a.am:visited {
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 5px 7px;
	margin: 2px 2px 6px;
}

a.am:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.cu:active,
a.cu:link,
a.cu:visited {
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 5px 7px;
	margin: 2px 2px 6px;
}

a.cu:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.steam:active,
a.steam:link,
a.steam:visited {
    background: #393a3a;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 7px;
    margin: 2px 2px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
}

a.steam:hover {
    opacity: 0.7;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.yt:active,
a.yt:link,
a.yt:visited {
    background: #e52c27;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 7px;
    margin: 2px 2px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
}

a.yt:hover {
    opacity: 0.7;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.tw:active,
a.tw:link,
a.tw:visited {
    background: #00aced;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 7px;
    margin: 2px 2px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
}

a.tw:hover {
    opacity: 0.7;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.twitch:active,
a.twitch:link,
a.twitch:visited {
    background: #4b367c;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 7px;
    margin: 2px 2px 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
}

a.twitch:hover {
    opacity: 0.7;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.button2:active,
a.button2:link,
a.button2:visited {
	background: #646464;
	color: #fff;
	text-shadow: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 10px;
	margin: 2px 2px 6px 2px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
	
	font-size: 11px;
	font-weight: bold;
}

a.button2:hover {
	color: #ccc;
	
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

a.button2:active,
a.button2:hover,
a.button2:link,
a.button2:visited {
    text-shadow: 0 0 40px #fff
}

.sep {
    margin-right: 1px;
    margin-top: 5px;
}

.pms {
    background: #a51919;
    color: #FFF;
    position: relative;
    top: -6px;
    left: -8px;
    padding: 2px 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center!important;
    font-size: 10px
}

#pm_notification {
    background: #b23636;
    color: #fff;
    border: 1px solid #b23636;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0 #b23636;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    padding: 4px 5px;
    font-size: 12px;
    font-style: normal
}

a#pm_notification {
    color: #fff;
    text-shadow: 1px 1px 0 #cc4a48;
    text-decoration: none;
    font-style: normal;
    font-size: 14px
}

a#pm_notification:hover {
    color: #fff;
    text-shadow: 1px 1px 0 #cc4a48
}

:focus {
    outline: none
}

#footerstuff {
	background: rgba(15, 15, 15, 0.88);
	color: #f8f8f8;
	padding: 1px;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.7), inset 0px 0px 0px 1px rgba(0,0,0,0.4);
	margin-top: 10px;
	
	font-size: 12px;
}

div.language,
div.theme {
    display: inline-block
}

.thead_collapsed {
    opacity: .4
}

.thead {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

#mainwidth {
    width: 90%;
    text-align: left;
    line-height: 1.4;
    margin: auto auto 20px;
}

.topforum {
    color: #fff;
    cursor: pointer;
    padding: 15px 20px;
    position: fixed;
    bottom: 1em;
    right: -20px;
    display: none;
    transition: all .5s ease;
    opacity: .75;
    text-decoration: none;
    font-size: 13px
}

.topforum:hover {
    cursor: pointer;
    color: #a11e39;
    transition: all .5s ease;
    opacity: 1
}

:focus {
    outline: none
}

a.button6:active,
a.button6:link,
a.button6:visited {
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
    color: #414141;
    display: inline-block;
    padding: 4px 6px;
    margin: 2px;
    border: 1px solid #c0c2c3;
    text-shadow: #fff 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px
}

a.button6:hover {
    background: linear-gradient(to bottom, #f4f4f4 0%, #fff 100%);
    color: #414141;
    display: inline-block;
    padding: 4px 6px;
    margin: 2px;
    border: 1px solid #c0c2c3;
    text-shadow: #fff 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px
}

.fa-angle-double-up:before {
    color: #fff;
    background-color: #969696;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 12px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.topforum {
    color: #333;
    cursor: pointer;
    padding: 20px;
    position: fixed;
    bottom: 1em;
    right: -10px;
    display: none;
    transition: all .5s ease;
    opacity: .75;
    text-decoration: none;
    font-size: 17px
}

.topforum:hover {
    cursor: pointer;
    color: #a11e39;
    transition: all .5s ease;
    opacity: 1
}

a.button5:active,
a.button5:link,
a.button5:visited {
    color: #fff;
    -webkit-transition: all .5s ease;
    padding: 6px 9px;
    display: inline-block;
    margin: 2px 2px 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    background: #d32d41;
    text-shadow: 1px 1px 0 #9e2635;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    border: 1px solid #f14a5e;
    font-family: "BebasNeueRegular" text-decoration: none;
    font-size: 11px;
    font-weight: 700!important
}

a.button5:hover {
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
    -moz-box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
    box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%)
}

a.button4:active,
a.button4:link,
a.button4:visited {
    color: #fff;
    padding: 1px 2px;
    display: inline-block;
    margin: 2px 2px 6px;
    text-shadow: none;
    font-size: 12px;
}

a.button4:hover {
    color: #ccc;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear;
}

#fadehover a {
    text-shadow: 1px 1px 0 #fff
}

#fadehover a:hover {
    opacity: 2;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -webkit-transition: background-color 600ms linear, color 600ms linear;
    -moz-transition: background-color 600ms linear, color 600ms linear;
    -o-transition: background-color 600ms linear, color 600ms linear;
    -ms-transition: background-color 600ms linear, color 600ms linear;
    transition: background-color 600ms linear, color 600ms linear
}

.stat2 {
    border: 1px solid #ccc;
    letter-spacing: .1em;
    text-shadow: 0 1px 1px #fff;
    -moz-box-shadow: inset 0 0 10px #efefef;
    -webkit-box-shadow: inset 0 0 10px #efefef;
    box-shadow: inset 0 0 10px #efefef;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 8px 10px;
    color: #9a9696;
    font-family: Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-style: normal
}

.tborder4 {
    margin: auto;
    width: 100%
}

.pagination2 a:link,
.pagination2 a:visited {
    background: #646464;
    color: #fff;
    font: 9px Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;
    cursor: pointer;
    padding: 2px 6px;
    -moz-background-clip: padding;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px;
    font-style: normal
}

.pagination2 a:hover {
    opacity: .7
}

.border {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    padding-top: 8px
}

.stat {
    color: #fff;
    letter-spacing: .1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 5px 10px;
    background-image: linear-gradient(#272727, #212121);
    border: 1px solid #000;
    text-shadow: 1px 1px 0 #161617;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px, inset rgba(255, 255, 255, 0.13) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px, inset rgba(255, 255, 255, 0.13) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px, inset rgba(255, 255, 255, 0.13) 0 1px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px
}

legend {
	color: #fff;
	padding: .2em .5em;
	text-align: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0px 1px 1px #44713e;
	background-color: #44713e;
	border: 1px solid #479c3c;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 10px;
}

fieldset {
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	padding: 3px;
	text-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0,0,0,0.4);
}

#cssmenu {
	width: auto;
	position: relative;
	height: 44px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	z-index: 1;
	margin-bottom: 10px;
}

#cssmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none!important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 700;
    z-index: 1
}

#cssmenu > ul {
	background: rgba(15, 15, 15, 0.88);
	position: relative;
	display: block;
	z-index: 10;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.7), inset 0px 0px 0px 1px rgba(0,0,0,0.4);
}

#cssmenu > ul:after,
#cssmenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu.align-right > ul > li {
    float: right
}

#cssmenu.align-center ul {
    text-align: center
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0
}

#cssmenu > ul > #menu-button {
    display: none
}

#cssmenu ul li a {
    display: block;
    text-transform: uppercase;
    text-shadow: none!important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 700;
    text-decoration: none
}

#cssmenu > ul > li > a {
    text-transform: uppercase;
    text-shadow: none!important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 700;
    padding: 15px 20px;
    color: #fff;
    -webkit-transition: color .25s ease-out;
    -moz-transition: color .25s ease-out;
    -ms-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 32px
}

#cssmenu > ul > li:hover > a {
    color: #fff
}

#cssmenu li.has-sub::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0
}

#cssmenu > ul > li.has-sub::after {
    right: 10px;
    top: 20px;
    border: 5px solid transparent;
    border-top-color: #7a8189
}

#cssmenu > ul > li:hover::after {
    border-top-color: #323131
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 8
}

#cssmenu ul ul ul {
    top: 37px;
    padding-left: 5px
}

#cssmenu ul ul li {
    position: relative
}

#cssmenu > ul > li:hover > ul {
    left: auto;
    top: 44px;
    opacity: 1
}

#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1
}

#cssmenu ul ul li:hover > ul {
    left: 170px;
    top: 0;
    opacity: 1
}

#cssmenu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px
}

#cssmenu ul ul li a {
    width: 130px;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    font-size: 12px;
    color: #9ea2a5;
    background: #323131;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#cssmenu.align-right ul ul li a {
    text-align: right
}

#cssmenu ul ul li:hover > a {
    background: #3f9889;
    color: #fff
}

#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a {
    border-bottom: 0
}

#cssmenu > ul > li > ul::after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #323131;
    position: absolute;
    top: -12px;
    left: 30px
}

#cssmenu.align-right > ul > li > ul::after {
    left: auto;
    right: 30px
}

#cssmenu ul ul li.has-sub::after {
    border: 4px solid transparent;
    border-left-color: #9ea2a5;
    right: 10px;
    top: 12px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform .2s ease, right .2s ease
}

#cssmenu.align-right ul ul li.has-sub::after {
    border-left-color: transparent;
    border-right-color: #9ea2a5;
    right: auto;
    left: 10px
}

#cssmenu ul ul li.has-sub:hover::after {
    border-left-color: #323131;
    right: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

#cssmenu.align-right ul ul li.has-sub:hover::after {
    border-right-color: #323131;
    border-left-color: transparent;
    left: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media all and (max-width: 960px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu > ul {
        position: relative;
        display: block;
        -moz-border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
        -moz-border-bottom-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
        background: #0f1011;
        color: #fff;
        text-shadow: none;
        box-shadow: inset rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        border-color: rgba(255, 255, 255, 0.1);
        z-index: 10;
        width: 100%;
}

#cssmenu {
        width: auto;
}

#cssmenu.align-center ul {
        text-align: left;
}

#cssmenu.align-right > ul > li {
        float: none;
}

#cssmenu ul {
        width: auto;
}

#cssmenu .submenuArrow,
    #cssmenu #indicatorContainer {
        display: none;
}

#cssmenu > ul {
        height: auto;
        display: block;
}

#cssmenu > ul > li {
        float: none;
}

#cssmenu li,
    #cssmenu > ul > li {
        display: none;
}

#cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu ul > li:hover > ul,
    #cssmenu ul ul > li:hover > ul,
    #cssmenu.align-right ul ul,
    #cssmenu.align-right ul ul ul,
    #cssmenu.align-right ul > li:hover > ul,
    #cssmenu.align-right ul ul > li:hover > ul {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        right: auto;
}

#cssmenu ul .has-sub::after {
        display: none;
}

#cssmenu ul li a {
        padding: 12px 20px;
}

#cssmenu ul ul li a {
        border: 0;
        background: none;
        width: auto;
        padding: 8px 35px;
}

#cssmenu.align-right ul ul li a {
        text-align: left;
}

#cssmenu ul ul li:hover > a {
        background: none;
        color: #8c9195;
}

#cssmenu ul ul ul a {
        padding: 8px 50px;
}

#cssmenu ul ul ul ul a {
        padding: 8px 65px;
}

#cssmenu ul ul ul ul ul a {
        padding: 8px 80px;
}

#cssmenu ul ul ul ul ul ul a {
        padding: 8px 95px;
}

#cssmenu > ul > #menu-button {
        display: block;
        cursor: pointer;
}

#cssmenu #menu-button > a {
        padding: 14px 20px;
}

#cssmenu ul.open li,
    #cssmenu > ul.open > li {
        display: block;
}

#cssmenu > ul.open > li#menu-button > a {
        color: #fff;
        border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

#cssmenu ul ul::after {
        display: none;
}

#cssmenu #menu-button::after {
}

#cssmenu #menu-button::before {
}

#cssmenu ul.open #menu-button::after,
    #cssmenu ul.open #menu-button::before {
        border-color: #323131;
}


}

@media only screen and (max-width: 768px) {
	
.post_controls {
 text-align:center;
}

.post_controls [class*="float_"] {
  float:none !Important;
  display:inline-block;
}

.post.classic .post_author {
 float:none;
 width:auto;
 padding:0px 0px 6px 0px;
 position:relative;
 text-align:left;
}


		
		
		
		
		
		
		
		
		
		
		
		
		
		