 /* Imports */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(font.css);

/* Reset */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

:focus {
	outline: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

b {
	font-weight: 500;
}

.clearfix {
	clear: both;
}

/* CSS by Marco Cuel */
body {
	background-color: #E8E8E8;
	font-family: 'Roboto', sans-serif;
}

.conteudo {
	width: 980px;
	margin: 0 auto;
}

/* Topo */
#topo {
	background-color: #6EC6E6;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 220px;
	box-shadow: inset 0 -1px rgba(0,0,0,0.1);
}

#topo .logo_back {
	background-image: url(../img/logo.png);
	background-position: left bottom;
	width: 270px;
	height: 134px;
	float: left;
	margin-top: 42px;
	margin-left: -10px;
	transition: all 0.3s;
}

#topo .logo_back:hover {
	margin-top: 47px;
}

#topo .logo {
	background-color: #000000;
	background-image: url(../img/logo.png);
	width: 260px;
	height: 130px;
	margin-left: 10px;
}

#topo .logo.faixa {
	position: relative;
}

#topo .logo.faixa:before{
	content:'';
	background-image: url(../img/faixa.png);
	background-repeat: no-repeat;
	background-position: -179px center;
	width: 260px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s;
}

#topo .logo.faixa:hover:before{
	background-position: calc(100% + 179px) center;
}

#topo #mascara-logo {
	-webkit-mask: url(../img/logo.png);
	mask: url(../img/logo.png);
}

#topo .area_info_right {
	width: 120px;
	float: right;
}

#topo .onlines {
	background-color: #FFFFFF;
	width: 120px;
	height: 96px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 3px rgba(0,0,0,0.1);
	float: right;
	margin-top: 40px;
	text-align: center;
	color: #444444;
}

#topo .onlines .users {
	font-size: 16px;
	font-weight: 500;
	margin: 11px 0;
	margin-top: 17px;
	text-align: left;
}

#topo .onlines .users .cabeca {
	width: 27px;
	height: 30px;
	float: left;
	margin: -7px 0;
	margin-left: 28px;
	margin-right: 1px;
	-webkit-filter: drop-shadow(0 2px rgba(0,0,0,0.1));
	filter: drop-shadow(0 2px rgba(0,0,0,0.1));
}

#topo .onlines span {
	font-size: 13px;
	font-family: 'Segoe UI', sans-serif;
}

#topo .logout {
	background-color: #E2001A;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 3px rgba(0,0,0,0.1);
	float: right;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size: 12px;
	font-weight: 500;
}

/* Cabeçudo */
.cabecudo {
	width: 54px;
	float: left;
}

.cabecudo .cabeca {
	width: 54px;
	height: 62px;
	margin: 0 -2px;
	margin-bottom: -45px;
	position: relative;
}

.cabecudo.r .cabeca {
	margin: 0 1px;
	margin-bottom: -45px;
}

.cabecudo .corpo {
	width: 33px;
	height: 56px;
	margin: 0 auto;
}

/* Menu */
#menu {
	background-color: #FFFFFF;
	width: 100%;
	height: 80px;
	box-shadow: inset 0 -2px #FFFFFF, inset 0 -6px #F1F1F1, 0 1px 2px rgba(0,0,0,0.2);
	font-weight: 500;
	display: table;
}

#menu ul {
	list-style: none;
	height: 80px;
	color: #444444;
	float: left;
	font-size: 16px;
}

#menu ul li {
	background-repeat: no-repeat;
	height: 80px;
	line-height: 76px;
	float: left;
	box-shadow: -1px 0 rgba(0,0,0,0.06);
	padding: 0 30px;
	padding-left: 55px;
	position: relative;
}

#menu ul li:hover {
	box-shadow: -1px 0 rgba(0,0,0,0.06), -100px 0 red;
	z-index: 9;
}

#menu ul li.inicio {
	background-image: url(../img/icone/home_menu.png);
	background-position: 30px 30px;
	box-shadow: inset 1px 0 rgba(0,0,0,0.06), inset 0 -2px #FFFFFF, inset 0 -6px #5FAD57;
	padding-left: 60px;
}

#menu ul li.xd {
	background-image: url(../img/icone/xd.png);
	background-position: 30px 31px;
	box-shadow: -1px 0 rgba(0,0,0,0.06), inset 0 -2px #FFFFFF, inset 0 -6px #0AB0E4;
}

#menu ul li.comunidade {
	background-image: url(../img/icone/balao.png);
	background-position: 30px 31px;
	box-shadow: -1px 0 rgba(0,0,0,0.06), inset 0 -2px #FFFFFF, inset 0 -6px #8D6CAB;
}

#menu ul li.forum {
	background-image: url(../img/icone/lapis.png);
	background-position: 30px 31px;
	box-shadow: -1px 0 rgba(0,0,0,0.06), inset 0 -2px #FFFFFF, inset 0 -6px #FF9326;
}

#menu ul li.conquistas {
	background-image: url(../img/icone/estrela.png);
	background-position: 30px 28px;
	box-shadow: -1px 0 rgba(0,0,0,0.06), inset -1px 0 rgba(0,0,0,0.06), inset 0 -2px #FFFFFF, inset 0 -6px #F7D10F;
}

#menu ul li ul.submenu {
	list-style: none;
	visibility: hidden;
	opacity: 0;

	background-color: #FFFFFF;
	width: 180px;
	padding-top: 1px;
	height: auto;
	font-size: 14px;
	position: absolute;
	top: 67px;
	left: 0;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 2px 2px rgba(0,0,0,0.2);
	transition: all 0.3s 0.1s;
	z-index: 10;
}

#menu ul li:hover ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 87px;
}

#menu ul li ul.submenu:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent white transparent;
	-webkit-filter: drop-shadow(0 -1px rgba(0,0,0,0.16));
	filter: drop-shadow(0 -1px rgba(0,0,0,0.16));
	position: absolute;
	left: 20px;
	top: -5px;
}

#menu ul li ul.submenu li {
	width: 150px;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	box-shadow: inset 0 -1px rgba(0,0,0,0.1);
	margin-top: -1px;
	transition: all 0.25s;
	font-weight: 400;
	font-size: 13px;
	color: #777777;
	font-family: 'Segoe UI', sans-serif;
}

#menu ul li ul.submenu li:hover {
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: none;
	position: relative;
	z-index: 2;
	padding: 0 20px;
	padding-right: 10px;
}

#menu ul li.xd ul.submenu li:hover {
	background-color: #0AB0E4;
}

#menu ul li.comunidade ul.submenu li:hover {
	background-color: #8D6CAB;
}

