* {
	margin: 0;
	padding: 0;
}

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  cursor: url('../images/cursor_ro_default.png'), auto;
}

html {
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	--overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	--font-size: 12px;
	min-width: 1200px;
}

@-webkit-keyframes bgrun {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -360px 300px; } }

@keyframes bgrun {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -360px 300px; } }
	
body {
	font-size: 9pt;
	font-family: 'Play', sans-serif;
	min-width: 1360px;
	background-color: #e8e8e8;
	/*background-image: url(../images/bg_poring.png);*/
	/*-webkit-animation: bgrun 10s linear infinite;*/
	/*animation: bgrun 10s linear infinite;*/
}


.min-width {
	min-width: 1146px;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

#page-content ul {
	margin-left: 15px;
}

h5 {
	font-size: 16px;
}

h4 {
	font-size: 18px;
}

h3 {
	font-size: 20px;
}

h2 {
	font-size: 22px;
}

h1 {
	font-size: 24px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 16px;
	line-height: 26px;
}

input::placeholder {
	color: #ccc !important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #555555;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

b, strong {
	font-weight: 600;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}
#ranking-page .table tbody tr:hover,
.table.db-table tbody tr:hover {
	background: #f0ffed;
}

.table td {
	--padding-top: 10px;
	--padding-bottom: 10px;
}

.horizontal-table th, .horizontal-table td {
	padding: 5px 10px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ddd;
}

.horizontal-table th {
	font-weight: 600;
}

.horizontal-table {
	width: 100%;
	margin: 0 0 1.5em;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #dddddd;
}

.no-border {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
	*vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;
	/* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	border: 1px solid #323232;
	background: #323232;
	color: #fff;
	cursor: url('../images/cursor_ro_pointer.png'), auto;
	line-height: 20px;
	font-size: 16px;
	padding: 1px 25px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #e7ad67;
	color: #fff;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	--border-color: #378ba0;
	--background: #378ba0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

.generic-form input[type=text],
.generic-form input[type=email],
.generic-form input[type=password],
.generic-form textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
}

.generic-form input[type=text]:focus,
.generic-form input[type=email]:focus,
.generic-form input[type=password]:focus,
.generic-form textarea:focus {
	color: #111;
}

.generic-form input[type=text],
.generic-form input[type=email],
.generic-form input[type=password]
{
	padding: 3px;
}

textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 98%;
}

a {
	color: #823a00;
	text-decoration: none;
	cursor: url('../images/cursor_ro_pointer.png'), auto;
}

a:hover,
a:focus,
a:active {
	color: #e7ad67;
	opacity: 1;
	outline: none;
	cursor: url('../images/cursor_ro_pointer.png'), auto;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


#main-desc-title {
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0px;
	text-align: center;
}

#main-desc-sub {
	position: absolute;
	width: 100%;
	top: 95px;
	left: 0px;
	text-align: center;	
	text-transform: uppercase;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	text-shadow: 
			-0   -1px 2px rgba(0, 0, 0, 0.5),
			 0   -1px 2px rgba(0, 0, 0, 0.5),
			-0    1px 2px rgba(0, 0, 0, 0.5),
			 0    1px 2px rgba(0, 0, 0, 0.5),
			-1px -0   2px rgba(0, 0, 0, 0.5),
			 1px -0   2px rgba(0, 0, 0, 0.5),
			-1px  0   2px rgba(0, 0, 0, 0.5),
			 1px  0   2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5);
}
#main-desc-title span {
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	text-shadow: 
			-0   -1px 2px rgba(0, 0, 0, 0.5),
			 0   -1px 2px rgba(0, 0, 0, 0.5),
			-0    1px 2px rgba(0, 0, 0, 0.5),
			 0    1px 2px rgba(0, 0, 0, 0.5),
			-1px -0   2px rgba(0, 0, 0, 0.5),
			 1px -0   2px rgba(0, 0, 0, 0.5),
			-1px  0   2px rgba(0, 0, 0, 0.5),
			 1px  0   2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5);
}
#main-desc-title h1 {
	text-transform: uppercase;
	font-size: 32px;
	color: #e5ffe9;
	text-shadow: 
			-0   -1px 2px rgba(0, 0, 0, 0.5),
			 0   -1px 2px rgba(0, 0, 0, 0.5),
			-0    1px 2px rgba(0, 0, 0, 0.5),
			 0    1px 2px rgba(0, 0, 0, 0.5),
			-1px -0   2px rgba(0, 0, 0, 0.5),
			 1px -0   2px rgba(0, 0, 0, 0.5),
			-1px  0   2px rgba(0, 0, 0, 0.5),
			 1px  0   2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5);
}
#server-desc h2, #server-desc h3 {
	clear: none;
}
#server-desc-car .carousel-indicators li {
	width: 50px;
	top: 20px;
	margin: 0 7px 0 7px;
	height: 5px;
	background-color: #bbb;
	--opacity: 0.5;
}

#server-desc-car .carousel-indicators li:hover {
	cursor: url('../images/cursor_ro_pointer.png'), auto;
}

#server-desc-car .carousel-indicators li.active {
	background-color: #000;
	--opacity: 0.7;
}
.main-slider {
	display: table;
	position: absolute;
	height: 226px;
	top: 0px;
	--line-height: 22px;
	font-style: italic;
	font-size: 15px;
	color: #fff;
	font-family: "Arial";
	text-shadow:
			-0   -1px 2px rgba(0, 0, 0, 0.7),
			 0   -1px 2px rgba(0, 0, 0, 0.7),
			-0    1px 2px rgba(0, 0, 0, 0.7),
			 0    1px 2px rgba(0, 0, 0, 0.7),
			-1px -0   2px rgba(0, 0, 0, 0.7),
			 1px -0   2px rgba(0, 0, 0, 0.7),
			-1px  0   2px rgba(0, 0, 0, 0.7),
			 1px  0   2px rgba(0, 0, 0, 0.7),
			-1px -1px 2px rgba(0, 0, 0, 0.7),
			 1px -1px 2px rgba(0, 0, 0, 0.7),
			-1px  1px 2px rgba(0, 0, 0, 0.7),
			 1px  1px 2px rgba(0, 0, 0, 0.7),
			-1px -1px 2px rgba(0, 0, 0, 0.7),
			 1px -1px 2px rgba(0, 0, 0, 0.7),
			-1px  1px 2px rgba(0, 0, 0, 0.7),
			 1px  1px 2px rgba(0, 0, 0, 0.7);
}
.main-slider p {
	display: table-cell;
	vertical-align: middle;
}
.main-slider p span2 {
	line-height: 12px;
	padding: 5px;
	background-color:rgba(0, 0, 0, 0.1);
	padding: 10px;
	border: solid 1px;
}

#server-social {
	float: left;
	width: 770px;
	margin-top: 80px;
}

#main-bottom {
	min-height: 360px;
	margin-top: -10px;
	position: relative;
}

#page-content {
	min-height: 500px;
	padding-top: 0px;
}

#seo-desc {
	margin-top: 50px;
	padding-right: 20px;
	clear: both;
	color: #999;
	font-size: 14px;	
}

#seo-desc a {
	color: #016fb4;
}

#seo-desc a:hover {
	color: #e7ad67;
}

#main-right-col {
	width: 257px;
	min-height: 750px;
	float: right;
    background-color: #f5f5f5;
    padding: 0px 0px;
    /*border:1px solid rgba(0,0,0,.125);*/
    border-radius:7px;	
}

#server-status {
	font-size: 15px;
}
#server-status .down {
	font-size: 15px;
  	color: #ff0000;
}

