@charset "utf-8";

*:focus {
    outline: 0;
}

@font-face
{
	font-family: CabalFont;
	src: url(font/Cabal.ttf);
}

/*novo css*/
@font-face {
	font-family:Roboto;
	src:url(fonts/roboto.regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family:Roboto;
	src:url(fonts/roboto.bold.ttf);
	font-weight: 600;
}

body {

	min-width:1197px;
	margin:0;
	background:#1a1a1a url(img/background/bg_200305_main.jpg) no-repeat center top; *z-index:11;
}

grid-container {
}
input,
textarea {
  background-color: #1f1c18;
  border: 1px solid #1f1c18;
  color: #7d8a9f;
  padding: 10px 10px;
  font-size: 12px;
  position: relative;
  border-radius: 3px;
  transition: all 0.5s ease;

}
input:focus,
textarea:focus {
  border: 1px solid #1f1c18;
}
input:hover,
textarea:hover {
  border: 1px solid #1f1c18;
}
button,

.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../tpl//images/button.jpg) center no-repeat;
  background-size: cover;
  border: none;
  color: #c3eaee;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  display: inline-block;
}
.green-button {
  transition: all 0.3s ease;
  background: url(../tpl/images/green-button.jpg) center no-repeat;
  background-size: cover;
  text-transform: uppercase;
  color: #c3eaee;
  padding: 10px 20px;
  font: 400 13.3333px Arial;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.clear { clear:both; }

#navigation {
	width:auto;
	height:220px;
}

#center {
	width:1197px;
	min-width:1197px;
	height:300px;
	margin:0 auto;
	background:url(img/lnb_sub_bg.png) 0 -150px no-repeat;
	transition:ease-in-out 0.2s;
}

#center.active {
	background:url(img/lnb_sub_bg.png) 0 0 no-repeat;
}

#links {
	width:auto;
	height:111px;
	padding:16px;
	background:url(img/lnb.png) no-repeat top center;
	position:relative;
	z-index:999;
}

#links a {
	padding:10px 20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#A9986E;
	text-decoration:none;
	text-shadow:0 0 2px #black;
	transition:ease-in-out 0.2s;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:-1px -1px 0 black;
}

#links a:hover {
	color:#8C7F5C;
}

#navigation #links ul, #navigation #links ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#navigation #links ul li {
	width:138px;
	float:left;
	text-align:center;
}

#navigation #links ul li {
	margin-bottom:30px;
}

#navigation #links ul li ul {
	
}

#navigation #links ul li ul li {
	width:138px;
	float:left;
	margin-bottom:2px;
	text-align:center;
	position:relative;
	z-index:55;
	top:30px;
}

#navigation #links ul li ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AFAC9F;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	padding:0;
	text-shadow:0 0 2px black;
}

#navigation #links ul li ul li a:hover {
	color:#B3A16D;
}


#navigation #links #left {
	float:left;
}

#navigation #links #logo {
	float:left;
	margin-left:60px;
	margin-top:-12px;
}

#navigation #links #logo img {
	transition:ease-in-out 0.3s;
}

#navigation #links #logo img:hover {
	opacity:0.8;
}

#navigation #links #logo a {
	padding:0;
	margin:0;
}

#navigation #links #right {
	float:left;
	margin-left:53px;
}

#all {
	width:960px;
	min-width:960px;
	margin:0 auto;
}

#download {
	width:auto;
	height:116px;
	text-align:center;
	position:relative;
	z-index:998;
}

#download iframe {
	width:172px;
	height:172px;
	margin-top:7px;
	margin-left:-2px;
	border-radius:100%;
	-webkit-border-radius:100%;
    -moz-border-radius:100%;
	-webkit-mask: -webkit-linear-gradient(top,black 100%,black 100%);
	overflow:hidden;
}

#slider {
	width:1064px;
	height:289px;
	margin-top:-16px;
	margin-bottom:10px;
	margin-left:-52px;
	position:relative;
	background:url(img/main_top_bg.png) no-repeat;
}

#slider #banner {
	width:705px;
	height:227px;
	margin-left:35px;
	margin-top:35px;
	float:left;
}

#slider #banner img {
	position:relative;
	top:-147px;
	left:-95px;
}

#slider #banner .selector {
	position:relative;
	padding:5px;
	padding-bottom:0px;
	top:190px;
	right:5px;
	text-align:right;
	z-index:997;
}

#slider #banner .selector img {
	top:0;
	left:0;
	margin-right:6px;
	background:url(img/ui/spr_event_bt.fw.png) no-repeat;
	cursor:pointer;
	transition:ease-in-out 0.001s;
}

#slider #banner .selector img:hover, #slider #banner .selector img.active {
	background:url(img/ui/spr_event_btn.png) no-repeat;
}

#slider #banner .selector span.item {
	margin-right:5px;
}

#slider #login {
	width:272px;
	height:227px;
	margin-top:35px;
	margin-left:15px;
	float:left;
}

#slider #login #form {
	width:auto;
	height:157px;
	
	padding:3px;
}

#slider #login #form .title {
	height:15px;
	padding:11px;
	padding-left:35px;
	background:url(img/ui/checkbox.png) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-shadow:0 1px 0 black;
}

#slider #login #form #inputs {
	width:auto;
	height:78px;
}

#slider #login #form #inputs .input {
	width:150px;
	border:none;
	margin-left:11px;
	margin-top:11px;
	padding:5px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999;
	text-shadow:-1px 1px 0 black;
}

#slider #login #form #inputs .button {
	width:81px;
	height:58px;
	border:none;
	margin-top:10px;
	background:url(img/ui/button-entrar.png) no-repeat;
	cursor:pointer;
}

#slider #login #form p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2.5px;
	padding-left:5px;
	margin:0;
	color:#CCC;
	text-shadow:0px 1px 0 black;
}

#slider #login #form #link {
	width:auto;
	padding:8px 10px;
}

#slider #login #form #link a {
	background:url(img/ui/arrow.png) no-repeat center left;
	padding-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:none;
	transition:ease-in-out 0.2s;
}

#slider #login #form #link a:hover {
	text-decoration:underline;
	text-shadow:0 0 5px white;
	color:white;
}

#slider #login #download-bt {
	width:auto;
	height:65px;
}

