html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
body{
    line-height:1
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
    display:block
}
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
body{
    width:100%;
    background:url(../images/body-bg1.jpg) center top no-repeat;
    background-color:#14131a;
    font-size:14px;
    color:#696868;
	height:350px;
    min-height:100vh
}
a{
    transition:all 0.3s ease;
    color:#d8d0cc;
    text-decoration:none;
	cursor: pointer; 
}
a:hover{
    text-decoration:none
}
p{
    margin-bottom:20px
}
h1,h2,h3{
    color:#ffdda9;
    margin-bottom:20px;
    line-height:1.3;
    font-family:"Philosopher",sans-serif;
    letter-spacing:2px
}
h1{
    font-size:20px
}
h2{
    font-size:18px
}
h3{
    font-size:16px
}
table{
    width:100%
}
table tr{
    background-color:#0d0f17
}
table td{
    border-collapse:collapse;
    padding:15px 18px;
    border-top:1px solid #12141e;
    border-bottom:1px solid #12141e;

    font-size:14px;
    vertical-align:middle
}
table thead td{
    color:#a97fff;
    text-transform:uppercase
}
img{
    max-width:100%
}
caption{
    margin-bottom:15px
}

input,textarea{
    background:#040609;
    border:1px solid #36383a;
    color:#fff;
    padding:10px 15px;
    position:relative;
    font-size:16px;
    transition:0.3s;
    width:100%;

}
input:hover,textarea:hover{
    border:1px solid #fc9162;
    box-shadow:0px 0px 10px 0px rgba(252,142,98,0.6),inset 0px 0px 10px 0px rgba(252,142,98,0.6)
}
textarea{
    min-height:120px
}





.topPanel{
    position:fixed;
    width:100%;
    top:0px;
    left:0;
    right:0;
    transition:0.3s;
    z-index:20;
	background:rgba(7,10,17,0.30);
    box-shadow:0px 10px 10px 0px rgba(0,0,0,0.2)
}
.topPanel-wrapper{
    width:1200px;
    padding-left:25px;
    margin:0 auto;
    position:relative;
    justify-content:space-between;
    border-bottom:1px solid rgba(255,255,255,0.1)
}
.topPanel.topPanel-fixed{
    background:rgba(7,10,17,0.95);
    box-shadow:0px 10px 10px 0px rgba(0,0,0,0.2)
}
.topPanel.topPanel-fixed .nav li:hover{
    background:rgba(0,0,0,0.95)
}
.topPanel.topPanel-fixed .dropdown-toggle.active{
    background:rgba(0,0,0,0.95)
}
.topPanel.topPanel-fixed .topPanel-wrapper{
    border-bottom:0px
}



.f-menu li a {
    position: relative;
    color: #fff;
    opacity: 0.3;
    display: block;
    background: url(../images/menu-f-icon.png) left center no-repeat;
    padding: 11px 0px 11px 24px;
}