#right-links {
    padding: 5px 7px 7px 7px;
    transition: none;
	background-color: transparent;
}
#right-links a {
	width: 240px; 
	height: 67px;
	display: block;
	position: relative; 
	left: 0px; 
	top: 0px; 
	margin-bottom: 7px;
	transition: none;
	background-color: transparent;
	/*transition: all 0.6s;*/
}


#right-links a:hover {
	/*transform: scale(1.07);*/
}

#server-links {

}
#server-links a {
	width: 250px; 
	height: 50px;
	display: block;
	position: relative; 
	left: 0px; 
	top: 0px; 
	margin-bottom: 11px;
}
#server-links a:hover {

}
#server-links a span {
	position: absolute;
	top: 5px;
	left: 85px;
	font-size: 16px;
	color: #fff;
	transition: color 0.5s;
	text-shadow: 
			-0   -1px 2px rgba(0, 0, 0, 0.5),
			 0   -1px 2px rgba(0, 0, 0, 0.5),
			-0    1px 2px rgba(0, 0, 0, 0.5),
			 0    1px 2px rgba(0, 0, 0, 0.5),
			-1px -0   2px rgba(0, 0, 0, 0.5),
			 1px -0   2px rgba(0, 0, 0, 0.5),
			-1px  0   2px rgba(0, 0, 0, 0.5),
			 1px  0   2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5);	
}

#server-links a small {
	position: absolute;
	top: 22px;
	left: 95px;
	font-size: 10px;
	color: #fff;
	transition: color 0.5s;
	text-shadow: 
			-0   -1px 2px rgba(0, 0, 0, 0.5),
			 0   -1px 2px rgba(0, 0, 0, 0.5),
			-0    1px 2px rgba(0, 0, 0, 0.5),
			 0    1px 2px rgba(0, 0, 0, 0.5),
			-1px -0   2px rgba(0, 0, 0, 0.5),
			 1px -0   2px rgba(0, 0, 0, 0.5),
			-1px  0   2px rgba(0, 0, 0, 0.5),
			 1px  0   2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5),
			-1px -1px 2px rgba(0, 0, 0, 0.5),
			 1px -1px 2px rgba(0, 0, 0, 0.5),
			-1px  1px 2px rgba(0, 0, 0, 0.5),
			 1px  1px 2px rgba(0, 0, 0, 0.5);	
}

#server-links a:hover span {
	color: #e7ad67;
}

#server-links a:hover small {
	color: #e7ad67;
}

#server-news-title {
	--border: solid 1px #777;
	width: 380px;
	height: 84px;
	font-size: 22px;
	padding-left: 120px;
	margin-bottom: 30px;
	background: url('https://clovero.online/themes/odin/images/server-news.jpg') no-repeat left;
}

#server-news-title h2 {
	clear: none;
	border: 0;
	padding: 17px 0 0 0;
	margin-bottom: -5px;
}

#server-news-title h3 {
	font-size: 12px;
	color: #777;
}

#server-news-title h2, #server-news-title h3 {
	clear: none;
}

#server-news-wrap {
	width: 920px;
	margin: auto;
	--border: solid 1px #eee;
	overflow: hidden;
}

.server-news {
	--border: solid 1px #efefef;
	width: 435px;
	padding-left: 10px;
	margin: 0 5px 20px 0;
	float: left;
}

.server-news .news-image {
	float: left;
	width: 45px;
	height: 45px;
	margin: 3px 10px 0 0;
	background: url('https://clovero.online/themes/odin/images/news.gif') no-repeat center;
}

.news-author, .news-comment {
	color: #000;
	font-size: 12px;
}

#discord-link {
	--display: none;
	position: absolute;
	right: 0px;
}

#tianyu-left {
	position: absolute;
	left: 0px;
    width: 188px;
    padding: 0px 0px;
    border-radius:7px;
    background-color: #f5f5f5;
    margin-top: 10px;
}
#left-links {
    margin-left: 3px;
    padding: 7px 7px 7px 7px;
    transition: none;
    background-color: transparent;
}
#left-links a {
	width: 170px; 
	height: 42px;
	display: block;
	position: relative; 
	left: 0px; 
	top: 0px; 
	margin-bottom: 7px;
	/*transition: all 0.6s;*/
    transition: none;
    background-color: transparent;
}

#left-links a:hover {
	/*transform: scale(1.07);*/
}