#container {
	width:auto;
}

#main {
	width:660px;
	float:left;
	position:relative;
	z-index:999;
}

#main #news {
	width:auto;
	height:283px;
	background:#333 url(img/today_cabal2_bg.gif) no-repeat;
	background-size:100%;
}

#main .title {
	width:auto;
	padding:6px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	color:#A9986E;
	text-shadow:0 1px 0 black;
	background:url(img/ui/bg_title2.png) repeat-x;
}

#main #news #container {
	width:auto;
	height:120px;
	padding:10px;
}

#main #news #container img {
	width:auto;
	float:left;
	margin:6px 7px;
	padding:1px;
	border:1px solid #666;
}

#main #news #container #info {
	width:400px;
	height:112px;
	margin-top:6px;
	margin-left:8px;
	float:left;
}

#main #news #container #info h3, #main #news #container #info h3 a {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main #news #container #info p {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	text-shadow:-1px 1px 0 black;
}

#main #news #container #info p.ntext {
	height:48px;
	max-height:48px;
}

#main #news #container #info a {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	text-shadow:-1px 1px 0 black;
}

#main #events {
	width:auto;
	height:191px;
	background:url(img/game_guide_bg.gif) no-repeat;
	margin-top:30px;
}

#main #events .title {
	padding:8px 10px;
}

#main #events img {
	margin:10px;
}

#main #news #container #info a:hover {
	text-decoration:underline;
}

#main #news #container #info p a {
	color:#999;
}

#main #news #oldnews {
	width:auto;
	height:96px;
	margin-top:6px;
}

#main #news #oldnews ul {
	padding:0;
	margin:0;
	margin-left:10px;
	list-style:none;
}

#main #news #oldnews span.ndate {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-top:3px;
}

#main #news #oldnews ul li {
	width:300px;
	display:inline-table;
	padding:1px 10px;
	margin-top:1px;
	background:url(img/ui/today_cabal2_bul.png) no-repeat center left;
}

#main #news #oldnews a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:none;
}

#main #news #oldnews a:hover {
	text-decoration:underline;
}

#main #dyn-facebook {
	width:658px;
	height:240px;
	margin-top:30px;
	background:#333;
	border:1px solid #3D3D3D;
	overflow:hidden;
}

#main #dyn-facebook iframe {
	width:658px;
	height:240px;
	border:none;
	overflow:hidden;
}

#page {
	width:auto;
	border:1px solid #3D3D3D;
	border-top:none;
	background:#202020;
}

#page .title {
	background:url(img/ui/bg_title2.png) repeat-x;
}

#page p {
	width:auto;
	margin:0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:18px;
	text-shadow:0 1px 0 black;
}

#page ul.steps {
	margin:0;
	padding:30px 10px;
	padding-bottom:20px;
	list-style:none;
}

#page ul.steps li {
	display:inline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#999;
	text-transform:uppercase;
	margin-right:5px;
	opacity:0.3;
}

#page ul.steps li.circle, #page ul.steps li.circle-active {
	padding:4px 10px;
	background:#333;
	border:1px solid #3d3d3d;
	border-radius:100%;
	opacity:0.3;
	font-weight:bold;
	font-size:18px;
}

#page ul.steps li.circle-active, #page ul.steps li.active {
	opacity:1;
}

#page h4 {
	margin:0;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#AFAC9F;
	text-shadow:-1px 1px 0 black;
	font-size:14px;
}

#page table {
	margin:0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}

#page form .input, #page form .select {
	width:200px;
	padding:5px;
	background:#333;
	border:#3d3d3d;
	color:#999;
	text-shadow:0 1px 0 black;
}

#page form .select {
	width:200px;
}

#page form .text {
	text-transform:uppercase;
	font-size:11px;
	color:#CCC;
	font-weight:bold;
	text-align:right;
}

#page form .button {
	padding:10px 20px;
	border:1px solid #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	cursor:pointer;
	text-shadow:0 0 2px black;
	background: #feffe8; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffe8 0%, #d6dbbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffe8 0%,#d6dbbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
}

.page-button {
	padding:10px 20px;
	border:1px solid #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	cursor:pointer;
	text-shadow:0 0 2px black;
	background: #feffe8; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffe8 0%, #d6dbbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffe8 0%,#d6dbbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffe8 0%,#d6dbbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
}

#page p a {
	color:white;
}

#page p a:hover {
	text-decoration:none;
}

#page #termos {
	width:auto;
	margin:10px 30px;
	max-height:200px;
	overflow:auto;
	border-top:1px solid #3D3D3D;
	border-bottom:1px solid #3D3D3D;
}

#page .password-box, #page .password-box-ok {
	width:99px;
	height:40px;
	margin-left:1px;
	padding:20px 0px;
	background:red;
	float:left;
	text-align:center;
	text-shadow:0 0 5px black;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

#page .password-box-ok {
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}

#page ul.abas {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:3px solid #3D3D3D;
	margin-bottom:10px;
	display:table;
	border-collapse:collapse;
}

#page ul.abas li {
	width:auto;
	display:inline;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#CCC;
	text-shadow:0 1px 0 black;
	cursor:pointer;
	transition:color linear 0.2s;
	text-align:center;
	display: table-cell;
}

#page ul.abas li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#CCC;
	text-shadow:0 1px 0 black;
	text-decoration:none;
	display:inline-block;
	transition:color linear 0.2s;
	padding:10px;
	padding-bottom:11px;
}

#page ul.abas li a:hover {
	color:white;
}

#page ul.abas li:hover, #page ul.abas li.active {
	border-bottom:3px solid #FC0;
	color:white;
}

#page ul.abas li.mhover {
	border-bottom:3px solid #FC0;
}

#page ul.abas li.active a {
	text-shadow:0 0 10px white;
	color:white;
}

#page table.info td {
	border:1px solid #333;
	padding:5px 3px;
	padding-bottom:3px;
}

#page .a-button {
	width:auto;
	padding:5px 10px;
	text-decoration:none;
	color:white;
	text-shadow:0 -1px 0 #030;
	border:1px solid #030;
	font-weight:bold;
	transition:ease-in-out 0.2s;
	background: #4fb538; /* Old browsers */
	background: -moz-linear-gradient(top,  #4fb538 0%, #299a0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fb538), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4fb538 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4fb538 0%,#299a0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4fb538 0%,#299a0b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4fb538 0%,#299a0b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb538', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
}

