.item .box{
	box-shadow: 0 2px 0 rgba(0,0,0,0.07);
}

.item.Eventos{ width: 290px; float: right; }
.item.Eventos .box, .item.Noticias .box{
	width: 100%;
	height: 80px;
	margin-top: 5px;
	background-color: #FFF;
	border-radius: 5px;
}

.item.Eventos .box:first-of-type{ margin-top: 0; }

.item.Eventos .box .image, .item.Noticias .box .image{
	width: 70px;
	height: 70px;
	margin: 5px;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

.item.Eventos .box .data, .item.Noticias .box .data{
	width: calc(100% - 90px);
	margin: 5px 0 0 5px;
}

.item.Eventos .box .data p, .item.Noticias .box .data p{ width: 100%; font-size: 11px; color: #666; }
.item.Eventos .box .data p:first-of-type, .item.Noticias .box .data p:first-of-type{ font-size: 15px; font-weight: 600; }

.item.Eventos .box .dataTwo, .item.Noticias .box .dataTwo{
	width: calc(100% - 90px);
	margin: 3px 0 0 5px;
	font-size: 12px;
	color: #666;
	line-height: 23px;
}

.item.Eventos .box .dataTwo .avatar, .item.Noticias .box .dataTwo .avatar{
	width: 27px;
	height: 30px;
}

.item.Noticias{ width: 680px; }
.item.Noticias .box{ width: calc(50% - 2.5px); margin-right: 5px; }
.item.Noticias .box:not(.fix):nth-child(2n+2){ margin-right: 0; }

.item.Noticias .box .image .hover{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(2,24,41,0.5);
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.3s;
}
.item.Noticias .box:hover .image .hover{ opacity: 1; }

.item.Noticias .box .image .hover .cat{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	color: #ffd800;
	line-height: 30px;
}

.item.Noticias .box .image .hover .infos{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
}

.item.Noticias .box.fix{
	width: calc((100% - 10px) / 3);
	height: 165px;
	margin-top: 0;
}

.item.Noticias .box.fix:nth-child(3n+3){ margin-right: 0; }

.item.Noticias .box.fix .image{
	width: calc(100% - 10px);
	height: 80px;
}

.item.Noticias .box.fix .image .hover .cat{
	width: 30px;
	height: 30px;
	top: 5px;
	left: 5px;
}

.item.Noticias .box.fix .data{
	width: calc(100% - 20px);
	margin: 0 0 0 10px;
}

.item.Noticias .box.fix .dataTwo{
	width: calc(100% - 20px);
	margin-left: 10px;
}

.item.Topicos{ width: 680px; min-height: 265px; }
.item.Topicos .box{
	width: calc(50% - 2.5px);
	height: 80px;
	margin: 5px 5px 0 0;
	background-color: #FFF;
	border-radius: 5px;
}
.item.Topicos .box:nth-child(2n+2){ margin-right: 0; }

.item.Topicos .box .image{
	width: 70px;
	height: 70px;
	margin: 5px;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

.item.Topicos .box .image .avatar{
	width: 64px;
	height: 80px;
	margin-top: -10px;
}

.item.Topicos .box .data{
	width: calc(100% - 85px);
	height: 40px;
	margin-top: 5px;
	padding: 0 10px;
	background-color: #323168;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.38), 0 2px 0 rgba(255,255,255,0.38);
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 40px;
}

.item.Topicos .box .dataTwo{
	width: calc(100% - 85px);
	margin-left: 1px;
	font-size: 12px;
	color: #666;
	line-height: 35px;
}

.item.Topicos .box.fix{ margin-top: 0; }

.item.Destaques, .item.Rooms{ width: 290px; float: right; }
.item.Destaques .box{
	width: 100%;
	height: 115px;
	background-color: #FFF;
	border-radius: 5px;
}

.item.Destaques .box .avatar{
	width: 64px;
	height: 110px;
}

.item.Destaques .box .data, .item.Destaques .box .dataTwo{
	width: calc(100% - 70px);
	margin-top: 10px;
	font-size: 13px;
	color: #666;
	float: right;
}
.item.Destaques .box .dataTwo{ margin-top: 3px; font-size: 12px; }

.item.Destaques .box:last-of-type{ height: 105px; margin-top: 5px; }
.item.Destaques .box:last-of-type .avatar{ margin-right: 8px; float: right; }
.item.Destaques .box:last-of-type .data, .item.Destaques .box:last-of-type .dataTwo{ width: calc(100% - 90px); margin-left: 10px; float: left; }

.item.Rooms{ margin-top: 20px; }
.item.Rooms .box{
	width: 100%;
	height: 65px;
	margin-top: 5px;
	background-color: #FFF;
	border-radius: 5px;
}
.item.Rooms .box:first-of-type{ margin-top: 0; }

.item.Rooms .image{
	width: 55px;
	height: 55px;
	margin: 5px 0 0 5px;
	background-color: #021829;
	background-image: url('../img/room.gif');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px;
}

.item.Rooms .box .data, .item.Rooms .box .dataTwo{
	width: calc(100% - 70px);
	margin-left: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
}
.item.Rooms .box .data{ margin-top: 10px; }
.item.Rooms .box .dataTwo{ margin-top: 0px; font-size: 12px; font-weight: initial; }

.item.Galeria .box{
	width: calc((100% - 15px)/4);
	height: 160px;
	margin-right: 5px;
	background-color: #FFF;
	border-radius: 5px;
}

.item.Galeria .box:last-of-type{ margin-right: 0; }

.item.Galeria .box .image{
	width: calc(100% - 10px);
	height: 100px;
	margin: 5px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.item.Galeria .box .data, .item.Galeria .box .dataTwo{
	width: calc(100% - 20px);
	margin-left: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
}

.item.Galeria .box .dataTwo{ font-size: 12px; font-weight: initial; }

.item.Emblems{ width: calc(50% - 5px); }
.item.Frees{ width: calc(50% - 5px); float: right; }

.item.Emblems .box, .item.Frees .box{
	width: calc((100% - 35px) / 8);
	height: 55px;
	margin-right: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.item.Emblems .box:last-of-type, .item.Frees a:last-of-type .box{ margin-right: 0; }
.item.Emblems .box:hover, .item.Frees .box:hover{ background-color: #021829; }

.item.Ranking{
	width: calc((100%/3) - (2*15px/3));
	margin-left: 15px;
}

.item.Ranking .box{
	width: 100%;
	height: 60px;
	margin-top: 5px;
	position: relative;
	background-color: #FFF;
	border-radius: 5px;
}
.item.Ranking .box:first-of-type{ margin-top: 0; }
.item.Ranking .box::before{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 5px;
	content: '';
}
.item.Ranking .box:nth-child(1)::before{ background-image: url('../img/medals.png'); background-position-x: 0; }
.item.Ranking .box:nth-child(2)::before{ background-image: url('../img/medals.png'); background-position-x: -50px; }
.item.Ranking .box:nth-child(3)::before{ background-image: url('../img/medals.png'); background-position-x: -100px; }

.item.Ranking .box .avatar{
	width: 64px;
	height: 75px;
	margin: -15px 0 0 -10px;
}

.item.Ranking .box .data{
	width: calc(100% - 124px);
	margin-top: 14px;
	color: #666;
	line-height: 17px;
}

.item.Ranking .box .data p{ font-size: 12px; }
.item.Ranking .box .data p:first-of-type{ font-size: 14px; font-weight: 600; }

.item.Ultimos, .item.Music{
	width: calc((100%/3) - (2*15px/3));
	margin-left: 15px;
}

.item.Ultimos .box{
	width: calc((100%/5) - (4*5px/5));
	height: 65px;
	margin: 5px 5px 0 0;
	background-color: #FFF;
	background-position-y: -5px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.item.Ultimos .box:nth-child(5n+5){ margin-right: 0; }
.item.Ultimos .box:nth-child(1), .item.Ultimos .box:nth-child(2), .item.Ultimos .box:nth-child(3), .item.Ultimos .box:nth-child(4), .item.Ultimos .box:nth-child(5){ margin-top: 0; }
.item.Ultimos .box:hover{ background-color: #021829; }

.item.Music .box{
	width: 100%;
	height: 65px;
	margin-top: 5px;
	position: relative;
	background-color: #FFF;
	border-radius: 5px;
}
.item.Music .box:first-of-type{ margin-top: 0; }
.item.Music .box::before{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: -5px;
	content: '';
	z-index: 9;
}
.item.Music .box:nth-child(1)::before{ background-image: url('../img/medals.png'); background-position-x: 0; }
.item.Music .box:nth-child(2)::before{ background-image: url('../img/medals.png'); background-position-x: -50px; }
.item.Music .box:nth-child(3)::before{ background-image: url('../img/medals.png'); background-position-x: -100px; }
.item.Music .box:last-of-type{ margin-right: 0; }
.item.Music .box .image{
	width: calc(100% - 10px);
	height: 55px;
	margin: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.item.Music .box .image .hover{
	width: 100%;
	height: 55px;
	padding: 9px 5px;
	background-color: rgba(2,24,41,0.5);
	border-radius: 5px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	opacity: 0;
	transition: opacity 0.3s;
}
.item.Music .box:hover .image .hover{ opacity: 1; }
.item.Music .box .image .hover p:first-of-type{ font-weight: 600; font-size: 14px; }
/* */
.item.Page.contentBar{ width: 680px; }
.item.Page.sideBar{ width: 290px; float: right; }
.item.Page .content{
	padding: 7px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.07);
	font-size: 13px;
	color: #666;
}

.item.Page .content .bar{
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #000;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

.item.Page form{ width: 100%; }

.item.Page form input, .item.Page form .input{
	width: 100%;
	height: 60px;
	margin-top: 10px;
	padding: 0 10px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 12px;
	color: #666;
	line-height: 60px;
}

.item.Page form input[type="file"]{ display: none; }
.item.Page form label[for="file"]{
  width: 200px;
  height: 200px;
  padding: 0 10px;
  background-color: #FAFAFA;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #666;
  line-height: 200px;
}

.item.Page form input:first-of-type{ margin-top: 0; }

.item.Page form > button{
	width: 100%;
	height: 40px;
	margin-top: 5px;
	padding: 0 15px;
	background-color: #0a3a61;
	border-radius: 5px;
	font-weight: 600;
	font-size: 12px;
	color: #FFF;
}

.item.Page form textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 200px;
	margin-top: 10px;
	padding: 10px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 12px;
	color: #666;
}

.item.Page form .buttons{ width: 100%; margin-top: 5px; }
.item.Page form .buttons button{
	width: auto;
	height: 35px;
	margin-right: 5px;
	padding: 0 15px;
	background-color: #0a3a61;
	border-radius: 5px;
	font-weight: 600;
	font-size: 12px;
	color: #FFF;
}
.item.Page form .buttons button[type="submit"]{ margin-right: 0; float: right; }

.item.comentarios .content{
	padding: 0;
	background-color: initial;
	box-shadow: initial;
}
.item.comentarios .box{
	width: 100%;
	height: auto;
	position: relative;
	padding: 5px 5px 0 50px;
	margin-top: 10px;
	background-color: #FFF;
	border-radius: 5px;
}
.item.comentarios .box:first-of-type{ margin-top: 0; }
.item.comentarios .box .avatar{
	width: 64px;
	height: calc(100% + 10px);
	position: absolute;
	top: -10px;
	left: -10px;
	background-repeat: no-repeat;
}
.item.comentarios .box .comentario{
	width: 100%;
	height: auto;
	min-height: 45px;
	padding: 3px 10px;
	position: relative;
	background-color: #FAFAFA;
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
    border-radius: 5px;
    font-size: 12px;
    color: #666;
}
.item.comentarios .box .comentario::before{
	border: 5px solid transparent;
	border-right-color: #FAFAFA;
	position: absolute;
	top: 25px;
	left: -10px;
	content: '';
}

.item.comentarios .box .data{
	width: 100%;
	height: 26px;
	text-align: right;
	font-size: 11px;
	color: #666;
	line-height: 26px;
}

.item.Page.sideBar .avatar{
	width: 80px;
	height: 150px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 2px 0 rgba(0,0,0,0.07);
	float: right;
}
.item.Page.sideBar .data{
	width: 100%;
	height: 45px;
	margin-top: 5px;
	padding: 0 10px;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.07);
	font-size: 12px;
	color: #666;
	line-height: 45px;
}
.item.Page.sideBar .data:first-of-data{ margin-top: 0; }

.item.Page.Topic .content{ position: relative; padding: 0; }
.item.Page.Topic .content::before{
	width: 290px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/bgProfile.png');
	background-color: #0a3a61;
	border-radius: 5px 0 0 5px;
	content: '';
}

.item.Page.Topic .profile{
	width: 290px;
	height: auto;
	position: relative;
	padding-bottom: 40px;
}

.item.Page.Topic .picture{
	width: 190px;
	height: 170px;
	margin: 90px 0 0 50px;
	position: relative;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

.item.Page.Topic .picture .avatar{
	width: 128px;
	height: 75px;
    margin: -75px 0 0 calc(50% - 64px);
    background-position-y: -30px;
}

.item.Page.Topic .picture .hand{
    width: 15px;
    height: 8px;
    position: absolute;
    top: -1px;
    left: 40px;
    background-position: -97.5px -54px;
    transform: rotate(180deg);
}

.item.Page.Topic .picture .hand:last-of-type{ left: initial; right: 40px; }

.item.Page.Topic .user{
	width: calc(100% - 20px);
	height: auto;
	margin: 10px 0 0 10px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
}

.item.Page.Topic .tarja{
	width: 200px;
	height: 50px;
	margin: 10px 0 0 45px;
	background-color: #FAFAFA;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	line-height: 50px;
}

.item.Page.Topic .emblems{
	width: 200px;
	height: auto;
	margin: 10px 0 0 45px;
}

.item.Page.Topic .emblems .functions{
	width: 100%;
	height: 30px;
	margin-top: 5px;
}

.item.Page.Topic .emblems .functions button{
	width: calc(50% - 2.5px);
	height: 30px;
	background-color: #FFF;
	border-radius: 5px;
}
.item.Page.Topic .emblems .functions button:last-of-type{ float: right; }

.item.Page.Topic .emblems .emblem{
	width: calc((100% - 10px) / 3);
	height: 50px;
	margin: 5px 5px 0 0;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.item.Page.Topic .emblems .emblem:nth-child(1), .item.Page.Topic .emblems .emblem:nth-child(2), .item.Page.Topic .emblems .emblem:nth-child(3){ margin-top: 0; }
.item.Page.Topic .emblems .emblem:nth-child(3n+3){ margin-right: 0; }

.item.Page.Topic .data{
	width: calc(100% - 290px);
	padding: 10px 10px 0 10px;
	float: right;
}

.item.Page.Topic .data .item{
	width: 140px;
	height: 40px;
	margin-right: 5px;
	padding: 0 10px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 40px;
}

.item.Page.Topic .data .item:nth-child(1), .item.Page.Topic .data .item:nth-child(2){ width: 110px; }
.item.Page.Topic .data .item:nth-child(3){ width: 140px; }
.item.Page.Topic .data .item:last-of-type{ width: 160px; margin-right: 0; }

.item.Page.Topic .text{
	width: calc(100% - 290px);
	padding: 10px;
	float: right;
}

.item.Page.CommentTopic .content{
	background-image: url('../img/bgProfile.png');
	background-color: #0a3a61;
}

.item.Page.CommentTopic form .buttons button{ background-color: #FAFAFA; color: #666; }

.item.Page.TopicPagination .pag{
	width: auto;
	height: 30px;
	padding: 0 10px;
	margin-right: 5px;
	background-color: #021829;
	box-shadow: 0 2px 0 rgba(0,0,0,0.07);
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
}

.item.Page.TopicPagination .pag.select{ background-color: #FFF; color: #666; }

.item.Page.Topicos{ width: 100%; }
.item.Page.Topicos .box{
	width: calc((100% - 15px) / 4);
	height: 80px;
	margin: 5px 5px 0 0;
	padding: 0 5px;
	background-color: #FFF;
	border-radius: 5px;
}
.item.Page.Topicos .box:nth-child(2n+2){ margin-right: 5px; }
.item.Page.Topicos .box:nth-child(4n+4){ margin-right: 0; }

.item.Page.Topicos .box .data{
	width: 100%;
	margin-top: 5px;
}

.item.Page.Topicos .box .dataTwo{
	width: 100%;
}

.item.Page.Equipe .group, .item.Page.Horarios .group{
	width: 100%;
	margin-top: 7px;
}
.item.Page.Equipe .group:first-of-type, .item.Page.Horarios .group:first-of-type{ margin-top: 0; }

.item.Page.Equipe .group button, .item.Page.Horarios .group button{
	width: auto;
	height: 44px;
	margin: 0 5px 5px 0;
	padding: 0 15px;
	background-color: #323168;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 12px;
	color: #FFF;
}

.item.Page.Equipe .membro, .item.Page.Horarios .membro{
	width: calc((100% - 25px) / 6);
	height: 145px;
	margin: 0 5px 5px 0;
	position: relative;
	background-color: #FAFAFA;
	border-radius: 5px;
}

.item.Page.Equipe .membro:nth-child(6n+6), .item.Page.Horarios .membro:nth-child(6n+6){ margin-right: 0; }

.item.Page.Equipe .membro .avatar, .item.Page.Horarios .membro .avatar{
	width: 64px;
	height: 110px;
	margin-left: calc(50% - 32px);
}

.item.Page.Equipe .membro .user, .item.Page.Horarios .membro .user{
	width: calc(100% - 20px);
	height: auto;
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 7px 15px;
	background-color: #0a3a61;
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35), 0 2px 0 rgba(0,0,0,0.05);
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}