.profile-header-inner-overlay {
position: absolute;
width: 300px;
height: 161px;
top: 0px;
background: -moz-linear-gradient(top,transparent 0,rgba(0, 0, 0, 0.40) 90%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(90%,rgba(0, 0, 0, 0.40)));
background: -webkit-linear-gradient(top,transparent 0,rgba(0, 0, 0, 0.40) 90%);
background: -o-linear-gradient(top,transparent 0,rgba(0, 0, 0, 0.40) 90%);
background: -ms-linear-gradient(top,transparent 0,rgba(0, 0, 0, 0.40) 90%);
background: linear-gradient(to bottom,transparent 0,rgba(0, 0, 0, 0.40) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#66000000',GradientType=0);
}

.social_sprite{ 
    background:url("../imgs/social_sprite.png") top left no-repeat; display: inline-block; text-indent: -999px;
    background-repeat: no-repeat;
    background-size: auto auto auto auto;
    display: inline-block;
    outline: medium none;
    overflow: hidden;
    white-space: nowrap;    
}
a.social_sprite {
margin-left: 16px;
margin-bottom: 10px;
}
.social_sprite.social_networks {
margin: 10px auto;
}

span.profile-field {
color: white;
text-shadow: 1px 1px 3px black;
}

.social_sprite.facebook_logo {
margin-top: 6px;
}

.facebook_logo{ width:91px; height:21px; background-position:-10px -10px; }
.twitter_logo{ width:91px; height:20px; background-position:-10px -41px; }
.social_networks{ width:20px; height:20px; background-position:-10px -71px; }
.twitter{ width:20px; height:20px; background-position:-40px -71px; }
.facebook{ width:20px; height:20px; background-position:-70px -71px; }

a#switch>span{
    -webkit-transition: all 0.8s ease;
    -moz-transition:all 0.8s ease-in-out; 
    -o-transition:all 0.8s ease-in-out; 
    -ms-transition:all 0.8s 
    ease-in-out; 
    transition:all 0.8s ease-in-out;
}
a:hover#switch > span {
  opacity: .5;
}


/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}

.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}

.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;  
  border-radius         : 5px;
}
.nano > .pane > .slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;  
  border-radius         : 3px;
}

.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

/*Navigation*/
nav#kiibal_slidebar a { text-decoration: none; }

nav#kiibal_slidebar ol, ul {
	list-style: none;
}

nav#kiibal_slidebar > ul {
  top: 0%;
  left: 0px;
  padding-left: 0px;
  position: fixed;
  display: block;
  z-index: 2147483647;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav#kiibal_slidebar ul li {
	position: relative;
  margin: 0;
  padding: 0;
}

nav#kiibal_slidebar ul li:hover > ul {
	opacity: 1;
}

nav#kiibal_slidebar ul li a {
	background-color: #7CB9E8;
	color: #535152;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	box-shadow: 0px 3px 10px #333;
}

nav#kiibal_slidebar ul li a:hover {
	color: #373634;	
}

nav#kiibal_slidebar ul li ul {
  display: block;
  left: 0px;
  position: absolute;
  top: -1;
  opacity: 0;
  transition: opacity .8s;
  -o-transition: opacity .8s;
  -moz-transition: opacity .8s;
  -webkit-transition: opacity .8s;
  margin: 0;
  padding: 0;
}

nav#kiibal_slidebar ul li ul li {
	float: left;
	margin-top: 0;
}

nav#kiibal_slidebar ul li ul li a {
	background-color: #FFF;
	color: #dddddd;
	position: relative;	 
}


nav#kiibal_slidebar ul li ul li a:after {
	display: none; 
}

/*Slidebar*/
#lights{
	cursor: crosshair;
}

#panel {
	color: white;	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	width: 300px;
	height: 100%;
	padding: 10px;
	position: fixed;
 	top: 42px;
 	left: -300px;
 	margin: 0px;
	padding: 0px;
}


#panel>ul{
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/*
#panel ul li img.avatar{

*/
#panel>div#twitter.nano{
background-color: #242424;	
}
#panel > div#twitter.nano > div.content > ul.tweets {
  padding-bottom: 28px;
  margin: 0;
  padding: 0;
}

#panel>div#twitter.nano>div.content>ul.tweets>li>img.avatar{
	float: left;
	border: 3px solid #333;
	margin-right: 6px;
}

#panel>div#twitter.nano>div.content>ul.tweets>li{
	border-bottom: 1px solid #0F0F0F;
	border-top: 1px solid #313131;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 14px;
	margin: 0px auto;
	font-size: 12px;
	text-align: center;
	color: #C8C8C8;
	text-shadow: 1px 1px 3px #000;
	min-height: 45px;
	width: 90%;
}