#page .a-button:hover {
	text-shadow:0 1px 0 #030;
}

#page .form {
	width:60%;
	border:1px solid #3D3D3D;
	background:#202020;
	background:url(img/ui/bg_form.png);
	margin:0 auto;
	margin-bottom:10px;
}

#page .form .input, #page .form .select {
	background:#2E2E2E;
	border:1px solid #3D3D3D;
}

#page .form .select {
	width:210px;
}

#page .form .button {
	color:white;
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 0%, rgba(34,34,34,1) 28%, rgba(34,34,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(0%,rgba(110,119,116,1)), color-stop(28%,rgba(34,34,34,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

#page .form .button:hover {
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 0%, rgba(51,51,51,1) 28%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(0%,rgba(110,119,116,1)), color-stop(28%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(51,51,51,1) 28%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(51,51,51,1) 28%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(51,51,51,1) 28%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(51,51,51,1) 28%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

#slidebar {
	width:290px;
	float:right;
}

#slidebar .title {
	width:41%;
	padding:7px 10px;
	border:1px solid #3D3D3D;
	border-top:none;
	border-bottom:none;
	background:#343434 url(img/ui/bg_title2.png) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	text-shadow:0 1px 0 black;
	text-transform:uppercase;
	font-weight:bold;
}

#slidebar .box {
	width:auto;
	border:1px solid #3D3D3D;
	background:#202020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align:center;
	margin-bottom:20px;
}

#slidebar .bt-link {
	width:auto;
	height:64px;
	margin-top:10px;
}

#slidebar .bt-link img {
	transition:ease-in-out 0.2s;
}

#slidebar .bt-link img:hover {
	opacity:0.8;
}

#end {
	width:auto;
	margin:10px 0px;
	padding:20px 0px;
	border-top:1px solid #2d2d2d;
}

#end #estsoft {
	width:auto;
	float:left;
	margin-right:20px;
}

#end #emenu {
	width:auto;
}

#end #emenu a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:20px;
	transition:all 0.2s;
}

#end #emenu a:hover {
	color:#8C7F5C;
}

#end #copy {
	width:auto;
	padding-top:17px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#999;
}

#end #social {
	width:auto;
	float:right;
	text-align:right;
	margin-top:-52px;
}

#end #social img { 
	transition:ease-in-out 0.2s;
}

#end #social img:hover {
	opacity:0.8;
}

.error, .okay, .sky {
	width:580px;
	margin:10px;
	padding:10px;
	background:#FFDFDF;
	border:1px solid red;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:red;
	text-align:center;
	margin:0 auto;
}

.error {
	width:580px;
	margin:0 auto;
	margin-bottom:15px;
}

.okay {
	background:#DFD;
	border:1px solid #090;
	color:#090;
}

.sky {
	background:#BDF;
	border:1px solid #06C;
	color:#06C;
}

#return2 {
	width:auto;
	text-align:center;
}

#return2 .red-ballon {
	width:400px;
	margin:0 auto;
	padding:5px;
	text-align:center;
	background:#FFD2D2;
	border:1px solid red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	opacity:0.8;
	font-weight:bold;
	border-radius:2px;
}

table.rank td {
	padding:5px 2px;
	padding-bottom:1px;
	text-shadow:0 0 2px black;
	font-size:11px;
	font-weight:bold;
}

table.rank tr {
	background:url(img/ui/bg-rank-row.png) repeat-x;
	transition:ease-in-out 0.2s;
}

table.rank tr:hover {
	background:url(img/ui/bg-rank-row-hover.png) repeat-x;
}

table.rank td.head {
	background: url(img/ui/bg-rank-title.png) repeat-x;
	padding:5px;
}

table.rank #first  { background:url(img/ui/bg-rank-row-1.png) no-repeat center; background-size:100% 100%; }
table.rank #second { background:url(img/ui/bg-rank-row-2.png), 100%; }
table.rank #third  { background:url(img/ui/bg-rank-row-3.png), 100%; }

.ftable {
	width:100%;
	-moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
}

.ftable#full {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999;
}

.ftable #frow {
	width:auto;
	background:url(img/ui/bg-rank-row.png);
	text-shadow:0 0 2px black;
}

.ftable #frow:hover {
	background:url(img/ui/bg-rank-row-hover.png);
	background-size:100% 100%;
}

.ftable #frow.ftitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
	text-shadow:0 1px 0 black;
	background:url(img/ui/bg_title.png);
	background-size:100%, 100%;
}

.ftable #frow.first { background:url(img/ui/bg-rank-row-1.png); background-size:100% 100%; }
.ftable #frow.second { background:url(img/ui/bg-rank-row-2.png); background-size:100% 100%; }
.ftable #frow.third { background:url(img/ui/bg-rank-row-3.png); background-size:100% 100%; }

.ftable #frow.first, .ftable #frow.second, .ftable #frow.third {
	color:white;
}

.ftable #frow.first:hover, .ftable #frow.second:hover, .ftable #frow.third:hover {
	background:url(img/ui/bg-rank-row-hover.png);
	background-size:100% 100%;
}

.ftable #frow.selected {
	background:url(img/ui/bg-rank-row-hover.png);
	background-size:100% 100%;
	box-shadow:inset 0 0 2px #FADFA9;
}

.ftable #frow #fcell {
	width:60px;
	float:left;
	padding:11px 0px;
}