.hofmenu {
    width:100%;
    left:0;
    right:0;
    transition:0.3s;
    z-index:20;
	background:rgba(7,10,17,0.80);
    box-shadow:0px 10px 10px 0px rgba(0,0,0,0.2);
}
.hofPanel-wrapper{
    width:1500px;
    padding-left:280px;
	padding-top:10px;
	padding-bottom:10px;
    margin:0 auto;
    position:relative;
    justify-content:space-between;
    border-bottom:1px solid rgba(255,255,255,0.1)
}
.hofPanell .hofPanel-fixed{
    background:rgba(7,10,17,0.95);
    box-shadow:0px 10px 10px 0px rgba(0,0,0,0.2)
}
.hofPanel1 .hofPanel-fixed .nav li:hover{
    background:rgba(0,0,0,0.95)
}
.hofPanel .hofPanel-fixed .dropdown-toggle.active{
    background:rgba(0,0,0,0.95)
}
.hofPanel .hofPanel-fixed .hofPanel-wrapper{
    border-bottom:0px
}
.ranktable td:nth-child(odd) {
    background-color: rgba(0,0,0,0.1);
} 
a.rankname {
    color: #ffdda9;
} 	
.title td{
	color: #a97fff;
	font-weight: 600;
}
.titlesub td{
	color: #fff;
	font-size: 8px;
	font-weight: 600;
}
.btnmini {
	display: inline-block;
	width: 50%;
    padding: 6px 12px;
    margin-bottom: 0;
	margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
	
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.h1{
	font-size: 20px;
	font-weight: 700;
    color:#ffdda9;
    margin-bottom:20px;
    line-height:1.3;
    font-family:"Philosopher",sans-serif;
    letter-spacing:2px;
}
.btn-chose {
    color: #fff;
    background-color: #2F429F;
    border-color: #0C0D16;
	margin-bottom: 10px;
	margin-top: 10px;
}
.btnm{
    position:fixed;
    top:12px;
    left:20px;
    z-index:15;
    transition:0.3s
}
.btnm span{
    display:block;
    width:25px;
    height:3px;
    background:#fff;
    margin:5px 0px;
    opacity:0.8;
    border-radius:2px;
    transition:0.3s;
    position:relative
}
.btnm.active{
    left:270px;
    top:20px
}
.btnm.active span:nth-child(1){
    transform:rotate(45deg);
    top:8px
}
.btnm.active span:nth-child(2){
    display:none
}
.btnm.active span:nth-child(3){
    transform:rotate(-45deg)
}


.flex-c{
    display:flex;
    align-items:center;
    flex-wrap:wrap
}
.download p {
	color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}
.download p span {
	color: #a97fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.download {
	text-align: center;
}

.logo-mini{
    display:block;
    margin-right:15px

}
.hofpic{
    display:block;

}
.bright:hover{
    filter:brightness(120%)
}
.registration {
	background: url(../images/background-register.png) right bottom no-repeat;
	
}
.downloadback {
	background: url(../images/background-download.png) right bottom no-repeat;
	min-height: 900px;
	
}
.search {
    background: #0D0F17 url(../images/mu.png) 10px 7px no-repeat;
    height: 150px;
    width: 100%;
    text-align: center;
	padding: 60px;
	font-size: 17px;
}
.search input {
	width: 200px;
	height: 30px;
}
input.searchinput {
	width: 300px;
	height: 200px;
}
.registration p {
	margin-bottom: 5px;
	font-size: 13px;
    font-weight: 600;
}
.banks p {
	margin-bottom: 10px;
	font-size: 16px;
    font-weight: 600;
}
.registration form {
	margin-top:40px;
}
.form-group {
    margin-bottom: 15px;
}
.form-verify {
    margin-bottom: 15px;
	margin-top: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
	font-family: "Philosopher",sans-serif;
}
.nav li{
    display:inline-block;
    position:relative;
    cursor:pointer
}
.account span {
	color:#fcedc0 !important;
    font-family:"Philosopher",sans-serif;
    font-size:13px;
    position:relative;
    z-index:1;
	margin-bottom: 10px;
	
}
.accmenu{
    color:#ffdda9;
    margin-top:20px;
	margin-bottom:10px;
    line-height:1.3;
    font-family:"Philosopher",sans-serif;
    letter-spacing:2px;
	font-size: 22px;
}
.accmenu:hover{
    filter:brightness(240%)
}
.account li a:hover{
    filter:brightness(240%)
}
.account li a{
    color:#fcedc0 !important;
    font-family:"Philosopher",sans-serif;
    font-size:13px;
    display:block;
    position:relative;
    z-index:1;
	width: 365px;
	
}
.ulmenu {
	margin-left: -35px;
	padding-left: 35px;
}
.ulmenu:nth-child(2n) {
    background-color: rgba(0,0,0,0.1);

}
.a-menu {
	width: 365px;
}
.a-menu li a {
    position: relative;
    color: #fff;
    display: block;
    background: url(../images/menu-f-icon.png) left center no-repeat;
    padding: 11px 0px 11px 24px;
}
.nav li:first-child a{
    color:#fff !important;
}
.nav li a{
    color:#fcedc0 !important;
    font-family:"Philosopher",sans-serif;
    font-size:18px;
    display:block;
    height:90px;
    padding:0px 42px 0px 42px;
    line-height:90px;
    position:relative;
    z-index:1
}
.hofnav li a{
    color:#fcedc0 !important;
    font-family:"Philosopher",sans-serif;
    font-size:18px;
    display:block;
    height:90px;
    padding:0px 10px 0px 10px;
    line-height:90px;
    position:relative;
    z-index:1;
	padding-right: 50px;
}
.nav li ul{
    position:absolute;
    left:0;
    top:calc(100%);
    background:rgba(0,0,0,0.95) !important;
    padding:25px 0px 25px 0px;
    min-width:200px;
    display:none
}
.nav li ul li{
    display:block
}
.nav li ul li a{
    font-size:16px;
    padding:15px 50px;
    height:auto;
    line-height:1;
    color:#fcedc0 !important;
    background-position:left -20px center;
    background-repeat:no-repeat
}
.nav li:hover a{
    color:#cc7954 !important;
		background-color: transparent !important;
}
.nav li ul li:hover:after{
    opacity:1
}
.nav li ul li:hover a{
    color:#cc7954 !important;
    padding:15px 0px 15px 70px;
    background-position:left 50px center
}
.nav .sub-menu a{
    padding:0px 55px 0px 35px
}
.nav .sub-menu li a{
    padding:15px 50px
}
.sub-menu:before{
    content:"";
    position:absolute;
    background:url(../images/drop-icon.png) no-repeat;
    width:12px;
    height:8px;
    top:50%;
    margin-top:-4px;
    right:25px
}
.sign-in{
    padding-right:60px;
    color:#fcedc0 !important;
    font-size:18px;
    font-family:"Philosopher",sans-serif;
    position:relative;
    cursor:pointer
}
.sign-in:after{
    content:"";
    background:url(../images/lock-icon.png) no-repeat;
    position:absolute;
    width:91px;
    height:87px;
    right:-26px;
    top:50%;
    margin-top:-42px;
    transition:0.3s
}
.sign-in:hover:after{
    filter:brightness(140%)
}



.banner{
    width:100%;
    height:600px;
	display: block
}
.leftbox{
    padding: 35px 35px;
    width: 364px;
    box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
    background: url(../images/rightleftbox-top.png) center top no-repeat,url(../images/rightleftbox-bot.png) center bottom no-repeat;
    background-color: #12141e;
	min-height: 450px;
	margin-left: 15px;
	margin-top: 15px;
	position: relative;
}
.rightbox{
    padding: 35px 35px;
    width: 364px;
    box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
    background: url(../images/rightleftbox-top.png) center top no-repeat,url(../images/rightleftbox-bot.png) center bottom no-repeat;
    background-color: #12141e;
	min-height: 450px;
	margin-right: 15px;
	margin-top: 15px;
	position: relative;
}


.mainbox {
    width: 100%;
    margin-bottom: 30px;
}
.mainbox-page {
    color: #feffff;
    line-height: 1.6;
}
.mainbox {
    width: calc(100% - 365px - 365px - 40px);
    box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
    background: url(../images/content-top-bg.jpg) center top repeat-x,url(../images/content-bottom-bg.jpg) center bottom repeat-x;
    background-color: #12141e;
    padding: 35px;
	max-width: 850px;

}
.mainbox-wrapper h2:first-child {
    position: relative;
    text-transform: uppercase;
    color: #cc7954;
    font-size: 18px;
    font-family: "Philosopher",sans-serif;
    display: block;
    padding-left: 25px;
		padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mainbox-wrapper h2:first-child:before {
    content: "";
    position: absolute;
    background: url(../images/title-icon.png) no-repeat;
    width: 26px;
    height: 26px;
    left: -5px;
    top: 25%;
    margin-top: -13px;
    filter: drop-shadow(0px 0px 10px #ff2a00);
}
.h2-title-table {
    border-bottom: 1px solid #22252d;
    padding-bottom: 25px;
    position: relative;
	align-items: flex-end;
    margin-bottom: 25px;
}
.h2-title span {
    position: relative;
    text-transform: uppercase;
    color: #cc7954;
    font-size: 18px;
    font-family: "Philosopher",sans-serif;
    display: block;
    padding-left: 25px;
}
.h2-title span:before {
    content: "";
    position: absolute;
    background: url(../images/title-icon.png) no-repeat;
    width: 26px;
    height: 26px;
    left: -5px;
    top: 50%;
    margin-top: -13px;
    filter: drop-shadow(0px 0px 10px #ff2a00);
}









.tableBlock-title {
    background: url(../images/top-table-bg.png) repeat-x;
    height: 36px;
    padding: 0px 17px;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
    width: 100%;
}
.tableBlock-title_player {
    width: 62%;
}
.tableBlock-title_level {
    width: 17%;
    text-align: center;
}
.tableBlock-title_time {
    width: 25%;
    text-align: center;
}
.tableBlock-title_events {
    width: 62%;
}
.tableBlock-title_score {
    width: 21%;
    text-align: right;
}
.collapse.in {
    display: block;
    visibility: visible;
}





.tableBlock-statistics {
    display: flex;
    align-items: center;
    padding: 0px 50px;
	height: 50px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.tableBlock-statistics:nth-child(odd) {
    background-color: rgba(0,0,0,0.1);
}
.tableBlock-statistics>div {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 37px;
    padding-bottom: 1px;
}














.tableBlock-content {
    display: flex;
    align-items: center;
    padding: 0px 50px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 365px;
    margin-left: -35px;
}
.tableBlock-content:nth-child(odd) {
    background-color: rgba(0,0,0,0.1);
}
.tableBlock-content>div {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    height: 37px;
    padding-bottom: 1px;
}
.tableBlock-conten_number {
    width: 10%;
}
.tableBlock-conten_name {
    width: 52%;
    display: flex !important;
    align-items: center;
    color: #fff;
    line-height: 1.2;
}
.tableBlock-conten_time {
padding-left: 35px;
}
.tableBlock-content:hover{
    background-image:url(../images/hover-table.png)
}
.classimg {
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 40%);
    margin-right: 12px;
}
.tableBlock-conten_name .classimg {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 40%);
    margin-right: 12px;
}
.tableBlock-conten_name a img {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 40%);

}
.tableBlock-conten_name a {
    color: #fff;
    position: relative;
}
.tableBlock-conten_lvl {
    width: 17%;
    justify-content: center;
    color: #a97fff;
}
.color-purple {
    color: #a97fff;
}
.color-red {
    color: #FF0000;
}
.color-green {
    color: #008000;
}
.tableBlock-conten_scr {
    width: 21%;
    justify-content: flex-end;
    color: #ffdda9;
}











.fieldGroup {
    position: relative;
    margin: 20px 0px;
}
.fieldGroup input {
    width: 100%;
    height: 100%;
}
.fieldGroup span {
    position: absolute;
    color: #696868;
    font-size: 11px;
    z-index: 1;
    display: block;
    padding: 5px;
    background: #040609;
    left: 10px;
    top: -12px;
    text-transform: uppercase;
}
.fieldGroup:hover span{
    color:#fc9162;
    text-shadow:1px 1px 10px #fc9162, -1px -1px 10px #fc9162
}
input, textarea {
    background: #040609;
    border: 1px solid #36383a;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    transition: 0.3s;
    width: 100%;
    font-family: "Open Sans",sans-serif;
}
.enter{
    padding-top:10px
}
.enterLinks p{
    margin-bottom:0px;
    margin:5px 0px;
}
.enterLinks a{
    font-size:14px
}
.enterLinks a:hover{
    color:#fff
}
.forgot{
    color:#696868;
    margin-bottom:6px;
	cursor: pointer;
}
.sign{
    color:#fcedc0;
    text-decoration:underline;
	cursor: pointer;
}
.button-blue {
    background: url(../images/button-blue.png) no-repeat;
}
.all-button {
	margin-top: 25px;
	text-align: center;
}
.bright1 {
	background: url(../images/bright/1.gif) no-repeat;
}
.button {
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
}
.button:hover {
	filter:brightness(120%)
}
button, .button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../images/button.png) no-repeat;
    height: 40px;
    width: 147px;
    border: none;
    color: #ffffff !important;
    font-family: "Philosopher",sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0px 0px 22px 5px rgb(59 36 151 / 20%), 0px 10px 15px 4px rgb(0 0 0 / 30%);
}
.fields {
    padding-top: 40px;

}







