/*   
Theme Name: GlassCannon
Description: GlassCannon v.2 theme
Author: novax, nixxells, Ozzy, Stig, Crypto137
Template: glasscannon
Version: 1.2.3.3
*/
/* Wordpress style default */
.wp-caption-text {
	font: 15px verdana;
	color: #8d8079;
	margin-top: 20px;
}
.wp-caption {
	background: #faf9f9;
	padding: 10px 10px 25px 10px;
	border-bottom: 1px solid #ebe9e7;
	margin-right: 35px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
/* End Wordpress style default */
@font-face {
	font-family: 'Open_sans';
	src:url('fonts/open_sans.ttf');
	font-display: swap;
}
@font-face {
    font-family: Glasscannon;
	src: url('fonts/Glasscannon.eot');
    src: url('fonts/Glasscannon.eot?#iefix') format('embedded-opentype'),
         url('fonts/Glasscannon.svg#Glasscannon') format('svg'),
		 url('fonts/Glasscannon.ttf') format('truetype'),
         url('fonts/Glasscannon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: Overwatch;
	src: url('fonts/over_font.woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font: 12px 'Open_sans', Open sans, sans-serif;
	color: #000;
	background: url(images/bg.jpg);
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 19px;
}
.wrapper {
	width: 1284px;
	margin: 0 auto;
}

.wrapper_forum {
	width: 1260px;
	margin: 0 auto;
}
a {text-decoration: none; color: #000000;}
.cerebro {
	background: #151515;
	border-bottom: 6px solid #519e65;
	padding: 3px 0 26px 0;
	box-shadow: 0 2px 6px #000;
	min-width: 1285px;
	position: relative;
}
.cerebro .wrapper {
	position: relative;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;	
}
.logo {
	float: left;
}
.socialLink {
	float: left;
}
.socialLink ul {
	list-style: none;
	padding: 2px 0 0 31px;
	margin: 0;
}
.socialLink li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #4c4c4c;
	padding: 4px 10px 4px 0;
	margin: 0 0 0 5px;
}
.socialLink li a:hover {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
     transform: scale(1.2); 
	 -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    transition-duration: 150ms;
}
.socialLink li:last-child {
	border: none;
}
.socialLink a {
	display: block;
	font-size: 0;
	-webkit-font-smoothing: antialiased;
}
.socialLink a:hover {

}
.socialLink a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.socialLink:hover:before {
	color: #519e65;
}
.socialLink .rss a:before {
	background: url(images/svg/rss.svg);
	width: 17px;
	height: 17px;
	background-size: contain;
	/*background-color: red;
    -webkit-mask: url(images/svg/rss.svg);
    mask: url(images/svg/rss.svg);
	-webkit-mask-size: cover;
	mask-size: cover;*/
}
.socialLink .vk a:before {
	background: url(images/svg/vk.svg);
	width: 17px;
	height: 17px;
	background-size: contain;
}
.socialLink .youtube a:before {
	background: url(images/svg/youtube.svg);
	width: 17px;
	height: 17px;
	background-size: contain;
}
.socialLink .twitter a:before {
	background: url(images/svg/twitter.svg);
	width: 17px;
	height: 17px;
	background-size: contain;
}
.socialLink .steam a:before {
	background: url(images/svg/steam.svg);
	width: 17px;
	height: 17px;
	background-size: contain;
}
.cerebroRight {
	float: right;
	width: 191px;
}
.cerebroRight > * {
	display: inline-block;
	vertical-align: middle;
}
.mail {
	background: url(images/icon-mail.jpg);
	width: 19px;
	height: 13px;
	margin: 0 5px 0 0;
}
.openMenuBtn {
	background: url(images/open-menu-img.jpg) no-repeat 21px 5px;
	width: 54px;
	height: 27px;
	border: 1px solid #4c4c4c;
	position: relative;
	display: block;
}
.openMenuBtn:before {
	content: "";
	display: block;
	background: url(images/open-menu-arrow.jpg);
	width: 9px;
	height: 5px;
	position: absolute;
	top: 11px;
	left: 5px;
}
.openMenu {
	
}
.openMenu > ul {
	padding: 10px 10px 0 0;
	margin: 0;
	list-style: none;
	text-align: right;
	position: absolute;
	z-index: 2;
	top: 28px;
	right: 0;
	width: 205px;
	background: #151515;
	border: 1px solid #4c4c4c;
	display: none;
}
.openMenu a {
	font-size: 14px;
	color: #a3a3a3;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px 0 0;
	position: relative;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.openMenu a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0px;
	top: 0;
	border-left: 1px solid #4c4c4c;
	width: 29px;
	height: 19px;
}
.openMenu a:hover {
	text-decoration: underline;
}
.openMenu .profile:after {
	background: url(images/icon-profile.jpg) right no-repeat;
}
.openMenu .myStream a:after {
	background: url(images/icon-myStream.jpg) right no-repeat;
}
.openMenu .logout:after {
	background: url(images/icon-logout.jpg) right no-repeat;
}
.showMenu {
	position: relative;
}
.search {
	position: relative;
	margin: 0 0 0 5px;
}
.search input[type="text"] {
	background: #151515;
	border: 1px solid #4c4c4c;
	color: #8f8f8f;
	outline: none;
	text-align: right;
	padding: 6px 27px 4px 17px;
}
.search input[type="submit"] {
	border: none;
	outline: none;
	background: url(images/svg/search.svg);
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 6px;
	right: 5px;
	font-size: 0;
}
.menu {
	clear: both;
	padding: 16px 0 0 0px;
}
.cerebro:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid #4c4c4c;
	position: absolute;
	z-index: 1;
	top: 37px;
	left: 0;
}
.menu ul {
	padding: 0;
	display: table;
	margin: 0 auto;
}
.menu li {
	list-style: none;
	display: inline-block;
	margin: 0 2%;
	position: relative;
	margin: 0 81px 0 0;
}
.menu li:last-child {
	margin: 0;
}
.menu li a span{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.66);
	display: block;
	position: absolute;
	left: 0;
	width: initial;
	white-space: nowrap;
	padding: 34px 0 0 0;
    bottom: -17px;
}
#menu-item-162 > a > span{
	left: -1px;
}
#menu-item-10006 > a > span{
	left: -13px;
}
#menu-item-165 > a > span{
	left: -38px;
}
#menu-item-10007 > a > span{
	left: -9px;
}
#menu-item-164 > a > span{
	left: -18px;
}
#menu-item-14339 > a > span{
	left: -35px;
}
#menu-item-168 > a > span{
	left: -16px;
}
#menu-item-21197 > a > span{
	left: -1px;
}
#menu-item-21201 > a > span{
	left: -4px;
}
.menu li a:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: contain;
}
.menu li a:hover span{
	color: #fff;
}
/*.menu li a:hover span:after {
	content: '';
	    display: block;
	    background-color: #222;
	    position: absolute;
	    width: 102%;
	    height: 102%;
	    top: -4%;
	    z-index: 0;
	    left: -1%;
}*/
.diablo a:before {
	background: url(images/svg/Diablo.svg);
}
.overwatch a:before {
	background: url(images/svg/Overwatch.svg);
}
.wow a:before {
	background: url(images/svg/WoW.svg);
}
.starcraft a:before {
	background: url(images/svg/Starcraft_2.svg);
}
.heroes a:before {
	background: url(images/svg/Hots.svg);
}
.hearthstone a:before {
	background: url(images/svg/Hearthstone.svg);
}
.otherGames a:before {
	background: url(images/svg/Other_Games.svg);
}
.menu li.forum a:before {
	background: url(images/svg/Forum.svg);
	background-size: contain;
}
.translation a:before {
	background: url(images/svg/stream.svg);
	background-size: contain;
}
/* Menu style*/
.menu .current-menu-item a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 10px);
}
.category-hs .cerebro {
	border-bottom: 6px solid #887c67;
}
.category-hs .menu-item-164.current-menu-item a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #887c67;
}
.category-hs .menu-item-164.current-post-ancestor a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #887c67;
}
.category-hs .footer {
	border-top: 6px solid #887c67;
}
.category-heroes .cerebro {
	border-bottom: 6px solid #75548e;
}
.category-heroes .menu-item-165.current-menu-item a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #75548e;
}
.category-heroes .menu-item-165.current-post-ancestor a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #75548e;
}
.category-heroes .footer {
	border-top: 6px solid #75548e;
}
.category-overwatch .cerebro {
	border-bottom: 6px solid #7f7f7f;
}
.category-overwatch .menu-item-10006.current-menu-item a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #7f7f7f;
}
.category-overwatch .footer {
	border-top: 6px solid #7f7f7f;
}
.category-sc2 .cerebro {
	border-bottom: 6px solid #006fbe;
}
.category-sc2 .menu-item-10007.current-menu-item a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #006fbe;
}
.category-sc2 .footer {
	border-top: 6px solid #006fbe;
}
.category-wow .cerebro {
	border-bottom: 6px solid #b77a11;
}
.category-wow .menu-item-14339.current-menu-item a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #b77a11;
}
.category-wow .footer {
	border-top: 6px solid #b77a11;
}
.category-etc .cerebro {
	border-bottom: 6px solid #ba5400;
}
.category-etc .otherGames.current-menu-item a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #ba5400;
}
.category-etc .footer {
	border-top: 6px solid #ba5400;
}
.category-diablo .cerebro {
	border-bottom: 6px solid #94332d;
}
.category-diablo .menu-item-162.current-menu-item a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #94332d;
}
.category-diablo .footer {
	border-top: 6px solid #94332d;
}
.category-diablo .menu-item-162.current-post-ancestor a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #94332d;
}
.category-blizzard .cerebro {
	border-bottom: 6px solid #30578c;
}
.category-blizzard .footer {
	border-top: 6px solid #30578c;
}
.post-type-archive-streams .cerebro {
	border-bottom: 6px solid #559E66;
}
.post-type-archive-streams #menu-item-21201 > a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 10px);
	border: 10px solid transparent;	
	border-bottom: 10px solid #559E66;
}
.post-type-archive-streams .footer {
	border-top: 6px solid #559E66;
}

