@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("https://cdn.neenbo.com/fonts/untitled-font-1.eot");
  src:url("https://cdn.neenbo.com/fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("https://cdn.neenbo.com/fonts/untitled-font-1.woff") format("woff"),
    url("https://cdn.neenbo.com/fonts/untitled-font-1.ttf") format("truetype"),
    url("https://cdn.neenbo.com/fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\64";
}
.icon-heart:before {
  content: "\63";
}
.icon-location:before {
  content: "\67";
}
.icon-bubble:before {
  content: "\68";
}
.icon-star:before {
  content: "\62";
}
.icon-users-outline:before {
  content: "\6b";
}
.icon-user-outline:before {
  content: "\61";
}
.icon-usd:before {
  content: "\66";
}
.icon-facebook-official:before {
  content: "\6a";
}
.icon-bolt:before {
  content: "\6c";
}
.icon-gift:before {
  content: "\6d";
}
.icon-ban:before {
  content: "\6e";
}
.icon-power-off:before {
  content: "\70";
}
.icon-arrow-up:before {
  content: "\73";
}
.icon-dot-3:before {
  content: "\43";
}
.icon-paperplane:before {
  content: "\47";
}
.icon-device-mobile:before {
  content: "\65";
}
.icon-star-1:before {
  content: "\69";
}
.icon-thumbs-o-up:before {
  content: "\71";
}
.icon-camera:before {
  content: "\74";
}
.icon-times:before {
  content: "\7a";
}
.icon-left-open-big:before {
  content: "\76";
}
.icon-right-open-big:before {
  content: "\75";
}
.icon-cog:before {
  content: "\6f";
}
.icon-trash-o:before {
  content: "\72";
}
.icon-check:before {
  content: "\77";
}
.icon-share-square-o:before {
  content: "\44";
}
.icon-camera-1:before {
  content: "\78";
}
.icon-adjust:before {
  content: "\79";
}
.icon-heart-1:before {
  content: "\41";
}
.icon-question-circle:before {
  content: "\42";
}
.icon-chart-line:before {
  content: "\45";
}
.icon-diamond:before {
  content: "\48";
}
.icon-plus:before {
  content: "\46";
}
.icon-rss:before {
  content: "\49";
}

body {
	font-family: "Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 15px;
	color: #4d4d4d;
	background: #F6F7F8;
	line-height: 20px;
}

* {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
	float: left;
}

img {
	float: left;
	border: 1px solid #ccc;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.l_fas > a, 
.p_icones > a, 
.p_gostei, 
.n_topo > div > *, 
.s_icon > div > a,
.vips > div > a,
button, .btn-info,
.sim_nao > * {
	-webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all;
}

.anim, .p_fotos2, 
.p_fotos2 > div > img, 
.p_fotos2 > div > a > img, 
.p_fotos2 > span, 
.p_fotos3 > span, 
.vips > div > span > *,
.b_login_idx,
.vips > div > div > a {
	-webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.anim2, .p_interesses > span, .pg_fb > div {
	-webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover {
	color: #005580;
	text-decoration: underline;
}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: #6d7c85;
  	-webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

input[type="radio"] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

button, .btn-info {
	min-height: 40px;
    color: #fff !important;
    background: #369FD4;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: 0;
    text-decoration: none !important;
    line-height: 22px;
  	-webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

button:hover, .btn-info:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

button[disabled] {
	cursor: default;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.t_config {
	width: 100%;
	color: #6d7c85;
}
.t_config td {
	padding: 8px 0;
}
.t_config input, select {
	height: 40px;
}
.t_config textarea {
	width: 100%;
    display: block;
}
.t_config input {
	width: 60%;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.pointer {
	cursor: pointer;
}

.w100 {
	width: 100%;
}

/******************* bootstrap *****************************/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: baseline;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	content: "";
    margin-left: 6px;
}

.badge {
	padding: 8px;
    background: #999;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.badge_salas {
    padding: 2px 8px;
    font-size: 11.8px;
    font-weight: bold;
    color: #ffffff;
    background: #999;
    line-height: normal;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.badge-warning {
  background-color: #f89406;
}

.badge-success {
  background-color: #4EA94F;
}

.badge-danger {
  background-color: #da4f49;
}

.white {
	color: #fff;
}

.tsp_chat .icon-star-empty, 
.p_todos .p_todos2 a, 
.p_perfil .p_todos2 span, 
.c_curtir:empty, 
.hide {
	display: none;
}

.hide_i {
	display: none !important;
}

.p10 {
	padding: 4px 10px;
}
/******************* fim bootstrap *****************************/

#menu {
    width: 100%;
    background: #eee;
    margin-top: 2%;
    -webkit-box-shadow: 0 3px 8px #ccc;
    -moz-box-shadow: 0 3px 8px #ccc;
    box-shadow: 0 3px 8px #ccc;
}

#menu a {
    float: left;
    color: #777;
    margin: 0.8% 0.72%;
    padding: 0.5%;
    position: relative;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#menu a:hover {
	background: #ccc;
	color: #4d4d4d;
}

#menu .profile_menu {
	cursor: pointer;
    margin: 0.66% 0.72%;
    padding: 0.3%;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.profile_menu_c {
	background: #ccc;
    -webkit-border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0 !important;
    border-radius: 6px 6px 0 0 !important;
}

#menu .profile_menu:hover {
	background: #ccc;
}

.bqAviso {
    position: absolute;
    top: 4px;
    right: 4px;
}

.divisor_vertical {
	width: 1px;
	background: #ccc;
    margin: 0.8% 0;
    padding: 0.5% 0;
}

.divisor_horizontal {
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.direita {
	float: right !important;
}

#menu_dd {
	position: absolute;
	top:100%;
	left:0;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    z-index: 9996;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    -webkit-box-shadow: 3px 3px 8px #ccc;
    -moz-box-shadow: 3px 3px 8px #ccc;
    box-shadow: 3px 3px 8px #ccc;
}

#menu_dd a {
    white-space: nowrap;
    width: 100%;
    margin: 0;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#menu_dd a:hover {
	background: #f89406;
	color: #fff;
}

.ct_esquerdo {
	width: 90%;
	margin: auto;
	float: none;
	max-width: 970px;
}
.ct_esquerdo_w100 {
	width: 100%;	
    margin-top: 20px;
}

.ct_esquerdo2 {
	width: 22%;
}

.ct_direito {
	width: 28.92%;
	margin-left: 0.74%;
}

.ct_meio {
	width: 75.7%;
	margin-left: 2.3%;
}

.caixa {
	width: 100%;
	padding: 8px;
	background: #fff;
    margin-bottom: 15px;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.caixa > * {
	width: 100%;
}

.ct_esquerdo2 > .caixa {
	padding: 0;
}

.i_vis {
	padding: 8px 0;
}

.ct_esquerdo2 .i_sim > a {
	margin: 0 0 0 6px;
}

.titulo_caixa {
	width: 100%;
	background: #eee;
	font-size: 14px;
	color: #373e4d;
	margin-bottom: 4px;
	word-wrap: break-word;
    padding: 8px 1%;
}

.img_perfil {
    padding: 0;
	border: 0;
    width: 100%;
  	-webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

select {
    padding: 6px 10px;
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    color: #6D7C85;
    font-size: 14px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.popularidade {
	line-height: 24px;
	padding: 0 5%;
}

.popularidade2 {
	border: 1px solid #dfe0e4;
	background: #f7f7f7;
	overflow: hidden;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.popularidade2 span {
	color: #fff;
	font-weight: bold;
	float: left;
    padding: 0 2px;
    font-size: 12px;
}

.popularidade3 {
	text-align: center;
	position: absolute;
	top:40%;
}

.column > * {
	width: 100%;
}

.l_fas {
	margin-top: 5px;
}

.p_fotos img {
	margin-right: 4px;
	height: 80px;
	cursor: pointer;
}

.pb_caixam {
	padding-bottom: 4px !important;
}

.mb_caixa {
	margin-bottom: 0;
}

.data {
    color: #9197a3;
    font-size: 13px;
}

.post2 {
	font-size: 14px;
	line-height: 30px;
}

a.cmt_img img {
	width: 6%;
	padding: 2px;
	margin-right: 1%;
}

.cmt_post {
	font-size: 12px;
	width: 93%;
    line-height: 17px;
}

.cmt_post .data {
    font-size: 12px;
}

.mais_info {
    color: #4d4d4d !important;
    text-align: center;
    background: #eee;
    padding: 6px 0;
    font-size: 14px;
    cursor: pointer;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mais_info:hover {
    background: #E8E6E6;
    text-decoration: none;
}

.p_face {
    text-align: center;
    margin-top: 10px;
}

.p_face iframe {
	border:none; 
	overflow:hidden; 
	width:100px; 
	height:21px;
}




.caixa_foto {
	padding: 10px;
	border: 0;
	margin: 0;
}

.s_ant {
	left: 10px;
}

.s_prox {
	right: 10px;
}

.modal i {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;	
}

input[type="radio"] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

ul#planos {
    float: left;
    margin-top: 10px;
    border-top: 1px solid #dbdbdb;
}

ul#planos li {
	width: 100%;
	padding: 10px;
	font-size: 15px;
	list-style-type: none;
	float: left;
}

ul#planos li.pct {
	color: #848484;
    cursor: pointer;
}

ul#planos li.pct b {
	color: #4d4d4d;
}

ul#planos li.pct:hover {
	background: #efefef;
}

ul#planos .pct > label {
    width: 100%;
    height: 100%;
    float: left;
    cursor: pointer;
}

.f_pag > * {
	text-align: center;
   	border: 1px solid #dbdbdb;
    border-radius: 2px;
    padding: 8px;    
    margin-top: 10px;    
    height: 76px;
    margin-right: 10px;	
    cursor: pointer;	
    float: left;	
    background: #cef0ff;
}
.f_pag > label:first-child {
	background: #e0ffa8;
}
.f_pag > * > img {
	border: 0;
	margin-top: 10px;
	height: 26px;
}

.bg-success {
	background: #4CAF50;
}

.bg-warning {
	background: #FFA525;
}

.bg-danger {
	background: #da4f49;
}

.msg_chat {
    width: 100%;
    height: 500px;
    overflow: auto;
}

.chat_msgs, .chat_on {
	max-height: 600px;
	overflow: auto;
}

.t_sala {
    cursor: auto !important;
    background: #ccc;
    padding: 6px !important;
}

.me_chat {
	background: #dbdeff;
}

.sp_chat {
	background: #FFFCB5;
}

.chat_on div {
	padding: 3px; 
	cursor: pointer;
}

.cs_dest, .chat_on div:hover:not(.t_sala) {
	background: #FFA525;
	color: #fff;
}

.chat_on img {
    width: 14%;
    padding: 2px;
    margin-right: 2%;
}

.chat_on span {
	vertical-align: -webkit-baseline-middle;
}

.c_prog {
	-webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    font-size: 20px !important;
    padding: 6px 0 !important;
}

.ct_convites {
	width: 100%;
    height: 100%;
    padding-bottom: 60px;
}

.ct_convites2 {
	width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 20px 0 20px;
}

.ct_convites2 .popularidade {
	margin-bottom: 20px;
}

.ct_botoes {
    width: 100%;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: right;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
}

ul#bsp {
   	font-size: 14px;
}

ul#bsp li {
  	padding: 12px 10px;
   	border-bottom: 1px solid #e5e5e5;
   	list-style-type: none;
}

