/*  
	Theme Name: ProGamer responsive
	Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
    font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    color: #111;
    height: 100%;
    background-color: #fff;
    margin: 0;
}
a {
	color: #255b79;
	outline: none;
	text-decoration:none;
	transition: color,background-color .2s cubic-bezier(.33,.66,.66,1);
}
.ipsNavBar_primary > ul > li > a, .ipsNavBar_secondary > li > a {
	transition: none;
}
a:hover{
	color:#cd3816;
}
.allposts p a, .allposts ul li a, .copy a, .rp4wp-related-post-content a, .CommentWidget a {
	border-bottom: .125rem solid #b8e7ff;
    box-shadow: inset 0 -0.1875rem 0 #b8e7ff;
	color:#111;
}
.allposts p a:hover, .allposts ul li a:hover, .copy a:hover, .rp4wp-related-post-content a:hover, .CommentWidget a:hover {
	background-color:#b8e7ff;
}
p {
	margin: 0 0 5px
}
h1 {
	    margin-top: 16px;
    margin-bottom: 0px;
	font-size: 1.5em;
}
h2 { 
font-size: 1.7em;
}
img {
	border: none;
}
.clear {
	clear: both;
}
input {
	vertical-align: middle;
}
:focus {
	outline: none;
}

/*Checkboxes styles*/
.boxes {
  padding: 5px 14px;
}

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #55A1CD;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Tags styles*/
.tagbtn{font-weight:500;font-size:14px;line-height:20px;text-decoration:none;border:2px solid rgba(126, 126, 126, 0.3);transition:all 250ms cubic-bezier(0.1, 0.1, 0, 1);background-color:transparent;border-radius:3px;color:#423f3f;padding:6px 20px;text-align:center;font-size:14px;position:relative;z-index:1;margin:2px;}
.tagbtn::before{content:"";opacity:0;transform-origin:center center;transform:scale3d(0.9, 0.65, 0.8);transition:all 250ms cubic-bezier(0.1, 0.1, 0, 1);position:absolute;top:-2px;right:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:3px;background-color:#423f3f;z-index:-1;}
.tagbtn:hover::before{opacity:1;transform:scale3d(1, 1, 1);}
.tagbtn:focus{box-shadow:0 0 0 3px rgba(126, 126, 126, 0.15);outline:none;}
.tagbtn:hover{border-color:transparent;color:#fff;}
	
.tagsline {display: flex;flex-direction: row;flex-wrap: wrap;margin:10px 0;}
.tagsline .tagbtn{flex-grow: 1;}
	
@media screen and (min-width: 768px){
.tagbtn{font-size:16px;padding-top:8px;padding-bottom:8px; flex-grow: 0;}
.tagsline .tagbtn{flex-grow: 0;}
}
	
.tagbtn.ttgpc{background-color:transparent;border-color:#2a94de;color:#2a94de;}
.tagbtn.ttgpc::before{background-color:#2a94de;}
.tagbtn.ttgpc:focus{box-shadow:0 0 0 3px rgba(42, 148, 222, 0.15);}
.tagbtn.ttgpc:hover{border-color:transparent;color:#fff;}
	
.tagbtn.ttgps{background-color:transparent;border-color:#003791;color:#003791;}
.tagbtn.ttgps::before{background-color:#003791;}
.tagbtn.ttgps:focus{box-shadow:0 0 0 3px rgba(0, 55, 145, 0.15);}
.tagbtn.ttgps:hover{border-color:transparent;color:#fff;}
	
.tagbtn.ttgsw{background-color:transparent;border-color:#e60012;color:#e60012;}
.tagbtn.ttgsw::before{background-color:#e60012;}
.tagbtn.ttgsw:focus{box-shadow:0 0 0 3px rgba(230, 0, 18, 0.15);}
.tagbtn.ttgsw:hover{border-color:transparent;color:#fff;}
	
.tagbtn.ttgxb{background-color:transparent;border-color:#107c10;color:#107c10;}
.tagbtn.ttgxb::before{background-color:#107c10;}
.tagbtn.ttgxb:focus{box-shadow:0 0 0 3px rgba(16, 124, 16, 0.15);}
.tagbtn.ttgxb:hover{border-color:transparent;color:#fff;}	

/* Middle */

#middle {
	padding: 0;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#ipsLayout_contentArea {
	float: left;
	overflow: visible;
}
#content {
    margin: 0 314px 15px 1.2%;
    padding: 15px 1.2%;
}

.post-text {
		margin-top: 8px;
	}
.text p {	
	font-size:16px;
	line-height: 1.56;
}


/* Right Sidebar */

.right-sidebar {
	float: left;
	width: 300px;
	margin-left: -301px;
	position: relative;
}


/* img */

.post p { overflow: visible; } 

.post img { 
height: auto;
	max-width: 947px;
	max-width:100%;
}

@media screen and (max-width: 979px), (max-device-width: 979px){
	.post img.aligncenter, .post-img-big img, .wp-caption img { 
	margin: 0px -1.2% !important;	
	width: 102.4% !important;
	max-width:102.4% !important;
	height: auto;
}
	.post-img-sm {
	margin-right:-1.2%
}
}


.post img.alignnone { 
clear: both;
display: block;
margin: 0px auto 5px;
}

.alignleft {
	display: inline;
	float: left;
	margin: 10px !important;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px !important;
}

.aligncenter, .wp-caption img {
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.alignnone {
	display: inline;
	margin: 0 auto;
}

.clear {
    clear: both;
}



.searchbutton {
    cursor: pointer;
    height: 16px;
	background:url(img/search.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 4px;
	border:none;
    width: 16px;
}

.serch-txt:focus,.serch-txt:hover{
	background:#fff;
}

.copy {
    padding: 20px 0;
    text-align: center;
}

.ipsWidget_title {
padding: 10px;
margin: 0px;
font-size: 14px;
font-weight: 400;
position: relative;
color: #FFF;
background: #00557D none repeat scroll 0% 0%;
}

.ipsWidget_inner {
    padding: 15px;
}

.ipsWidget, .ipsWidget a {
    font-size: 13px;
}

.ipsWidget {
    border: 0px solid #f2f2f2;
    margin: 15px 0;
}



#ipsLayout_bodyper .ipsBreadcrumb {
	border-right:1px solid rgba(0,0,0,0.05);
	border-left:1px solid rgba(0,0,0,0.05);
    padding-bottom: 15px;
}


#ipsLayout_footer .ipsBreadcrumb {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-right: 1px solid rgba(0,0,0,0.05);
    border-left: 1px solid rgba(0,0,0,0.05);
}

.other {
    position: relative;
	padding-left: 17%;
}
.other2 {
	padding-left: 17%;
}
.post-cat .other3 {
	  position: relative;
    margin-top: -55px;
    float: right;
	padding:0 10px 0 10px;
	background:#fff;
    width: 84%;
    transition: margin-top .15s ease-out;
}

@media screen and (max-width: 979px) and (min-width: 750px), (max-device-width: 979px){
.post-cat .other3 {
	margin-right:-1.2%;
    width: 85.2%;
}
}
.post-title > a {
	font-size: 1em;
	line-height: 32px;
	font-weight: normal;
	color: #255b79;
	transition: color .15s ease-out;
}
.post-title > a:hover, .post-img-big:hover + .other3 .post-title a {
	color: #cd3816;
}
.post-cat .post-title  {
    padding: 10px 0px 0;
}

.post-cat .post-title > a  {
	font-size:1.5em;
	line-height: 40px;
}

.post-title a:before, .wpp-list a:before, .book-title a:before, .rp4wp-related-post-content a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.news {
    margin-bottom: 7px;
}
.news:last-of-type {
    margin: 0;
}


.post-info {
    font-style: italic;
	padding: 5px 0;
}
.post-date, .post-comment {
    color: #abb4af;
    float: left;
    margin-right: 10px;
	margin-bottom:5px;
}

.post {
    margin-bottom: 15px;
    overflow: visible;
    padding-bottom: 15px;
	clear:both;
}
.post:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
}
.sticky { 
    border-color: #55A1CD;
}
.post-img {
    float: right;
	margin-bottom:10px;
}
.post-img-sm  {
    padding-left: 5px;
}
.post-cat .post-img  {
    float: none;
}
.post-img img {
    height: auto;
    max-width: 320px;
}
.post-cat .post-img img {
    width: 100%;
    max-width: 100%;
}
.post-cat .post-img-big img {
	    max-width: 947px;
}

.post-title h2, .post-text h2, .post-text h3, .post-text h4, .post-text h5, .post-text h6 {
    font-size: 1.7em;
    margin-bottom: 10px;
}

.page-title h1 {
    font-size: 1.6em;
}

.post-text ul,.post-text ol{
	padding-right:25px;
}

.post-cat .post-img {
    margin-left: 0 !important;
}

.wp-pagenavi {
    clear: both;
    overflow: hidden;
	padding-top:16px;
}

.wp-pagenavi a,.wp-pagenavi span {
    background:#f0f0f0;
    border-radius: 3px;
    color: #414141;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-right: 3px;
    text-align: center;
    min-width: 36px;
}

.wp-pagenavi a:last-of-type {
    margin-right: 0px;
}

.wp-pagenavi span {
	background: #323232;
    color: #fff;
}

.archive .other, .archive .other2 {
    padding: 0;
}

.elMobileDrawer{
    display: none;
    position: fixed;
	background:url(img/win-bg.png) repeat;
}



.elRegisterButton_mobile {
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 3px;
    color: #333333;
    display: block;
    font-size: 12px;
    line-height: 36px;
    margin: 28px 15px 18px;
    text-align: center;
}
.elRegisterButton_mobile:hover {
    color: #333333;
}

.ipsApp .ipsButton_important {
    background: #37848b;
    color: #ffffff;
}

.ipsButton {

    font-size: 12px;
    line-height: 36px;
color: #ffffff;
    text-align: center;
position: relative;
    display: block;
    margin: 0 15px;
border: 1px solid rgba(0,0,0,0.1);
transition: background-color .1s ease-out;
}
#content .ipsButton:hover {
	background-image:-moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%);
	background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%);
	background-image:-o-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%);
	background-image:-ms-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%);
	background-image:linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 100%);
}

.ipsDrawer_menu .menu {
    float: none;
    margin: 28px 0 10px;
}
.ipsDrawer_menu .menu a {
    line-height: 38px;
    opacity: 1;
    padding: 0 15px;
}

.ipsDrawer_menu .current_page_item a {
    font-weight: normal;
}

.ipsDrawer_menu .current_page_item {
    background: none;
}
.ipsDrawer_menu .ipsButton {
    font-size: 12px;
    line-height: inherit;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#comments_list .user_avatar img {
transition: width,height .15s ease-out;
}

.bookcol:nth-of-type(4n+1) {
    margin-left: 0;
    clear: left;
}
.bookcol {
    width: 22.6%;
    float: left;
    margin-left: 3.2%;
    margin-bottom: 30px;	
}

.bookcol .book-img img {
	height:auto;
    max-width: 100%;
}

.bookcol h2 {
color: #333;
font-size: 16px;
line-height: 1.5;
font-weight: 400;
letter-spacing: normal;
}

.bookcol {
    position: relative;
}

@media screen and (max-width: 650px), (max-device-width: 650px){

    .bookcol {
        width: 31.2%;
    }
    .bookcol:nth-of-type(4n+1) {
        margin-left: 3.2%;
        clear: none;
    }
    .bookcol:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left;
    }
}

@media screen and (max-width: 570px), (max-device-width: 570px){

.bookcol {
        width: 48.4%;
    }
    .bookcol:nth-of-type(3n+1) {
        margin-left: 3.2%;
        clear: none;
    }
    .bookcol:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left;
    }
}


@media screen and (max-width: 1380px), (max-device-width: 1380px){
	.aligncenter, .wp-caption img { 
	height: auto; 
	}
}

.mobile-content {
		display: none;
	}
@media screen and (max-width: 979px) {

	.mobile-content {
		background:#044361;
		display: block;
		height: 50px;
	}
.column-lang, .column-game-name {
		display: none;
	}

	#ipsLayout_contentArea {
		float: none;
	}
	.right-sidebar {
		float: none;
		margin: 0 15px;
		width: auto;
	}
    #elUserNav {
        top: 10px;
    }
	.post-cat .post-title {
		padding: 0 !important;
	}

	#content {
		margin: 15px;
	}
	.logo-title {
		font: 24px/58px arial;
	}
	#ipsLayout_header {
		height: 58px;
	}
	.user-menu {
		margin-right: 19px;
		margin-top: 9px;
	}

	.logo-title {
		padding-left: 15px;
	}
	.mobileSearch-ico {
		cursor: pointer;
		float: right;
		height: 28px;
		margin-top: 13px;
		display:block;
		width: 28px;
	}
.mobileSearch-ico:before {
		content:"\f002";
		color:#fff;
display:inline-block;font:normal normal normal 26px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);	
	}
	.mobile-menu-ico{
		cursor: pointer;
		float: right;
		height: 28px;
		margin: 13px 13px 0 30px;
		display:block;
		width: 28px;
	}