#tianyu-news {
	position: absolute;
	left: 198px;
    width: 650px;
    margin-top: 10px;
    
}
.main-banner {
	font-size: 24px;
	text-decoration: none !important;
}
.main-banner-in {
	width: 70%;
	height: 100%;
	display: table;
	vertical-align: middle;
}
.main-banner-in .main-banner-text {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	transition: text-shadow 0.3s;
	text-shadow: 
			-0   -1px 2px rgba(0, 0, 0, 0.2),
			 0   -1px 2px rgba(0, 0, 0, 0.2),
			-0    1px 2px rgba(0, 0, 0, 0.2),
			 0    1px 2px rgba(0, 0, 0, 0.2),
			-1px -0   2px rgba(0, 0, 0, 0.2),
			 1px -0   2px rgba(0, 0, 0, 0.2),
			-1px  0   2px rgba(0, 0, 0, 0.2),
			 1px  0   2px rgba(0, 0, 0, 0.2),
			-1px -1px 2px rgba(0, 0, 0, 0.2),
			 1px -1px 2px rgba(0, 0, 0, 0.2),
			-1px  1px 2px rgba(0, 0, 0, 0.2),
			 1px  1px 2px rgba(0, 0, 0, 0.2),
			-1px -1px 2px rgba(0, 0, 0, 0.2),
			 1px -1px 2px rgba(0, 0, 0, 0.2),
			-1px  1px 2px rgba(0, 0, 0, 0.2),
			 1px  1px 2px rgba(0, 0, 0, 0.2);
}
.main-banner-in h5 {
	color: #fff !important;
	line-height: 27px;
	font-size: 20px;
	text-transform: uppercase;
}
.main-banner-in .small {
	color: #fff !important;
	line-height: 15px;
	font-size: 12px;
}
.main-banner-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s;
}
.main-banner:hover .main-banner-hover {
	opacity: 1;
}
#test-banner {
	position: absolute;
	right: 0px;
  	top: 0px;
	width: 298px;
	height: 160px;
	background: url('../images/right.jpg') no-repeat 0 -180px;

}
#test-banner .main-banner-hover {
	background: url('../images/right.jpg') no-repeat 0 0;
}
#test-banner:hover .main-banner-text {
	text-shadow: 
			-0   -1px 2px rgba(20, 84, 149, 0.9),
			 0   -1px 2px rgba(20, 84, 149, 0.9),
			-0    1px 2px rgba(20, 84, 149, 0.9),
			 0    1px 2px rgba(20, 84, 149, 0.9),
			-1px -0   2px rgba(20, 84, 149, 0.9),
			 1px -0   2px rgba(20, 84, 149, 0.9),
			-1px  0   2px rgba(20, 84, 149, 0.9),
			 1px  0   2px rgba(20, 84, 149, 0.9),
			-1px -1px 2px rgba(20, 84, 149, 0.9),
			 1px -1px 2px rgba(20, 84, 149, 0.9),
			-1px  1px 2px rgba(20, 84, 149, 0.9),
			 1px  1px 2px rgba(20, 84, 149, 0.9),
			-1px -1px 2px rgba(20, 84, 149, 0.9),
			 1px -1px 2px rgba(20, 84, 149, 0.9),
			-1px  1px 2px rgba(20, 84, 149, 0.9),
			 1px  1px 2px rgba(20, 84, 149, 0.9);
}
#about-banner {
	display: block;
	position: absolute;
	top: 0px;
	left: 520px;
	width: 270px;
	height: 160px;
	background: url('../images/about.png') no-repeat 0 -160px;

}
#about-banner .main-banner-hover {
	background: url('../images/about.png') no-repeat 0 0;
}
#about-banner:hover .main-banner-text {
	text-shadow: 
			-0   -1px 2px rgba(107, 3, 0, 0.9),
			 0   -1px 2px rgba(107, 3, 0, 0.9),
			-0    1px 2px rgba(107, 3, 0, 0.9),
			 0    1px 2px rgba(107, 3, 0, 0.9),
			-1px -0   2px rgba(107, 3, 0, 0.9),
			 1px -0   2px rgba(107, 3, 0, 0.9),
			-1px  0   2px rgba(107, 3, 0, 0.9),
			 1px  0   2px rgba(107, 3, 0, 0.9),
			-1px -1px 2px rgba(107, 3, 0, 0.9),
			 1px -1px 2px rgba(107, 3, 0, 0.9),
			-1px  1px 2px rgba(107, 3, 0, 0.9),
			 1px  1px 2px rgba(107, 3, 0, 0.9),
			-1px -1px 2px rgba(107, 3, 0, 0.9),
			 1px -1px 2px rgba(107, 3, 0, 0.9),
			-1px  1px 2px rgba(107, 3, 0, 0.9),
			 1px  1px 2px rgba(107, 3, 0, 0.9);
}
#support-banner {
	display: block;
	position: absolute;
	top: 180px;
	left: 520px;
	width: 270px;
	height: 180px;
	background: url('../images/support.png') no-repeat 0 -180px;
}
#support-banner .main-banner-hover {
	background: url('../images/support.png') no-repeat 0 0;
}
#support-banner:hover .main-banner-text {
	text-shadow: 
			-0   -1px 2px rgba(99, 61, 3, 0.9),
			 0   -1px 2px rgba(99, 61, 3, 0.9),
			-0    1px 2px rgba(99, 61, 3, 0.9),
			 0    1px 2px rgba(99, 61, 3, 0.9),
			-1px -0   2px rgba(99, 61, 3, 0.9),
			 1px -0   2px rgba(99, 61, 3, 0.9),
			-1px  0   2px rgba(99, 61, 3, 0.9),
			 1px  0   2px rgba(99, 61, 3, 0.9),
			-1px -1px 2px rgba(99, 61, 3, 0.9),
			 1px -1px 2px rgba(99, 61, 3, 0.9),
			-1px  1px 2px rgba(99, 61, 3, 0.9),
			 1px  1px 2px rgba(99, 61, 3, 0.9),
			-1px -1px 2px rgba(99, 61, 3, 0.9),
			 1px -1px 2px rgba(99, 61, 3, 0.9),
			-1px  1px 2px rgba(99, 61, 3, 0.9),
			 1px  1px 2px rgba(99, 61, 3, 0.9);
}
#vote-banner {
	position: absolute;
	right: 0px;
	top: 180px;
	width: 298px;
	height: 180px;
	background: url('../images/vote.png') no-repeat 0 -180px;
}
#vote-banner .main-banner-hover {
	background: url('../images/vote.png') no-repeat 0 0;
}
#vote-banner:hover .main-banner-text {
	text-shadow: 
			-0   -1px 2px rgba(24, 68, 0, 0.9),
			 0   -1px 2px rgba(24, 68, 0, 0.9),
			-0    1px 2px rgba(24, 68, 0, 0.9),
			 0    1px 2px rgba(24, 68, 0, 0.9),
			-1px -0   2px rgba(24, 68, 0, 0.9),
			 1px -0   2px rgba(24, 68, 0, 0.9),
			-1px  0   2px rgba(24, 68, 0, 0.9),
			 1px  0   2px rgba(24, 68, 0, 0.9),
			-1px -1px 2px rgba(24, 68, 0, 0.9),
			 1px -1px 2px rgba(24, 68, 0, 0.9),
			-1px  1px 2px rgba(24, 68, 0, 0.9),
			 1px  1px 2px rgba(24, 68, 0, 0.9),
			-1px -1px 2px rgba(24, 68, 0, 0.9),
			 1px -1px 2px rgba(24, 68, 0, 0.9),
			-1px  1px 2px rgba(24, 68, 0, 0.9),
			 1px  1px 2px rgba(24, 68, 0, 0.9);
}

.rightdown1 {
	position: absolute;
	right: 362px;
  	top: 0px;
	width: 229px;
	height: 93px;
}
.rightdown2 {
	position: absolute;
	right: 362px;
  	top: 93px;
	width: 229px;
	height: 93px;
}
.rightdown3 {
	position: absolute;
	right: 362px;
  	top: 186px;
	width: 229px;
	height: 93px;
}
.rightdown4 {
	position: absolute;
	right: 362px;
  	top: 279px;
	width: 229px;
	height: 93px;
}
.rightdown5 {
	position: absolute;
	right: -21px;
  	top: -8px;
	width: 382px;
	height: 383px;
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    --width: 100% !important; 
}

#ranking-page h2, #ranking-page h3, #ranking-page p {
	--text-align: center;
}

#ranking-page .search-form2 p {
	border: 0;
}

.site-footer {
	height: 220px;
	background: #333;
}

#footer-divider {
	height: 20px;
	background: #453f63;
}

#footer-wrapper {
	position: relative;
	height: 200px;
	margin: auto;
}

#footer-links {
	width: 570px;
	text-align: center;
	position: relative;
	line-height: 50px;
	top: 35px;
	left: 200px;
}

#footer-links a {
	color: #eee;
	margin: 0 25px 0 0;
}

#footer-links a:hover {
	color: #e7ad67;
}


#footer-desc {
	position: relative;
	line-height: 18px;
	width: 545px;
	top: 50px;
	left: 200px;
	font-size: 15px;
	color: #666;
	text-align: center;
}

#footer-image {
	position: absolute;
	width: 160px;
	height: 163px;
	top: 30px;
	background: url('../images/cat.png');
}

#footer-badges {
	position: absolute;
	width: 223px;
	height: 59px;
	top: 105px;
	right: 60px;
	background: url('../images/badges.png');
}

.online {
	color: #28a745;
}

.offline {
	color: #dc3545;
}

.back-to-top {
	display: none;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 0.2rem;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 1.5rem;
}
.back-to-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.back-to-top:before {
	font-weight: bold;
}
#header-main {
	height: 340px;
	background: url('../images/clover/bg-header.jpg') no-repeat center #fff;
	margin-top: 50px;
	background-position: center top;
	/*background-position: center 50px;*/
	/*background-attachment: fixed;*/
}
#header-logo-link {
	display: block;
	position: absolute;
	top: 36px;
	width: 280px;
	left: 8px;
	height: 120px;
	z-index: 150;
}
#header-logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	text-decoration: none;
	/*width: 450px;*/
	/*height: 137px;*/
}