/* Circle */
.circle-a {
	background-color: rgba(0,0,0,0);
	border:5px solid #FADFA9;
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #FDCB60;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spinPulse 1s infinite ease-in-out;
	-webkit-animation:spinPulse 1s infinite linear;
}
.circle-a1 {
	background-color: rgba(0,0,0,0);
	border:5px solid #FADFA9;
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #FDCB60; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-50px;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #FDCB60;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #FDCB60; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}

/* Bar Little */
.barlittle {
	background-color:#FDCB60;  
	background-image: -moz-linear-gradient(45deg, #FDCB60 25%, #FADFA9); 
	background-image: -webkit-linear-gradient(45deg, #FDCB60 25%, #FADFA9);
	border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333; 
	width:10px;
	height:10px;
	float:left;
	margin-left:5px;
    opacity:0.1;
	-moz-transform:scale(0.7);
	-webkit-transform:scale(0.7);
	-moz-animation:move 1s infinite linear;
	-webkit-animation:move 1s infinite linear;
}
#block_1{
 	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
 }
#block_2{
 	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
#block_3{
 	-moz-animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
#block_4{
 	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
#block_5{
 	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
@-moz-keyframes move{
	0%{-moz-transform: scale(1.2);opacity:1;}
	100%{-moz-transform: scale(0.7);opacity:0.1;}
}
@-webkit-keyframes move{
	0%{-webkit-transform: scale(1.2);opacity:1;}
	100%{-webkit-transform: scale(0.7);opacity:0.1;}
}

.download-button {
	padding:10px 30px;
	background:#222;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:white;
	text-shadow:-1px -1px 0 black;
	text-decoration:none;
	border-radius:5px;
	float:right;
	text-transform:uppercase;
	border:1px solid #111;
	background: rgb(51,51,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	transition:ease-in-out 0.3s;
}

.download-button:hover {
	background:#222;
}

#page #info td {
	border:1px solid #222;
	padding:5px 3px;
	padding-bottom:3px;
}

#page .driver-button {
	width:50px;
	height:50px;
	padding:5px;
	margin-right:10px;
	background:#222;
	box-shadow:none;
	border-radius:5px;
	transition:ease-in-out 0.3s;
}

#page .driver-button:hover {
	box-shadow:0 0 5px #666;
}

ul.menu-guide {
	width:auto;
	padding:10px 0px;
	padding-top:23px;
	text-align:center;
}

ul.menu-guide li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
	padding:5px;
}

ul.menu-guide li a {
	font-family:Verdana;
	font-size:16px;
	color:#B3A16D;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:0 -1px 0 black;
	display:inline;
	padding:5px 10px;
	border-radius:5px 5px 0px 0px;
	transition:ease-in-out 0.2s;
}

ul.menu-guide li a:hover, ul.menu-guide li a.active {
	color:#FFDC72;
	background:#222;
	box-shadow:inset 0 0 5px black;
	text-shadow:0 1px 0 black;
}

ul.menu-guide li ul {
	width:180px;
	visibility:hidden;
	position:absolute;
	background:#222;
	margin:0;
	padding:0;
	text-align:center;
	box-shadow:inset 0 0 5px black;
	border-radius:5px;
}

ul.menu-guide li ul li {
	display:block;
}

ul.menu-guide li ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
}

ul.menu-guide li ul li a:hover {
	box-shadow:none;
	text-decoration:underline;
}

.form-guide {
	width:581px;
	padding:20px;
	background:#202020;
	background:url(img/ca-noticias_bg.jpg) repeat-y;
	margin:0 auto;
}

.form-guide h1 {
	padding:5px;
	margin:0;
}

.form-guide p {
	text-align:justify;
}

.guide-top {
	width:621px;
	height:75px;
	margin:0 auto;
	margin-top:10px;
	background:url(img/ca-guia-h2_bg.png) no-repeat;
}

.guide-bottom {
	width:621px;
	height:14px;
	margin:0 auto;
	margin-bottom:10px;
	background:url(img/ca-single-f_bg.png) no-repeat;
}

table.remo td {
	padding:5px 0px;
}

#tabs {
	background:url(img/bg_black.png);
	padding:0;
	border-radius:0;
	margin:5px 10px;
	border:1px solid #111;
}

#tabs ul {
	background:none;
	border:none;
	margin:0;
	padding:0;
	border-radius:0;
	border-bottom:1px solid #111;
	background: rgb(51,51,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(34,34,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(34,34,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

#tabs ul li {
	display:inline;
	border-radius:0;
	border:none;
	margin:0;
	background:none;
}

#tabs ul li a {
	color:#666;
	text-shadow:0 1px 0 black;
	transition:ease-in-out 0.2s;
}

#tabs ul li a:hover, #tabs ul li.ui-tabs-active, #tabs ul li.ui-tabs-active a {
	color:#EEE;
	background:#333;
}

#tabs ul li.ui-tabs-active {
	padding:0;
	margin:0;
	padding-bottom:1px;
}

#tabs table.guia-skil {
	width:500px;
}

#tabs table.guia-skill td {
	padding:5px;
	background:url(img/bg_black.png);
	border:1px solid #111;
}

/* Ranking guerra */

.rank-war-box {
	width:640px;
	margin:8px;
	border:1px solid #3D3D3D;
	background:#202020;
	background:url(img/ui/bg_form.png);
}

.rank-war-box img.border {
	border:1px solid #5d5d5d;
	padding:5px;
	border-radius:5px;
}

.rank-war-box .wtitle {
	width:auto;
	padding:5px;
	font-family:Verdana;
	font-size:14px;
	color:#B3A16D;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:0 1px 0 black;
}

.rank-war-box .wtitle2 {
	width:auto;
	padding:15px 0px;
	padding-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	color:#999;
	text-shadow:0 1px 0 black;
}

.rank-war-box #rank-war-capella, .rank-war-box #rank-war-procyon {
	width:297px;
	float:left;
	margin:15px;
	margin-right:0px;
	margin-bottom:0px;
}

.rank-war-box span.smallt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#999;
}

#top-button {
	width:660px;
	margin:10px 0px;
	text-align:right;
}

#top-button a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:20px;
	transition:all 0.2s;
}

#top-button a:hover {
	color:#8C7F5C;
}