.main {
	margin-top:10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 190px;
}
main {
    position: relative;
    z-index: 4;
    min-height: 500px;
}
.main {
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.socButton{
    width:365px;
    height:115px;
    display:flex;
    align-items:center;
    align-content:center;
    flex-wrap:wrap;
    font-size:30px;
    color:#fff;
    font-family:"Philosopher",sans-serif;
    font-weight:700;
    padding-left:110px;
    position:relative;
    margin-bottom:26px;
    box-shadow:0px 10px 15px 4px rgba(0,0,0,0.3);
}
.socButton:hover{
    padding-left:130px
}
.socButton span{
    display:block;
    width:100%;
    color:#fcedc0;
    font-size:13px;
    font-weight:400;
    font-family:"Open Sans",sans-serif;
    margin-top:5px
}
.socButton:before{
    content:"";
    position:absolute;
    left:40px;
    top:50%
}
.socButton.socDiscord{
    background:url(../images/soc-button-purple.jpg) no-repeat
}
.socButton.socFacebook {
    background: url(../images/soc-button-blue.jpg) no-repeat;
}
.socButton {
    width: 365px;
    height: 115px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 30px;
    color: #fff;
    font-family: "Philosopher",sans-serif;
    font-weight: 700;
    padding-left: 110px;
    position: relative;
	margin-left: 15px;
    box-shadow: 0px 10px 15px 4px rgb(0 0 0 / 30%);
}
.socBlock:after{
    content:"";
    position:absolute;
    left:50%;
    width:1px;
    height:130px;
    top:50%;
    margin-top:-65px;
    background-color:rgba(255,255,255,0.1)
}
.socHome {
    width: 365px;
}
aside>div {
    margin-bottom: 15px;
}

















.wrapper {
    width: 100%;
    max-width: 1200px;
}
.wrapper {
    width: 1200px;
    padding: 0px 25px;
    margin: 0 auto;
    position: relative;
}
.footerMenu-block{
    width:25%
}
.flex{
    display:flex;
    flex-wrap:wrap
}
footer {
    background: #04060c;
    padding: 55px 0px;
	margin-top: 150px;
}
.h2-title {
    align-items: flex-end;
    margin-bottom: 25px;
}
.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footerInfo-block {
    margin-bottom: 40px;

}
.line {
    display: block;
    background: url(../images/line.png) center no-repeat;
    width: 100%;
    overflow-x: hidden;
    height: 86px;
}
.f-text {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    opacity: 0.3;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: calc(100% + 15px);
}
.text-center {
    text-align: center;
}


.rankmenu {
    width: 100%;
}
.ranksubmenu {
    width: 25%;
}
a.dropdown-toggle {
	color: #ffdda9;
    text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	font-family: "Philosopher",sans-serif;
}
.ranksubmenu {
    float: left;
}
.ranksubmenu:hover{
    background-image:url(../images/hover-table.png)
}





/* RANKINGA */
.control{
	display:flex;
	flex-direction:row;	
}
.goog-inline-block .goog-menu-button-caption{
	min-width:100px;
}
#levels, #resets{
	margin:0.5% 2% 0px 2%;
}