/*#header-logo img {*/
/*	transition: all 0.6s;*/
/*}*/

/*#header-logo img:hover {*/
/*	transform: scale(1.03);*/
/*}*/

#header-logo h1 {
	position: absolute;
	left: 85px;
	top: 37px;
	font-size: 45px;
	color: #000;
	font-weight: bold;
	--letter-spacing: 1px;
	text-shadow: 
		rgb(55, 55, 55) 1px 0px 0px, 
		rgb(55, 55, 55) 0.5px 0.9px 0px,
		rgb(55, 55, 55) -0.4px 1px 0px,
		rgb(55, 55, 55) -1px 0.13px 0px,
		rgb(55, 55, 55) -0.65px -0.5px 0px,
		rgb(55, 55, 55) 0.3px -1px 0px;
}
#header-logo h2 {
	position: absolute;
	left: 160px;
	top: 88px;
	font-size: 13px;
	color: #333;
	--letter-spacing: 0.3px;
	text-shadow: 
		 0    1px 1px rgba(0, 0, 0, 0.2),
		-1px -0   1px rgba(0, 0, 0, 0.2);
}

#header-subtitle {
	display: block;
	position: absolute;
	top: 168px;
	left: 516px;
	text-decoration: none;
	/*width: 450px;*/
	/*height: 137px;*/
}


#header-cloud {
	position: absolute;
    width: 565px; 
    height: 327px;
	top: -100px;
	left: -58px;
	margin: auto;
	background: url('../images/header-cloud.png') no-repeat center;
	overflow: hidden;
}
#header-cat {
	position: absolute;
    width: 140px; 
    height: 163px;
	top: -14px;
	--left: -30px;
	left: -34px;
	margin: auto;
	background: url('../images/header-cat.png') no-repeat center;
	z-index: 100;
}
#header-chars {
	position: relative;
    width: 607px; 
    height: 337px;
	top: 3px;
	left: 345px;
	margin: auto;
	background: url('../images/header-chars.png') no-repeat center;
	overflow: hidden;
}
#header-tournament {
	position: absolute;
	top: 225px;
	left: 0px;
	width: 180px;
	z-index: 100;
}
#header-register {
	position: absolute;
	top: 280px;
	left: 0;
	width: 180px;
	z-index: 100;
}
#header-download {
	position: absolute;
	top: 280px;
	left: 200px;
	width: 180px;
	z-index: 100;
}
#header-woe {
	position: absolute;
	top: 280px;
	left: 600px;
	width: 180px;
	z-index: 100;
}
#header-tournaments {
	position: absolute;
	top: 280px;
	left: 400px;
	width: 180px;
	z-index: 100;
}
#top-bar-in {
	height: 50px;
	line-height: 50px;
	margin: auto;
	padding: 0 0 0 0;
}
#top-bar-in  li a {
	color: #fff;
	text-decoration: none;
}
#top-bar-in .sub-menu li a {
	margin-top: 14px;
}
#top-bar-in li a:hover {
	color: #e7ad67;
}
#top-bar {
	background-color: #242027;
	opacity: 1;
	color: #fff;
	text-align: left;
	z-index: 10000;
	width: 100%;
	position: fixed;
	min-width: 1200px;
	white-space: nowrap;
}
@media only screen and (max-width: 1250px) {
	#top-bar {
		position: relative;
	}
	#header-main {
		margin-top: 0;
		background-position: center 0px;
		background-attachment: inherit;
	}
}

#additional-info {
	background: #242027;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}
#additional-info #user-status .btn {
	margin-bottom: 2px;
}
#additional-info #user-status a {
	color: #e7ad67;
	text-decoration: none;
}
#additional-info #user-status a:hover {
	color: #eed069;
}
.site-header .site-navigation {
	padding-bottom: 1px;
	clear: both;
}
.site-header .site-navigation a {
	color: #fff;
	font-size: 14px;
}
.site-header .site-navigation a:hover {
	color: #e7ad67;
}
.site-header .site-navigation .home-page-link {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}
.site-header .site-navigation .home-page-link span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.site-header .site-navigation .home-page-link a {
	padding: 0;
	color: #ccc;
}
.site-header .site-navigation .home-page-link a:hover {
	color: #fff;
}
.site-header .site-navigation .home-page-link a:before {
	font-size: 16px;
}

.sub-menu-item {
	white-space: nowrap;
}
.main-small-navigation .home-page-link {
	float: none;
}
.main-small-navigation h1.icon-menu {
	display: inline;
	margin: 0 0 0 5px;
	color: #ccc;
	font-size: 16px;
}
.main-small-navigation h1.icon-menu span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.main-small-navigation ul {
	margin: 0 10px;
}

.main-navigation {
	margin: 0 0 0 0;
	margin: 0 0 0 0;
}
.main-navigation .sub-menu {
	background: #242027;
	display: none;
	position: absolute;
	top: 35px;
	width: 180px;
	margin-left: -86px;
	left: 35%;
	z-index: 9999;
	font-weight: normal;
	border-radius: 4px;
	padding: 10px 0;
}
.main-navigation .sub-menu li {
	line-height: 14px;
	padding: 2px 0;
	display: block;
	float: none;
}
.main-navigation .sub-menu li:hover {
	color: #000;
}
.main-navigation .sub-menu ul {
	left: 100%;
	top: 0;
}
.main-navigation .sub-menu a {
	width: 160px;
	padding: 0;
	font-size: 12px !important;
	text-align: center;
    margin-left: 6px;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	margin-top: 0;
}
.main-navigation a {
	display: inline-block;
	padding: 0 26px 0 0;
}

#submenu-breadcrumbs {
	text-align: center;
}

#submenu-breadcrumbs .breadcrumb {
	background: #fff;
	padding: 7px 0;
}

.breadcrumb-item a {
	text-decoration: none;
}

.breadcrumb-item.active a {
	color: #000 !important;
}

.submenu-center {
	text-align: center !important;
}

.submenu-area {
	overflow: hidden;
	font-size: 15px;
	text-align: left;
	--padding: 10px 0;
}

embed,
iframe,
object {
	max-width: 100%;
	margin: 0 0 1.5em;
}

.toggler {
	font-style: italic;
}

.toggler a {
	color: #26a;
}

.enter-donation-amount {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 120%;
}

.donation-amount-text {
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
}

.credit-amount-text {
	font-size: 8pt;
	text-transform: uppercase;
	color: #111;
	letter-spacing: 1px;
	text-align: center;
}

.donation-amount {
	font-weight: bold;
	color: #000;
}

.credit-amount {
	color: #555;
}

.reset-amount-text {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	text-align: center;
}

.credit-balance {
	text-align: center;
}

.credit-balance .balance-text {
	display: inline-block;
	text-transform: uppercase;
}

.donate_button {
	display: block;
	margin: 10px auto 10px auto;
	width: 200px;
	height: 69px;
	position: relative;
	border: solid 1px #ddd;
	padding: 5px;
	transition: border 0.5s;
	box-sizing: content-box;
}

.donate_button:hover {
	border: solid 1px #666;
}

#payment_table {
	width: 640px;
	margin: auto;
	border: 0;
}

#payment_table td, #payment_table tr {
	border: 0;
}

#vote-links {
	position: relative;
	--margin: 250px 0 0 10px;
	margin: 10px 0 0 10px;
}