.mobile-menu-ico:before {
		content:"\f0c9";
		color:#fff;
		display:inline-block;font:normal normal normal 26px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);	
}

	.mobileSearch {
		background: #044361;
		height: 50px;
		padding: 0 1.9em;
	}
	.active{
		max-height: 999px;
	opacity: 1;
		}
	.mobileSearch .serch-txt {
		width: auto !important;
	}
	.mobileSearch .search-main {
		background: #ffffff;
		border-radius: 15px;
		display: table;
		margin: 12px auto 0;
		width: 100%;
	}
	.mobileSearch .serch-txt {
		background: #ffffff;
	}
	.post-img {
		margin-left: 2%;
		width: 40%;
		height: auto;
	}
	.post-img img {
		width: 100%;
		height: auto;
	}
	.post-cat .post-img {
		width: 100%;
		height: auto;
	}

}


@media screen and (max-width: 767px), (max-device-width: 767px){
	#elUserNav {
		display: none;
	}
	.wp-pagenavi a,.wp-pagenavi span {
		width: 13.3%;
	}
}

@media screen and (max-width: 750px) {
	.post-info, .post-comment { 
	font-size: 0.8em !important;
	padding: 1px 0px;
	}
	.post-cat .post-title > a { 
	font-size: 1em;
	}
	#tg-table-top { 
	font-size: 0.8em !important;
	}

	#tg-table-top table tbody td { 
	padding: 2px !important;
	}
	.column-release-date { 
	display: none;
	}
	.post-title > a {
		font-size: 0.8em;
	}
	#content { 
	margin: 0px !important;
	}
	#content { 
	border: none;
	}
	.post-img {
		font-size: 0.5em !important;
	}

	.other, .other2, .other3 {
		background: none !important;
		margin-top: 0 !important;
		padding: 0 !important;
		float: none !important;
		width: auto !important;
	}
}