.pessp2 {
	width: 100%;
    height: 200px;
    overflow: hidden;
}

.pessp2 a {
    width: 100%;
    height: 200px;
    float: left;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 80px;
}
.pessp2 a:hover {
	text-decoration: underline;
}
.pessp2 span {
	margin-top: 80px;
    float: left;
    width: 100%;
}
.profile_menu > img {
	padding: 2px;
}
.pessp3 {
    background: #fff;
    height: 230px;
    color: #333 !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    padding-top: 70px;
}
.pessp3 > i {
    color: #ffc000;
    font-size: 100px;
}
.pp3 {
	padding-bottom: 8px;
}
.s_pp {
	width: 100%;
	height: 300px;
	background: #2d3238;
	overflow: hidden;
}
.s_pp img {
    height: 300px;
    max-width: 100%;
}
.sim_nao {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1;
}
.sim_nao > * {
    width: 72px;
    height: 72px;
    float: left;
    cursor: pointer;
    position: relative;
    border: 2px solid #fff;
    border-radius: 100%;
	color: #ff6701;
    font-size: 46px;
    padding-top: 10px;
	margin-left: 8px;
}
.sim_nao > *:hover {
	background: #fff;    
	text-decoration: none;
	color: #ff6701;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.sim_nao > *:active, .sim_nao_active {
	background: #ff6701 !important;
    color: #fff !important;
    border: none !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sim_nao > *:first-child {
    color: #ea2b31;
    font-size: 44px;
    padding-top: 14px;
    margin: 0;
}
.sim_nao > *:first-child:active, .sim_nao_active_p {
    background: #ea2b31 !important;
}
.nm_enc {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    padding: 10px;
    font-size: 20px;
    color: #000;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.p_enc {
	max-width: 384px;
    max-height: 70px;
    overflow: hidden;
}
.p_enc div {
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    padding: 3px;
    margin: 8px 4px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.p_enc div:first-child {
    border-color: #f89406;
}
.p_enc img {
    border: 0;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sim_nao_p div {
    width: 72px;
    height: 72px;
    line-height: 72px;
    cursor: pointer;
    background: #5bb75b;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sim_nao_p div:last-child {
	background: #e94b3b;
	margin-left: 8px;
}
.sim_nao_p div:first-child:hover {
	background: #49AB4B;
}
.sim_nao_p div:last-child:hover {
	background: #D63A32;
}
.btn-int button {
	margin: 6px 6px 0 0;
}
.opcoes_pp input {
	margin: 0;
}
.cartoes img {
    margin: 6px 10px 4px 0;
    border: 1px solid #ccc;
    height: 28px;
    padding: 2px;
    background: #fff;
  	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.nb_atual {
	opacity: 0.2; 
	filter: alpha(opacity=20); 
}
.t_cartoes {
	width: 100%;
}
.t_cartoes td {
    padding: 6px 2px;
    font-size: 16px;
}
.t_cartoes td button {
	margin: 0;
}
.t_cartoes td select {
	background: #fff;
}
.alert {
	width: 100%;
	padding: 8px;
    background: #fcf8e3;
    color: #c09853;
    border: 1px solid #fbeed5;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert span {
    width: 100%;
    float: left;
    padding: 4px 0;
}
.alert-error {
    color: #b94a48;
    background: #f2dede;
    border-color: #eed3d7;
}
.alert-success {
  color: #468847;
  background: #dff0d8;
  border-color: #d6e9c6;
}
.selo_pag {
    float: right;
    padding: 0;
    border: 0;
}
.ct_idx {
	margin: auto;
	float: none;
    width: 500px;
    margin-top: 30px;
}
.logo_idx {
    position: relative;
    width: 100px;
    height: 100px;
    float: none;
    margin: auto;
}
.logo_idx:before,
.logo_idx:after {
    position: absolute;
    content: "";
    background: #fff;
  	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.logo_idx:before {
    left: -25%;
    top: 0;
    width: 100%;
    height: 100%;
}
.logo_idx:after {
    right: -40%;
    bottom: 0;
    width: 50%;
    height: 50%;
}
.fcs_idx {
	font-size: 15px;
    color: #666;
    line-height: 35px;
}
.bg_idx {
	background: #f89406;
}
.sp_idx {
    background: #f5f5f5;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}
.sp_idx > *:not(.right) {
	float: left !important;
}
.if_fb {
	border:none;
	overflow:hidden;
	margin-right: 20px;
}
.recarregar {
	padding: 20px;
}
.recarregar div {
	text-align: center;
	margin-right: 30px;
}
.recarregar img {
	border: 0;
    padding: 0;
    height: 100px;
}
.i_sim > a, .e_curtir > a {
    float: left;
    border-width: 1px;
    border-style: solid;
    width: 27px;
    height: 27px;
    text-align: center;
    margin: 0 0 8px 6px;
    font-size: 15px;
    padding-top: 4px;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.i_sim > a:first-child {
	color: #31c331;
	border-color: #31c331;
}
.i_sim > a:first-child + a {
	color: #2f6aff;
	border-color: #2f6aff;
}
.i_sim > a:first-child + a + a {
	color: #ff6363;
	border-color: #ff6363;
}
.i_sim > a:first-child + a + a + a {
	color: #fec309;
	border-color: #fec309;
}
.rodape {
	width: 100%;
	background: #fff;
    border-top: 1px solid #edefef;
    margin-top: 20px;
    padding: 15px 10px;
}
.rodape > div {
	width:90%;
	margin: auto; 
	float: none;
	max-width: 970px;
}
.rodape > div > div {
	width: 100%;
}
.redes {
	width: 100%; 
	height: 21px;
}
.redes img {
	padding: 0;
	border: 0;
	margin-right: 8px;
}
.redes #___plusone_0 { 
	width:84px !important; 
}
.redes > div {
	margin-right: 10px;
}
.r_links {
	width: 100%;
}
.r_links > a, .redes > div > img + a {
    color: #283740;
}
.r_links + div {
    color: #909090;
    margin-top: 4px;
    font-size: 14px;
}
.m_fotos {
	padding: 0 10px;
}
.l_fas > a {
    width: 30%;
    float: left;
    margin: 0 2.2% 2.2% 0;
    padding: 3px;
	border: 1px solid #ccc;
  	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.l_fas > a > img {
    width: 100%;
    padding: 0;
    border: 0;
  	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.l_fas > a:hover,
.p0 {
	padding: 0 !important;
}
.pp2 {
    height: 62px;
    text-align: center;
    padding: 10px 86px 14px 14px;
    color: #fff;
    position: relative;
    background: #FFA525;
  	-webkit-border-radius: 4px 50px 50px 4px;
    -moz-border-radius: 4px 50px 50px 4px;
    border-radius: 4px 50px 50px 4px;
}
.pp2 b {
    font-size: 26px;
}

.pp2 > div {
	width: 68px;
	height: 68px;
    position: absolute;
    top: -3px;
    right: -3px;
    padding: 3px;
    background: #fff;
  	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pp2 > div > img {
    border: 0;
    padding: 0;
  	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.caixa_tt {
	color: #4d4d4d;
    font-size: 18px;
    margin: 20px 0 4px 0;
}
.ct_meio > .caixa {
	padding: 12px;
}
.img_loc {
    width: 100%; 
    padding: 0;
	border: 0;
}
.caixa_tt + div {
	color: #6d7c85;
	line-height: 24px;
}
.p_interesses span {
    float: left;
    background: #f2f2f2;
    color: #4d4d4d;
    margin: 5px 5px 2px 0;
    padding: 8px 15px 8px 12px;
    font-size: 12px;
    height: 30px;
    font-weight: bold;
    line-height: normal;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.m_likes {
	cursor: pointer;
    background: #fff !important;
    border: 1px solid #e2e2e2;
    font-size: 20px !important;
    padding-top: 5px !important;
}
.l_igual {
	background: #dbdbdb !important;
}
.p_fotos2 > span, .p_fotos3 > span {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    font-size: 50px;
    margin-top: -30px;
}
.p_fotos2 > span:hover, .p_fotos3 > span:hover {
	color: #ccc;
}
.p_fotos2 > div + span, .p_fotos3 > img + span {
	right: initial;
	left: 10px;
}
.p_fotos2 {
    overflow: hidden;
    height: 150px;
    position: relative;
}
.p_fotos2 > div {
	height: 100%;
	position: relative;
}
.p_fotos2 > div > img,
.p_fotos2 > div > a > img {
	position: absolute;
	top: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    z-index: 2;
}
.p_fotos2 > div > img:hover,
.p_fotos2 > div > a > img:hover {
	opacity: 0.7; 
	filter: alpha(opacity=70); 
}
.p_fotos3 {
    background: #2d3238;
    text-align: center;
    position: relative;
    height: 350px;
    overflow: hidden;
}
.p_fotos3 > img {
    padding: 0;
    border: 0;
    float: none;
    height: 350px;
}
.p_icones {
	position: relative;
}
.p_icones > a,
.p_icones > span > a {
    padding-top: 12px;
    border: 1px solid #e2e2e2;
    margin-left: 8px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    float: left;
    text-decoration: none;
    color: #4d4d4d;  
  	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;  
}
.p_icones > a:first-child {
    padding: 10px 20px 0 20px;
    width: auto;
    font-size: 15px;
  	-webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px; 
}
.p_icones > a:hover,
.p_icones > span > a:hover {
    border-color: #afafaf;
}
.p_icones > div, .s_icon > div {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    right: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    z-index: 5;
    display: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0 4px 10px 0px rgba(0,0,0,0.25);
}
.p_icones > div::before, .s_icon > div::before {
    position: absolute;
    top: -4px;
    right: 16px;
    width: 6px;
    height: 6px;
    margin: 0 0 0 -3px;
    content: '';
    border: 1px solid;
    border-color: rgba(0, 0, 0, .15) transparent transparent rgba(0, 0, 0, .15);
    background: #fff;
    z-index: 4;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_perfil > * > a,
.menu_perfil > * > div {
	text-decoration: none;
    color: #4d4d4d;
    width: 100%;
    height: 100%;
    float: left;
    padding: 14px 12px;
}

.p_icones > div > a, 
.s_icon > div > a,
.menu_perfil > * {
    width: 100%;
    float: left;
    text-decoration: none !important;
    color: #4d4d4d !important;
    padding: 14px 12px;
    z-index: 6;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #edefef;
    white-space: nowrap;
    line-height: 15px;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}
.p_icones > div > a > i, 
.s_icon > div > a > i,
.menu_perfil > * > i,
.menu_perfil > * > a > i,
.menu_perfil > * > div > i {
    margin-right: 10px;
    float: left;
}
.menu_perfil > * > i {
	opacity: 0.7;
}
.p_icones > div > a:first-child, .s_icon > div > a:first-child {
    border-top: none;
}
.p_icones > div > a:hover, 
.s_icon > div > a:hover,
.menu_perfil > *:hover, 
.aba_enc {
	background: #ececec !important;
}
.p_gostei {
    width: 62px;
    height: 62px;
    border: 2px solid #ff661b;
    margin-left: 8px;
    cursor: pointer;
    float: left;
    color: #ff661b;
    font-size: 36px;
    padding-top: 13px;
    text-align: center;
    text-decoration: none !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.p_gostei:hover, .p_gostei_s {
	background: #ff661b;
	color: #fff;
}
.p_fav {
    background: #ececec;
}
.e_curtir > div {
    height: 24px;
    position: relative;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 0 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 3px;
}
.e_curtir > div:before {
    position: absolute;
    top: 7px;
    left: -4px;
    width: 6px;
    height: 6px;
    content: '';
    border: 1px solid;
    border-color: #ccc transparent transparent #ccc;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.post > a {
	width: 50px; 
	height: 50px; 
	float: left;
}
.post > a > img {
	padding: 0;
	border-radius: 4px;
}
.post > div {
	width: calc(100% - 62px); 
	margin-left: 12px;
	word-wrap: break-word;
	position: relative;
}
.post > div > i {
	position: absolute;
	top: 0;
	right: 0; 
    font-size: 16px;
    cursor: pointer;
}
.o_msgs {
	width: 100%; 
	color: #9197a3;
}

.e_curtir {
	width: 100%;
	margin-top: 8px;
}
.e_curtir > a {
	margin: 0 6px 0 0;
}
.e_curtir > a:hover, .e_curtir2 {
	background: #4267b2;
	color: #fff;
}
.carregando {
	display: none;
	width: 60px;
    height: 60px;
    border: 2px solid #6d7c85;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -25px;
    z-index: 9999;
    border-right: none;
    border-top: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-animation-name: carregando;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0;
    -webkit-animation-direction: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-name: carregando;
    animation-duration: 1s;
    animation-delay: 0;
    animation-direction: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
}
@keyframes carregando {
    from {
        transform:rotate(0deg);
	} to {
		transform:rotate(360deg);
	}
}

@-webkit-keyframes carregando {
    from {
        -webkit-transform:rotate(0deg);
    } to {
        -webkit-transform:rotate(360deg);
    }
}
.n_topo, .vips {
	width: 100%; 
	background: #fff; 
	border-bottom: 1px solid #dbdbdb;
}
.n_topo > div, .vips > div {
	width: 90%;
    height: 57px;
    margin: auto;
    float: none;
    max-width: 970px;
    position: relative;
}
.n_topo > div > * {
	float: left;
	height: 100%;
	text-align: center;
	color: #505a61;
	font-weight: bold;
    font-size: 12px;
    padding: 10px 1.2%;
    text-decoration: none;
    line-height: 14px;
    border-right: 1px solid #dbdbdb;
    position: relative;
    cursor: pointer;
}
.n_topo > div > *:hover {
	color: #72808a;
    background: #f7f7f7;
}
.n_topo > div > * > i {
	font-size: 20px;
}
.n_topo > div > *:first-child > img {
	border: 0; 
	height: 37px;
}
.vips > div {
	height: 74px;
    overflow: hidden;
    margin: 15px auto;
}
.vips > div > div, .vips > div > a {
	width: 74px;
	height: 74px;
    float: left;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #ccc;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.vips > div > a:hover {
	padding: 0;
}
.vips > div > * > img {
	width: 100%;
    height: 100%;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.vips > div > span {
	width: 50px;
    height: 74px;
    position: absolute;
    right: 0;
    background: #fff;
    font-size: 36px;
    padding: 20px 0 0 10px;
}
.vips > div > span > * {
	cursor: pointer;
	text-decoration: none;
	color: #4d4d4d;
}
.vips > div > span > *:hover {
	color: #888;
}
.vips > div > div > a {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(255, 174, 2, 0.7);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    padding-top: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.vips > div > div > a:hover {
    background: rgba(255, 174, 2, 0);
}
.s_icon {
	float: right !important;
	padding-top: 20px !important;
}
.s_icon > img {
	margin-top: -5px;
    border-radius: 4px;
}
.s_icon > div {
	z-index: 7;
	width: 220px;
}
@media only screen and (max-width: 750px) {
	.n_topo > div > * {
		font-size: 10px;
	}
	.n_topo > div > * > i {
    	font-size: 18px;
	}
}
.m_sobre > div > div {
	color: #6d7c85;
	margin: 10px 0;
}
.m_sobre > div > div:first-child {
	width: 30%;
}
.b_login_idx {
	width: 100%;
    background: #627aab;
    padding: 20px 30px 15px 30px;
    float: left;
    margin: 10px 0;
    color: #fff !important;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none !important;
    line-height: 22px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.b_login_idx:hover {
	background: #516794;
}
.b_login_idx i {
    float: left;
}
.lg_aviso_idx {
	width: 100%;
    color: #999;
    text-align: center;
    font-size: 18px;
}
.login {
	padding: 30px;
}
.login3 {
    font-size: 26px;
    text-align: center;
    line-height: 34px;
    color: #828282;
    margin-bottom: 40px;
}
.login2 {
	margin-top: 40px;
}
.login2 > img {
	border: 0;
	width: 40%;
}
.login2 > div {
	width: 60%;
	padding-left: 30px;
	margin-top: 5%;
	line-height: 24px;
}
.login2 > div > div {
	width: 100%;
    font-size: 30px;
    margin-bottom: 10px;
    color: #666;
    line-height: 36px;
}
.login4 {
	line-height: 30px;
	width: 60%; 
	padding-right: 20px;
}
.login5 {
	width: 40%; 
	text-align: center;
}
.login6 {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.login7 {
	padding: 0 30px 0 0 !important;
}
.c_amigos, .a_superp {
	margin-top: 10px;
   	border-bottom: 1px solid #dbdbdb;
   	padding-bottom: 18px;
}
.c_amigos > img {
	border-radius: 5px;
	margin-right: 6px;
	cursor: pointer;
}
.a_superp {
	border-top: 50px solid #ffc64d;
}
.a_superp > a > img {
	border-radius: 100%;
    margin-left: 6px;
    border: 4px solid #fff;
    margin-top: -30px;
}
.baixar_app > a > img {
	width: 160px;
	margin: 0 0 6px 6px;
	border-radius: 0;
	border: 0;
}
.a_foto {
	float: left;
    background: rgba(0,0,0,0.5);
    color: #fff !important;
    line-height: 40px;
    height: 40px;
    margin-top: -40px;
    font-size: 14px;
    padding: 0 10px;
}
.a_foto > i {
	float: left;
	margin: 2px 8px 0 0;
}

/**** paginador ****/
.paginador {
	margin-top: 20px;
	float: right;
}
.paginador ul {
	display: inline-block;
	*display: inline;
}
.paginador ul > li {
	display: inline;
}
.paginador ul > li > a {
	float: left;
	padding: 8px 14px;
	line-height: 20px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ddd;
	margin-left: 7px;
	color: #4d4d4d;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.paginador ul > li > a:hover, .paginador ul > li > a:focus, .paginador ul > .active > a {
	background: #f5f5f5;
}
.paginador ul > .active > a {
	color: #999;
	cursor: default;
}
/**** fim paginador ****/

/**** grid *****/
.cpp {
	width: 100%;
}

.cpp > div {
	width: 25%;
	padding: 0 5px;
}

.cpp2 > div {
	width: 33.33%;
}

.cpp > div > div {
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.cpp > div > div > a,
.cpp > div > div > .column > a,
.pessp2 {
    float: left;
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.cpp > div > div > a > img,
.cpp > div > div > .column > a > img,
.pessp2 > img {
    width: 100%;
    min-height: 100%;
    border: 0;
}

.p_fotos3.mg_foto,
.p_fotos2 {
	margin-top: 12px;
}

.cpp > div > div > a > span, 
.cpp > div > div > .column > a > span, 
.ft_enc, 
.p_fotos3.mg_foto > div,
.enc_fts {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0,0,0,0.6);
    padding: 7px 8px;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 26px;
    line-height: 13px;
}

.pessp2 a {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;    
    padding-top: 34px;
    line-height: 30px;
}

.pessp2 a:hover {
	text-decoration: underline;
}

.cpp > div > div > a > span > i,
.cpp > div > div > .column > a > span > i,
.p_fotos3.mg_foto > div > i,
.enc_fts > i {
	float: left;
    margin-right: 6px;
}
/**** fim grid ****/

.u_online {
	padding: 8px;
}

.u_online > div {
	width: 100%;
    font-size: 16px;
    color: #9197a3;
    white-space: nowrap;
    overflow: hidden;
}

.u_online > div:first-child {
	color: #4d4d4d;
}

.u_online i {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #40C012;
	margin: 2px 2px 2px 4px;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/**** convites ****/
.modal_pp {
	z-index:9997; 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	cursor: pointer; 
}
.modal {
	z-index:9997; 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	background:rgba(0, 0, 0, 0.8);
	display: none;
}

.modal > div {
	width: 600px;
	max-width: 45%;
	float: none;
	margin: auto;
	margin-top: 40px;
}

.modal > div > div {
	width: 100%;
	padding: 40px;
	background: #fff;
  	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.modal > div > div > div {
	width: 100%; 
	text-align: center;
	margin-bottom: 20px
}

.bt_fb {
    background-color: #4080ff;
    border-color: #4080ff;
    border-radius: 3px;
    height: auto;
}

.bt_fb2 {
    background-color: transparent;
    border: none;
    color: #7f7f7f !important;
    font-weight: normal;
    margin-top: 20px;
    font-size: 16px;
}
.pg_fb {
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f5f5f5;
}
.pg_fb > div {
	width: 0%; 
	height: 100%;
	font-weight: bold;
	padding-top: 9px;
	font-size: 20px;
	color: #666; 
	text-align: center; 
	background: #e5e5e5;
}
/**** fim convites ****/

.b_solic {
	margin: 3px 0;
}

.e_pts {
	position: absolute;
    color: #fff;
    background: #f89406;
    top: 0;
    right: 12px;
    border-radius: 0 0 4px 4px;
    padding: 6px;
    font-size: 14px;
}