#vote-links ul {
	margin-left: 20px;
}

#vote-links ul li:before  {
	content: "·";
	position: relative;
	font-size: 30px;
	top: 7px;
	margin-right: 5px;
	color: #016fb4;
}

#vote-links-title {
	position: relative;
	height: 45px;
}

#vote-links-title .fa {
	position: absolute;
	font-size: 22px;
	top: 13px;
	left: 10px;
	color: #063f4e;
}

#vote-links-title p {
	position: absolute;
	top: 3px;
	left: 50px;
	font-size: 20px;
	color: #063f4e;
}

#vote-links-title span {
	position: absolute;
	font-size: 11px;
	top: 21px;
	left: 50px;
}

.donate-package {
	position: relative;
	width: 100%;
	text-decoration: none;
	background: #fff;
	text-align: center;
	transition: border-color 0.5s;
	display: block;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(221,221,221,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(221,221,221,1);
	box-shadow: 0px 0px 4px 0px rgba(221,221,221,1);
}
.donate-package-wrap {
	padding: 20px 20px 0 20px;	
}
.donate-package-btn {
	position: relative;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	transition: background 0.5s;
}
.donate-package-btn .fas {
	position: absolute;
	top: 11px;
	left: 42px;
}
.donate-package-common {
	border: solid 3px #aaa;
	border-radius: 5px;
	background: #fdfdfd;
}
.donate-package-common .donate-package-btn {
	background: #aaa;
}
.donate-package-common:hover, .donate-package-common:focus {
    cursor: url('../images/cursor_ro_pointer.png'), auto;
    border-color: #888;
    text-decoration: none;
}
.donate-package-common:hover .donate-package-btn, .donate-package-common:focus .donate-package-btn {
	background: #888;
	cursor: url('../images/cursor_ro_pointer.png'), auto;
}
.donate-package-vip {
	border: solid 3px #87c487;
	border-radius: 5px;
	background: #f6fff4;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(222,255,235,1);
	-moz-box-shadow: 0px 0px 6px 1px rgba(222,255,235,1);
	box-shadow: 0px 0px 6px 1px rgba(222,255,235,1);
}
.donate-package-vip .donate-package-btn {
	background: #87c487;
}
.donate-package-vip:hover, .donate-package-vip:focus {
    cursor: url('../images/cursor_ro_pointer.png'), auto;
    border-color: #228B22;
    text-decoration: none;
}
.donate-package-vip:hover .donate-package-btn, .donate-package-vip:focus .donate-package-btn {
	background: #228B22;
	cursor: url('../images/cursor_ro_pointer.png'), auto;
}
.donate-package hr {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #eee;
}
.donate-package-body {
	height: 190px;
}
.donate-package .donate-package-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.donate-package .donate-package-price {
	font-size: 30px;
	margin-bottom: 12px;
}
.donate-package .donate-package-cash {
	font-size: 16px;
	margin-bottom: 10px;
}
.donate-package .donate-package-bonus {
	font-size: 16px;
	color: #34912f;
	margin-bottom: 5px;
}
.donate-package .donate-package-nobonus {
	font-size: 16px;
	color: #cc2e2e;
	margin-bottom: 10px;
}
.donate-package ul {
	margin-bottom: 0px;
}
.donate-package ul li {
	font-size: 12px;
	--color: #1c4f1a;
	line-height: 25px;
	list-style-type: none;
}
.donate-package .cash-bonus {
	--background: green;
	--padding: 2px 4px;
	--color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#process-icon {
	display: none;
}

/* old css */
.horizontal-table tr, .vertical-table tr, .generic-form-table tr,
.horizontal-table td, .vertical-table td, .generic-form-table td {
	vertical-align: middle;
}

.horizontal-table th, .vertical-table th, .generic-form-table th {
	vertical-align: top;
}


.search-form, search-form2 {
	display: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 1px solid #ddd;
}

.search-form p, .search-form2 p {
	margin: 0;
	padding: 5px;
	color: #aaa;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.search-form label, .search-form2 label {
	display: inline-block;
	margin: 0 0 3px 0;
	font-size: 10pt;
	font-style: normal;
	color: #222;
}

.search-form input[type=text], .search-form2 input[type=text] {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 2px;
	font-size: 14px;
	width: 80px;
}

.search-form input[type=checkbox], .search-form2 input[type=checkbox] {
	display: inline-block;
	margin: 0 0 2px 0;
}

.search-form select, .search-form2 select {
	margin: 0 5px;
	height: 24px;
	display: inline-block;
}

.big-select select {
	border: solid 1px #ccc;
	font-size: 18px;
	padding: 5px 10px;
	display: inline-block;
}

.generic-form {
	padding: 10px;
	background-color: #fff;
	width: auto;
}

.generic-form-div {
	padding: 10px;
	background-color: #fff;
	width: auto;
}

.generic-form-table {
	--border: 1px solid #ddd;
	border: 0;
	margin-top: 10px;
}

.generic-form-table th, .generic-form-table td {
	border: 0;
}

.generic-form-table th label {
	display: block;
	padding: 6px;
}

.generic-form-table td div {
	display: block;
	padding: 6px 0;
}

.generic-form-table th {
	background-color: #fff;
	text-align: right;
}

.generic-form-table td input[type=checkbox] {
	display: inline-block;
	margin-top: 6px;
}

.generic-form-table td p {
	margin: 6px 5px;
	color: #000;
}

.horizontal-table, .vertical-table {
	margin: 0 0 1.5em;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #dddddd;
	font-size: 14px;
}

.horizontal-table th, .horizontal-table td, .vertical-table th, .vertical-table td {
	padding: 5px 15px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ddd;
}

.horizontal-table th, .vertical-table th {
	font-weight: 600;
}

/* Bootstrap additional */
.page-link {
	color: #535353;
}
.page-link:hover {
	color: #e7ad67;
}
.page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(231, 173, 103, 0.5);
}
.modal-open {
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 0 !important;
}

.btn-xs {
	padding: 0.15rem 0.15rem;
	font-size: 0.8rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn {
    cursor: url('../images/cursor_ro_pointer.png'), auto;
}
.btn:hover {
    cursor: url('../images/cursor_ro_pointer.png'), auto;
}
.btn:focus {
    cursor: url('../images/cursor_ro_pointer.png'), auto;
}
.btn-main {
	color: #fff;
	--background-color: #592300;
	--border-color: #592300;
	background-color: #562e14;
	border-color: #562e14;
}

.btn-main:hover {
	color: #fff;
	background-color: #2d1200;
	border-color: #2d1200;
}

.btn-main:focus, .btn-main.focus {
	box-shadow: 0 0 0 0.2rem rgba(50, 20, 0, 0.5);
}

.btn-main.disabled, .btn-main:disabled {
	color: #fff;
	background-color: #196b80;
	border-color: #196b80;
}

.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active,
.show > .btn-main.dropdown-toggle {
	color: #fff;
	--background-color: #592300;
	--border-color: #592300;
	background-color: #2d1200;
	border-color: #2d1200;
}

.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-main.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(50, 20, 0, 0.5);
}

.btn-blue {
	color: #fff;
	background-color: #196b80;
	border-color: #196b80;
}

.btn-blue:hover {
	color: #fff;
	background-color: #145b6d;
	border-color: #145b6d;
}