.page-id-135 .cerebro {
	border-bottom: 6px solid #40A9A0;
}
.page-id-135 .forum.current-menu-item a:after {
	border: 10px solid transparent;	
	border-bottom: 10px solid #40A9A0;
}
.page-id-135 .footer {
	border-top: 6px solid #40A9A0;
}
/* Menu style*/
.main {
	padding: 8px 0 0 0;
}
.forum_pad {
	width: 100%;
	overflow: hidden;
}
.forum_wr {
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
	background-color: #fff;
}
.content {
	float: left;
	width: 976px;
}
.articleName {
	background: #151515;
	padding: 4px 15px 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
.articleName a {
	color: #fff;
}/*
.articleName a:hover {
	text-decoration: underline;
}*/
.articleName > * {
	display: inline-block;
	vertical-align: middle;
}
.articleName .editIcon {
	display: inline-block;
	border-right: 1px solid #4c4c4c;
	padding: 0 11px 6px 0;
	margin: 0 11px 0 0;
	width: 22px;
	height: 23px;
	position: relative;
}

body > div.wrapper > div > div.content > div.articleName.clearfix > a.post-edit-link {
	display: inline-block;
    border-right: 1px solid #4c4c4c;
    padding: 0 11px 6px 0;
    margin: 0 11px 0 0;
	position: relative;
    font-size: 0 !important;
	color: black;
}
body > div.wrapper > div > div.content > div.articleName.clearfix > a.post-edit-link:before {
	content: "";
    display: block;
    width: 22px;
    height: 23px;
    position: relative;
    top: 3px;
	background: url(images/svg/Stream-edit.svg);
	background-size: contain;
}
a.button.rollover.front, a.button.rollover.back { 
	font: 12px 'Open_sans', sans-serif;
}
.articleName p {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
.taxonomyName {
	float: right;
}
.taxonomyName ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.taxonomyName li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #4c4c4c;
	padding: 6px 14px 6px 13px;
}
.taxonomyName li:last-child {
	border: none;
	padding: 6px 0 6px 13px;
}
.taxonomyName li a {
	display: inline-block;
	text-decoration: none;
	color: #8f8f8f;
	text-transform: uppercase;
	font-weight: bold;
}
.taxonomyName li a:hover {
	color: #fff;
	text-decoration: none;
}
.articleWrapp > div {
	width: 320px;
	margin: 8px 5px 0 0;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-top: 5px solid #000;
}
.articleWrapp > div:nth-of-type(3n+3) {
	margin: 8px -1px 0 0; 
}
/*.articleWrapp > div:nth-of-type(6) {
	margin: 8px 0 0 0; 
}
.articleWrapp > div:nth-of-type(10) {
	margin: 8px 0 0 0; 
}*/
.articleTitle {
	height: 48px;
	padding: 0 10px 0 10px;
	background: #000;
	display: table;
	width: 301px;
	margin: -5px 0 0 0;
}
.articleWrapp > div a {
	font-size: 14px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
.articleWrapp > div a:hover {

}
.articleWrapp > div > .contentExcerpt {
	padding: 0px 10px 0 10px;
	height: 120px;
}
.articleInfo {
	background: #000;
	padding: 4px 10px 3px 10px;
}
.articleInfo .date {
	float: left;
	color: #fff;
	margin: 0;
}
.articleInfo .comment {
	float: right;
	color: #fff;
	font-size: 15px;
	margin: -2px 0px 0 0;
}
.articleInfo .author {
	float: left;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 4px;
}
.articleInfo .author a {
	float: left;
	font-size: 12px;
	color: #fff;
}
.articleInfo .comment a:hover {
	text-decoration: underline;
}
.articleInfo .comment:before {
	content: "";
	display: inline-block;
	background: url(images/svg/Comments.svg);
	background-size: contain;
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	position: relative;
    top: 1px;
}
.articleInfo .comment a {
	display: inline-block;
	position: relative;
	top: -2px;
}
.articleWrapp > .articleNews {
	border-top: 5px solid #000;
}
.articleWrapp > .articleNews .articleTitle {
	background: #000;
}
.articleWrapp > .articleNews .articleInfo {
	background: #000;
}

.articleWrapp > .articleNews.colorArticle-21 {
	border-top: 5px solid #94332d;
}
.articleWrapp > .articleNews.colorArticle-21 .articleTitle {
	background: #94332d;
}
.articleWrapp > .articleNews.colorArticle-21 .articleInfo {
	background: #94332d;
}
.articleWrapp > .articleNews.colorArticle-24 {
	border-top: 5px solid #887c67;
}
.articleWrapp > .articleNews.colorArticle-24 .articleTitle {
	background: #887c67;
}
.articleWrapp > .articleNews.colorArticle-24 .articleInfo {
	background: #887c67;
}
.articleWrapp > .articleNews.colorArticle-25 {
	border-top: 5px solid #75548e;
}
.articleWrapp > .articleNews.colorArticle-25 .articleTitle {
	background: #75548e;
}
.articleWrapp > .articleNews.colorArticle-25 .articleInfo {
	background: #75548e;
}
.articleWrapp > .articleNews.colorArticle-75 {
	border-top: 5px solid #7f7f7f;
}
.articleWrapp > .articleNews.colorArticle-75 .articleTitle {
	background: #7f7f7f;
}
.articleWrapp > .articleNews.colorArticle-75 .articleInfo {
	background: #7f7f7f;
}
.articleWrapp > .articleNews.colorArticle-76 {
	border-top: 5px solid #006fbe;
}
.articleWrapp > .articleNews.colorArticle-76 .articleTitle {
	background: #006fbe;
}
.articleWrapp > .articleNews.colorArticle-76 .articleInfo {
	background: #006fbe;
}
.articleWrapp > .articleNews.colorArticle-78 {
	border-top: 5px solid #b77a11;
}
.articleWrapp > .articleNews.colorArticle-78 .articleTitle {
	background: #b77a11;
}
.articleWrapp > .articleNews.colorArticle-78 .articleInfo {
	background: #b77a11;
}
.articleWrapp > .articleNews.colorArticle-29 {
	border-top: 5px solid #ba5400;
}
.articleWrapp > .articleNews.colorArticle-29 .articleTitle {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-29 .articleInfo {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-26 {
	border-top: 5px solid #ba5400;
}
.articleWrapp > .articleNews.colorArticle-26 .articleTitle {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-26 .articleInfo {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-22 {
	border-top: 5px solid #ba5400;
}
.articleWrapp > .articleNews.colorArticle-22 .articleTitle {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-22 .articleInfo {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-43 {
	border-top: 5px solid #ba5400;
}
.articleWrapp > .articleNews.colorArticle-43 .articleTitle {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-43 .articleInfo {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-27 {
	border-top: 5px solid #ba5400;
}
.articleWrapp > .articleNews.colorArticle-27 .articleTitle {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-27 .articleInfo {
	background: #ba5400;
}
.articleWrapp > .articleNews.colorArticle-99 {
	border-top: 5px solid #30578c;
}
.articleWrapp > .articleNews.colorArticle-99 .articleTitle {
	background: #30578c;
}
.articleWrapp > .articleNews.colorArticle-99 .articleInfo {
	background: #30578c;
}
.articleNews {
	overflow: hidden;
}
.articleNews .articleTitle {
	position: relative;
	z-index: 2;
}
.articleNews img:hover {
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.articleNews img {
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;

    -ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);

	width: 320px;
	height: 200px;
}
.articleWrapp .archiveArticle {
	background: #151515;
	clear:both;
	width: 964px;
	border:none;
	padding: 8px 6px 10px 6px;
}
.archiveArticleTitle {
	margin: 0;
	padding: 0 0 7px 0;
}
.archiveArticleTitle li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #4c4c4c;
    padding: 6px 14px 6px 13px;
}
.archiveArticleTitle li:last-child {
    border-right: none;
}
.archiveArticleTitle li a {
    display: inline-block;
    text-decoration: none;
    color: #8f8f8f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.archiveArticleTitle li a:hover {
	color: #fff;
	text-decoration: none;;
}
.archiveArticleTitle li a.selected {
	color: #fff;
}
.archiveContent > div {
	display: inline-block;
	background: #303336;
	border: 1px solid #444444;
	border-radius: 1px;
	padding: 0 10px;
	width: 297px;
	margin: 0 2px 0 0;
	height: 150px;
    max-height: 150px;
}
.archiveContent > div:first-child {
	margin: 0 2px 0 1px;
}
.archiveContent > div:last-child {
	margin: 0;
}
.archiveContent .archiveTitle {
	background: url(images/bp_icon.gif) left no-repeat;
	padding: 0 0 0 23px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.archiveContent .line {
	margin: 0;
	display: table;
	font-size: 10px;
	padding: 0 0 7px 0;
	color: #fff;
	border-bottom: 1px solid #57595c;
}
.archiveContent p {
	color: #e3e3e3;
	margin: 5px 0 20px 0;
}
.archiveContent p > a {
	font-size: 12px;
}
.btnLink a {
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .17, 1);
	transition-timing-function: cubic-bezier(.19, 1, .17, 1);
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	text-decoration: none;
}
.conteinerLink {
	cursor: pointer;
	position: relative;
	display: block;
	margin: 14px auto 0 auto;
	height: 34px;
	width: 300px;
}
.conteinerLink a.1 {
	height: 34px;
	border: 3px solid #8f8f8f;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.sidebar .conteinerLink {
	width: 195px;
}
.btnLink .whrite {
	background-color: #fff;
	color: #1e2129;
	-webkit-transform: rotateX(90deg) translateZ(17px);
	transform: rotateX(90deg) translateZ(17px);
	padding: 4px 0;
	height: 34px;
	border: 3px solid #8f8f8f;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.btnLink .btnBottom {
	padding: 4px 0;
	height: 34px;
	border: 3px solid #8f8f8f;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: rotateX(0deg) translateZ(17px);
	transform: rotateX(0deg) translateZ(17px);
}
.pagenav {
	margin: 8px 0 0 0;
	width: 976px;
}
.pagenav a {
	display: inline-block;
	font: bold 15px 'Open_sans', sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 9px 0 9px 0;
}
.pagenav span {
	display: inline-block;
	font: bold 15px 'Open_sans', sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 9px 0 9px 0;
}
.pagenav .prev {
	background: #151515;
	width: 55px;
	margin: 0 8px 0 0;
	text-align: center;
}
.pagenav span {
	color: #BFBFBF;
}
.pagenav a:hover {
	color: #BFBFBF;
}
.pagenav .next {
	background: #151515;
	width: 55px;
	margin: 0 0 0 8px;
	text-align: center;
}
.pagenav > div {
	background: #151515;
	display: inline-block;
	width: 850px;
	text-align: center;
}
.pagenav > div a {
	padding: 9px;
}
.pagenav > div span {
	padding: 9px;
	display: inline-block;
	font: bold 15px 'Open_sans', sans-serif;
	text-decoration: none;
}
.sidebar {
	float: right;
	width: 300px;
	overflow: hidden;
}
.sidebarDiv {
	margin: 0 0 8px 0;
	position: relative;
}
.sidebarTitle {
	background: #151515;
	text-align: right;
	color: #8f8f8f;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding: 10px 56px 11px 0;
	position: relative;
}
.sidebarDiv .sidebarTitle:before {
	content: "";
	display: block;
	background: url(images/svg/logo1.svg) 8px 1px no-repeat;
	background-size: contain;
	width: 34px;
	height: 25px;
	border-left: 1px solid #4c4c4c;
	position: absolute;
	right: 10px;
	top: 6px;
}
.sidebarDiv.widget_glass_streams_widget .sidebarTitle  a {
	color: #8f8f8f;
	text-decoration: none;
}
.sidebarDiv.widget_glass_streams_widget .sidebarTitle:hover {
	color: #fff;
}
.sidebarDiv.widget_glass_streams_widget .sidebarTitle:before{
	content: "";
	display: block;
	background: url(images/svg/eye.svg)10px 0px no-repeat;
	background-size: contain;
	width: 34px;
	height: 25px;
	border-left: 1px solid #4c4c4c;
	position: absolute;
	right: 10px;
	top: 6px;
}
.sidebarTranslation a {
	color: #8f8f8f;
	text-decoration: none;
}
.sidebarTranslation a:hover {
	color: #fff;
}
.sidebarDiv.translationWrapp .sidebarTranslation:before{
	content: "";
	display: block;
	background: url(images/svg/eye.svg)10px 0px no-repeat;
	background-size: contain;
	width: 34px;
	height: 25px;
	border-left: 1px solid #4c4c4c;
	position: absolute;
	right: 10px;
	top: 6px;
}
.translationDiv {
	background: #151515;
	padding: 10px 10px 6px 10px;
	overflow: hidden;
	/*height: 266px; */
}
.translationDiv script{
 display: none;
}
#true_loadmore {
	color: #fff;
}
.translationDiv > * {
	display: block;
	width: 138px;
	float: left;
	margin: 0 4px 4px 0;
}
.translationDiv > *:nth-child(3) {
	margin: 0 0 4px 0;
}
.translationDiv > *:nth-child(5) {
	margin: 0 0 4px 0;
}
.translationDiv > *:nth-child(7) {
	margin: 0 0 4px 0;
}
.translationDiv > div p {
	margin: 0;
}
.streamName {
	color: #fff;
	font-size: 10px;
	background: #292929;
	padding: 0 0 1px 20px;
	display: block;
	text-decoration: none;
	position: relative;
}
.streamName:hover {
	color: #fff;
}
.streamName:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	width: 15px;
	height: 15px;
}
.streamName.DIABLO:before {
	background: url(images/svg/Diablo.svg);
	background-size: contain;
}
.streamName.HEARTHSTONE:before {
	background: #292929 url(images/svg/Hearthstone.svg) left no-repeat;;
	background-size: contain;
}
.streamName.HEROES:before {
	background: #292929 url(images/svg/Hots.svg) left no-repeat;;
	background-size: contain;
}
.streamName.OVERWATCH:before {
	background: #292929 url(images/svg/Overwatch.svg) left no-repeat;;
	background-size: contain;
}
.streamName.STARCRAFT:before {
	background: #292929 url(images/svg/Starcraft_2.svg) left no-repeat;;
	background-size: contain;
}
.streamName.POE:before {
	background: #292929 url(images/svg/Poe.svg) left no-repeat;;
	background-size: contain;
}
.streamName.WITCHER:before {
	background: #292929 url(images/svg/Witcher.svg) left no-repeat;;
	background-size: contain;
}
.streamName.WOW:before {
	background: #292929 url(images/svg/WoW.svg) left no-repeat;;
	background-size: contain;
}
.streamName.OTHER:before {
	background: #292929 url(images/svg/Other_Games.svg) left no-repeat;;
	background-size: contain;
}
.streamAutor {
	color: #fff;
        padding-left: 1px;
        width: 81px;
        overflow: hidden;
	font-size: 10px;
	float: left;
}
.streamMoreInfo {
	background: #292929;
        overflow: hidden;
	padding: 0 5px 2px 2px;
	margin: -4px 0 0 0;
}
.streanView {
	float: right;
	color: #fff;
	font-size: 10px;
	padding: 0 0 0 16px;
	background: url(images/svg/eye_stream.svg) left no-repeat;
	background-size: contain;
}
.forum .tabNavigation {
	padding: 0;
	margin: 0;
	background: #151515;
	padding: 10px 0 11px 0px;
	height: 17px;
}
.forum .tabNavigation li {
	float: left;
	list-style: none;
	width: 48%;
	text-align: center;
	position: relative;
}
.forum .tabNavigation li:first-child:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 7px;
	border-right: 1px solid #4c4c4c;
}
.forum .tabNavigation a {
	font-weight: bold;
	color: #8f8f8f;
	text-transform: uppercase;
	text-decoration: none;
	padding: 9px 0 11px 0;
}
.forum .tabNavigation a:hover {
	color: #fff;
}
.forum .tabNavigation .selected {
	color: #fff;
}
.forum > div {
	background: #303336;
	padding: 10px;
}
.forum > div > div {
	border-bottom: 1px solid #2c2e31;
	padding: 5px 0;
}
.forum > div > div:last-child {
	border: none;
}
.forum > div > div a {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0 0 3px 0;
}
.forum > div > div a:hover {
	color: #fff;
}
.forum > div > div a.catForum {
	float: left;
	color: #ba5400;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}
.forum > div > div p {
	margin: 0 5px 0 0;
	float: right;
	color: #ba5400;
}
.forum > div > div p:before {
	content: "";
	display: block;
	background: url(images/svg/Comments.svg);
	background-size: contain;
	width: 10px;
	height: 10px;
	margin: 0 3px 0 0;
	display: inline-block;
}
.forum > div > a {
	display: table;
	border: 3px solid #8f8f8f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 20px 4px 20px;
	margin: 14px auto 0 auto;
	color: #8f8f8f;
}
.forum > div > a:hover {
	text-decoration: underline;
}
.sidebarDiv.widget_text.text-3 .sidebarTitle {
	margin: 0;
}
.sidebarTimer {
	margin: 0;
}
.sidebarDiv.widget_wb_countdown_widget .sidebarTitle:before {
    content: "";
    display: block;
    background: url(images/svg/countdown.svg) 8px 1px no-repeat;
    width: 34px;
    height: 25px;
    background-size: contain;
    border-left: 1px solid #4c4c4c;
    position: absolute;
    right: 10px;
    top: 6px;
}
/*
.sidebarDiv.widget_text.text-4 .sidebarTitle {
	margin: 0;
}
*/
.sidebarDiv.widget_text.text-4 .sidebarTitle:before {
    content: "";
    display: block;
    background: url(images/svg/logo1.svg) 8px 1px no-repeat;
    width: 34px;
    height: 25px;
    background-size: contain;
    border-left: 1px solid #4c4c4c;
    position: absolute;
    right: 10px;
    top: 6px;
}

.facts_con {
    position: relative;
    text-align: center;
    overflow: hidden;
	width: 300px;
	height: 300px;
}

.facts_text {
    position: absolute;
    /*width: 300px;
    margin-left: -95px;
    left: 50%;
	top: 230px;*/
	text-decoration: none;
    font-weight: bold;
    display: block;
    font-family: 'Open_sans', sans-serif;
	font-size: 13px;
	color: #bfbfbf;
	float:none; 
	width: 288px;
	padding: 0 6px 0 6px;
	bottom: 10px;
	text-shadow: 1px 1px 2px black, 0 0 1em #000;
}

.facts_back {
	float:none; 
	margin:0; 
	padding:0;
}

.footer {
	background: #151515;
	border-top: 6px solid #519e65;
	box-shadow: 0 -2px 6px #000;
	margin: 55px 0 0 0;
	padding: 10px 0 40px 0;
	min-width: 1285px;
}
.copiright {
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
.copiright img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}
.copiright div {
	display: inline-block;
	vertical-align: middle;
}
.copiright p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #a3a3a3;
}
.footerMenu ul {
	margin: 5px auto 0 auto;
	padding: 0;
	display: table;
}
.footerMenu li {
	display: inline-block;
	list-style: none;
	margin: 0 30px 0 0;
}
.footerMenu li:last-child {
	margin: 0;
}
.footerMenu li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.footerMenu li a:hover {
	text-decoration: underline;
}
.footer .socialLink {
	display: table;
	float: none;
	margin: 20px auto 0 auto;
}
.footer .socialLink li {
	margin: 0 30px 0 0;
	border: none;
}

.footer .socialLink li a {
	font-size: 14px;
	color: #a3a3a3;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
	backface-visibility: hidden;
}
.footer .socialLink li a:hover {
	text-decoration: underline;
} 
.footer .socialLink li a:before {
	margin: 0 5px 0 0;
}
.footer .socialLink li a.vk:before {
	margin: 0 5px 2px 0;
}
.singlePage {
	background: #fff;
	padding: 35px 25px 60px 25px;
	/*font: 500 16px 'Open_sans', sans-serif;*/
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
}
.singlePage h1 {
	margin: 0 0 20px 0;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 30px 0;
	text-transform: uppercase;
}
.infoSingle {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: right;
}
.infoSingle p {
	font-size: 14px;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #232323;
	text-transform: uppercase;
}
.infoSingle .date {
	font-size: 16px;
	color: #ba5400;
	margin: 0 0 20px 0;
}
.infoSingle .comment {
	font-size: 16px;
	color: #ba5400;
	margin: 0 0 20px 0;
}
.share42init {
	margin: 0 0 20px 0;
}
.schedule_table span {
    color: #ffffff;
}
.infoSingle a {
	text-decoration: none;
	font-size: 16px;
	color: #ba5400;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	display: block;
}
.infoSingle a:hover {
	text-decoration: underline;
}
.infoSingle .singleCatPost a {
	margin: 0;
	display: inline-block;
}
.singleCatPost {
	margin: 0 0 20px 0;
}
.singleContent {
	display: inline-block;
	vertical-align: top;
	width: 674px;
	padding: 0 0 0 45px;
}
.singleContent {
	font: 500 16px 'Open_sans', sans-serif!important;
	font-weight: 500!important;
	color: #000!important;
	line-height: 1.4!important;
}/*
.singlePage {
	font: 500 16px 'Open_sans', sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
}*/
.singleContent p
{
	margin: 0px 0px 0.4em;
}

.singleContent>a
{
	color: #b35400;
}

.singleContent ul
{
	padding: 0px 0px 0px 30px;
}

.singleContent>ul>li a
{
	color: #b35400;
	text-decoration: underline;
}

.singleContent>p a
{
	color: #b35400;
}

.singleContent>ul>a
{
	color: #b35400;
}

.singleContent>ul>a:hover
{
	color: #b35400;
	text-decoration: underline;
}

.singleContent>p a:hover
{
	color: #b35400;
	text-decoration: underline;
}

.singleContent>h1
{
	display: block;
font-size: 2em;
font-weight: 700;
margin-bottom: 0.67em;
margin-top: 0.67em;
}

.singleContent>h2
{
	display: block;
font-size: 1.5em;
font-weight: 700;
margin-bottom: 0.83em;
margin-top: 0.83em;
}

.singleContent>h3
{
	display: block;
font-size: 1.17em;
font-weight: 700;
margin-bottom: 1em;
margin-top: 1em;
}

/*.singleContent>ul, li
{
	list-style-type: disc;
}

.singleContent>ul, ol
{
	margin: 0px 1.5em 1.5em;
}*/

.singleContent>pre {
    margin: 1.5em 0;
    white-space: pre;
}
.singleContent>pre, code, tt {
    font: 1em/1.5 'andale mono','lucida console',monospace;
}
.singleContent>li ul, li ol {
    margin: 0 1.5em;
}
.singleContent>ul, ol {
    margin: 0 1.5em 0.5em;
}
.singleContent>ul {
    list-style-type: disc;
}
.singleContent>ol {
    list-style-type: decimal;
}
.singleContent>dl {
    margin: 0 0 1.5em;
}
.singleContent>dl dt {
    font-weight: bold;
}
.singleContent>dd {
    margin-left: 1.5em;
}
.singleContent>table {
    margin-bottom: 1.4em;
	margin-top: 1.4em;
    width: 100%;
}
.singleContent>th {
    font-weight: bold;
}
.singleContent>thead th {
    background: none repeat scroll 0 0 #C3D9FF;
}
.singleContent>th, td, caption {
    padding: 4px;
}
.singleContent>tr.even td {
    background: none repeat scroll 0 0 #E5ECF9;
}

.singleContent>p:empty {
  display: none;
}

h2.overwatch {
	background: url(images/Overwatch.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 15px 0 130px;
	line-height: 88px;
	color: white;
    font-family: 'Overwatch', sans-serif;
    font-size: 28px!important;
	font-style: italic;
	font-weight: 500;
    width: 90%;
	max-width: 600px;
}

h2.diablo {
	background: url(images/Diablo.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 15px 0 130px;
	line-height: 88px;
	color: white;
    font-family: 'Overwatch', sans-serif;
    font-size: 28px!important;
	font-style: italic;
	font-weight: 500;
    width: 90%;
	max-width: 600px;
}

h2.wow {
	background: url(images/World_of_Warcraft.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 15px 0 130px;
	line-height: 88px;
	color: white;
    font-family: 'Overwatch', sans-serif;
    font-size: 28px!important;
	font-style: italic;
	font-weight: 500;
    width: 90%;
	max-width: 600px;
}

h2.heroes {
	background: url(images/Heroes_of_the_Storm.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 15px 0 130px;
	line-height: 88px;
	color: white;
    font-family: 'Overwatch', sans-serif;
    font-size: 28px!important;
	font-style: italic;
	font-weight: 500;
    width: 90%;
	max-width: 600px;
}

h2.hearthstone {
	background: url(images/Hearthstone_Heroes_of_Warcraft.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 15px 0 130px;
	line-height: 88px;
	color: white;
    font-family: 'Overwatch', sans-serif;
    font-size: 28px!important;
	font-style: italic;
	font-weight: 500;
    width: 90%;
	max-width: 600px;
}

h2.blizzard {
	background: url(images/Blizzard_Entertainment.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 15px 0 130px;
	line-height: 88px;
	color: white;
    font-family: 'Overwatch', sans-serif;
    font-size: 28px!important;
	font-style: italic;
	font-weight: 500;
    width: 90%;
	max-width: 600px;
}

h2.starcraft {
	background: url(images/Starcraft.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 15px 0 130px;
	line-height: 88px;
	color: white;
    font-family: 'Overwatch', sans-serif;
    font-size: 28px!important;
	font-style: italic;
	font-weight: 500;
    width: 90%;
	max-width: 600px;
}

hr.sixstonehr {
    margin-top: 0px;
    margin-bottom: 0px;
	width: 100%;
    height: 50px;
	border: none;
    background: url(images/diablo_hr.png) center center no-repeat;
}

.textStream {
	font-size: 18px;
	color: #000;
	line-height: 1.4;
}
.textStream #disqus_thread{
	margin: 20px 0 40px 0;
}
.showMenu  input:checked + ul {display: block;}
.showMenu label:hover {cursor: pointer;}
#press {display: none;}

/* Images for title */
.articleName .titleIcon {
	display: inline-block;
	border-right: 1px solid #4c4c4c;
	padding: 0 11px 6px 0;
	margin: 0 11px 0 0;
}
.catNameTrancsation {
	display: inline-block;
	border-right: 1px solid #4c4c4c;
	padding: 6px 11px 6px 0;
	margin: 0 11px 0 0;
}
.stream .titleIcon:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 6px;
	left: 7px;
}
.titleIcon:before {
	content: "";
	display: block;
	width: 22px;
	height: 23px;
	position: relative;
	top: 3px;
}
.home .titleIcon:before {
	background: url(images/svg/logo1.svg);
	background-size: cover;
}
.author .titleIcon:before {
	background: url(images/svg/logo1.svg); 
	background-size: cover;
}
.archive .titleIcon:before {
	background: url(images/svg/logo1.svg); 
	background-size: cover;
}
.category-diablo.titleIcon:before {
	background: url(images/svg/Diablo.svg);
	background-size: cover;
}
.category-hs.titleIcon:before {
    background: url(images/svg/Hearthstone.svg);
    background-size: cover;
}
.category-heroes.titleIcon:before {
    background: url(images/svg/Hots.svg);
    background-size: cover;
}
.category-overwatch.titleIcon:before {
	background: url(images/svg/Overwatch.svg);
    background-size: cover;
    width: 23px;
}
.category-sc2.titleIcon:before {
    background: url(images/svg/Starcraft_2.svg);
    background-size: cover;
}
.category-wow.titleIcon:before {
    background: url(images/svg/WoW.svg);
    background-size: cover;
}
.category-etc.titleIcon:before {
    background: url(images/svg/Other_Games.svg);
    background-size: cover;
}
.category-translation.titleIcon:before {
    background: url(images/svg/stream.svg);
    background-size: contain;
}
.su-tabs.su-tabs-style-default.gc_tabs
{
	background: #141414;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

span.gc_tab.su-tabs-current
{
   background: #e8e8e8;
   color: #000000 !important;
   font-weight: bold;   
	-webkit-border-top-left-radius: 0px; 
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px; 
}

span.gc_tab
{
    color: #ffffff !important;
	font-weight: bold;
}

span.gc_tab:hover
{
    color: #000000 !important;
	font-weight: bold;
	background: #e8e8e8 !important;
	-webkit-border-top-left-radius: 0px; 
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px; 
}

.su-tabs-pane.su-clearfix.gc_tab
{
	-webkit-border-bottom-right-radius: 0px; 
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px; 
}
.su-tabs-pane.su-clearfix.gc_tab a
{
	color: #BA5400;
}
.su-tabs-pane.su-clearfix.gc_tab>h1
{
	display: block;
font-size: 2em;
font-weight: 700;
margin-bottom: 0.67em;
margin-top: 0.67em;
margin-block-start: 0px; 
margin-block-end: 0px; 
}

.su-tabs-pane.su-clearfix.gc_tab>h2
{
	display: block;
font-size: 1.5em;
font-weight: 700;
margin-bottom: 0.83em;
margin-top: 0.83em;
margin-block-start: 0px; 
margin-block-end: 0px; 
}

.su-tabs-pane.su-clearfix.gc_tab>h3
{
	display: block;
font-size: 1.17em;
font-weight: 700;
margin-bottom: 1em;
margin-top: 1em;
margin-block-start: 0px; 
margin-block-end: 0px; 
}
.su-tabs-pane.su-clearfix.gc_tab>table
{
    margin-bottom: 1.4em;
	margin-top: 1.4em;
}
.su-spoiler-content a
{
	color: #BA5400;
}
.su-spoiler-content>h1
{
	display: block;
font-size: 2em;
font-weight: 700;
margin-bottom: 0.67em;
margin-top: 0.67em;
margin-block-start: 0px; 
margin-block-end: 0px; 
}

.su-spoiler-content>h2
{
	display: block;
font-size: 1.5em;
font-weight: 700;
margin-bottom: 0.83em;
margin-top: 0.83em;
margin-block-start: 0px; 
margin-block-end: 0px; 
}

.su-spoiler-content>h3
{
	display: block;
font-size: 1.17em;
font-weight: 700;
margin-bottom: 1em;
margin-top: 1em;
margin-block-start: 0px; 
margin-block-end: 0px; 
}
.su-spoiler-content>table
{
    margin-bottom: 1.4em;
	margin-top: 1.4em;
}
.streamIcon:before {

}
.su-tabs.su-tabs-style-default.blue_tabs
{
	/*background: #303336;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: rgb(48, 51, 54);
	background-color: rgba(48, 51, 54, 0.6);
}

span.blue_tab.su-tabs-current
{
   background: #44484b !important;
   color: #ffffff !important;
   font-weight: bold;   
	-webkit-border-top-left-radius: 0px; 
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px; 
}

span.blue_tab
{
    color: #ffffff !important;
	font-weight: bold;
}

span.blue_tab:hover
{
    /*color: #00b4ff !important;*/
	font-weight: bold;
	background: #44484b !important;
	-webkit-border-top-left-radius: 0px; 
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px; 
}
.su-tabs-pane
{
	font-size: 16px !important;
}

.su-tabs-pane.su-clearfix.blue_tab
{
	-webkit-border-bottom-right-radius: 0px; 
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px; 
	/*background: #12161c !important;*/
	color: #00b4ff !important;
	background-color: rgb(18, 22, 28);
	background-color: rgba(18, 22, 28, 0.5);
}
.bluepost > .su-spoiler-style-fancy
{
	border: none;
	background: rgba(48, 51, 54, 0.6);
	color: #00b4ff;
}
.bluepost > .su-spoiler-style-fancy * a
{
	color: #e67100;
}
.bluepost > .su-spoiler-style-fancy > .su-spoiler-title
{
	background: rgba(48, 51, 54, 0.6);
	color: #ffffff;
	border: none;
	min-height: 28px;
    line-height: 28px;
}
.bluepost > .su-spoiler-style-fancy > .su-spoiler-title > .su-spoiler-icon
{
	line-height: 29px;
}
.bluepost img {
    max-width: 100%!important;
    height: auto;
}
.gcpost > .su-spoiler-style-fancy
{
	border: none;
	background: rgba(48, 51, 54, 0.6);
	color: #d3d3d3;
}
.gcpost > .su-spoiler-style-fancy * a
{
	color: #e67100;
}
.gcpost > .su-spoiler-style-fancy > .su-spoiler-title
{
	background: rgba(48, 51, 54, 0.6);
	color: #ffffff;
	border: none;
	min-height: 28px;
    line-height: 28px;
}
.gcpost > .su-spoiler-style-fancy > .su-spoiler-title > .su-spoiler-icon
{
	line-height: 29px;
}
.titleIcon.category-DIABLO:before {
	background: url(images/svg/Diablo.svg);
	background-size: contain;
}
.titleIcon.category-OVERWATCH:before {
	background: url(images/svg/Overwatch.svg);
	background-size: contain;
}
.titleIcon.category-WOW:before {
	background: url(images/svg/WoW.svg);
	background-size: contain;
}
.titleIcon.category-STARCRAFT:before {
	background: url(images/svg/Starcraft_2.svg);
	background-size: contain;
}
.titleIcon.category-HEROES:before {
	background: url(images/svg/Hots.svg);
	background-size: contain;
}
.titleIcon.category-HEARTHSTONE:before {
	background: url(images/svg/Hearthstone.svg);
	background-size: contain;
}
.titleIcon.category-WITCHER:before {
	background: url(images/svg/Witcher.svg);
	background-size: contain;
}
.titleIcon.category-POE:before {
	background: url(images/svg/Poe.svg);
	background-size: contain;
}
.titleIcon.category-OTHER:before {
	background: url(images/svg/Other_Games.svg);
	background-size: contain;
}

/* Images for title */
.authorPage > div {
	margin: 0 20px 0 0;
	
}
.authorPage {
	font-size: 18px;
	color: #000;
	line-height: 1.4;
}
/* Stream */
.st_list {
	padding: 4px 0 0 0;
}
.stream .title {
	color:#8f8f8f;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0 10px 53px;
	background: #151515 url('images/icon_title.png') no-repeat 10px 5px;
}
.stream .i_title, .stream .i_name {
	font-size: 14px;
	color:#ffffff;
} 
.stream .i_title {
	padding: 8px 0 8px 37px;
	background: #323232;
}
.stream .i_title a {
	color: #fff;
	text-decoration: none;
}
.stream .i_title a:hover {
	text-decoration: none;
}
.stream .i_name {
	position: absolute;
	top:184px;
	padding: 6px 0 6px 8px;
	background-color: #323232;
	width:312px;
}
.stream .i_name .view {
	background: #323232 url('images/svg/eye_stream.svg') no-repeat center left;
	background-size: contain;
	display: inline-block;
	position:absolute;
	right: 10px;
	padding-left: 25px;
}
.stream .item {
	width: 320px;
	height: 215px;
	background-color: #7c7c7c;
	display: inline-block;
	position: relative;
	margin: 3px 4px 7px 0;
	vertical-align: top;
}
.stream .item:nth-child(3n+3) {
	margin:3px 0 7px 0;
}
.stream .i_img img {
	width: 320px;
	height: 154px;
}
.stream .item:nth-child(1), .stream .item:nth-child(4) {
	margin-left: 0;
}
.player-chat.stream-full {
    background: rgba(0,0,0,0.9);
    overflow: hidden;
    margin: 0;
}
.player-chat .player {
    width: 80%;
    height: 100vh;
    float: left;
}
.player-chat .chat {
    width: 20%;
    height: 100vh;
    float: left;
}
#stream-player {
        height: 550px;
	top: 0;
}
.goodgameStream {
	height: 550px;
	position: absolute;
	top: 0;
	display: none
}
.cybergameStream {
        height: 550px;
	position: absolute;
	top: 0;
	display: none
}
.singleStream {
	background: #505050;
	margin: 8px 0;
}
.chat {
	height: 550px;
	position: absolute;
	top: 0px;
	z-index: 5;
}
.goodgameChat {
	height: 550px;
	z-index: 5;
	position: absolute;
	top: 0;
	display: none
}
.cybergameChat {
	height: 550px;
	z-index: 5;
	position: absolute;
	top: 0;
	display: none
}
.wrapperPleyer {
	position: relative;
}
.wrapperChat {
	position: relative;
	height: 550px;
	margin: 8px 0 0 0;
}
/* Stream */
.slidified.responsive .slide.at-bat {
	width: 648px;
}
.featured_contents.slidified .slide.on-deck {
	width: 648px;
}
.slidified.responsive .slide.at-bat {
	width: 648px;
}
.slidified.responsive .slide.at-bat .headline-wrap {
	opacity: 1;
	z-index: 2;	
}
.featured_contents.slidified .slide.on-deck {
    left: 656px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.slidified.responsive .slide .headline-wrap {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: linear;
}
.featured_contents.slidified {
        height: 328px;
	margin-bottom: 8px;
}
.slidified.partial.responsive .slide.on-deck {
	width: 320px!important;
}
.featured_contents .article_box .article_box_wrap .headline {
	height: 38px;
	padding: 0;
}
.featured_contents .article_box .background-image {
	height: 328px;
	background-size: cover;
}
.background-image.layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: linear;
}
.slidified.responsive .slide.at-bat .background-image.layer {
	opacity: 1;
}
.featured_contents .article_box_wrap .headline h3 {
	font-size: 23px;
	line-height: 1.5;
}
.highlights-sidebar .article_box_wrap .headline h3, div#stream .article_box_wrap .headline h3, .featured_contents .article_box_wrap .headline h3{
	max-width: 100%;
	font: bold 16px 'Open_sans', sans-serif;
	padding: 6px 0 0 0;
	text-decoration: none;
}
.article_box_wrap .headline a {
	text-decoration: none;
}
.button {
  background: #303336;
  display: inline-block;
  padding: 4px 0;
  height: 18px;
  width: 100%;
  border: 3px solid #8f8f8f;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.rollover {
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -moz-transform-origin: 50% 0 50%;
  -ms-transform-origin: 50% 0 50%;
  -webkit-transform-origin: 50% 0 50%;
  transform-origin: 50% 0 50%;
}
.rollover:hover {
  background-color: #1f1f1f;
}
#phpbb-new-topics a.button.rollover.front {
	  width: 100%;
}
#phpbb-new-topics a.button.rollover.back {
	  width: 100%;
}
#phpbb-recent-topics a.button.rollover.front {
	  width: 100%;
}
#phpbb-recent-topics a.button.rollover.back {
	  width: 100%;
}
.rollover.front {
  background: #303336;
  opacity: 1;
  position: relative;
  color: #fff!important;
  width: 294px;
  display: block;
}
.rollover.back {
  background: #fff;
  color: #1e2129;
  opacity: 0;
  position: absolute;
    width: 294px;
  -moz-transform: translateY(-50%) rotateX(-90deg);
  -ms-transform: translateY(-50%) rotateX(-90deg);
  -webkit-transform: translateY(-50%) rotateX(-90deg);
  transform: translateY(-50%) rotateX(-90deg);
}
.archiveContent .rollover.front {
	background: #151515;
}
.rollover-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}
.rollover-wrapper a:hover {
	text-decoration: none!important;
}
/* --- Hover State --- */
.rollover-wrapper:hover .rollover.front {
  opacity: 0;
  -moz-transform: translateY(50%) rotateX(90deg);
  -ms-transform: translateY(50%) rotateX(90deg);
  -webkit-transform: translateY(50%) rotateX(90deg);
  transform: translateY(50%) rotateX(90deg);
}
.rollover-wrapper:hover .rollover.back {
  opacity: 1;
  -moz-transform: translateY(0) rotateX(0);
  -ms-transform: translateY(0) rotateX(0);
  -webkit-transform: translateY(0) rotateX(0);
  transform: translateY(0) rotateX(0);
}
.btnLink .whrite {
	background-color: #fff;
	color: #1e2129;
	-webkit-transform: rotateX(90deg) translateZ(17px);
	transform: rotateX(90deg) translateZ(17px);
	padding: 4px 0;
	height: 34px;
	border: 3px solid #8f8f8f;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.btnLink .btnBottom {
	padding: 4px 0;
	height: 34px;
	border: 3px solid #8f8f8f;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: rotateX(0deg) translateZ(17px);
	transform: rotateX(0deg) translateZ(17px);
}
cerebro{
	width:320px;
	height:50px;
	transform: translateX(-50%);
	overflow:hidden;
	backface-visibility: hidden;
	transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);	
	transition-delay: 200ms;
	z-index: 20;
	width: 46px;
	height: 27px;
	border: 1px solid #4c4c4c;
	background: #151515;
	right: 169px;
	position: absolute;
}

/*let your hair down and show the goods*/
cerebro.shownav{
	width: 220px;
	height: 170px;
	right: 82px;
}
nav{
	width: 50px;
	height: 50px;
}

.dc-menu-trigger {
	position: absolute;
	top: 0px;
	right: 14px;
	display: block;
	width: 18px;
	height: 28px;
	cursor: pointer;
	z-index: 30;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	transition-delay: 600ms;
}

.dc-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	margin-top: -2px;
	background-color: #4c4c4c;
	font-size: 0px;
	user-select: none;
	transition: background-color 0.5s;
}

.dc-menu-open .dc-menu-trigger span {
	background-color: transparent;
}

.dc-menu-open .dc-menu-trigger {
	transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}

.dc-menu-trigger span:before,
.dc-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4c4c4c;
	content: '';
	transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}

.dc-menu-trigger span:before {
	transform: translateY(-200%);
}

.dc-menu-trigger span:after {
	transform: translateY(200%);
}

/*Just bust a move*/
.dc-menu-open .dc-menu-trigger span:before {
	transform: translateY(0) rotate(45deg);
}

.dc-menu-open .dc-menu-trigger span:after {
	transform: translateY(0) rotate(-45deg);
}


.dc-menu-close .dc-menu-trigger:before {
	animation: plusVertical 0.3s ease forwards;
}

.dc-menu-close .dc-menu-trigger:after {
	animation: plusHorizontal 0.3s ease forwards;
}

.menu-overlay {
	z-index: 10;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: none;
}

.menu-overlay.open {
	background: #151515;
	height: 100%;
}

.menu-overlay > ul {
	position: absolute;
	z-index: 20;
	visibility: hidden;
	list-style-type:none;
	top: -40%;
	left: 0;
	width: 100%;
	padding: 0;
	opacity: 0;
	display: table-cell;
	vertical-align: middle;
	transition: all 0.6s cubic-bezier(0.7, 0, 0.36, 0.63);
	transform: perspective(600px) rotateX(20deg) rotateY(-20deg);
}
.menu-overlay.open > ul {
	top: 30px;
	left:0;
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	transform: perspective(600px) rotateX(0deg) rotateY(0deg);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
	transition-delay: 200ms;
}
.menu-overlay li a {
	font-size: 14px;
	color: #a3a3a3;
	padding: 7px 57px 9px 0;
	position: relative;
	text-decoration: none;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	width: 163px;
}
.menu-overlay li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 16px;
	top: 5px;
	border-left: 1px solid #4c4c4c;
	width: 29px;
	height: 24px;
	
}
.menu-overlay li a:hover {
	background: #222;
}
.menu-overlay .profile:after {
	background: url(images/svg/Profile.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay .myStream a:after {
	background: url(images/svg/eye_stream.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay.logout:after {
	background: url(images/icon-logout.jpg) right no-repeat;
}
.menu-overlay .login:after {
	background: url(images/svg/Profile.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay .register:after {
	background: url(images/svg/Profile.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay .logout:after {
	background: url(images/svg/exit.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay .myMessage:after {
	background: url(images/svg/pm.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay .admin :after {
	background: url(images/svg/Profile.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay .admin_dev:after {
	background: url(images/svg/Profile.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay .post_archive:after {
	background: url(images/svg/Profile.svg) right no-repeat;
	background-size: 15px;
}
.menu-overlay .write_post:after {
	background: url(images/svg/Profile.svg) right no-repeat;
	background-size: 15px;
}
.must-read-list {
	margin: 0;
}
.admin_widget
{
    /* height: 219px; */
    font-size: 12px;
    clear: both;
    margin: 0px;
    padding: 10px 8px 5px 30px;
    font-family: 'Open_sans';
	background: #303336;
}
.admin_widget li a
{
	text-decoration: none;
    color: #cccccc;
}
.style2 ul.tabbernav {
	margin: 0!important;
	padding: 4px 0 11px 0px!important;
	height: 23px!important;
}
.tabbertabs .tabbernav li {
    float: left;
    list-style: none;
    width: 48%;
    text-align: center;
    position: relative;
}
.style2 ul.tabbernav li a{
	font: bold 12px 'Open_sans', sans-serif!important;
	margin: 0!important;
	text-transform: uppercase!important;
	text-decoration: none;
	padding: 9px 0 11px 0!important;
}
.tabbertabs .tabbernav li:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 7px;
    border-right: 1px solid #4c4c4c;
}
.tabbertabs .tabbernav li {
	margin: 0!important;
}
div#phpbb-new-topics {
	background: #303336;
}
.wpulatesttopics {
	background: #303336;
}
.wpulatesttopics {
	margin: 0;
	padding: 10px;
}
.sidebarDiv #phpbb-new-topics .wpulatesttopics > div a {
    color: #cccccc;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 0 0 3px 0;
    font-family: 'Open_sans', sans-serif;
}
.sidebarDiv #phpbb-new-topics .wpulatesttopics > div a:hover {
	color: #fff;
}
.sidebarDiv #phpbb-new-topics .wpulatesttopics > div a:nth-of-type(2) {
	float: left;
	color: #ba5400;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px!important;
	margin: 0;
}
.forum-topic {
	border-bottom: 1px solid #2c2e31;
	padding: 5px 0;
	overflow: hidden;
}
.forum-topic em {
	margin: 0 0px 0 0;
	float: right;
	color: #ba5400;
}
.forum-topic em:before {
	content: "";
	display: block;
	background: url(images/svg/Comments.svg);
	background-size: contain;
	width: 10px;
	height: 10px;
	margin: 0 3px 0 0;
	display: inline-block;
}
.sidebarDiv #phpbb-recent-topics .wpulatesttopics > div a {
    color: #cccccc;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 0 0 3px 0;
    font-family: 'Open_sans', sans-serif;
}
.sidebarDiv #phpbb-recent-topics .wpulatesttopics > div a:hover {
	color: #fff;
}
.sidebarDiv #phpbb-recent-topics .wpulatesttopics > div a:nth-of-type(2) {
	float: left;
	color: #ba5400;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px!important;
	margin: 0;
}
.inner .content {
	width: 100%;
}
#wpucssmagic .wpucssmagic {
	overflow: hidden;
}
.tabberlive.style2 {
	margin: 0 0 8px 0;
}
.tabbernav {
	margin: 0;
}
.translationWrapp {
	margin: 0 0 8px 0;
	/* height: 328px; */
}
.autorLinkProfile {
	text-decoration: none;
}
.up_reg
{
	height: 640px;
}
.li_counter {
display: block;
position: relative;
float: right;
top: -31px;
left: -308px;
}

.li_counter_404 {
display: block;
position: relative;
float: right;
top:120px;
}
.top_pl_adv
{
	left: 15px;
	margin: 8px auto 0px;
	position: relative;
	height: 90px;
	width: 1000px;
	float: bottom;
}
.bottom_ad
{
	left: 15px;
	margin: 10px auto 0px;
	position: relative;
	width: 1000px;
	height: 90px;
}
.ddsg-wrapper>h2
{
	margin-bottom: 6px;
}

.ddsg-wrapper>ul>li>a
{
	color: #000000;
}

.ddsg-wrapper>ul>li>ul>li>a
{
	color: #000000;
}

.ddsg-wrapper>ul>li>ul>li>ul>li>a
{
	color: #000000;
}

.ddsg-wrapper>ul>li>a:hover
{
	color: #b35400;
}

.ddsg-wrapper>ul>li>ul>li>a:hover
{
	color: #b35400;
}

.ddsg-wrapper>ul>li>ul>li>ul>li>a:hover
{
	color: #b35400;
}

/* Tooltips */
.quote_tip {
	background: #E9E9E6;
	float: left;
	max-width: 300px;
	z-index: 1;
	padding: 5px 8px 8px;
	line-height: 1.3em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 10px;
	-moz-box-shadow: 0 0 10px;
	-webkit-box-shadow: 0 0 10px #444;
}
.quote_title {
	/* background: url('/forum/styles/Alpha/theme/images/tooltip-arrow.png') 5px 0 no-repeat; */
	font-weight: bold;
	margin: -15px 0 0;
	padding: 16px 0 0;
}
/* Tooltips used in quick-reply */
.quote_tip {
	line-height: 1.2em;
}
.quote_tip a {
/*	display: block;
	padding-top: 6px; */
}
.quote_title {
	background-position: 95% 0;
}

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (max-width: 1280px) {

.featured_contents {
	display: none;
}

.wrapper {
	width: 960px;
}

.articleWrapp .archiveArticle {
	display: none;
}

.articleWrapp > div {
    margin: 8px 7px 0 0;
}

.content {
	width: 650px;
}

.articleWrapp > div:nth-of-type(3n+3) {
	margin: 8px 7px 0 0;
}

.articleWrapp > div:nth-of-type(2n) {
	margin: 8px -1px 0 0; 
}

.stream .item:nth-child(3n+3) {
	margin: 3px 6px 7px 0;
}

.stream .item:nth-child(2n) {
	margin:3px 0 7px 0;
}

.stream .item {
	margin: 3px 6px 7px 0;
}

.cerebro {
	min-width: 960px
}

.cerebroRight {
	width: 202px;
}

.search input[type="text"] {
	padding: 6px 25px 4px 11px;
}

.footer {
	min-width: 960px
}

.top_pl_adv {
	width: 960px;
	left: -6px;
}

.pagenav{
	width: 960px;
}

.pagenav > div {
	width: 834px;
}

.li_counter {
    left: -1px;
}

.menu li {
    margin: 0 71px 0 0;
}

#menu-item-21201 > a > span {
	left: -4px;
}
#menu-item-18770 > a > span {
	left: -4px;
}

.infoSingle {
	/* display: none; */
	clear: both;
	width: 90%;
	text-align: center;	
	display: inline;
	/* display: table-footer-group;    */
	margin-top: 10px;
	white-space: nowrap;
}

.infoSingle a {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}

.infoSingle p {
	display: inline-block;
    margin-right: 5px;
}

.infoSingle > .post-edit-link {
	display: none;
}

.infoSingle > .share42init {
	display: none;
}

.infoSingle > a:nth-of-type(2) {
	margin-right: 35%;
}

.infoSingle > p:nth-of-type(1) {
	float: left;
}

.infoSingle > p:nth-of-type(2) {
	display: none;
}

.infoSingle > p:nth-of-type(4) {
	display: none;
}

.infoSingle > p:nth-of-type(5) {
	display: none;
}

.infoSingle > .comment {
	display: none;
}

.infoSingle .date {
	float: right;
}

.singlePage {
	padding: 35px 14px 60px 14px;
	position: relative; 
}
.singleContent {
    padding: 0 0 0 0px;
	width: 630px;
	max-width: 100%;
	/* display: table-header-group;*/
}

.singleContent img {
	max-width: 100%;
	height: auto;
}

.singlePage img {
	max-width: 100%;
	height: auto;
}

.bluepost {
    max-width: 600px;
}

.bluepost img {
    max-width: 100%!important;
    height: auto;
}
.gcpost {
    max-width: 600px;
}

.gcpost img {
    max-width: 100%!important;
    height: auto;
}

.wrapper_forum{
	width: 960px;
}

#scrollUp {
	display: none!important;
}

}