@media screen and (max-width: 650px), (max-device-width: 650px){

	.post-img {
		width: 50%;
	}
	.post-cat .post-img {
		width: 100%;
	}
	h1 {
		font-size: 1.4em;
	}
	
}

@media screen and (max-width: 570px), (max-device-width: 570px){
	.post-text, .top-comment {
		display: none;
	}
	.post-cat .post-title > a { 
	font-size: 0.8em;	
	}
	.post-title > a {
		font-size: 0.6em;
	}
	#vgs-streams-table, .perf-content {
		font-size: 0.8em !important;
	}
	.mobileSearch {
		background: #044361;
		height: 50px;
		padding: 0 0.5em;
	}
	#content,.right-sidebar {
		margin: 10px;
	}
	h2 {
		line-height: 1;
	}
		.stream {
	padding-top: 80%;
	}
	.stream-content {
	padding: 0 0 10px 0 !important; 
	border: 0;
	}
	.stream-content p {
	padding: 0 10px; 
	}
	.stream-content hr {
	display:none;
	}
	.stream-content h1 {
	color:#fff;
	background-color: #000;
	font-weight: 100;
	font-size: 1em;
	}
	.ipsLayout_stream {
	border: 0 !important;
	}
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wpp-list, .vgs-widget { 
border-collapse: separate;
border-spacing: 0px;
display: table;
list-style: none outside none;
margin: 0px;
padding: 0px;
position: relative;
table-layout: auto;
width: 100%;

}
.wpp-list li { 
box-sizing: border-box;
border-bottom: 1px solid #F5F5F5;
border-left: 0px solid #F5F5F5;
border-right: 0px solid #F5F5F5;
border-top: 0px solid #F5F5F5;
position: relative;
width: 100%;
border-collapse: separate;
border-spacing: 0px;
list-style: none outside none;
padding: 10px;
}
.game-name { 
font-weight: 700;
}
.viewers { 
background: #ECECEC;
border-radius: 3px;
color: #333333;
display: inline-block;
font-size: 12px;
line-height: 15px;
padding: 5px 10px;
position: relative;
text-align: center;
text-transform: uppercase;
float: right; }
.channels li  { 
padding: 5px;
margin: 10px;
list-style: none outside none;
}
.game-name { 
padding: 5px;
}
.Widget_inner { 
padding: 7px;
}