#menu ul li.forum ul.submenu li:hover {
	background-color: #FF9326;
}

#menu ul li.conquistas ul.submenu li:hover {
	background-color: #F7D10F;
}


#menu button {
	background-color: #7AB433;
	background-image: url(../img/icone/hotel.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	padding: 0 20px;
	padding-left: 50px;
	height: 44px;
	float: right;
	border: none;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-top: 18px;
	cursor: pointer;
}

#area_esquerda {
	width: 620px;
	float: left;
}

#area_esquerda.area_noticia {
	width: 280px;
}

#area_esquerda.hall {
	width: 590px;
}

#area_direita {
	width: 320px;
	float: right;
}

#area_direita.area_noticia {
	width: 660px;
}

#area_direita.hall {
	width: 360px;
}

/* Box */
.box {
	background-color: #FFFFFF;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.1);
	margin-top: 30px;
}

.box .box_titulo {
	padding: 16px;
	box-shadow: 0 1px rgba(0,0,0,0.06);
}

.box .box_titulo .icone {
	background-color: rgba(0,0,0,0.1);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	margin-right: 16px;
	float: left;
}

.box .box_titulo .titulo {
	width: calc(100% - 80px);
	margin-top: 2px;
	font-weight: 500;
	color: #444444;
	float: left;
}

.box .box_titulo .titulo div {
	float: left;
}

.box .box_titulo .titulo .mais {
	background-image: url(../img/icone/mais.png);
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 6px;
	cursor: pointer;
}

.box .box_titulo .titulo .gostar {
	background-image: url(../img/icone/gostei.png);
	width: 13px;
	height: 13px;
	float: left;
	margin: 3px 10px;
	cursor: pointer;
}

.box .box_titulo .titulo .gostar.sim {
	background-image: url(../img/icone/noticia_icons.png);
	background-position: -22px -28px;
}

.box .box_titulo .titulo .gostar:hover {
	background-image: url(../img/icone/noticia_icons.png);
	width: 17px;
	height: 16px;
	margin: 1px 8px;
	background-position: -20px -12px;
}

.box .box_titulo .msg {
	font-family: 'Segoe UI' sans-serif;
	color: #666666;
	font-size: 13px;
	margin-top: 8px;
	float: left;
}

.box .box_titulo.recente {
	box-shadow: none;
	position: relative;
}

.box .titulo_color {
	width: calc(100% - 50px);
	padding: 0 15px;
	margin: 10px;
	height: 46px;
	line-height: 46px;
	border-radius: 3px;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	float: left;
	font-weight: 500;
}

.box .titulo_color img {
	vertical-align: middle;
	margin-right: 8px;
}

.box .txt {
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 14px 20px;
}

.box .txt b {
	font-weight: 500
}

.box.box_noticia .box_titulo {
	padding-left: 20px;
}

.box.box_noticia .box_titulo .titulo {
	width: calc(100% - 200px);
}

.box.box_noticia .box_titulo .msg {
	width: calc(100% - 200px);
}

.box.box_noticia .box_titulo .info {
	background-color: #E8E8E8;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0 12px;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 17px;
	float: left;
}

.box.box_noticia .box_titulo .info.autor {
	background-image: url(../img/icone/user.png);
}

.box.box_noticia .box_titulo .info.like {
	background-image: url(../img/icone/like.png);
}

.box.box_noticia .box_titulo .info.comentario {
	background-image: url(../img/icone/balao.png);
	background-position: 10px 9px;
}

.box.box_noticia .box_titulo .info.gostei {
	background-image: url(../img/icone/gostei.png);
}

.box.box_noticia .box_titulo .thumb {
	background-color: rgba(0,0,0,0.1);
	width: 160px;
	height: 92px;
	border-radius: 4px;
	float: right;
}

.box.box_noticia p {
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 14px 20px;
}

.box .box_titulo.recente:before {
	content: '';
	background-image: url(../img/icone/recentes.png);
	width: 19px;
	height: 24px;
	position: absolute;
	top: 19px;
	left: 20px;
}

.box .box_titulo.recente .titulo {
	width: 100%;
	padding: 3px 0px;
	padding-left: 35px;
	padding-bottom: 6px;
}

.box .box_titulo.cargos {
	box-shadow: none;
	position: relative;
}

.box .box_titulo.cargos:before {
	content: '';
	background-image: url(../img/icone/baloes.png);
	width: 17px;
	height: 21px;
	position: absolute;
	top: 22px;
	left: 20px;
}

.box .box_titulo.cargos .titulo {
	width: 100%;
	padding: 3px 0px;
	padding-left: 35px;
	padding-bottom: 6px;
}

.box .box_titulo.configuracoes {
	box-shadow: none;
	position: relative;
}

.box .box_titulo.configuracoes:before {
	content: '';
	background-image: url(../img/icone/configuracoes.png);
	width: 19px;
	height: 24px;
	position: absolute;
	top: 18px;
	left: 20px;
}

.box .box_titulo.configuracoes .titulo {
	width: 100%;
	padding: 3px 0px;
	padding-left: 35px;
	padding-bottom: 6px;
}

.box .box_titulo.comentario {
	position: relative;
}

.box .box_titulo.comentario:before {
	content: '';
	background-image: url(../img/icone/comentario.png);
	width: 22px;
	height: 20px;
	position: absolute;
	top: 22px;
	left: 19px;
}

.box .box_titulo.comentario .titulo {
	width: 80%;
	padding: 3px 0px;
	padding-left: 35px;
	padding-bottom: 6px;
}

.box .box_titulo.comentario .info_comentar {
	background-image: url(../img/icone/info_comentar.png);
	width: 18px;
	height: 18px;
	float: right;
	margin: 6px 4px;
}