#table{
	margin-top:0;
}
#table thead th:nth-child(2){
	min-width:80px;
}
fieldset{
	font-size:0.8rem;
	display:table;
	margin:0 auto;
}
legend{
	font-weight:900;
	font-size:12pt;
	padding:1% 1%;
	font-style:italic;
}

.character .goog-inline-block input{
	width:100% !important;
	font-family: "Philosopher",sans-serif;
	padding:1% 1%;

}

.goog-inline-block{
	background-color:#12141e !important;
}

.goog-menu-button, .goog-menu-button-caption, .goog-menu-button-inner-box, .goog-menu-button-outer-box{
	background-color:#12141e!important;
	color:#A96DC3;
	border:none !important;
}

.google-visualization-table-td, .google-visualization-controls-categoryfilter{
	border:0 !important;
	padding: 20px!important;
	text-align: center!important;
}
.google-visualization-table-tr-even {
    background-color: #10121B!important;
}
.google-visualization-table-tr:nth-child(odd){
	background-color: rgba(0,0,0,0.1)!important;
}
.google-visualization-table-tr-odd {
    background-color: #0d0f17!important;
}
.google-visualization-table-th{
	border-collapse:collapse!important;
    padding:15px 18px!important;
    border-top:1px solid #12141e!important;
    border-bottom:1px solid #12141e!important;
    color:#a97fff!important;
    font-size:14px!important;
    vertical-align:middle!important;
	border:none!important;
}