.wp-caption-text { 
margin: 0px 5% 30px !important;
font-weight: 600;
line-height: 20px;
border-bottom:1px solid #cccccc;
}
.text p { 
margin: 24px 0;
}
.text blockquote, .comment_text blockquote {
border-left: 2px solid #55A1CD;
margin: 15px auto;
width: 90%;
padding: 0;
background:#ffffff;
 }
.text blockquote p, .comment_text blockquote p {
padding: 4px 18px;
margin: 20px 0;
 }

.text blockquote.hl-right {
    width: 50%;
    float: right;
	margin-left: 2%;
}
.text blockquote.hl-left {
    width: 50%;
    float: left;	
	margin-left: -2%;
		margin-right: 2%;
}

.text blockquote.hl-left, .text blockquote.hl-right {

    display: block;
    padding: 0;
	border-left: none;
}
.text blockquote.hl-left p, .text blockquote.hl-right p {
    margin: 0;
    padding: 0;
	    font-style: italic;
    font-weight: 300;
    letter-spacing: normal;
    line-height: normal;
    font-size: 1.7em;
    color: #00557D;
}

@media screen and (max-width: 979px), (max-device-width: 979px){
.text blockquote.hl-right {
    margin-right: -3%;
}
.text blockquote.hl-left {
    margin-left: -3%;
}
}
@media screen and (max-width: 750px), (max-device-width: 750px){
.text blockquote.hl-right {
    width: 100%;
	margin-left: 0;
    margin-right: 0;
    float: none;
}
.text blockquote.hl-left {
    width: 100%;
    margin-left: 0;
	margin-right: 0;
    float: none;
}
}
.text ul {
	margin: 10px;
}
.text ul > li, .CommentWidget ul > li, .rp4wp-related-posts ul > li {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url(img/bullet.png);	
background-origin: padding-box;
background-position: 0px 4px;
background-repeat: no-repeat;
background-size: auto;
padding: 4px 0 5px 24px;
list-style-type: none;
    font-size: 16px;
    line-height: 1.56;
}
ol {
  padding-left: 40px;
}
.text ol > li {
	font-size: 16px;
    line-height: 1.56;
	padding: 4px 0 5px 4px;
}