.alerta {
	background-color: #FFFFB7;
	background-image: url(../img/icone/info.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	height: 52px;
	line-height: 52px;
	padding-left: 52px;
	margin-top: 40px;
	box-shadow: 0 0 0 1px #BABA4A, 0 3px rgba(0,0,0,0.06);
	color: #444444;
	text-shadow: 0 1px rgba(255,255,255,0.2);
	font-family: 'Segoe UI', sans-serif;
	font-size: 13px;
	position: relative;
}

.alerta .fechar {
	background-image: url(../img/icone/fechar.png);
	width: 11px;
	height: 12px;
	float: right;
	transition: all 0.2s;
	margin-top: 20px;
	margin-right: 17px;
}

.alerta .fechar:hover {
	opacity: 0.4;
}

.alerta.frank {
	background-color: #FFBFBF;
	padding-left: 84px;
	background-image: none;
	box-shadow: 0 0 0 1px #C27D73, 0 3px rgba(0,0,0,0.06);
	margin-top: 30px;
}

.alerta.frank:before {
	content: '';
	background-image: url(../img/frank_muted.png);
	width: 57px;
	height: 59px;
	position: absolute;
	top: -6px;
	left: 11px;
}



.caixa_pesquisa {
	background-color: #D4D4D4;
	border-radius: 6px;
	height: 116px;
	margin-top: 30px;
}

.caixa_pesquisa .titulo {
	color: #444444;
	font-size: 16px;
	font-weight: 500;
	margin: 18px 20px;
	float: left;
}

.caixa_pesquisa input {
	background-color: #FFFFFF;
	background-image: url(../img/icone/lupa.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	width: 400px;
	height: 40px;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.12);
	margin-left: 20px;
	padding: 0 13px;
	padding-right: 32px;
	color: #666666;
	font-size: 12px;
	font-family: 'Segoe UI', sans-serif;
	float: left;
}

.caixa_pesquisa button {
	background-color: #888888;
	width: 80px;
	height: 40px;
	border: none;
	border-radius: 4px;
	margin-left: 8px;
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	float: left;
	cursor: pointer;
}

.caixa_pesquisa .eoq {
	background-image: url(../img/icone/eoq.png);
	width: 27px;
	height: 47px;
	float: right;
	margin-right: 20px;
	margin-top: -6px;
}

.caixa_missao {
	background-color: #2D6284;
	background-image: url(../img/eoq_frank.png);
	background-repeat: no-repeat;
	background-position: 523px 100px;
	border-radius: 6px;
	height: 200px;
	margin-top: 30px;
}

.caixa_missao .titulo {
	width: 500px;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size: 16px;
	font-weight: 500;
	margin: 18px 20px;
	margin-bottom: 0;
	float: left;
}

.caixa_missao .desc {
	width: 500px;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size: 13px;
	margin: 10px 20px;
	margin-bottom: 18px;
	float: left;
	font-family: 'Segoe UI', sans-serif;
}

.caixa_missao input {
	background-color: #FFFFFF;
	background-image: url(../img/icone/lapis_m.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	width: 400px;
	height: 40px;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.12);
	margin-left: 20px;
	padding: 0 13px;
	padding-right: 36px;
	color: #666666;
	font-size: 12px;
	font-family: 'Segoe UI', sans-serif;
	float: left;
}

.caixa_missao button {
	background-image: linear-gradient(to bottom, #F6E112, #F8CA0D);
	padding: 0 20px;
	height: 40px;
	border: none;
	border-radius: 4px;
	margin-top: 20px;
	margin-left: 20px;
	color: #814E07;
	font-size: 12px;
	text-shadow: 0 1px rgba(255,255,255,0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	float: left;
	cursor: pointer;
}

.caixa_missao button.pular {
	background-image: linear-gradient(to bottom, #FFFFFF, #E0E0E0);
	color: #444444;
	margin-left: 12px;
}

.area_user {
	position: relative;
}

.area_user .plataforma {
	background-color: #D4D4D4;
	background-image: url(../img/plataforma.png);
	background-repeat: no-repeat;
	background-position: center 83px;
	width: 140px;
	height: 140px;
	border-radius: 4px;
	margin: 16px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

.area_user .plataforma .online {
	background-image: url(../img/online-offline.png);
	width: 48px;
	height: 16px;
	position: absolute;
	margin: 10px;
}

.area_user .plataforma .online.offline {
	background-position: left bottom;
}


.area_user .plataforma .cabecudo {
	margin-left: 46px;
	margin-top: 30px;
}

.area_user .nome {
	width: 300px;
	margin-top: 18px;
	float: left;
}

.area_user .nome div {
	background-image: url(../img/icone/user.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #444444;
	font-weight: 500;
}

.area_user .online_ha {
	width: 300px;
	float: left;
	color: #666666;
	font-size: 13px;
	margin-top: 10px;
	height: 14px;
	line-height: 14px;
}

.area_user button {
	background-color: #7AB433;
	border: none;
	width: 200px;
	height: 52px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-top: 42px;
	cursor: pointer;
}

.area_user .menu_rapido {
	position: absolute;
	right: 0;
	top: 0;
}

.area_user .menu_rapido li {
	background-image: url(../img/icone/icons_rapido.png);
	width: 19px;
	height: 19px;
	list-style: none;
	float: left;
	margin-top: 12px;
	margin-right: 12px;
	opacity: 0.3;
	transition: all 0.3s;
}

.area_user .menu_rapido li:hover {
	opacity: 1;
}

.area_user .menu_rapido li.frank {
	background-position: left top;
}

.area_user .menu_rapido li:hover.frank {
	background-image: url(../img/icone/icons_rapido.png), url(../img/icone/icons_rapido.png);
	background-position: left top, left bottom;
}

.area_user .menu_rapido li.info {
	background-position: -20px top;
}

.area_user .menu_rapido li:hover.info {
	background-image: url(../img/icone/icons_rapido.png), url(../img/icone/icons_rapido.png);
	background-position: -20px top, -20px bottom;
}

.area_user .menu_rapido li.home {
	background-position: -40px top;
}

.area_user .menu_rapido li:hover.home {
	background-image: url(../img/icone/icons_rapido.png), url(../img/icone/icons_rapido.png);
	background-position: -40px top, -40px bottom;
}

.area_user .menu_rapido li.cog {
	background-position: -60px top;
}

.area_user .menu_rapido li:hover.cog {
	background-image: url(../img/icone/icons_rapido.png), url(../img/icone/icons_rapido.png);
	background-position: -60px top, -60px bottom;
}

.area_user .frank_tapete {
	background-image: url(../img/tapete_frank.png);
	width: 145px;
	height: 108px;
	position: absolute;
	right: 4px;
	bottom: 54px;
}

.area_user .user_info {
	background-color: #F6F6F6;
	height: 50px;
	box-shadow: inset 0 1px rgba(0,0,0,0.06);
}

.area_user .user_info li {
	background-image: url(../img/icone/user_icons.png);
	background-repeat: no-repeat;
	line-height: 50px;
	padding: 0 34px;
	padding-left: 40px;
	box-shadow: inset -1px 0 rgba(0,0,0,0.06);
	list-style: none;
	float: left;
	color: #666666;
	font-size: 12px;
	font-weight: 500;
}

.area_user .user_info li span {
	font-weight: 400;
}

.area_user .user_info li.hc {
	background-position: 13px 0;
	padding-right: 20px;
}

.area_user .user_info li.moeda {
	background-position: 13px -50px;
}

.area_user .user_info li.duck {
	background-position: 16px -100px;
}

.area_user .user_info li.diamante {
	background-position: 16px -150px;
}

.area_user .user_info li.xd {
	background-position: 16px -200px;
}

/* Slide */
.back_slider {
	background-color: rgba(0,0,0,0.05);
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 220px;
	border-radius: 5px;
	margin-top: 30px;
}

.slider {
	position:relative;
	width: 100%;
	height: 220px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.slider_noticia {
	border-radius: 0;
	height: 160px;
}

.slider img {
	position:absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}

.slider-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

.slider-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.slider-box {
	display:block;
	position:absolute;
	z-index: 5;
	overflow:hidden;
}

.slider-box img { display:block; }

.slider .caption {
	position: absolute;
	left: 27px;
	top: 25px;
	width: 300px;
	height: 170px;
	z-index: 10;
}

.slider_noticia .caption {
	width: 180px;
	height: 120px;
	left: 21px;
	top: 23px;
}

.slider .caption .titulo {
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-weight: 500;
}

.slider .caption .data {
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	opacity: 0.6;
	margin: 8px 0;
	font-family: 'Segoe UI', sans-serif;
}

.slider .caption .desc {
	width: 230px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 13px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Segoe UI', sans-serif;
}

.slider_noticia .caption .desc {
	width: 180px;
	margin-top: 10px;
}

.slider .caption button {
	background-image: linear-gradient(to bottom, #87C24D, #7EB83B);
	border: none;
	border-radius: 4px;
	padding: 0 15px;
	height: 40px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	color: #FFFFFF;
	font-size: 13px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	cursor: pointer;

	position: absolute;
	bottom: 0px;
}

.slider_noticia .caption .more {
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Segoe UI', sans-serif;
	margin-top: 16px;
	cursor: pointer;
	float: left;
}

.caption-none {
	display:none;
}

/* Notícias */

.noticia {
	background-color: #F2F2F2;
	height: 64px;
}

.noticia:nth-child(even) {
	background-color: #FFFFFF;
}

.noticia .n-lido {
	background-image: url(../img/icone/noticia_icons.png);
	width: 20px;
	height: 21px;
	float: left;
	margin: 21px 20px;
	margin-bottom: 10px;
}

.noticia .n-lido.lido {
	background-position: left bottom;
}

.noticia .titulo {
	width: 200px;
	color: #444444;
	font-size: 12px;
	font-weight: 500;
	margin-top: 15px;
	float: left;
}

.noticia .data {
	width: 200px;
	color: #666666;
	font-size: 12px;
	margin-top: 4px;
	font-family: 'Segoe UI', sans-serif;
	float: left;
}

.noticia .gostar {
	background-image: url(../img/icone/noticia_icons.png);
	background-position: -22px top;
	width: 13px;
	height: 12px;
	float: right;
	margin-top: -11px;
	margin-right: 16px;
}

.noticia .gostar.sim {
	background-position: -22px -28px;
}

.noticia .gostar:hover {
	width: 17px;
	height: 16px;
	margin: 0 -2px;
	margin-right: 14px;
	margin-top: -13px;
	background-position: -20px -12px;
}

.noticia .comentarios {
	background-image: url(../img/icone/noticia_icons.png);
	background-position: -37px top;
	width: 15px;
	height: 12px;
	float: right;
	margin-top: -11px;
	margin-right: 16px;
}

/* Notícias (Comentários) */

.caixa_comentario {
	margin: 10px 20px;
}

.caixa_comentario .balao {
	background-color: #E8E8E8;
	width: 558px;
	padding: 10px 14px;
	border-radius: 3px;
	float: left;
	font-size: 12px;
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	position: relative;
}

.caixa_comentario.staff .balao {
	background-color: #FFD24D;
	color: #794A17;
}

.caixa_comentario .balao:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #E8E8E8;
	position: absolute;
	right: -6px;
	top: 16px;
}

.caixa_comentario.staff .balao:before {
	border-color: transparent transparent transparent #FFD24D;
}

.caixa_comentario .balao .info {
	margin: 0 -4px;
	margin-top: 14px;
	padding: 0 7px;
	padding-top: 6px;
	box-shadow: 0 -1px rgba(0,0,0,0.06);
}

.caixa_comentario .balao .info .like {
	background-image: url(../img/icone/like.png);
	width: 11px;
	height: 14px;
	float: left;
	margin-top: 2px;
	margin-right: 9px;
}

.caixa_comentario .balao .info .like {
	background-image: url(../img/icone/like.png);
	width: 11px;
	height: 14px;
	float: left;
	margin-top: 2px;
	margin-right: 9px;
}

.caixa_comentario .habbo {
	width: 33px;
	height: 56px;
	float: right;
	margin: -1px -8px;
}

.btn_like {
	background-color: #E8E8E8;
	background-image: url(../img/icone/like.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px;
	width: 31px;
	height: 30px;
	float: left;
	margin-top: 9px;
}

.comentar_como {
	width: 100%;
	line-height: 12px;
	font-size: 13px;
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	margin: 19px;
}

.comentar_como .user {
	width: 27px;
	height: 30px;
	float: left;
	-webkit-filter: drop-shadow(0 2px rgba(0,0,0,0.1));
	filter: drop-shadow(0 2px rgba(0,0,0,0.1));
	margin: -7px 5px;
	margin-left: 0;
}

.textarea_comentar {
	width: 460px;
	height: 74px;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 19px;
	margin-top: 0;
	margin-right: 0;
	font-size: 12px;
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	padding: 15px;
	resize: none;
	float: left;
}

.emoticons {
	width: 142px;
	height: 23px;
	margin-right: 19px;
	float: right;
}

.emoticons img {
	margin: 0 1px;
	-webkit-filter: drop-shadow(0 2px rgba(0,0,0,0.1));
	filter: drop-shadow(0 2px rgba(0,0,0,0.1));
	cursor: pointer;
}

.emoticons .btn_mais {
	background-image: url(../img/icone/mais.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	float: right;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.15);
	position: relative;
}

.emoticons .btn_mais .caixa {
	background-color: #FFFFFF;
	padding: 10px;
	width: 124px;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.1);
	position: absolute;
	bottom: 25px;
	right: -10px;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.emoticons .btn_mais:hover .caixa {
	visibility: visible;
	opacity: 1;
	bottom: 28px;
}

.emoticons .btn_mais .caixa:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #FFFFFF transparent transparent transparent;
	-webkit-filter: drop-shadow(0 1px rgba(0,0,0,0.1)) drop-shadow(0 1px 2px rgba(0,0,0,0.1));
	filter: drop-shadow(0 1px rgba(0,0,0,0.1)) drop-shadow(0 1px 2px rgba(0,0,0,0.1));
	position: absolute;
	bottom: -6px;
	right: 14px;
}

.button_comentar {
	background-color: #7AB433;
	width: 140px;
	height: 40px;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 19px;
	margin-top: 10px;
	margin-left: 0;
	float: right;
	cursor: pointer;
}

ul.publicacoes_recentes {
	list-style: none;
}

ul.publicacoes_recentes li {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-family: 'Segoe UI', sans-serif;
	color: #666666;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.08);
	transition: all 0.3s
}

ul.publicacoes_recentes li:hover {
	color: #444444;
	box-shadow: inset 0 1px rgba(0,0,0,0.08), inset 4px 0 #00B0EA;
}

ul.publicacoes_recentes li:before {
	content: '';
	background-image: url(../img/icone/mais_noticia.png);
	width: 14px;
	height: 14px;
	position: absolute;
	top: 18px;
	right: 0;
	opacity: 0;
	transition: all 0.3s
}

ul.publicacoes_recentes li:hover::before {
	right: 16px;
	opacity: 1;
}

ul.lista_cargos {
	list-style: none;
}

ul.lista_cargos li {
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-family: 'Segoe UI', sans-serif;
	color: #666666;
	position: relative;
	box-shadow: inset 0 1px rgba(0,0,0,0.08);
	transition: all 0.3s
}

ul.lista_cargos li:hover {
	color: #444444;
	box-shadow: inset 0 1px rgba(0,0,0,0.08), inset 4px 0 #585858;
}

ul.lista_cargos li.adm:hover {
	box-shadow: inset 0 1px rgba(0,0,0,0.08), inset 4px 0 #D63838;
}

ul.lista_cargos li.mod:hover {
	box-shadow: inset 0 1px rgba(0,0,0,0.08), inset 4px 0 #FF9800;
}

ul.lista_cargos li.emb:hover {
	box-shadow: inset 0 1px rgba(0,0,0,0.08), inset 4px 0 #0085B2;
}

ul.lista_cargos li.loc:hover {
	box-shadow: inset 0 1px rgba(0,0,0,0.08), inset 4px 0 #9FBA32;
}

ul.lista_cargos li.jor:hover {
	box-shadow: inset 0 1px rgba(0,0,0,0.08), inset 4px 0 #00B0EA;
}

ul.lista_cargos li.aju:hover {
	box-shadow: inset 0 1px rgba(0,0,0,0.08), inset 4px 0 #B48D65;
}

ul.lista_cargos li:before {
	content: '';
	background-image: url(../img/icone/mais_equipe.png);
	background-position: center bottom;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 18px;
	right: 0;
	opacity: 0;
	transition: all 0.3s
}

ul.lista_cargos li.adm:before {
	background-position: center 0px;
}

ul.lista_cargos li.mod:before {
	background-position: center -14px;
}

ul.lista_cargos li.emb:before {
	background-position: center -28px;
}

ul.lista_cargos li.loc:before {
	background-position: center -42px;
}

ul.lista_cargos li.jor:before {
	background-position: center -56px;
}

ul.lista_cargos li.aju:before {
	background-position: center -70px;
}

ul.lista_cargos li:hover::before {
	right: 16px;
	opacity: 1;
}

/* Quartos */
.box .quarto {
	height: 84px;
	box-shadow: 0 1px rgba(0,0,0,0.06);
}

.box .quarto .thumb {
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin: 23px;
	margin-right: 19px;
	margin-bottom: 0;
	float: left;
}

.box .quarto .nome {
	width: 180px;
	color: #444444;
	font-weight: 500;
	font-size: 14px;
	float: left;
	margin-top: 18px;
}

.box .quarto .desc {
	width: 180px;
	font-family: 'Segoe UI', sans-serif;
	color: #666666;
	font-size: 13px;
	float: left;
	margin-top: 7px;
}

.box .quarto .quantidade {
	background-color: rgba(0,0,0,0.25);
	background-image: url(../img/icone/user.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position: 4px 2px;
	padding: 0 6px;
	width: 22px;
	height: 15px;
	line-height: 15px;
	border-radius: 2px;
	float: right;
	margin-top: 20px;
	margin-right: 16px;
	font-size: 9px;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	text-align: right;
	font-family: 'Segoe UI', sans-serif;
}

.box .quarto .quantidade.pouco {
	background-color: #5FAD57;
}

.box .quarto .quantidade.media {
	background-color: #E7BF28;
}

.box .quarto .quantidade.bastante {
	background-color: #F2803C;
}

.box .enquete {
	line-height: 34px;
	padding: 10px;
	color: #666666;
	font-size: 12px;
	font-family: 'Segoe UI', sans-serif;
}

.box .enquete .pergunta {
	font-size: 13px;
	margin: 5px 7px;
	line-height: 20px;
}

.box .enquete input[type="radio"] {
	margin: 0 6px;
	margin-bottom: -3px;
}

.box .enquete button {
	padding: 0 20px;
	height: 40px;
	border: none;
	border-radius: 4px;
	color: #666666;
	font-size: 12px;
	font-family: 'Segoe UI', sans-serif;
	float: left;
	cursor: pointer;
	margin: 6px;
	margin-top: 17px;
}

.box .enquete .resultado {
	line-height: 20px;
	margin: 6px 10px;
	margin-top: 27px;
	color: #44C1E7;
	float: right;
	cursor: pointer;
}

.box .mais_box {
	background-color: #F6F6F6;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	font-family: 'Segoe UI', sans-serif;
	box-shadow: inset 0 1px rgba(0,0,0,0.06);
}

.box .mais_box.home {
	background-image: url(../img/icone/home.png);
	background-repeat: no-repeat;
	background-position: 235px center;
	padding-left: 20px;
	box-shadow: none;
}

input[type="radio"] {
	background-image: url(../img/bolas.png);
	background-position: center top;
	width: 14px;
	height: 14px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-webkit-appearance: none;
	margin: 0 6px;
	margin-bottom: -3px;
}

input[type="radio"] + label {
	color: #666666;
	font-size: 12px;
	font-family: 'Segoe UI', sans-serif;
	line-height: 34px;
}

input[type="radio"]:checked {
	background-image: url(../img/bolas.png);
	background-position: center bottom;
}

.area_amigos {
	width: 300px;
	margin-top: 19px;
	margin-left: 16px;
	float: left;
}

.area_amigos .msg {
	font-family: 'Segoe UI' sans-serif;
	color: #666666;
	font-size: 13px;
	margin-bottom: 17px;
}

.area_amigos .buscar {
	background-color: #FFFFFF;
	background-image: url(../img/icone/lupa.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	width: 160px;
	height: 40px;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.12);
	padding: 0 13px;
	padding-right: 32px;
	color: #666666;
	font-size: 12px;
	font-family: 'Segoe UI', sans-serif;
	float: left;
	margin-bottom: 30px;
}

.area_amigos .icone {
	background-image: url(../img/icone/amigos_icon.png);
	width: 32px;
	height: 33px;
	margin-left: 3px;
	margin-right: 14px;
	float: left;
}

.area_amigos .m_amigos {
	width: 250px;
	font-size: 13px;
	color: #666666;
	font-weight: 500;
	float: left;
	margin-top: -2px;
}

.add_amigo {
	width: 260px;
	border: 2px solid #777777;
	border-radius: 4px;
	float: right;
	margin: 14px;
	margin-bottom: 20px;
}

.add_amigo .titulo {
	background-color: #777777;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size: 14px;
	font-weight: 500;
}

.add_amigo .amigo {
	background-color: #E8E8E8;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding: 0 12px;
	font-size: 12px;
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
}

.add_amigo input {
	background-color: #FFFFFF;
	border: none;
	padding: 0 12px;
	width: 200px;
	height: 32px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.12);
	margin: 12px;
	float: left;
}

.add_amigo button {
	background-image: url(../img/icone/mais_amigo.png);
	width: 22px;
	height: 22px;
	border: none;
	float: left;
	margin-top: 16px;
}

.lista_amigos table {
	border-collapse: collapse;
	width: 600px;
	margin: 17px 10px;
}

.lista_amigos th {
	background-color: #5FAD57;
	height: 36px;
	line-height: 36px;
	text-align: left;
	padding-left: 14px;
	font-family: 'Segoe UI', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3)
}
 
.lista_amigos td {
	background-color: #F8F9FB;
	color: #666666;
	height: 32px;
	line-height: 32px;
	padding-left: 14px;
	font-family: 'Segoe UI', sans-serif;
	font-size: 12px;
}

.lista_amigos td.msg {
	position: relative;
	padding-left: 40px;
}

.lista_amigos td.msg:before {
	content: '';
	background-image: url(../img/icone/msgs.png);
	width: 20px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 10px;
	opacity: 0.3;
}

.lista_amigos td.msg.lida:before {
	opacity: 1;
}

.lista_amigos td.msg.n-lida:before {
	background-position: center bottom;
	opacity: 1;
	height: 20px;
	top: 7px;
}

.lista_amigos td.remover {
	position: relative;
	width: 84px;
}

.lista_amigos td.remover:before {
	content: '';
	background-image: url(../img/icone/remover.png);
	width: 8px;
	height: 7px;
	position: absolute;
	top: 12px;
	left: 25px;
}

.lista_amigos tr:nth-child(even) td {
	background-color: #D8F7BC;
}

.membro {
	box-shadow: 0 1px rgba(0,0,0,0.08);
	position: relative;
}

.membro:last-child {
	box-shadow none;
}

.membro .plataforma {
	background-image: url(../img/plataforma.png);
	background-repeat: no-repeat;
	background-position: center 82px;
	width: 110px;
	height: 147px;
	float: left;
	position: relative;
}

.membro .plataforma .online {
	background-image: url(../img/online-offline.png);
	width: 48px;
	height: 16px;
	position: absolute;
	margin: 10px;
}

.membro .plataforma .online.offline {
	background-position: left bottom;
}

.membro .plataforma .cabecudo {
	margin-left: 30px;
	margin-top: 30px;
}

.membro .nome {
	background-image: url(../img/icone/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	width: 300px;
	color: #444444;
	font-weight: 500;
	font-size: 14px;
	float: left;
	margin-top: 19px;
}

.membro .missao {
	width: 300px;
	color: #666666;
	font-size: 13px;
	font-family: 'Segoe UI', sans-serif;
	float: left;
	margin-top: 6px;
}

.membro .botoes {
	position: absolute;
	top: 4px;
	right: 4px;
}

.membro .botoes .info {
	background-color: #E8E8E8;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0 12px;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 17px;
	float: left;
}

.membro .botoes .info.like {
	background-image: url(../img/icone/like.png);
}

.membro .botoes .info.comentario {
	background-image: url(../img/icone/balao.png);
	background-position: 10px 9px;
}

.membro .botoes .info.gostei {
	background-image: url(../img/icone/gostei.png);
}

.membro .area_emblemas {
	width: 300px;
	margin-top: 15px;
	float: left;
}

.membro .area_emblemas .emblema {
	width: 50px;
	height: 50px;
	float: left;
}

.membro .area_emblemas .emblema img {
	margin: auto;
}

.rank {
	height: 50px;
	line-height: 50px;
	font-family: 'Segoe UI', sans-serif;
	font-size: 13px;
	box-shadow: 0 1px rgba(0,0,0,0.06);
}

.rank .mais {
	background-image: url(../img/icone/mais_rank.png);
	background-position: center bottom;
	width: 14px;
	height: 14px;
	float: left;
	margin: 18px 16px;
	margin-right: 8px;
	margin-bottom: 0;
}

.rank .mais:hover {
	background-position: center top;
}

.rank .cabeca {
	width: 27px;
	height: 30px;
	margin: 10px 5px;
	margin-bottom: 0;
	float: left;
}

.rank .nome {
	color: #666666;
	float: left;
}

.rank .ct {
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
	float: right;
	padding-right: 24px;
	margin-right: 14px;
}

.rank .ct.moeda {
	background-image: url(../img/icone/moeda.png);
}

.rank .ct.pipoca {
	background-image: url(../img/icone/pipoca.png);
}

.rank .ct.xd {
	background-image: url(../img/icone/xd.png);
}


#rodape {
	height: 100px;
}



.select {
	z-index: 5;
	position: relative;
	float: left;
	margin-top: 6px;
}

.select-trigger {
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	font-size: 13px;
	padding-right: 16px;
	cursor: pointer;
	position: relative;
	display: block;
}

.select-trigger:after {
	content: '';
	background-image: url(../img/icone/select.png);
	width: 8px;
	height: 5px;
	position: absolute;
	display: block;
	right: 0;
	top: 7px;
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}

.select.opened .select-trigger:after {
	top: 10px;
	transform: rotate(-180deg) translateY(-50%);
}

.select-options {
	background-color: #FFFFFF;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.1);
	top: 100%; 
	width: 140px;
	border-radius: 3px;
	box-sizing: border-box;
	transition: all .4s ease-in-out;
	position: absolute;
	right: -10px;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px);
	margin-top: 10px;
}

.select.opened .select-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.select-options:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #FFFFFF transparent;
	top: -5px;
	right: 9px;
	position: absolute;
	display: block;
	-webkit-filter: drop-shadow(0 -1px rgba(0,0,0,0.08));
	filter: drop-shadow(0 -1px rgba(0,0,0,0.08));
	transition: all .4s ease-in-out;
}

.select-option {
	position: relative;
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	font-size: 12px;
	font-family: 'Segoe UI', sans-serif;
	color: #999999;
	line-height: 28px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
	
.select-option:hover,
.select-option.selection {
	padding-left: 16px;
}


.box_fluid.box_fixed {
	width: 320px;
	position: fixed;
	top: 0;
}

.box_fluid_news.box_fixed {
	width: 280px;
	position: fixed;
	top: 0;
}



.carteira {
	background-color: #F4F4F4;
	background-image: url(../img/icone/sacola.png);
	background-repeat: no-repeat;
	background-position: 26px 22px;
	padding: 15px;
	padding-left: 75px;
	color: #444444;
}

.carteira .atl {
	color: #666666;
	font-size: 13px;
	margin-bottom: 8px;
}

.carteira .qtd {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 11px;
}

.carteira .more {
	color: #E0774B;
	font-size: 11px;
}

.gerar {
	margin-top: -2px;
	padding: 17px;
	padding-top: 0;
}

.gerar input {
	background-color: #FFFFFF;
	border: none;
	padding: 0 12px;
	width: 200px;
	height: 30px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.12);
	float: left;
	margin-top: 1px;
	border-radius: 2px;
	color: #444444;
	font-family: 'Roboto', sans-serif;
}

.gerar button {
	background-color: #F2F2F1;
	width: 76px;
	height: 31px;
	border: none;
	border-radius: 3px;
	border: 1px solid #000000;
	box-shadow: inset 0 0 0 1px #D8D8D8, inset 0 -15px #D8D8D8, 0 1px #000000, 0 3px rgba(0,0,0,0.2);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #444444;
	padding: 0 12px;
	float: right;
}

#accordion {
	padding-bottom: 1px;
}

#accordion h3 {
	background-color: #A7D1E1;
	color: #444444;
	font-size: 14px;
	font-weight: 500;
	padding: 14px 20px;
	padding-bottom: 16px;
	margin: 10px;
	border-radius: 4px;
	line-height: 25px;
	position: relative;
}

#accordion h3 span {
	color: #555555;
	font-weight: 400;
	font-size: 12px;
}

#accordion h3.amarelo {
	background-color: #FECA67;
}

