﻿* {
	margin: 0px;
	padding: 0px;
	border: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

::-moz-focus-inner {
	border: 0px !important;
}

:active, :hover, :focus {
	outline:0 !important;
	outline-offset:0 !important;
}
body {
	background: rgb(0, 0, 0);
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
	color: rgb(236, 231, 217);
	letter-spacing: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
a:link, a:visited {
	color: rgb(255, 221, 119);
	text-decoration: none;
	transition: 0.15s linear;
}
a:hover {
	color: rgb(255, 221, 119);
	text-decoration: none;
}

.left_banner {
	position: fixed;
	top: 0px;
	left: calc(50% - 952px);
	height: 1000px;
	overflow: hidden;
	z-index: 10;
}
.right_banner {
	position: fixed;
	top: 0px;
	right: calc(50% - 952px);
	height: 1000px;
	overflow: hidden;
	z-index: 10;
}

.main_colonn {
	width: 1050px;
	position: relative;
	margin:0 auto;
	top: 0px;
	padding-bottom: 120px;
	flex: 1;
	background: rgb(28, 25, 20);
}
.top_menu {
	width: 1050px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: normal;
	margin-bottom: 30px;
	top: 0px;
	background: rgb(45, 41, 35);
	font-size: 0px;
}
.top_menu_logo {
	position: relative;
	margin-right: auto;
	left: 20px;
}
.top_menu_logo a {
	position: relative;
	font-size: 40px;
	font-weight: 800;
}
.top_menu_links {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: normal;
	right: 20px;
}
.top_menu_links a {
	position: relative;
	border-radius: 4px;
	padding: 4px 10px 4px 10px;
	background: rgb(72, 67, 57);
	font-size: 13px;
}
.top_menu_ip {
	position: relative;
	margin-right: 10px;
	color: rgb(149, 131, 107);
	font-size: 13px;
}
.top_menu_ipt {
	position: relative;
	font-weight: 400;
	font-size: 11px;
}
.top_menu_user_avatar {
	position: relative;
	margin-right: 10px;
}
.top_menu_user_avatar img {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.top_menu_account {
	position: relative;
	margin-right: 10px;
}
.top_menu_logout {
	position: relative;
}

.up_banners {
	position: relative;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 920px;
	margin-bottom: 20px;
}
.up_banners a {
	position: relative;
	margin:0 auto;
	width: 178px;
	height: 78px;
}
.up_banners img {
	position:relative;
	width: 178px;
	height: 78px;
	border-radius: 7px;
}
.main_title {
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0px 10px 0px;
}
.main_title h1 {
	font-size: 18px;
	font-weight: 700;
}

.adv_up_main {
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adv_uptop {
	width: 400px;
	position:relative;
	display: block;
	text-align: center;
	background: rgb(45, 41, 35);
	margin: 10px;
	border-radius: 7px;
	padding-bottom: 7px;
}
.adv_uptop_txt {
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px;
	font-weight: 800;
}
.up_row {
	position:relative;
	font-size: 13px;
	font-weight: 600;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: normal;
	margin: 2px 10px 2px 10px;
}
.up_row:hover a {
    text-decoration:underline;
}
.up_rank {
	position:relative;
	font-size: 13px;
	font-weight: 500;
	margin: 0px 5px 0px 25px;
	width: 20px;
}
.up_add {
	position:relative;
	font-size: 11px;
	font-weight: 500;
	margin: 0px;
	width: 180px;
	text-align: left;
}
.up_add a {
	color: rgb(121, 121, 121);
}
.up_link {
	position:relative;
	font-size: 13px;
	font-weight: 600;
	margin: 0px 0px 0px 40px;
	margin-left: auto;
	width: 180px;
	text-align: left;
	text-transform: uppercase;
}
.up_chrons {
	position:relative;
	font-size: 11px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	width: 80px;
	text-align: center;
}
.up_rates {
	position: relative;
	font-size: 11px;
	font-weight: 600;
	margin: 0px 30px 0px 0px;
	width: 50px;
	text-align: right;
}





/* RATING */

.rating_head {
	font-size: 16px;
	margin: 10px 0px 20px 0px;
	font-weight: 700;
}
.rating_rank {
	position: relative;
	font-weight: 700;
	text-align: center;
	float: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	margin: 0px 10px 0px 15px;
	width: 30px;
	font-size: 16px;
}
.rating_row {
	position: relative;
	margin: 10px auto auto;
	width: 680px;
	height: 100px;
	border-radius: 7px;
	background: rgb(45, 41, 35);
}
.rating_row:hover {
	background: rgb(53, 48, 39);
}
.rating_row_vip {
	position: relative;
	margin: 10px auto auto;
	width: 680px;
	height: 100px;
	border-radius: 7px;
	background: rgb(57, 32, 32);
	border: solid rgb(94, 51, 51) 1px;
}
.rating_row_vip:hover {
	background: rgb(70, 37, 37);
}
.rating_row a, .rating_row_vip a {
	position: relative;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}
.rating_row:hover a, .rating_row_vip:hover a {
    text-decoration:underline;
}
.rating_domain {
	position: relative;
}
.rating_banner {
	position: relative;
	width: 80px;
	height: 80px;
	text-align: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	margin: 0px 10px 0px 0px;
	float: left;
}
.rating_banner_img {
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 7px;
}
.rating_info {
	position: relative;
	text-align: left;
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	top: 43%;
	float: left;
}
.rating_description {
	position: relative;
	font-size: 12px;
	margin-bottom: 5px;
}
.rating_details {
	position: relative;
	font-size: 0px;
}
.rating_chronics {
	position: relative;
	font-size: 12px;
	display: inline-block;
	padding: 2px 5px 2px 5px;
	background: rgb(28, 22, 18);
	border-radius: 4px;
}
.rating_xp, .rating_sp, .rating_drop, .rating_adena  {
	position: relative;
	font-size: 12px;
	display: inline-block;
	padding: 2px 5px 2px 5px;
	background: rgb(72, 67, 57);
	border-radius: 4px;
	margin: 0px 3px 0px 3px;
}
.rating_xp_vip, .rating_sp_vip, .rating_drop_vip, .rating_adena_vip  {
	position: relative;
	font-size: 12px;
	display: inline-block;
	padding: 2px 5px 2px 5px;
	background: rgb(96, 47, 47);
	border-radius: 4px;
	margin: 0px 3px 0px 3px;
}
.rating_votes {
	position: absolute;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 0px 3px 0px;
	text-align: center;
	right: 16px;
	top: 20px;
	background: rgba(0, 0, 0, 0.3);
	width: 80px;
}
.rating_vote_button {
	position: absolute;
	text-align: center;
	right: 16px;
	top: 55px;
}
.rating_vote_button a {
	position: relative;
	border-radius: 4px;
	padding: 3px 0px 3px 0px;
	font-size: 13px;
	font-weight: 600;
	background: rgba(121, 108, 0, 0.31);
	width: 80px;
}


/*====================================================*/
.s_info_main {
	position: relative;
	border-radius: 7px;
	background: rgb(45, 41, 35);
	padding: 30px 50px 20px 50px;
	margin: 0px 20px 0px 20px;
}
.s_info_left {
	position: relative;
	text-align: left;
}
.s_info_right {
	position: absolute;
	top: 90px;
	right: 120px;
}
.s_row_left {
	position: relative;
	margin: 0px 0px 15px 0px;
}
.s_row_left_desc {
	position: relative;
	margin: 0px 0px 15px 0px;
	line-height: 1.7;
}
.s_row_right_vote, .s_row_right_visit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.s_row_right_vote a {
	position: relative;
	border-radius: 7px;
	background: rgb(251, 249, 139);
	padding: 10px 30px 10px 30px;
	font-weight: 800;
	font-size: 25px;
	color: rgb(36, 36, 36);
}
.s_row_right_visit a {
	position: relative;
	border-radius: 7px;
	background: rgb(153, 168, 213);
	padding: 10px 30px 10px 30px;
	font-weight: 800;
	font-size: 25px;
	color: rgb(36, 36, 36);
}
.s_row_left_bold {
	font-weight: 700;
}
.s_row_align_right {
	position: absolute;
	float: right;
	left: 100px;
}
/*====================================================*/







.s_vote_main {
	position: relative;
	border-radius: 7px;
	background: rgb(45, 41, 35);
	padding: 30px 50px 50px 50px;
	text-align: center;
	margin: 0px 20px 0px 20px;
}
.s_vote_row {
	position: relative;
	margin: 0px 0px 50px 0px;
}
.s_vote_row_button {
	position: relative;
	margin: 0px 0px 15px 0px;
}
.s_vote_row_bold {
	font-weight: 700;
}
.s_vote_btn {
	position: relative;
	border-radius: 7px;
	padding: 10px 30px 10px 30px;
	font-family: inherit;
	font-weight: 800;
	font-size: 25px;
	cursor: pointer;
	background: rgb(251, 249, 139);
	border: 1px solid rgb(215, 213, 112);
	color: rgb(0, 0, 0);
}
.google-login-btn {
	position: relative;
	border-radius: 7px;
	padding: 10px 30px 10px 30px;
	font-weight: 600;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: normal;
	width: max-content;
	margin: auto;
	background: rgb(72, 67, 57);
}
.glogo {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cpath id='a' d='M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='%23FBBC05' d='M0 37V11l17 13z'/%3E%3Cpath clip-path='url(%23b)' fill='%23EA4335' d='M0 11l17 13 7-6.1L48 14V0H0z'/%3E%3Cpath clip-path='url(%23b)' fill='%2334A853' d='M0 37l30-23 7.9 1L48 0v48H0z'/%3E%3Cpath clip-path='url(%23b)' fill='%234285F4' d='M48 48L17 24l-4-3 35-10z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	position: relative;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}
.gtext {
	position: relative;
}
.cf-turnstile {
	position: relative;
	margin: 20px auto;
	font-size: 0;
	filter: brightness(70%) sepia(70%) saturate(100%);
}


.pagination {
	position: relative;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
.active_page, .not_active_page {
	position: relative;
	border-radius: 4px;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	font-size: 13px;
	background: rgb(45, 41, 35);
}
.active_page {
	font-weight: 800;
}


















/* DASHBOARD */

.acc_main {
	position: relative;
	border-radius: 7px;
	padding: 0px 50px 50px 50px;
	text-align: center;
	margin: 0px 20px 0px 20px;
}

.form_row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: right;
	margin: 10px;
}
.form_key {
	position: relative;
	margin-right: 10px;
}
.form_value {
	position: relative;
	margin-right: 120px;
}
.form_value input {
	position: relative;
	width: 600px;
	padding: 5px;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}
.form_value textarea {
	position: relative;
	width: 600px;
	height: 200px;
	padding: 5px;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}
.form_edit_button {
	position: relative;
	border-radius: 4px;
	padding: 4px 10px 4px 10px;
	font-size: 13px;
}









.footer {
	position: relative;
	width: 1050px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	background: rgb(45, 41, 35);
	color: rgb(147, 137, 119);
}
.footer a {
	color: rgb(255, 255, 255);
}
.footer_words {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 30px;
	font-size: 10px;
	font-weight: 400;
}