.btn-blue:focus, .btn-blue.focus {
	box-shadow: 0 0 0 0.2rem rgba(20, 91, 109, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
	color: #fff;
	background-color: #196b80;
	border-color: #196b80;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #145b6d;
	border-color: #145b6d;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(20, 91, 109, 0.5);
}

.btn-lightblue {
	color: #fff;
	background-color: #2fb4d6;
	border-color: #2fb4d6;
}

.btn-lightblue:hover {
	color: #fff;
	background-color: #2195b2;
	border-color: #2195b2;
}

.btn-lightblue:focus, .btn-lightblue.focus {
	box-shadow: 0 0 0 0.2rem rgba(47, 180, 214, 0.5);
}

.btn-lightblue.disabled, .btn-lightblue:disabled {
	color: #fff;
	background-color: #2fb4d6;
	border-color: #2fb4d6;
}

.btn-lightblue:not(:disabled):not(.disabled):active, .btn-lightblue:not(:disabled):not(.disabled).active,
.show > .btn-lightblue.dropdown-toggle {
	color: #fff;
	background-color: #2195b2;
	border-color: #2195b2;
	box-shadow: 0 0 0 0.2rem rgba(47, 180, 214, 0.5);
}

.btn-lightblue:not(:disabled):not(.disabled):active:focus, .btn-lightblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightblue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(47, 180, 214, 0.5);
}

.btn-pink {
	color: #fff;
	background-color: #d173d1;
	border-color: #d173d1;
}

.btn-pink:hover {
	color: #fff;
	background-color: #b764b7;
	border-color: #b764b7;
}

.btn-pink:focus, .btn-pink.focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 115, 209, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
	color: #fff;
	background-color: #d173d1;
	border-color: #d173d1;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
	color: #fff;
	background-color: #b764b7;
	border-color: #b764b7;
	box-shadow: 0 0 0 0.2rem rgba(209, 115, 209, 0.5);
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 115, 209, 0.5);
}

.btn-black {
	color: #fff;
	background-color: #242027;
	border-color: #27282b;
}

.btn-black:hover {
	color: #fff;
	background-color: #312c35;
	border-color: #242027;
}

.btn-black:focus, .btn-black.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 23, 45, 0.5);
}

.btn-black.disabled, .btn-black:disabled {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
	color: #fff;
	background-color: #372c3f;
	border-color: #372c3f;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-darkblue {
	color: #fff;
	background-color: #002344;
	border-color: #00172d;
}

.btn-darkblue:hover {
	color: #fff;
	background-color: #003b73;
	border-color: #003b73;
}

.btn-darkblue:focus, .btn-darkblue.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 23, 45, 0.5);
}

.btn-darkblue.disabled, .btn-darkblue:disabled {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}

.btn-darkblue:not(:disabled):not(.disabled):active, .btn-darkblue:not(:disabled):not(.disabled).active,
.show > .btn-darkblue.dropdown-toggle {
	color: #fff;
	background-color: #003b73;
	border-color: #003b73;
}

.btn-darkblue:not(:disabled):not(.disabled):active:focus, .btn-darkblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkblue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 50, 100, 0.5);
}

.btn-darkred {
	color: #fff;
	background-color: #7c2e30;
	border-color: #381313;
}

.btn-darkred:hover {
	color: #fff;
	background-color: #632426;
	border-color: #381313;
}

.btn-darkred:focus, .btn-darkred.focus {
	box-shadow: 0 0 0 0.2rem rgba(66, 22, 22, 0.5);
}

.btn-darkred.disabled, .btn-darkred:disabled {
	color: #fff;
	background-color: #565656;
	border-color: #565656;
}

.btn-darkred:not(:disabled):not(.disabled):active, .btn-darkred:not(:disabled):not(.disabled).active,
.show > .btn-darkred.dropdown-toggle {
	color: #fff;
	background-color: #632426;
	border-color: #632426;
}

.btn-darkred:not(:disabled):not(.disabled):active:focus, .btn-darkred:not(:disabled):not(.disabled).active:focus,
.show > .btn-darkred.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(66, 22, 22, 0.5);
}
.news-item
{
    padding:4px 4px;
    margin:0px;
    --border-bottom:1px dotted #555; 
}

