/* Profile header
-----------------------------------------------------------------------------*/

#profile-header, #team-header  {
	height: 450px;
	width: 100%;
	position: relative;
	background: rgba(83,83,83,0.40);
}

#team-header .avatar {
	width: 270px;
	height: 270px;
	position: absolute;
	top: 95px;
	left: 35px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);

}

.last_seen {
	margin: 357px 35px;
	position: absolute;
	color: #cecece;
	padding: 10px 28px;
}

.user_online {
	margin: 357px 35px;
	position: absolute;
	color: #0be289;
	padding: 10px 87px;
}

#profile-header .user-photo {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 95px;
	left: 35px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);

}


#profile-header .user-photo img {
	width: 250px;
	height: 250px;
}

#profile-header .avatar {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 67px;
	left: 226px;
	overflow: hidden;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.7);
	border-radius: 50%;
}
#profile-header .avatar img {
	width: 80px;
	height: 80px;
}

#team-header .profile-info  {
	position: absolute;
	top: 85px;
	left: 325px;
	width: 555px;
	height: 160px;
	color: #babab9;
}

#profile-header .profile-info {
	position: absolute;
	top: 85px;
	left: 320px;
	width: 540px;
	height: 86px;
	color: #babab9;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}


#team-header .profile-info .name {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

#profile-header .profile-info .name {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
	float: left;

}

#profile-header .profile-info .name-full span {
	color: #fff;
}

#profile-header .profile-info .city span {
	color: #fff;

}
.social_media_container {
    position: absolute;
    color: #cecece;
	top: 128px;
	left: 313px;
	z-index: 2;
}
#profile-header .icon-link{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 7.5px;

}
#profile-header .icon-link.facebook{
	background: url(/images/icons/facebook.svg) no-repeat;
	background-size: 100% auto;
}
#profile-header .icon-link.youtube{
    background: url(/images/icons/youtube.svg) no-repeat;
    background-size: 100% auto;
}
#profile-header .icon-link.instagram{
    background: url(/images/icons/instagram.svg) no-repeat;
    background-size: 100% auto;
}
#profile-header .icon-link.tiktok{
    background: url(/images/icons/tiktok.svg) no-repeat;
    background-size: 100% auto;
}

#profile-header .profile-info .name-full {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-right: 15px;
}

#profile-header .profile-info .city {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

#profile-header .profile-info .team {
	position: absolute;
	top: 10px;
	right:0;
	overflow: hidden;
}
#profile-header .profile-info .team span {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: -1px;
	border: 1px solid rgba(255,255,255,0.05);
	margin-bottom: 5px;
}

#profile-header .profile-info .team a {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	height: 20px;
	cursor: pointer;

}

#profile-header .profile-info .team a:hover span {
	border:1px solid #ebc928;
}


#profile-header .about{
	color: #babab9;
	position: absolute;
	top: 170px;
	left: 284px;
	width: 545px;
	margin: 20px 35px;
	overflow: hidden;
	height: 229px;
	line-height: 21px;
	font-style: italic;
	word-wrap: break-word;
	white-space: pre-line;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#profile-header .about textarea{
	color: #babab9;
	position: absolute;
	width: 100%;
	margin: 0;
	overflow: hidden;
	height: 100%;
	line-height: 21px;
	font-style: italic;
	background: transparent;
	border: none;
	resize: none;
	font-size: 14px;
	word-wrap: break-word;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

#team-header .profile-info .about  {
	color: #babab9;
	width: 100%;
	margin-top: 0px;
	min-height: 100px;
	max-height: 216px;
	overflow: hidden;
}

#team-header .profile-info #editGame{
	position: relative;
	bottom: 0;
	right: 0;
	top: 0;
	margin: 15px 30px 0 0;
}

#team-header .profile-menu {
	width: 520px;
	height: 34px;
	position: absolute;
	top: 280px;
	left: 35px;
}

.another {
	width: 250px !important;
}

#profile-header .profile-tools {
	position: absolute;
	top: 280px;
	right: 275px;
	height: 34px;
}

.tools-button {
	height: 34px;
	text-decoration: none;
	font-size: 11px;
	float: right;
	color: #fff;
	margin-left: 10px;
	text-transform: uppercase;
	line-height: 30px;
	border:2px solid rgba(255,255,255,0.15);
	cursor: pointer;
	padding: 0px 15px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tools-button:hover {
	color: #FFF;
	border-color: #fff;
}

#profile-header .profile-menu {
	width: 720px;
	height: 105px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#profile-header .profile-menu ul {
	padding: 12px 32px;
	font-size: 0;
}

#profile-header .profile-menu ul li {
	margin: 2px 2px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */

}

#profile-header .profile-menu ul li a {
	text-decoration: none;
	color: #C4C4C1;
	border:2px solid rgba(255,255,255,0.1);
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0px 10px;
	font-size: 13px;

}

#profile-header .profile-menu ul li a:hover {
	color: #000;
	background: #fff;
	border-color:#fff;
}

#team-header .profile-menu ul {
	list-style: none;
	font-size: 0;
}



#team-header .profile-menu ul li {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */

}

#team-header .profile-menu ul li a  {
	height: 34px;
	padding: 0px 11px;
	background: rgba(0,0,0,0.4);
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	line-height: 34px;
	display: block;
	margin-right: 8px;
	text-decoration: none;
}