hr {
	background: #55a1cd; 
	color: #55a1cd;  
	border: none; 		
	float: none; 
	width: 100%; 
	height: .1em;
	margin: 0 0 1.4em;
	clear:both; 
}
hr.space {
  background: #fff;
  color: #fff;
}
.right-sidebar .gamerank {
	color: #888f8c; 
	border-right: 1px solid #888f8c; 
	padding-right: 4px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.stream {
width: 100%;
position: relative;
padding-top: 56.25%;
margin-bottom: 1em;
}

@media screen and (max-width: 767px), (max-device-width: 767px){
	.stream {
padding-top: 72%;
}
}
.stream object, .stream iframe, .stream embed, .stream video, #player-twitch-frame {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

iframe {
display: block;
margin: 0 auto;
}
.top-comment .photo img {
    float: none !important;
    height: 21px;
    margin: 0;
    top: 4px;
    width: 21px;
    border: none;
display: inline !important;
vertical-align: middle;
}
.top-comment .author {
color: #555555;
}
table {
	overflow:hidden;
	background:#fefefe;
	width: 100%;
	margin:0 auto;
	border-collapse: collapse;
}
th, td {
    padding:2px 4px 2px; 
    text-align:center; 
}
table thead {border-bottom:2px solid #55A1CD;}

.widgetlink {
min-width: 100%;
display: inline-block;
text-align: center;
color: #3C6994;
text-decoration: none;
font-size: 13px;
line-height: 18px;
margin: 10px 0;
}
.widgetlink:hover {
	color: #C62828;
}

.twitter-button {
background-color: #00abf0;
color:#fff;
} 
.twitter-button:hover {
background-color: #0fb2ff;
color:#fff;
} 
.telegram-button {
background-color: #0088cc;
color:#fff;
} 
.telegram-button:hover {
background-color: #0099ee;
color:#fff;
} 
.vk-button {
background-color: #4c75a3;
color:#fff;
} 
.vk-button:hover {
background-color: #739bc8;
color:#fff;
} 

.fa-twitter, .fa-vk, .fa-telegram {
font-size:24px !important;
top:5px;
}
.steam-group-button {
background-color: #444;
} 
.steam-group-button:hover {
background-color: #555;
} 
.donate-button {
background-color: #fedd29;
color: #333;
} 
.donate-button:hover {
background-color: #ffe53d;
color: #222;
}
.discord-button {
background-color: #7289da;
color: #fff;
} 
.discord-button:hover {
color: #fff;
} 

.youtube-button {
background-color: #fff;
color: #222;
} 
.youtube-button:hover {
color: #666;
} 

.zen-button {
background-color: #fff8d5;
color: #222;
} 
.zen-button:hover {
color: #fff;
} 

.donate-button, .steam-group-button, .twitter-button, .vk-button, .discord-button, .youtube-button, .zen-button, .telegram-button {
position: relative;
	margin-top: 1em;
display: block !important;
}
.steam-group-label ,.donate-label, .discord-label {
padding-left: 28px;
}
.twitter-label, .vk-label, .telegram-label {
padding-left: 4px;
}
.youtube-label, .zen-label {
padding-left: 40px;
}
.steam-group-label, .discord-label, .twitter-label, .vk-label, .telegram-label {
color:#ffffff;
font-size:13px;
}
.youtube-label, .zen-label {
	color:#222;
	font-size:13px;
}
.steam-group-icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 25%;
	background: transparent url('//www.progamer.ru/uploads/2016/09/steam.ico') 0 0 no-repeat;
}
.donate-icon {
	position: absolute;
	width: 23px;
	height: 26px;
	background: transparent url('//www.progamer.ru/uploads/2016/08/cutehamster.gif') 0 0 no-repeat;
} 

.discord-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	background: transparent url('//www.progamer.ru/uploads/2017/12/discord.png') -5px 5px no-repeat;
} 
.youtube-icon {
	position: absolute;
		width: 37px;
	height: 37px;
	background: transparent url('//www.progamer.ru/uploads/2018/10/youtube-icon.png') 0 4px no-repeat;
}
.zen-icon {
	position: absolute;
		width: 40px;
	height: 40px;
	background: transparent url('//www.progamer.ru/uploads/2018/10/zen-icon.png') 0 4px no-repeat;
}