.sound{position: absolute;top:-29px;right:274px;width: 85px;height: 20px;color: #fff;z-index:1;}
.sound a {
    display: block;
    width: 85px;
    height: 20px;
    color: #fff; font-size: 13px;line-height: 160%;
    background: url(../images/sound.gif) no-repeat right 3px;
}
.sound a.pause{background-image: url(../images/sound_off.gif);}

.news {
	margin-bottom: 20px;
	background-color: #efefef;
	width: 500px;
  	height:360px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.d-rosa {
	background-position: center center;
	background-repeat: no-repeat;
	width: 500px;
	height: 40px;
  	border-radius:2px;
	--background-image: url('https://clovero.online/themes/odin/images/newstitle.png');
  	background: #242027;
}
.d-rosa-titulo {
	padding-left: 13px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 8px;
	--font-weight: bold;
	--text-shadow: -1px -1px 0px #d71057;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.news-lista {
	padding: 7px 7px 0px 7px;
	margin: 0px 1px -8px 0px;
}
.news-item-titulo {
	margin-bottom: 4px;
	background-color: #FFFFFF;
	height: 33px;
	list-style-type: none;
	-moz-border-radius: 5px;
	border-radius: 2px;
	--cursor: pointer;
}

.news-autor {
	font-style: italic;
	color: #4c4c4c;
	text-align: right;
	margin-top: 20px;
}

.news-item-data-rosa {
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	float: left;
	height: 33px;
	color: #FFFFFF;
	background-color: #e3618c;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-family: 'Play', sans-serif;
}
.news-item-data-laranja {
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	float: left;
	height: 14px;
	color: #FFFFFF;
	background-color: #ff9d14;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news-item-link {
	height: 14px;
	padding: 5px;
  	margin-left: 10px;
	float: left;
	color: #333333;
}

.news-item-newimg {
	float:right;
  	margin-right:10px;
  	margin-top: 8px;
}
.news-item-noticia {
	color: #333333;
	letter-spacing: 0px;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-top: 15px;
	line-height: 22px;
	font-size: 13px;
	margin-left: 40px;
	display: none;
}
#particles-js {
  display: block;
  position: absolute;
  top: -380px;
  left: 0;
  width: 100%;
  height: 120vh;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; 

}

/* 0 z */
.price-0 {
	color: #1E1E1E;
	text-shadow:1px 0px 0px #1E1E1E;
}
/* 1 z */
.price-1 {
	color:#00E2D7;
	text-shadow:1px 0px 0px #00E2D7;
}
/* 10 z */
.price-2 {
	color:#862FEF;
	text-shadow:1px 0px 0px #862FEF;
}
/* 100 z */
.price-3 {
	color:#115CDD;
	text-shadow:1px 0px 0px #115CDD;
}
/* 1,000 z */
.price-4 {
	color:#B13500;
	text-shadow:1px 0px 0px #B13500;
}
/* 10,000 z */
.price-5 {
	color:#C160C1;
	text-shadow:1px 0px 0px #C160C1;
}
/* 100,000 z */
.price-6 {
	color:#1D1DB7;
	text-shadow:1px 0px 0px #1D1DB7;
}
/* 1,000,000 z */
.price-7 {
	color:#208720;
	text-shadow:1px 0px 0px #208720;
}
/* 10,000,000 z */
.price-8 {
	color:#903031;
	text-shadow:1px 0px 0px #903031;
}
/* 100,000,000 z */
.price-9 {
	color:#A58700;
	text-shadow:1px 0px 0px #A58700;
}
/* 1,000,000,000 z */
.price-10 {
	color:#FF1718;
	text-shadow:1px 0px 0px #FF1718;
}

.bound-item td {
	background-color: #FCFFBF;
}

.item-options-toggle {
    color: #0000FF!important;
	cursor:url('../images/cursor_ro_pointer.png'), auto;
}

ul.item-options, ol.item-options, ul.item-options-real, ol.item-options-real {
	padding:0 0 0 1.3em;
	/*position: relative;*/
	/*left: -100px;*/
}

.item-options li {
	/*text-decoration:underline;*/
}

.picklog-extra-row td {
}
.news_banner { width: 848px;height: 262px; background-color: #f5f5f5;padding: 0px 0px; /*border:1px solid rgba(0,0,0,.125);*/border-radius:7px;}

.news_banner .item { display: -webkit-inline-box; }
.news_banner .card { margin: 5px 5px 4px 6px;width: 270px;/*box-shadow: 0 0 3px #a6a6a6;*/}
.news_banner .card a { overflow: hidden; }
.news_banner .card img { transition: all 0.6s; }
.news_banner .card img:hover { 	
    /*transform: scale(1.07);*/
}
.news_banner .card .card-body { background-color: #e7e7e7; padding: 4px; }
.news_banner .card .card-body .card-title {font-size: 15px; font-weight: bold; color: #af6a15; margin-bottom: 3px; }
.news_banner .card p { line-height: 13px; margin-bottom: 5px; }
.news_banner .card .btn { float: right; }
.news_banner .card .btn-sm { padding: 0px 15px; font-size: 10px; background-color: #707070; }
.highcharts-credits { display: none; }


.news_ty {
    background-color: #f5f5f5;
    border-radius: 7px;
    margin: 0px auto;
    padding:  7px 7px 7px 7px;
}
.news_ty h2 {
  font-size: 28px;
  padding-left: 2px;
  background-image: url('../images/h_underline.png');
  background-repeat: no-repeat;
  background-position-y: 20px;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  clear: both;
  color: #29215c;
  font-weight: 600;
  margin-bottom: 1rem;  
}
.news_ty .news-img {
  display: block;
  width: 65px;
  height: 90px;
  margin-left: 7px;
  float: left;
}

.news_ty .news-img img {
    border-radius: 5px;
    transition: all 0.6s;
}

.news_ty .news-img img:hover {
    /*transform: scale(1.07);*/
}

.news_ty .news-item {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  min-height: 90px;
  max-height: 90px;
  max-width: 549px;
  padding: 5px 16px 4px 16px;
  border: 1px solid rgba(0,0,0,.125);
  margin-left: 14px;
}

.news_ty .news-item a {
	color: #af6a15;
	text-decoration: none;
	cursor: url('../images/cursor_ro_pointer.png'), auto;
}
.news_ty .news-item .newstitle {
	font-weight:bold;
	margin-bottom: 4px;
}
.news_ty .news-item .newscont {
    margin-left: 24px;
	margin-bottom: 0; 
	font-size: 14px;
}

.news_ty .news-item a:hover,a:focus,a:active {
	color: #e3c016;
	opacity: 1;
	outline: none;
	cursor: url('../images/cursor_ro_pointer.png'), auto;
}

.news_ty a.arrowlink {
  font-family: "Roboto Medium", "Roboto", Arial, Geneva, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #29215c;
  font-weight: 700;
}

.news_ty a.arrowlink:hover {
  color: #eed069;
}

.news_ty a.arrowlink:before {
  vertical-align: bottom;
  width: 7px;
  padding-right: 4px;
  /*content: url("../images/icon_arrowlink.png");*/
}

.news_ty a.arrowlink:hover:before {
  /*content: url("../images/icon_arrowlinkhover.png");*/
  padding-left: 3px;
  padding-right: 2px;
}
.news_ty a.padding-left-archive-link {
  padding-left: 86px;
  display: block;
  margin-top: 6px;
  margin-bottom: 16px;
}

.newslist{ width:850px;border:1px solid #eaeaea;padding:20px 20px 20px 255px;overflow:hidden;background-color:#fff;margin-bottom:-1px; border-radius:4px 4px 0 0 }
.newslist header{ margin-bottom:10px; }
.newslist:hover{background-color:#f9f9f9;position:relative;z-index:2;}
.newslist .focus{ float:left;margin-left:-235px;width:220px; overflow: hidden; }
/*.newslist .focus img { transition: all 0.6s; }*/
/*.newslist .focus img:hover { 	*/
/*    -webkit-transform: scale(1.1);*/
/*	-moz-transform: scale(1.1);*/
/*	-ms-transform: scale(1.1);*/
/*	-o-transform: scale(1.1);*/
/*	transform: scale(1.1);*/
/*	-webkit-transform: scale(1.1) rotate(5deg);*/
/*	transform: scale(1.1) rotate(5deg);*/
/*	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";*/
/*	filter: alpha(opacity=30);*/
/*	-webkit-transition: all .5s ease-out;*/
/*	-o-transition: all .5s ease-out;*/
/*	transition: all .5s ease-out; */
/*}*/
.newslist .thumb{ width:220px;height:150px; display: inline; }
.newslist .meta{ color:#999;font-size:12px;margin-bottom:10px; }
.newslist .meta .fal{ margin-right:4px; }
.newslist .meta a{ color:#999; }
.newslist .meta a:hover{ color:#45B6F7; }
.newslist .author{ margin-right:20px; }
.newslist .note{ margin-bottom:0; }
.newslist h2{display:inline;font-size:18px;line-height:1.4;margin-top:0;font-weight:bold;}
.newslist h2 a{color:#555;}
.newslist h2 a:hover{color:#45B6F7;}
.newslist h2 a span{color:#FF5E52;}
.newslist h2 a:hover span{color:#45B6F7;}

.news_slider { 
    width: 848px;
    height: 262px; 
    background-color: #f5f5f5;
    padding: 8px 0px 0px 10px;
    border-radius:7px;
}

#slider {
	Z-INDEX: 1; POSITION: absolute;WIDTH: 830px; HEIGHT: 245px; OVERFLOW: hidden;}
#slider .slide {
	Z-INDEX: 10; POSITION: absolute; BORDER-LEFT: #000 1px solid; WIDTH: 380px; HEIGHT: 245px; OVERFLOW: hidden; TOP: 0px; CURSOR: default; LEFT: 22px;text-align:left;
}
#slider .title {
	COLOR: #f80; FONT-SIZE: 1.2em; FONT-WEIGHT: bold; MARGIN-RIGHT: 1.5em; TEXT-DECORATION: none
}
#slider .text {
	POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 380px; DISPLAY: none; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #fff; FONT-SIZE: 0.9em; TOP: 100%; LEFT: 10px
}
#slider .diapo {
	POSITION: absolute; FILTER: alpha(opacity=100); VISIBILITY: visible; opacity: 1
}

.carousel-item {
  cursor: url('../images/cursor_ro_pointer.png'), auto;
}

.carousel-item img{
  border-radius: 4px;
  /*transition: all 0.6s;*/
}

.carousel-item img:hover{
  /*transform: scale(1.07);*/
}

.modal-body {
  text-align: center;
  position: relative;
}

#prev-img, #next-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#prev-img {
  left: -120px;
}

#next-img {
  right: -120px;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2396d65d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 transform: scale(3);
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2396d65d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  transform: scale(3);
}

.Screenshot {
    height: 149px;
    width: 257px;
    float: right;
    position: relative;
    top: 186px;
    background-color: #f5f5f5;
    padding: 5px 5px 5px 5px;
    border-radius: 7px;
}

.password-eye-div {
    position: relative;
}

.password-eye-span {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ccc;
    z-index: 999;
    display: none; /* 默认隐藏 */
}

/* 输入框聚焦时显示图标 */
.password-eye-div input:focus + .password-eye-span {
    display: inline; /* 聚焦时显示图标 */
}

/* 鼠标点击图标时保持可见 */
.password-eye-span:active,
.password-eye-span:hover {
    display: inline;
}

.payment-option {
    position: relative;
    cursor: url('../images/cursor_ro_pointer.png'), auto;
    border: 1px solid white; /* 默认给图像添加一个白色边框 */
}

.payment-option.selected {
    border: 1px solid #2087e9;
}

/* 使用伪元素显示 selected.png */
.payment-option.selected::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    background: url('../images/pay/selected.png') no-repeat center center;
    background-size: cover;
}

#payBox .qrcode {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}

#payBox .qrcode img {
    width: 100%;
}

#payBox .service {
    font-size: 14px;
    margin-bottom: 10px;
}

#payBox .service span {
    color: #f50000;
}


#payBox .price {
    /*font-size: 28px;*/
    /*margin-top: 30px;*/
    /*margin-bottom: 10px;*/
}

/*#payBox .price span {*/
/*    font-size: 56px;*/
/*    color: #f50000;*/
/*}*/
/*#payBox .price i {*/
/*    font-style: normal;*/
/*    padding-right: 5px;*/
/*}*/

#successBox {
    text-align: center;
}

#successBox img {
    margin-top: 50px;
    width: 396px;
}