#accordion h3:before {
	content: "";
	background-image: url(../img/icone/down.png);
	background-position: left top;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#accordion h3.ui-state-active:before {
	background-position: right top;
}

#accordion button {
	background-color: #F2F2F1;
	width: 76px;
	height: 31px;
	border: none;
	border-radius: 3px;
	border: 1px solid #000000;
	box-shadow: inset 0 0 0 1px #D8D8D8, inset 0 -15px #D8D8D8, 0 1px #000000, 0 3px rgba(0,0,0,0.2);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #444444;
	padding: 0 12px;
	margin-top: 5px;
	margin-bottom: 3px;
}



.preto {
	background-color: rgb(0,0,0);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.preto .quarto {
	background-image: url(../img/quarto.png);
	width: 547px;
	height: 505px;
	position: fixed;
	left: 50%;
	margin-left: -260px;
	top: 50%;
	margin-top: -280px;
}

.preto .quarto .habbo {
	width: 64px;
	height: 110px;
	position: absolute;
}

.preto .fundo {
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
}

.preto .fundo .botao {
	text-align: center;
	background-color: #7AB433;
	width: 200px;
	height: 52px;
	line-height: 52px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 60px;
	margin-left: -100px;
}

.preto .fundo .erro {
	color: #FFF;
	font-size: 50px;
	width: 400px;
	position: fixed;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -200px;
	font-family: 'Segoe UI', sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.preto .fundo .erro-p {
	color: #FFF;
	font-size: 18px;
	width: 400px;
	position: fixed;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-top: 20px;
	margin-left: -200px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.box .txt-p {
	padding: 10px 15px;
	padding-bottom: 0;
	margin-bottom: -5px;
}

.box .txt-p span {
	color: #888888;
	font-size: 12px;
}

.input {
	background-color: #FFFFFF;
	border: none;
	padding: 0 12px;
	width: 400px;
	height: 30px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.12);
	margin: 10px 15px;
	border-radius: 2px;
	color: #444444;
	font-family: 'Roboto', sans-serif;
}

.input:disabled {
	background-color: #EEEEEE;
	color: #666666;
}

.button {
	background-color: #F2F2F1;
	width: 76px;
	height: 31px;
	border: none;
	border-radius: 3px;
	border: 1px solid #000000;
	box-shadow: inset 0 0 0 1px #D8D8D8, inset 0 -15px #D8D8D8, 0 1px #000000, 0 3px rgba(0,0,0,0.2);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #444444;
	padding: 0 12px;
	float: right;
	margin: 10px 15px;
	margin-top: 9px;
}

/* Player */

.player {
	background-color: #F6F6F6;
	padding: 11px;
	box-shadow: inset 0 1px rgba(0,0,0,0.06);
}

.player .botao {
	background-color: #E1E1E1;
	background-image: url(../img/icone/radio_icons.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	float: left;
	margin: 5px;
	color: #666666;
	font-size: 11px;
	cursor: pointer;
}

.player .botao.play {
	background-color: #9EBA32;
	background-position: left center;
}

.player .botao.stop {
	background-color: #F78549;
	background-position: -30px center;
}

.player .botao.atualizar {
	background-color: #88CDF0;
	background-position: -60px center;
}

.player .botao.pedido {
	background-position: -90px center;
}

.player .botao.volume {
	background-position: -120px center;
}

.player .botao.ouvintes {
	background-position: -150px center;
	width: auto;
	float: right;
	padding: 0 10px;
	padding-left: 26px;
	cursor: default;
}


#rodape {
	color: #666666;
	font-family: "Segoe UI", sans-serif;
	font-size: 13px;
	line-height: 70px;
	height: 70px;
	box-shadow: 0 -1px rgba(0,0,0,0.06);
	margin-top: 50px;
	margin-bottom: 20px;
}

#rodape .logo {
	background-image: url(../img/xd_logo.png);
	width: 52px;
	height: 40px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#rodape .credit {
	float: left;
}

#rodape ul {
	float: right;
	list-style: none;
	margin: 25px 0;
	line-height: 20px;
}