.page-button {
	margin:0 auto;
	color:white;
	transition:ease-in-out 0.2s;
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 0%, rgba(34,34,34,1) 28%, rgba(34,34,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(0%,rgba(110,119,116,1)), color-stop(28%,rgba(34,34,34,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

.page-button:hover {
	background:#222222;
}

/* Store CSS */

#store {
	width:635px;
	border:1px solid #3D3D3D;
	background:#202020;
	background:url(img/ui/bg_form.png);
	margin:0 auto;
	margin:10px;
}

#store #store-slidebar {
	width:180px;
	float:left;
	text-align:center;
}

#store #store-slidebar a {
	margin-top:10px;
	padding:5px;
}

#store #store-slidebar img {
	margin-top:10px;
	border:1px solid black;
	color:white;
	opacity:0.7;
	transition:ease-in-out 0.2s;
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 0%, rgba(34,34,34,1) 28%, rgba(34,34,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(0%,rgba(110,119,116,1)), color-stop(28%,rgba(34,34,34,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 0%,rgba(34,34,34,1) 28%,rgba(34,34,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

#store #store-slidebar img:hover, #store #store-slidebar img.active {
	opacity:1;
}

#store #store-main {
	width:443px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	border:1px solid black;
	background: rgba(34,34,34,1);
	min-height: 430px;
	vertical-align: middle;
}

#store #store-terms {
	width:443px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	border:1px solid black;
	background: rgba(34,34,34,1);
}

#store #store-main #store-info {
	width:auto;
	padding:4px 0px;
	border-bottom:1px solid black;
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#store #store-terms {
	width:443px;
}

#store #donate-option {
	width:40%;
	margin-left:40px;
	margin-right:-30px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	padding:10px 0px;
	border:1px solid #444;
	box-shadow:inset 0 0 5px #444;
	transition:ease-in-out 0.2s;
	cursor:default;
}

#store #donate-option p {
	font-weight:bold;
	text-shadow:0 1px 0 black;
}

#store #donate-option:hover, #store #donate-option.active {
	border:1px solid #99994D;
	box-shadow:inset 0 0 5px #99994D;
}
#store #premium-option {
	width:82.5%;
	margin-left:40px;
	margin-right:-30px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	padding:10px 0px;
	border:1px solid #444;
	box-shadow:inset 0 0 5px #444;
	transition:ease-in-out 0.2s;
	cursor:default;
}

#store #premium-option p {
	font-weight:bold;
	text-shadow:0 1px 0 black;
}

#store #premium-option:hover, #store #premium-option.active {
	border:1px solid #99994D;
	box-shadow:inset 0 0 5px #99994D;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:640px;
	height:150px;
	margin:0 auto;
	margin-top:0px;
	margin-left:5px;
	margin-bottom:5px;
	overflow: hidden;
	background:none;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.validation-form .form-error {
	color:red; text-shadow:0 0 5px red; text-align: left;
	margin-top: 3px;
}

.validation-form .form-icon {
	margin-left: 3px;
}

.validation-form input:focus, button:focus {
    /* Styles for only form inputs and buttons that have focus */
	border:solid 1px #009cdd !important;
}


.validation-form input.form-error {
	border:solid 1px #f04f30 !important;
	background: url(img/ui/delete-icon.png) no-repeat right 3px center !important;
	padding-right: 5px !important;
}

.validation-form input.valid {
	border:solid 1px #77d64f !important;
	background: url(img/ui/accept-icon.png) no-repeat right 3px center !important;
	padding-right: 5px !important;
}

.validation-form input.loading {
	background: url(img/ui/circle.gif) no-repeat right 3px center !important;
	padding-right: 5px !important;
}


/*.form-error:before {
    content: url('../img/ui/delete-icon.png');
}

.valid:before {
    content: url('../img/ui/accept-icon.png');
}*/

.form-field {
	width: 80%;
}

/**** Tooltip Custom stype **/
.ui-tooltip, .arrow:after {
	background:	#42241c;
	border: 1px solid #2E2E2E;
	max-width: 240px;
}

.ui-tooltip {
	padding: 10px 20px;
	color: #FF9933;
	/*border-radius: 20px;*/
	font: 12px "Helvetica Neue", Sans-Serif;
	box-shadow: 0 0 3px black;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 7%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}

/**** CSS Loading Animation Ref. http://www.alessioatzeni.com/blog/css3-loading-animation/***/

ul#progress {
    list-style: none;
    width: 165px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

ul#progress li {
    /* Style your list */
	float: left;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 10px;
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #000;
}

ul#progress li:first-child {
    margin-left: 0;
} /* Remove the margin first li element */

.ball {
    /* Style your ball and set the animation */
	background-color: #2187e7;
    background-image: -moz-linear-gradient(90deg, #090 25%, #a0eaff);
    background-image: -webkit-linear-gradient(90deg, #090 25%, #a0eaff);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-animation: loading 1s linear forwards;
    -webkit-animation: loading 1s linear forwards;
}

.pulse {
    /* Style your second ball to create the amazing effects */
	width: 15px;
    height: 15px;
    border-radius: 30px;
    border: 1px solid #00c6ff;
    box-shadow: 0 0 5px #00c6ff;
    position: absolute;
    top: -1px;
    left: -1px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-animation: pulse 1s ease-out;
    -moz-animation: pulse 1s ease-out;
}

/* Control Layers */
#layer1 {
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

#layer2 {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

#layer3 {
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

#layer4 {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

#layer5 {
    -moz-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

#layer7 {
    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

#layer8 {
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

#layer9 {
    -moz-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

#layer10 {
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

#layer11 {
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
}

@-moz-keyframes loading {
    0% {
        -moz-transform: scale(0,0);
    }

    100% {
        -moz-transform: scale(1,1);
    };
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: scale(0,0);
    }

    100% {
        -webkit-transform: scale(1,1);
    };
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    10% {
        -moz-transform: scale(1);
        opacity: 0.5;
    }

    50% {
        -moz-transform: scale(1.75);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(0);
        opacity: 0;
    };
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    10% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }

    50% {
        -webkit-transform: scale(1.75);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(0);
        opacity: 0;
    };
}


#status {
	margin-bottom: 25px;
}
.copyright {
	font-size: 15px;
}
.copyright .copy {
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	font-family: Nunito, sans-serif;
	font-weight: 700;

}
.copyright a {
	text-decoration: none
}
.copyright a:hover {
	color: #3db0d3
}

/*novo css*/

.painel_user_info ul {
  list-style: none;
  clear: both;
  margin: 0px;
  padding: 0px;
}


.painel_user_info ul li div {
  float: left;
}


.painel_user_info {
  background: #161616;
  padding: 10px 10px;
  overflow: hidden;
  max-width: 700px;
}

.box_user_info {
  padding: 20px 10px;
  margin: 10px 0px;
  border: 2px solid #2D2D2D;
  border-radius: 5px;
  
  background: #0e0e0e;

}