.google-visualization-table-tr-head, .google-visualization-table-div-page{
	background-color:#0d0f17!important;
	color:#0d0f17;
	border-collapse:collapse!important;
	border-spacing:0!important;
	margin-top: 0px!important;
}
.goog-custom-button{
	color:white !important;
}
.google-visualization-table .gradient {
    background-image: none!important;
}
custom-button-disabled .goog-custom-button-inner-box {
    color: #fff !important;
    border-color: #999 !important;
}
.goog-custom-button-outer-box, .goog-custom-button-inner-box {
    border-style: none!important;
}




.vaults
{
	width:287px!important;
	table-layout:fixed;
	background-color:#212121;
	border-width:0;
}
.vaults tr td {
padding: 0!important;
border-top: none!important;
border-bottom: none!important;
}
.sell
{
	position:absolute;
	text-align:center;
	width:250px;
	display:none;
	border:1px solid #100f0d;
	color:#fff
}
.item_info
{
	color:#000;
	display:block;
	width:260px;
	padding:10px;
	margin:auto
}
.itemblock,.m
{
	margin:0;
	padding:0;
}
.m
{
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	border:0
}
 
.new_sell
{
	border-radius:10px;
	background:rgba(0,0,0,.4);
	transition:.3s ease-out;
	opacity:.97;
	font-size:12px;
	transform:scale(.9);
	z-index:9000000!important
}
.new_sell:hover
{
	-webkit-transform:scale(1.2);
	transform:scale(1);
	-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);
	opacity:1;
	text-shadow:1px 1px #000;
	background:rgba(20,17,10,.5);
	transition:.3s ease-in
}
.admin-title{
    position:relative;
	background:url(design_img/img_border.png) no-repeat;
	font-weight:600;
    color:white;	
	background-color:rgba(20,16,16,0.7);
	width:300px;
	padding:20px 20px;
	text-shadow:1px 1px #000000;
	line-height:20px;
    z-index:15;

}
.market a {
	margin-left: 2px;
	display: inline-block;
	font-size: 16px;
    font-weight: 600;
}
.marketitem:nth-child(odd){
	background-color: rgba(0,0,0,0.1)!important;
}
.inventory
{
	margin-left: 23px;
	margin-top: 83px;
	width:287px!important;
	table-layout:fixed;
	background-color:#212121;
	border-width:0;
}
.inventory tr td {
padding: 0!important;
border-top: none!important;
border-bottom: none!important;
}
.text-center {
    text-align: center;
}
.charinfosm {
	padding-left: 35px;
	padding-right: 35px;
	background: url(../images/background-register.png) right bottom no-repeat;
	
}
.charinfoelf {
	padding-left: 35px;
	padding-right: 35px;
	background: url(../images/background-download.png) right bottom no-repeat;
	
}
.charinfobk {
	padding-left: 35px;
	padding-right: 35px;
	background: url(../images/background-bk.png) left center no-repeat;
	
}
.charinfomg {
	padding-left: 35px;
	padding-right: 35px;
	background: url(../images/background-mg.png) left center no-repeat;
	
}
.send_gift {
	padding-left: 35px;
	padding-right: 35px;
}
.charinfosm tr{
	opacity:80%;
	
}
.charinfoelf tr{
	opacity:80%;
	
}
.charinfobk tr{
	opacity:80%;
	
}
.charinfomg tr{
	opacity:80%;
	
}
.tableBlock-stats {
	width: 52%;
}
.tableBlock-statslf {
padding-left: 75px;
width: 72%;
}
.tableBlock-stats span{
	font-family: "Philosopher",sans-serif;
	font-size: 13px;
	color: #fff;
}
.tableBlock-statslf span{
	font-family: "Philosopher",sans-serif;
	font-size: 14px;
}