#rodape ul li {
	float: left;
	margin-left: 25px;
	position: relative;
}

#rodape ul li:hover {
	color: #0AB0E4;
	text-decoration: underline;
}

#rodape ul li:before {
	content: "";
	background-color: rgba(0,0,0,0.1);
	width: 1px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: -9px;
}

#rodape ul li:first-child:before {
	display: none;
}


.fb-page {
	margin: -16px;
	margin-top: 15px;
	position: relative;
}



.notificacao_content {

}








.hall_list {}

.hall_list .hall {
	height: 60px;
	box-shadow: inset 0 1px rgba(0,0,0,0.06);
}

.hall_list .hall:first-child {
	box-shadow: none;
}

.hall_list .hall .num {
	width: 60px;
	height: 60px;
	line-height: 64px;
	text-align: center;
	font-weight: 500;
	color: #444444;
	font-size: 16px;
	float: left;
	margin-right: -8px;
}

.hall_list .hall .habbo {
	width: 54px;
	height: 60px;
	overflow: hidden;
	float: left;
}

.hall_list .hall .info {
	width: calc(100% - 170px);
	height: 60px;
	float: left;
}

.hall_list .hall .info .name {
	margin-left: 10px;
	height: 60px;
	line-height: 64px;
	color: #444444;
	font-size: 14px;
	float: left;
}