#team-header .profile-menu ul li a:hover {
	background: #ebc928;
	color: #000;
}
#profile-header #stats {
	height: 450px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(/images/game-stats-bg.png) no-repeat #727272;
	background-size: 100% 100%;
	color: #f0f0f0;
	padding-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#team-header #stats {
	height: 450px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(/images/game-stats-bg.png) no-repeat #727272;
	background-size: 100% 100%;
	color: #f0f0f0;
}
#editGame {
	min-width: 110px;
	height: 34px;
	position: static;
	bottom: 35px;
	right: 275px;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	line-height: 32px;
	border: 2px solid #ebc928;
	background: #ebc928;
	text-decoration: none;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 30px;
	margin-top: -39px;
	float:right;
	font-weight: 600;
}

#editGame:hover {
	border-color: #fff;
	background: #fff;
	color: #6d6d6d;
}

.blur-bg {
	width: 900px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

.blur-bg img {
	width: 100%;
	height: 100%;
}

.blur-bg:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(30,30,30,0.85);
	position: absolute;
	top: 0px;
	left: 0px;
}

#profile-header #stats .rate-box, #team-header #stats .rate-box{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 120px;
	left: 100px;
	display: block;
	color: #FFF;
	padding: 0 0 115px 0;
}

#profile-header #stats .rate-box input, #team-header #stats .rate-box input {
	margin-top: 40px !important;
	font-size: 19px !important;
	border: none !important;
	background: none !important;
	color:#fff;
}

#profile-header #stats .rate-box .rate-title, #team-header #stats .rate-box .rate-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 9px;
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	padding: 0 10%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#profile-header #stats .rate-box .rate-left, #team-header #stats .rate-box .rate-left {
	font-weight: 300;
	font-size: 14px;
	position: absolute;
	top: 40px;
	left: -40px;
	color: #f07373;
	font-weight: bold;
}

#profile-header #stats .rate-box .rate-right, #team-header #stats .rate-box .rate-right {
	font-weight: 300;
	font-size: 14px;
	position: absolute;
	top: 40px;
	right: -40px;
	color: #ebc928;
	font-weight: bold;
	position: absolute;

}

#profile-header #stats .org-rate, #team-header #stats .org-rate {
	height: 50px;
	position: absolute;
	top: 240px;
	left: 0px;
	width:100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 22px;
	border-bottom: 1px solid grey;
	border-top: 1px solid gray;
	padding: 10px 0 60px 0;
	color: #0be289;
	font-weight: bold;
}

#profile-header #stats .org-rate span, #team-header #stats .org-rate span{
	color: #0be289;
	display: block;
	font-size: 28px;
	font-weight: 700;

}
#profile-header #stats .total-exp, #team-header #stats .total-exp {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left:-100px;
}

.best-weapon {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	margin: 20px 20px;
	padding:15px;
	border:2px solid rgba(255,255,255,0.1);


}

.best-weapon span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ebc928;
}



#profile-header #stats .total-exp .games, #team-header #stats .total-exp .games {
	width: 100px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	border-right:1px solid #8c8c8c;
}

#team-header #stats .total-exp .type {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

#profile-header #stats .total-exp .games span, #team-header #stats .total-exp .games span, #team-header #stats .total-exp .type span {
	font-size: 25px;
	display: block;
	font-weight: bold;
	line-height: 25px;
}

#profile-header #stats .total-exp .years, #team-header #stats .total-exp .years  {
	width: 100px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;

}

#profile-header #stats .total-exp .years span, #team-header #stats .total-exp .years span {
	font-size: 25px;
	display: block;
	font-weight: bold;
	line-height: 25px;
}

#profile-header #stats .total-exp .years .years-word, #team-header #stats .total-exp .years .years-word  {
	color: #fff;
	opacity: 0.5;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 20px;
}


.user-rating {
	font-size: 20px;
	text-align: center;
	margin: 20px -15px 0 -15px;
	padding: 0 0 10px 0;
	font-weight: 700;
	color: #ebc928;
	border-bottom: 1px solid grey;
}

#team-header .user-rating {
	font-size: 20px;
	text-align: center;
	margin: 55px -15px 0 -15px;
	padding: 0 0 10px 0;
	font-weight: 700;
	color: #ebc928;
	border-bottom: 1px solid grey;
}

#profile-header #stats .other-rate, #team-header #stats .other-rate {
	width: 100%;
	height: 40px;
	margin: 51px auto;
	padding: 0 0 50px 0;
	position: absolute;
	bottom: 15px;
	left: 0;
	border-bottom: 2px solid gainsboro;
}

#profile-header #stats .other-rate .years, #team-header #stats .other-rate .years  {
	width: 100px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 50px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: rgb(222, 184, 135);
	font-weight: bold;
}

#profile-header #stats .other-rate .games, #team-header #stats .other-rate .games {
	width: 100px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 50px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(97, 194, 255);
	text-align: center;
	border-right:1px solid #8c8c8c;
}

#profile-header #stats .other-rate .games span, #team-header #stats .other-rate .games span, #team-header #stats .other-rate .type span {
	font-size: 17px;
	display: block;
	line-height: 17px;
}

#profile-header #stats .other-rate .years span, #team-header #stats .other-rate .years span {
	font-size: 17px;
	display: block;
	line-height: 17px;
}

/* Team profile
-----------------------------------------------------------------------------*/
.team-rate {
	margin:30px auto 30px;
	width: 130px;
	height: 130px;
	border:6px solid rgba(255,255,255,0.1);
	border-radius: 50%;
	text-align: center;
	padding: 0px;
	color: #fff;
	padding-top: 25px;
	margin-top: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.team-rate .number {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #ebc928;

}
.team-rate span {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 11px;
	line-height: 13px;
	display: block;
	margin-bottom: 5px;
}
#user-highcharts{
	position: absolute;
	height: 265px;
	top: 185px;
	width: 100%;
}
.content h1.header-title-statistic {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
}