#successBox p {
    font-size: 30px;
    color: #333;
}

#successBox span {
    color: #666;
    display: block;
    margin-top: 18px;
    margin-bottom: 24px;
    font-size: 16px;
}

#successBox #callback {
    display: block;
    width: 175px;
    height: 54px;
    margin: 0 auto 30px;
    border-radius: 27px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 54px;
}

#failBox {
    text-align: center;
}

#failBox img {
    margin-top: 50px;
    width: 396px;
}

#failBox p {
    font-size: 30px;
    color: #333;
}

#failBox span {
    color: #666;
    display: block;
    margin-top: 18px;
    margin-bottom: 24px;
    font-size: 16px;
}

#failBox #callback {
    display: block;
    width: 175px;
    height: 54px;
    margin: 0 auto 30px;
    border-radius: 27px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 54px;
}

.d-flex.align-items-center {
    display: flex;
    align-items: center;
}


.od-tooltip-wrapper {
    padding: 1px !important;
    opacity: 0.95;
    position: absolute;
    z-index: 2147483647;
}

.od-tooltip-wrapper-inner {
    background: transparent;
}

.od-tooltip .title, .od-tooltip .subtitle {
    font-family: "Palatino Linotype", "Georgia", "Times", serif;
    color: #F3E6D0;
    font-weight: normal;
    margin-bottom: 6px !important;
}

.od-tooltip .title {
    font-size: 18px;
}

.od-tooltip .subtitle {
    font-size: 14px;
    text-transform: uppercase;
}

.od-tooltip .special {
    color: #AD835A;
}

.od-tooltip .subtle {
    color: #7B6D55;
    display: block;
}

.od-tooltip .subtle em {
    color: #AD835A;
    font-weight: bold;
    font-style: normal;
}

.od-tooltip .flavor {
    font-size: 16px;
    color: #AD835A;
    font-family: "Palatino Linotype", "Times", serif;
    font-style: italic;
}

.od-tooltip .tip {
    border-bottom: 0;
}

.od-tooltip p {
    margin: 10px 0 0 0 !important;
}

.od-tooltip p:first-child {
    margin-top: 0 !important;
}

.od-tooltip .loading {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/process-icon.gif") no-repeat center center;
}

.od-tooltip .wip {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 33%;
    width: 350px;
    text-align: center;
    font-size: 28px;
    font-family: "Palatino Linotype", "Georgia", "Times", serif;
    text-transform: uppercase;
    color: #A99877;
    opacity: 0.25;
    filter: alpha(opacity=25);
    line-height: 100%;
}

.od-tooltip {
    padding: 2px !important;
    font: normal 12px/1.5 Arial, sans-serif;
}

.od-tooltip * {
    margin: 0 !important;
    padding: 0 !important;
    background: none;
}

.od-tooltip ul {
    list-style-type: none;
}

.od-tooltip .od-tooltip-head h3 {
    color: #000000;
    font-size: 16px;
    height: 28px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.od-tooltip-item .od-tooltip-head {
    height: 25px;
    width: 278px;
    padding: 0px 15px !important;
    background: url("../images/tooltips/collection_header.png") no-repeat;
}

.od-tooltip .od-tooltip-foot {
    height: 7px;
    width: 278px;
    padding: 0px 15px !important;
    background: url("../images/tooltips/collection_foot.png") no-repeat;
}

/* 修改 .od-tooltip-body 的布局 */
.od-tooltip .od-tooltip-body {
    position: relative;
    padding: 10px !important;
    max-width: 258px !important;
    width: 258px !important;
    min-height: 100px;
    background: url("../images/tooltips/collection_line.png");
    box-sizing: content-box;
    display: flex; /* 使用 Flexbox 布局 */
    align-items: flex-start; /* 垂直方向顶部对齐 */
}

/* 修改 .od-icon-item 的样式 */
.od-tooltip-item .od-icon-item {
    flex-shrink: 0; /* 图像不缩小 */
    margin-right: 15px !important; /* 图像右侧留出间距 */
    float: none; /* 移除 float 属性 */
}

.od-icon-item {
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border: 1px solid black;
    background: no-repeat left top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.od-icon-item .od-icon-item-inner {
    display: block;
    background: no-repeat center center;
    border: 1px solid black;
    font-size: 1px;
    line-height: normal;
    text-align: center;
    overflow: hidden;
}

.od-icon-item-large .od-icon-item-default {
    width: 75px;
    height: 100px;
}

/* white */
.od-icon-item-white {
    border-color: #2d1c0f;
    border-right-color: #382213;
    border-bottom-color: #402715;
}

a:hover .od-icon-item-white, .hover .od-icon-item-white, .od-icon-active .od-icon-item-white {
    border-color: #4b2e19;
}

.od-item-properties {
    flex-grow: 1; /* 描述内容占满剩余空间 */
}

.od-item-properties ul, .od-item-properties div {
    margin-top: 0; /* 调整间距 */
}

.od-item-properties ul li {
    margin: 1px 0 !important;
    text-align: left;
    /*line-height: 1.1;*/
}

.od-item-properties p {
    margin: 0 !important;
}

.od-clear {
    clear: both;
}



/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:50px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:4px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:4px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#007bff;
	border:1px solid #007bff;
}
.pagination a.page-num-current {
	color:#fff;
	background:#007bff;
	border:1px solid #007bff;
}
/* ----- PB分页数字条效果 结束 ----- */