.titulo_user_info {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #CECECE;
  margin-bottom: 10px;
  
}

.apelido-local,
.coin {
  min-height: 100px;
}

.apelido li, .endereco li{
  margin: 16px 0
}
.nome span,
.idade span,
.usuario span,
.email span,
.apelido span,
.endereco span,
.cash span,
.master-cash span,
.t-points span,
.tipo span,
.expira span,
.status span {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #848484;
  margin-left: 10px;
}


.container-B {
  float: left;
  width:238px;
}

.container-A {
  float: left;
  width: 390px;
  margin-right: 10px;
}


.info-adicional {
  float: none;
  height: 130px;
  overflow: hidden;
  padding: 20px 10px;
  margin: 10px 0px;
  border: 2px solid #2D2D2D;
  border-radius: 5px;
  background: #0e0e0e;
}

.icon_user_info {
  float:left;
  margin: 0px 10px 10px 0px;
  width: 30px;
 
}
.sidebar-title {
  color: #dea518;
  line-height: 1;
  padding-bottom: 0px;
}

.ftable #frow {
	width:auto;
	background:url(img/ui/bg-rank-row.png);
	text-shadow:0 0 2px black;
}

.ftable #frow:hover {
	background:url(img/ui/bg-rank-row-hover.png);
	background-size:100% 100%;
}

.ftable #frow.ftitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
	text-shadow:0 1px 0 black;
	background:url(img/ui/bg_title.png);
	background-size:100%, 100%;
}

.ftable #frow.first { background:url(img/ui/bg-rank-row-1.png); background-size:100% 100%; }
.ftable #frow.second { background:url(img/ui/bg-rank-row-2.png); background-size:100% 100%; }
.ftable #frow.third { background:url(img/ui/bg-rank-row-3.png); background-size:100% 100%; }

.ftable #frow.first, .ftable #frow.second, .ftable #frow.third {
	color:white;
}

.ftable #frow.first:hover, .ftable #frow.second:hover, .ftable #frow.third:hover {
	background:url(img/ui/bg-rank-row-hover.png);
	background-size:100% 100%;
}

.ftable #frow.selected {
	background:url(img/ui/bg-rank-row-hover.png);
	background-size:100% 100%;
	box-shadow:inset 0 0 2px #FADFA9;
}

.ftable #frow #fcell {
	width:60px;
	float:left;
	padding:11px 0px;
}
.top-player {
	width:auto;
	background:url(img/ui/bg-rank-row.png);
	text-shadow:0 0 2px black;
}
.top-player .number {
  border: 1px solid #2e394a;
  color: #657793;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.top-player .number.first {
  color: #ffe956;
  border: 1px solid #2e394a;
}
.top-player .number.second {
  color: #d3e3e4;
  border: 1px solid #2e394a;
}
.top-player .number.third {
  color: #8d6f46;
  border: 1px solid #2e394a;
}
.top-player .ava-img {
  width: 40px;
  text-align: center;
  height: 18px;
}
.top-player .ava-img img {
  width: 28px;
  height: 16px;
  border: 1px solid #16629c;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.top-player .nickname {
  width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 0px;
  color: #d0e3ff;
}
.top-player .kills {
  width: 40px;
  text-align: right;
  color: #74acff;
  font-size: 14px;
}

/*# ----------------------------------------------------------------------------------*/





.flex-center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}


.top-player {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(133, 216, 255, 0.06);
}
.top-player .number {
  border: 1px solid #2e394a;
  color: #657793;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.top-player .number.first {
  color: #ffe956;
  border: 1px solid #2e394a;
}
.top-player .number.second {
  color: #d3e3e4;
  border: 1px solid #2e394a;
}
.top-player .number.third {
  color: #8d6f46;
  border: 1px solid #2e394a;
}
.top-player .ava-img {
  width: 40px;
  text-align: center;
  height: 18px;
}
.top-player .ava-img img {
  width: 28px;
  height: 16px;
  border: 1px solid #16629c;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.top-player .nickname {
  width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 0px;
  color: #d0e3ff;
}
.top-player .kills {
  width: 40px;
  text-align: right;
  color: #74acff;
  font-size: 14px;
}


/* Middle
-----------------------------------------------------------------------------*/

/* Responsavel pelo botão refresh rank*/
.content 
{
  width: 220px;
  padding: 10px 10px 50px 10px;
  position: relative;
}
/* Responsavel pela menu de guild*/
.content_guild 
{
  width: 220px;
  padding: 30px 10px 50px 30px;
  position: relative;
}
.content:after {
  content: "";
  background: url(../images/bottom-content-icon.png) no-repeat;
  left: -30px;
  bottom: -12px;
  width: 690px;
  height: 40px;
  position: absolute;
}

.news_title { 
    background: url(../images/closed.png);
    float: right;
    cursor: pointer;
    width: 100%;
    height: 56px;
    font-size: 15px;
    line-height: 212%;
    color: #f6be53;
    font-family: 'Ebrima';
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 2px;
}

.news_content 
{ 
    float: right;
    display: none;
}

#news_board 
{
    background: #1b222c;
    width: 99.7%;
    margin-bottom: 5px;
    margin-top: 1px;
    border-bottom: 1px solid #69a9e5;
    border-top: 1px solid #202938;
    border-left: 1px solid #202938;
    border-right: 1px solid #202938;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #65e370;
    line-height: 1.45;
}

#on_content 
{
    padding:10px;
}
.on {
    background: url(../images/open.png);
    width: 100%;
    height: 56px;
    font-size: 15px;
    line-height: 212%;
    color: rgba(255, 255, 255, 1);
    font-family: 'Ebrima';
    text-decoration: none;
    opacity: 1;
}

.over {
    background:url(../images/open.png);
    width: 100%;
    height: 56px;
    font-size: 15px;
    line-height: 212%;
    color: rgba(255, 255, 255, 1);
    font-family: 'Ebrima';
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

#news_t {
    padding-left: 10px;
    padding-top: 13px;
    color: #d1a518;
}
#on_content {
    color: white;
    font-size:14px;
}

#on_content ul {
   list-style-type: disc; 
   list-style-position: inside;
}

#on_content li {
   list-style-type: disc; 
   list-style-position: inside;
   margin-left: 15px; 
}