.gin-gameheading {
	margin:2em 0;
	clear: both;
}
.gin-gamemeta dt {
  float: left;
  width: 135px;
}
.gin-karma dt {
  float: left;
  width: 169px;
}
.gin-gametitle {
	font-size: 21px;
}
.gin-userrate-box {
	margin-bottom:4px;
	padding: 5px;
	width: auto;
}
.gin-gamecover {
	float: right;
margin: 0px 15px 0px 0px;
display: block;
}
.gin-gamecover img {
max-width:240px;
}
@media screen and (max-width: 650px), (max-device-width: 650px){
.gin-gamecover {
	float: none;
margin: 0px;
}
.gin-gamecover img { margin: 0px; }	
}
.gin-userrate-box {
text-shadow: -1px -1px 0px rgba(0,0,0,0.2);

	color:#ffffff;
}
#tg-games-full-desc {
clear: both;
}
.boxred {
	background: rgb(206,6,21); /* Old browsers */
	background: -moz-linear-gradient(-60deg,  rgba(206,6,21,1) 0%, rgba(0,121,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(206,6,21,1)), color-stop(100%,rgba(0,121,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-60deg,  rgba(206,6,21,1) 0%,rgba(0,121,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-60deg,  rgba(206,6,21,1) 0%,rgba(0,121,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-60deg,  rgba(206,6,21,1) 0%,rgba(0,121,188,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(206,6,21,1) 0%,rgba(0,121,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE0615', endColorstr='#0079BC',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.boxgreen {
	background: rgb(6,181,19); /* Old browsers */
	background: -moz-linear-gradient(-60deg,  rgba(6,181,19,1) 0%, rgba(0,121,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(6,181,19,1)), color-stop(100%,rgba(0,121,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-60deg,  rgba(6,181,19,1) 0%,rgba(0,121,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-60deg,  rgba(6,181,19,1) 0%,rgba(0,121,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-60deg,  rgba(6,181,19,1) 0%,rgba(0,121,188,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(6,181,19,1) 0%,rgba(0,121,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06b513', endColorstr='#0079BC',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gin-selected {
	font-size: 34px;
	font-weight: 500;
	display: block;
	margin-left: 0.4em;
}
.user-voted {
	color:#999;
	font-size: 11px;
}
.ratingScoreOvText {
	font-weight: 600;
}
.hide h2 {
	padding-top:12px; 
}
.hide h3 {
	padding-top:6px; 
}
table.perf-table {
	border-collapse: separate;
	border-spacing: 2px;
}
.perf-table .Red {
	background-color: #FF9999;
}
.perf-table .Yellow {
	background-color: #FFFF66;
}
.perf-table .Grey {
	background-color: #c0c0c0;
}
.perf-table .Green {
	background-color: #99FF66;
}
.perf-table .DarkGreen {
	background-color: #00cc33;
}
.perf-content {
	margin: 8px 0;
	padding: 5px;
	border: 1px dotted #CCC;
}
.ipsDataItem {
    border-color: #f5f5f5;
    border-style: solid;
    border-width: 0 0 1px;
    position: relative;
    width: 100%;
list-style: none;
}
.ipsDataItem > .ipsPos_top {
    vertical-align: top !important;
}
.ipsPos_top {
    vertical-align: top;
    padding: 10px 0 4px 4px;
}
.ipsDataItem_icon {
    min-width: 25px;
    width: 25px;
    display: table-cell;
}
.ipsUserPhoto {
    background: none repeat scroll 0% 0% #FFF;
    vertical-align: middle;
    display: inline-block;
    line-height: 1px;
    position: relative;
    margin: 2px;
    border-radius: 150px;
}
.ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny::after {
    width: 36px;
    height: 36px;
    border-radius: 150px;
    border: 0px;
    padding: 0px;
}
.ipsDataItem_main {
    width: 100%;
    margin: 0px;
    vertical-align: top;
    display: table-cell;
    padding: 10px;
}
.ipsType_small:not(.ipsType_richText) {
    line-height: 16px;
}
.ipsType_light {
    color: #9c9c9c;
}
.ipsWidget .ipsDataItem .ipsType_small {
    font-size: 11px;
}
a.ipsType_blendLinks, .ipsType_blendLinks a {
    color: inherit;
    font-size: 11px;
}
.ipsWidget span.positive {
    color: #90c61e;
}
.ipsWidget span.negative {
    color: #c60000;
}
.ipsContained img, .ipsContained iframe {
  width: 100%;
  height: auto; 
}
.iwrs-widget .tool{
    opacity: 0.5;
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E9E9E9);
    font-family: Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    margin-right: 1px;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    border: 1px solid #CCCDD3;
    border-radius: 3px;
    color: #0069FF;
    padding: 0 5px;
}

.iwrs-widget .karma_wrap span.score{
    margin-right: 1px;
}
.iwrs-widget .karma_wrap {
	float: right;
}
.iwrs-widget .karma_wrap.disabled {
    opacity: 0.5;
    cursor: default;
}
.iwrs-widget .karma.minus, .iwrs-widget .karma.plus{
    width: 10px;
    font-weight: bold;
    text-align: center;
}
.iwrs-widget .karma.minus, span.negative{
    color: #C60000;
}
.iwrs-widget .karma.plus, span.positive{
    color: #90C61E;
}
.iwrs-widget .tool:hover{
    cursor: pointer;
    background-color: #DDDDDD;
    background-image: -moz-linear-gradient(center top , #DFE0E5, #EDEDF0);
}
.user-menu li a.ipsUserPhoto, .user-menu li a#elUserLink {
    margin-right: 0;
    display: inline;
    line-height: normal;
    background: none;
}

.user-menu li a#elUserLink {
    top: -10px;
    position: relative;
}
.user-menu li a.ipsUserPhoto {
    margin-right: 4px;
}
.ipsUserPhoto_tiny img {
width: 26px;
height: 26px;
}
.ipsButton_light {
    background: none repeat scroll 0 0 #e5e5e5;
    border-color: rgba(0, 0, 0, 0.03);
    color: #333333;
}

.ipsPad {
    padding: 15px;
}
code {
background: #1D1F21;
color: #eeeeee;
margin: 0px;
padding: 10px 15px;
display: inline-block;
}
.fa-navicon:before {content:"\f0c9";}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);}
@font-face{font-family:'FontAwesome';src:url('//www.progamer.ru/social/applications/core/interface/font/fontawesome-webfont.eot?v=4.3.0');src:url('//www.progamer.ru/social/applications/core/interface/font/fontawesome-webfont.eot?#iefix&amp;v=4.3.0') format('embedded-opentype'), url('//www.progamer.ru/social/applications/core/interface/font/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('//www.progamer.ru/social/applications/core/interface/font/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('//www.progamer.ru/social/applications/core/interface/font/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('//www.progamer.ru/social/applications/core/interface/font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}

.fa-caret-down:before{
	content:"\f0d7";
}

.fa-caret-up:before{
	content:"\f0d8";
}

.fa-caret-left:before{
	content:"\f0d9";
}

.fa-caret-right:before{
	content:"\f0da";
}
.fa-star {
padding-left: 5px;
}
.fa-star::before {
    content: "\f005";
	color: #55A1CD;
}
.fa-envelop {
	content: "\f0e0";
	color: #55A1CD;
}
.fa-twitter {
	content: "\f099";
}
.fa-vk {
	content: "\f189";
}
.fa-telegram {
	content: "\f2c6";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-home:before {
    content: "\f015";
}
#elRegisterButton {
    width: 125px;
}
#elSiteTitle {
    font-weight: 100;
}

 .ipsSocial_steam{background-color:#171a21;}.ipsSocial_steam .ipsSocial_icon{background:#2b323d;}.ipsSocial_vk{background-color:#567ca4;}.cShareLink_vk{background:#567ca4;}

.ya_partner_R-A-337595-1, .yandex_rtb_R-A-337595-2, .yandex_rtb_R-A-337595-3 {
	margin-top:15px;
}

.author-info {
	margin-bottom:1.4em;
}
.photo-cell .circle-mask {
    border-radius: 50%;
	max-width:120px;
	height:auto;
	border: 10px solid #f5f5f5;
}
	.photo-cell {
    display: table-cell;
    vertical-align: middle;
		
}

.contact-cell {
	display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

@media screen and (max-width: 767px), (max-device-width: 767px) {	
	.contact-cell {
    	padding-left: 6px;
	}
}
.bio-cell {
	    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 5px;
}
	.t-list {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 5px;
		color:#333;
	}
	
.t-meta {
    color: #ababad;
	margin-top: 3px;
}

.t-meta {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 5px;
}


.CommentWidget ul,.rp4wp-related-posts ul{width:100%;padding:0;margin:12px 0;position: relative;}
.CommentWidget ul>li,.rp4wp-related-posts ul>li{list-style:none;margin:0;padding: 4px 0 5px 24px;position: relative;}
.CommentWidget ul>li>p, .rp4wp-related-posts ul>li>p{margin:0;padding:0;}
.rp4wp-related-post-image{padding-right:25px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;}

.CommentWidget, .rp4wp-related-posts {
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
	border-radius: 3px;
	margin: 15px 0;
}

.CommentWidget_title, .rp4wp-related-posts::before  { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 24px;
    height: 40px;
	text-transform:uppercase;
    border-bottom: 1px solid #d5dddf;
}
.rp4wp-related-posts::before  { 
  content: "Читайте также";
}
.yandex_zen_add {
    display: block;
    text-align: center;
    padding: 12px 35px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
	background: #fff8d5 url('//www.progamer.ru/uploads/2018/10/zen-icon.png') 4px 4px no-repeat;
	margin: 15px 0;
}