.hall_list .hall .info .name h3 {
	float: left;
	font-weight: 500;
}

.hall_list .hall .info .name .tag {
	background-image: url(../img/icone/user_tags.png);
	width: 23px;
	height: 11px;
	float: right;
	margin-top: 26px;
	margin-left: 10px;
}

.hall_list .hall .info .name .tag {
	background-image: url(../img/icone/user_tags.png);
	width: 23px;
	height: 11px;
	float: right;
	margin-top: 26px;
	margin-left: 10px;
}

.hall_list .hall .info .name .tag.help {
	background-position: -23px 0;
}

.hall_list .hall .info .name .tag.emb {
	width: 19px;
	background-position: -46px 0;
}

.hall_list .hall .info .name .tag.socio {
	width: 25px;
	background-position: -65px 0;
}

.hall_list .hall .info .placar {
	height: 60px;
	line-height: 62px;
	color: #666666;
	font-size: 13px;
	float: right;
	font-family: 'Segoe UI', sans-serif;
}

.hall_list .hall .info_rank {
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
}

.hall_list .hall .info_rank .badge {
	background-image: url(../img/icone/hall_info.png);
	width: 17px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 0.3s 0.1s ease-in-out;
}

.hall_list .hall:hover .info_rank .badge {
	opacity: 0;
	right: 5px;
}