#switch {
	background-color: #00ACEE;
/*	position: absolute;*/
	position: fixed;
 	padding: 3px 0px;
 	top: 0;
 	left: 0px;
 	cursor: pointer;
 	font-size: 18px;
 	width: 300px;
 	color: white;
}

.nano {
	width: 300px;	
}

/* tema para twitter */

#panel>div#twitter.nano>div.content>ul.tweets>li:hover{
	background-color: #1B2B30;
	color: #D7D7D7;
}

#panel>div#twitter.nano>div.content>ul.tweets>li>a{
	color: #00ACEE;
	text-decoration: none;
}
#panel>div#twitter.nano>div.content>ul.tweets>li>p{
	margin: 0;
	text-align: left;
  min-height: 25px;
  font-size: 13px;
}
#panel>div#twitter.nano>div.content>ul.tweets>li>p>a{
  text-decoration: none;
}
#panel>div#twitter.nano>div.content>ul.tweets>li>p>a:hover{
  color: #00ACEE;
}
#panel>div#twitter.nano>div.content>ul.tweets>li>a{
	color: white;
	font-size: 14px;
	display: block;
	text-align: left;
	padding-bottom: 6px;
}

#panel>div#twitter.nano>div.content>div.profile-card>div.profile-header-inner {
	background-position: center;
	background-color: #444;
	height: 180px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}

#panel>div#twitter.nano>div.content>div.profile-card>div.profile-header-inner>a.profile-picture {
float: none;
position: relative;
margin: 10px auto 6px;
display: block;
width: 73px;
height: 73px;
border: 4px solid #fff;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
box-shadow: 0 1px 1px rgba(0,0,0,.25);
}

#panel>div#twitter.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner {
width: 90%;
text-shadow: 0 1px 1px rgba(0,0,0,.5);
margin: auto;
float: none;
position: relative;
color: white;
}
#panel>div#twitter.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner>a{
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 1px gray;
}
#panel>div#twitter.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner>p.location-and-url>a{
text-decoration: none;
color: #DFDFDF;
}
#panel>div#twitter.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner>h1.fullname {
font-size: 20px;
white-space: nowrap;
}
#panel > div#twitter.nano > div.content > div.profile-card > div.profile-header-inner > div.profile-card-inner > h1.fullname > a.profile-field {
  color: white;
  text-decoration: none;
}

#panel>div#twitter.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner>h2.username>a.screen-name {
margin-bottom: 1px;
font-size: 18px;
font-weight: normal;
color: white;
text-decoration: none;
}
#panel>div#twitter.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner>h2.username>a.screen-name>s{
  color: white;
	text-decoration: none;
}

#panel>div#twitter.nano>div.content>div.profile-banner-footer.clearfix {
clear: both;
padding-bottom: 6px;
float: left;
}

/*profile stats*/
#panel>div#twitter.nano>div.content>div.profile-banner-footer.clearfix>.default-footer>ul.stats {
background-color: #FFF;
margin: auto;
float: left;
width: 300px;
}
#panel>div#twitter.nano>div.content>div.profile-banner-footer.clearfix>.default-footer>ul.stats > li {
display: inline;
width: 100%;
margin: auto;
}

#panel>div#twitter.nano>div.content>div.profile-banner-footer.clearfix>.default-footer>ul.stats > li > a {
text-decoration: none;
font-size: 12px;
float: left;
padding: 10px 10px 8px 10px;
border-left: 1px solid #e8e8e8;
border-top: 0;
}

#panel>div#twitter.nano>div.content>div.profile-banner-footer.clearfix>.default-footer>ul.stats > li > a {
color: #242424;
text-decoration: none;
text-shadow: 0px 0px 0px white;
width: 79px;
}

/*FACEBOOK*/
#panel>div#facebook.nano>div.content>div.profile-card>div.profile-header-inner>a.profile-picture {
    margin: 100px auto 6px;
    display: block;
    width: 73px;
    height: 73px;
    border: 4px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
    position: absolute;
}

#panel>div#facebook.nano>div.content>div.profile-card>div.profile-header-inner {
    background-position: center;
    background-size: 300px 161px;
    background-color: #444;
    height: 160px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}

#panel>div#facebook.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner {
    width: 90%;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    display: inline;
    margin: 124px 90px 0px;
    float: left;
    position: relative;
    color: #21759b;
}

#panel>div#facebook.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner>h1.fullname {
    font-size: 16px;
    white-space: nowrap;
    line-height: 0px;
}