.slider {
  overflow: hidden;
  position: relative;
  width: 630px;
  height: 214px;
  margin: 0 auto;
  z-index: 10;
  margin: -30px -20px 0px -20px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .active .slider-text {
  transition: all 2s ease;
  bottom: 20px !important;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
}
.slider .slides .slide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 0px 0px 40px 20px rgba(0, 0, 0, 0.6);
}
.slider .slides .slide .slider-text {
  position: absolute;
  bottom: -200px;
  left: 0px;
  padding: 8px 30px;
  width: calc(100% - 60px);
  color: #e0ddd1;
  line-height: 1.3;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 4;
}
.slider .slides .slide h1 {
  margin-bottom: 1px;
  color: #fff;
  font-size: 36px;
}
.slider .slides .slide img {
  width: 630px;
  max-width: 630px;
  height: 214px;
}
.slider .next {
  position: absolute;
  background: url(../images/arrow-right.png) no-repeat;
  height: 30px;
  width: 30px;
  right: 20px;
  top: 95px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  z-index: 12;
}
.slider .prev {
  position: absolute;
  background: url(../images/arrow-left.png) no-repeat;
  height: 30px;
  width: 30px;
  left: 20px;
  top: 95px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  z-index: 12;
}
.slider .navigation {
  position: absolute;
  left: 23px;
  top: 16px;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.slider .navigation .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #a6d0b6, #89b899);
  border: 1px solid #427252;
  cursor: pointer;
  margin: 0 2px;
  position: relative;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active:after {
  content: "";
  background: linear-gradient(to bottom, #a6d0b6, #89b899);
  height: 10px;
  width: 10px;
  border: 1px solid #b9d8c2;
  position: absolute;
}
.tabs {
  padding: 20px 20px;
  box-shadow: 0px 25px 30px -5px rgba(0, 0, 0, 0.2);
  background: url(../images/news-bg.jpg);
  margin: 0px -20px 20px -20px;
}
.tabs > .section {
  padding-top: 20px;
  display: none;
  border-top: 1px solid #2e3543;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs > input {
  display: none;
  position: absolute;
}
.tabs > label {
  display: inline-block;
  padding: 15px 18px;
  text-align: center;
  color: #839cb3;
  font-size: 12px;
}
.tabs > label:hover {
  cursor: pointer;
  color: #fff;
}
.tabs > input:checked + label {
  color: #69a9e5;
  background: #1b222c;
  border-bottom: 1px solid #69a9e5;
  border-top: 1px solid #202938;
  border-left: 1px solid #202938;
  border-right: 1px solid #202938;
}
#news:checked ~ #content-news,
#articles:checked ~ #content-articles,
#guides:checked ~ #content-guides {
  display: block;
}
.first-new {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(46, 53, 67, 0.3);
}
.first-new .news-img {
  opacity: 0.7;
  width: 237px;
}
.first-new .news-img img {
  width: 237px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.first-new .news-img:hover {
  opacity: 1;
}
.first-new .first-news-info {
  width: 335px;
}
.first-new .first-news-info h2 {
  margin-bottom: 10px;
  font-weight: normal;
}
.first-new .first-news-info p {
  text-align: justify;
}
.first-new .first-news-info .first-news-i .button {
  margin-right: 15px;
}
.news {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(46, 53, 67, 0.3);
  transition: all 0.5s ease;
  min-height: 25px;
}
.news .news-title {
  display: flex;
  align-items: center;
}
.news .news-title h2 {
  color: #61738e;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
}
.news .news-title span {
  color: #73a6ff;
  font-size: 10px;
  border: 1px solid #73a6ff;
  padding: 2px 4px;
  margin-right: 12px;
}
.news .date-more {
  color: #435067;
  width: 150px;
  text-align: right;
}
.news .more {
  display: none;
}
.news:hover {
  background: rgba(97, 115, 142, 0.04);
}
.news:hover h2 {
  color: #bbd0f0;
}
.news:hover .date {
  display: none;
}
.news:hover .more {
  display: block;
}
.carousel {
  position: relative;
  width: 510px;
  padding: 0px 40px;
}
.arrow {
  position: absolute;
  top: 85px;
  padding: 0;
  height: 30px;
  width: 30px;
  display: block;
}
.arrow:hover {
  cursor: pointer;
}
.prev {
  left: 0px;
  background: url(../images/nav-left.png) no-repeat;
}
.next {
  right: 0px;
  background: url(../images/nav-right.png) no-repeat;
}
.gallery {
  width: 510px;
  overflow: hidden;
}
.gallery ul {
  height: 205px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 2250ms;
}
.gallery li {
  width: 150px;
  height: 205px;
  padding: 0px;
  display: inline-block;
  margin: 0px 10px;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
}
.gallery li .shop-img img {
  max-width: 150px;
}
.gallery li .shop-title {
  color: #bbd0f0;
}
.gallery li .shop-price {
  color: #63cdff;
  font-size: 24px;
}
.gallery li .shop-button {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  width: 285px;
  background: url(../images/sidebar-bg.jpg);
  margin-bottom: 110px;
  position: relative;
}
.right-sidebar:after {
  content: "";
  background: url(../images/right-sidebar-icon.png) no-repeat;
  right: -4px;
  bottom: -4px;
  width: 25px;
  height: 25px;
  position: absolute;
}
.server-block {
  padding: 0px 0px 0px 0px;
}
.server {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid rgba(142, 227, 255, 0.06);
}
.server .server-x {
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.server .server-info {
  width: 181px;
  color: #eef7ff;
}
.server .server-info span {
  color: #657793;
}
.server .server-info span b {
  color: #65a1ff;
  font-weight: normal;
}
.server .server-progress {
  background: rgba(0, 0, 0, 0.8);
  height: 3px;
  margin: 8px 0px;
}
.server .server-progress span {
  width: 100%;
  height: 3px;
  display: block;
}
.server .server-description a {
  color: #65a1ff;
  text-decoration: underline;
  font-size: 10px;
}
.server .server-description a:hover {
  text-decoration: none;
}
.server:last-child {
  border-bottom: none;
}
.blue .server-x {
  background: url(../images/server-blue-img.png) center no-repeat;
  color: #8ecbff;
}
.blue .server-progress span {
  background: #00baff;
  box-shadow: 0px 0px 10px 0px rgba(0, 186, 255, 0.6);
}
.pink .server-x {
  background: url(../images/server-pink-img.png) center no-repeat;
  color: #ffbae3;
}
.pink .server-progress span {
  background: #ff0096;
  box-shadow: 0px 0px 10px 0px rgba(255, 0, 150, 0.6);
}
.green .server-x {
  background: url(../images/server-green-img.png) center no-repeat;
  color: #deffba;
}
.green .server-progress span {
  background: #7fff18;
  box-shadow: 0px 0px 10px 0px rgba(127, 255, 24, 0.6);
}
.forum-block {
  box-shadow: 0px 15px 20px -7px rgba(0, 0, 0, 0.15);
}
.sidebar-forum-title {
  border-bottom: 1px solid rgba(181, 203, 243, 0.04);
  padding-bottom: 18px;
}
.forum {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(181, 203, 243, 0.04);
  padding: 20px 0px;
}
.forum p {
  margin-bottom: 7px;
}
.forum .forum-ava {
  width: 45px;
}
.forum .forum-ava img {
  height: 29px;
  width: 29px;
  border: 1px solid #16629c;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.forum .forum-title a {
  color: #7d99c4;
}
.forum .forum-info {
  width: 200px;
}
.forum .forum-info .date {
  color: #3c4961;
  font-size: 10px;
}
.forum .forum-info .autor {
  color: #65a1ff;
  text-decoration: underline;
  font-size: 10px;
}
.forum .forum-info .autor:hover {
  text-decoration: none;
}
.fast-links-block li {
  margin-left: -11px;
  background: url(../images/li-icon.png) left no-repeat;
  padding: 9px 0px 9px 29px;
}
.fast-links-block li a {
  color: #a9986e;
}
/* Footer
-----------------------------------------------------------------------------*/
#toTop {
  position: absolute;
  display: block;
  width: 86px;
  height: 86px;
  left: 50%;
  top: -43px;
  margin-left: -43px;
  background: url(../images/up-button.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
.footer {
  height: 575px;
  position: relative;
  color: #455468;
  line-height: 1.3;
}
.footer a {
  color: #79c0e2;
}
.f-logo {
  position: absolute;
  width: 80px;
  height:50px;
  text-align: center;
  top: 10px;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 170px;
}
.design {
  text-align: right;
  padding-right: 20px;
  width: 210px;
}
.copyright {
  padding-left: 20px;
  width: 210px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.f-menu li {
  display: inline-block;
  background: none;
  padding: 0px 18px 0px 15px;
  border-right: 1px solid #3d4b5d;
}
.f-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
.f-menu li a:hover {
  color: #fff;
}
.f-menu li:last-child {
  padding: 0px 0px 0px 15px;
  border-right: none;
}
.f-menu li:first-child {
  padding: 0px 18px 0px 0px;
}
.content-title {
  margin-bottom: 16px;
  margin-top: 16px;
}
/* MENU BUTTON */
.content-title a 
{
  float: left;
  right: -20px;
  color: #24698f;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0px 0px 10px #007eff;
  text-decoration: none;
  margin-top: 4px;
}
.content-title a:hover {
  color: #fff;
}
.content-title a:before {
  content: "+";
  position: absolute;
  left: -8px;
  top: -1px;
}
.title {
  font-size: 18px;
  color: #aacff2;
  font-weight: bold;
  text-transform: uppercase;
}
.login-block {
  background: #102a3c;
}
.login-block .login-title {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.login-block .login-title:after {
  content: "";
  height: 1px;
  background: #132f45;
  width: 100%;
  left: 0;
  margin-top: 37px;
  position: absolute;
}

.log-button {
  background: url(../images/green-button.jpg) no-repeat;
  width: 109px;
  height: 35px;
  margin-left: 0px;
  margin-right: 30px;
  box-shadow: 0px 0px 29px 1px #1b532d;
}
span.coins {
    color: #fed238;
}
.normal_title {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

}
a.menuitem.online_shop {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wanted-player {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(133, 216, 255, 0.06);
}
.wanted-player .number {
  border: 1px solid #2e394a;
  color: #657793;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.wanted-player .number.first {
  color: #ffe956;
  border: 1px solid #2e394a;
}
.wanted-player .number.second {
  color: #d3e3e4;
  border: 1px solid #2e394a;
}
.wanted-player .number.third {
  color: #8d6f46;
  border: 1px solid #2e394a;
}
.wanted-player .ava-img {
  width: 40px;
  text-align: center;
  height: 18px;
}
.wanted-player .ava-img img {
  width: 28px;
  height: 16px;
  border: 1px solid #16629c;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.wanted-player .nickname {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 0px;
  color: #d0e3ff;
}
.wanted-player .kills {
  width: 75px;
  text-align: right;
  color: #74acff;
  font-size: 12px;
}

/*.wanted-player .level {
  width: 40px;
  text-align: left;
  color: #74acff;
  font-size: 12px;
}*/
/*# sourceMappingURL=style.css.map */

.pet-player {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(133, 216, 255, 0.06);
}
.pet-player .number {
  border: 1px solid #2e394a;
  color: #657793;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.pet-player .number.first {
  color: #ffe956;
  border: 1px solid #2e394a;
}
.pet-player .number.second {
  color: #d3e3e4;
  border: 1px solid #2e394a;
}
.pet-player .number.third {
  color: #8d6f46;
  border: 1px solid #2e394a;
}
.pet-player .ava-img {
  width: 40px;
  text-align: center;
  height: 18px;
}
.pet-player .ava-img img {
  width: 28px;
  height: 16px;
  border: 1px solid #16629c;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.pet-player .nickname {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 0px;
  color: #d0e3ff;
}
.pet-player .kills {
  width: 75px;
  text-align: right;
  color: #74acff;
  font-size: 12px;
}

.pet-player .level {
  width: 40px;
  text-align: left;
  color: #74acff;
  font-size: 12px;
}
.login-in input {
  background-image: url(../images/login-icon.png);
}
.password-in input {
  background-image: url(../images/password-icon.png);
}
.verification-in input {
  background-image: url(../images/veri-icon.png);
}

/*# sourceMappingURL=style.css.map*/