@keyframes badge {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

.hall_list .hall .info_rank .badge div {
	background-image: url(../img/icone/hall_info.png);
	background-position: -51px -18px;
	width: 7px;
	height: 7px;
	position: absolute;
	left: -3px;
	top: 3px;
	opacity: 0;
	-webkit-animation: badge 2s infinite ease-out;
	animation: badge 2s infinite ease-out;
}

.hall_list .hall .info_rank .badge div:nth-child(2) {
	background-position: -58px -18px;
	width: 9px;
	height: 9px;
	left: 4px;
	top: -6px;
	-webkit-animation: badge 2.5s 0.9s infinite ease-out;
	animation: badge 2.5s 0.9s infinite ease-out;
}

.hall_list .hall .info_rank .badge div:nth-child(3) {
	background-position: -67px -18px;
	width: 13px;
	height: 13px;
	left: 12px;
	top: 0px;
	-webkit-animation: badge 2.3s 0.3s infinite ease-out;
	animation: badge 2.3s 0.3s infinite ease-out;
}

.hall_list .hall:nth-child(2) .info_rank .badge {
	background-position: -17px 0;
}

.hall_list .hall:nth-child(3) .info_rank .badge {
	background-position: -34px 0;
}

.hall_list .hall .info_rank .igual {
	background-image: url(../img/icone/hall_info.png);
	background-position: -87px 0;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 22px;
	right: 30px;
	opacity: 0;
	transition: all 0.3s 0.1s ease-in-out;
}

.hall_list .hall:hover .info_rank .igual {
	right: 30px;
	top: 22px;
	opacity: 1;
}

.hall_list .hall .info_rank .igual.no_hover {
	right: 30px;
	top: 22px;
	opacity: 1;
}

.hall_list .hall .info_rank .mais {
	background-position: -51px 0;
	top: 5px;
}

.hall_list .hall .info_rank .menos {
	background-position: -69px 0;
	top: 37px;
}

.hall_mes {
	background-color: #E8E8E8;
	background-image: url(../img/bg_rascunho.png);
	background-position: center 0;
	height: 190px;
	padding-top: 130px;
	color: #444444;
	text-align: center;
}

.hall_mes .plataforma {
	background-image: url(../img/plataforma_hall.png);
	width: 130px;
	height: 86px;
	margin: 0 auto;
	position: relative;
}

.hall_mes .plataforma .primeiro {
	position: absolute;
	left: 40px;
	top: -54px;
	z-index: 5;
}

.hall_mes .plataforma .segundo {
	position: absolute;
	left: 8px;
	top: -26px;
}

.hall_mes .plataforma .terceiro {
	position: absolute;
	left: 69px;
	top: -15px;
}

.hall_mes .plataforma .badge {
	background-image: url(../img/icone/hall_badge.png);
	width: 35px;
	height: 35px;
	position: absolute;
	top: -34px;
	left: 8px;
	filter: drop-shadow(0 2px rgba(0,0,0,0.1));
	transition: all 0.3s ease-in-out;
}

.hall_mes .plataforma .primeiro:hover .badge {
	top: -40px;
	filter: drop-shadow(0 2px rgba(0,0,0,0.1)) drop-shadow(0 0 20px #FFFFFF) drop-shadow(0 0 6px #FF3333);
}

.hall_mes h3 {
	margin-top: 26px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
}

.hall_mes p {
	font-size: 13px;
}

.meu_hall {
	color: #666666;
	font-family: 'Segoe UI', sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 20px;
}

.meu_hall .habbo {
	margin-top: -5px;
	margin-right: 10px;
	float: left;
}

.meu_hall .pontos {
	color: #444444;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin: 15px 0;
	font-weight: 500;
}

.meu_hall .badge {
	background-image: url(../img/icone/hall_badge.png);
	width: 35px;
	height: 35px;
	float: right;
	margin-top: -50px;
	margin-right: 15px;
	filter: grayscale(1) drop-shadow(0 2px rgba(0,0,0,0.1));
	opacity: 0.6;
}