#panel>div#facebook.nano>div.content>div.profile-card>div.profile-header-inner>div.profile-card-inner>p.location-and-url{
    margin-top: 14px;
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>div._head {
    vertical-align: top;
    display: block;
    margin-left: 10px;
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>div._head>a{
    color: #21759b;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none; 
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>div._head>a:hover {
    text-decoration: underline;
}

#panel>div#facebook.nano>div.content>div.feed>div._element>div>div>a.uiLinkSubtle {
    color: rgb(137, 145, 156);
    line-height: 20px;
    font-weight: normal;
    font-size: 10px;
    display: block;
    text-decoration: none;
}
#panel>div#facebook.nano>div.content>div.feed>div._element {
    background-color: rgb(255, 255, 255);
    margin: 5px;
    border: 1px solid rgb(211, 214, 219);
    border-radius:5px;
    color: black;
    
    display: block;
    min-height: 50px;
}

#panel>div#facebook.nano>div.content>div.menu>div._70k {
    clear: right;
    padding-left: 82px;
    width: 100%;
    background: #ffffff;
}

#panel>div#facebook.nano>div.content>div.menu>div._70k>div._6_7 {
    border-left: 1px solid rgb(233, 234, 237);
    border-width: 0px 1px;
    color: rgb(55, 64, 78);
}

#kiiball_slidebar_title {
  background-color: black;
  position: fixed;
  padding: 3px 0px;
  top: 0;
  left: 0px;
  cursor: pointer;
  font-size: 35px;
  width: 300px;
  color: white;
  display: none;
  height: 37px;
  z-index: 2147483647;
}

._6-6:hover {
    background: none repeat scroll 0% 0% rgb(246, 247, 248);
    text-decoration: none;
}

._6-7:hover {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    cursor: default;
}
#panel>div#facebook.nano>div.content>div.menu>div._70k>div>a._6-6 {
    text-decoration: none;
    border-right: 1px solid rgb(233, 234, 237);
    color: rgb(0, 5, 136);
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 25px;
    line-height: 3.3;
    padding: 9px 5px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

#panel>div#facebook.nano>div.content>div.menu {
    background: #ffffff;
    width: 100%;
    height: 43px;
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>a._img{
    position: relative;
    float: left;
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>a._img>img{
    margin-right: 10px;
    border: 1px solid rgb(211, 214, 219);
    border-radius:5px
}


textarea{
    background-color: transparent;
    border: 0px none;
    margin: 5px;
    -moz-box-sizing: border-box;
    outline: 0px none;
    width: 100%;
    resize: none;
}

.uiScaledImageCentered {
    background-color: rgb(242, 242, 242);
    text-align: center;
}
.uiScaledImageContainer {
    position: relative;
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    border-color: rgb(233, 234, 237);
    border: 1px solid rgb(230, 230, 230);
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div.message{
    display:block; 
    margin:10px;
    font-size: 13px;
    font-style: justify;
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>div._42ef a{
    text-decoration: none;
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>div._42ef {
    background-color: rgb(242,242,242);
    overflow: hidden;
    padding: 15px;
    border-color: rgb(233, 234, 237);
    border: 1px solid rgb(230, 230, 230);
    margin: 10px;
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>div._42ef>a>div>div.uiAttachmentTitle {
    color: rgb(59, 89, 152);
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>div._42ef>a>div>div.uiAttachmentDesc{
    padding: 3px 0px;
    font-size: 10px;
    color: rgb(75,75,75);
    text-align: justify;
}
#panel>div#facebook.nano>div.content>div.feed>div._element>div>div._42ef>a>div>div.uiAttachmentTitle>span.caption {
color: rgb(201, 201, 201);
}

#panel>div#facebook.nano>div.content>div.feed>div._element>table.uiInfoTable {
    table-layout: fixed;
    border: 0px none;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 90%;
     margin: 10px 22px 20px;
    word-wrap: normal;
    color: rgb(137, 145, 156);
    font-weight: normal;
} 

#panel>div#facebook.nano>div.content>div.feed>div._element>table.uiInfoTable th.label {
    width: 67px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 15px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    color: rgb(102, 102, 102);
    font-weight: bold;
}

#panel>div#facebook.nano>div.content>div.feed>div._element>table.uiInfoTable .data{
    vertical-align: top;
    line-height: 15px;
    padding: 3px 0px 1px;
    text-align: left;
    vertical-align: top;
    padding-right: 15px;
}

#panel>div#facebook.nano>div.content>div.feed>div._element>table.uiInfoTable td, .uiInfoTable  th.data, .uiInfoTable  th.label {
    text-align: left;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

#panel > div#facebook.nano > div.content > div.feed > div._element > div > div._42ef > a > div > div.uiAttachmentTitle>strong{
    font-size: 10px;
}

#panel > div#facebook.nano > div.content > div.feed > div._element > div > div._42ef > a > div.attachmentText> span.caption{
    font-size: 11px;
    color: rgb(150,150,150);
    text-align: justify;
}