@import url(entypo.css);
[class*="entypo-"]:before {
font-family: 'entypo', sans-serif;
}
/* ---------- GENERAL ---------- */
#social-sidebar a { text-decoration: none; }
#social-sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
/* ---------- Social Sidebar ---------- */
#social-sidebar {
margin-top: -75px;
position: fixed;
top: 50%;
}
#siguenos{
    margin-top: -28px;
    position: fixed;
	background: #bf0e3f;
	color: #fff;
	width: 50px;
	font-size:10px;
	text-align: center;
	 border-top-right-radius:5px;
	}
#social-sidebar ul li:first-child a { border-radius: 0 0 0 0; }
#social-sidebar ul li:last-child a { border-radius: 0 0 5px 0; }
#social-sidebar ul li a {
background: #393d40;
color: #fff;
display: block;
height: 50px;
font-size: 18px;
line-height: 50px;
position: relative;
text-align: center;
width: 50px;
}
#social-sidebar ul li a:hover span {
left: 130%;
opacity: 1;
}
#social-sidebar ul li a span {
border-radius: 3px;
line-height: 24px;
left: -100%;
margin-top: -16px;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
padding: 4px 8px;
position: absolute;
 -webkit-transition: opacity .3s, left .4s;
 -moz-transition: opacity .3s, left .4s;
 -ms-transition: opacity .3s, left .4s;
 -o-transition: opacity .3s, left .4s;
transition: opacity .3s, left .4s;
top: 50%;
z-index: -1;
}
#social-sidebar ul li a span:before {
content: "";
display: block;
height: 8px;
left: -4px;
margin-top: -4px;
position: absolute;
top: 50%;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
transform: rotate(45deg);
width: 8px;
z-index: -2;
}
#social-sidebar ul li a[class*="twitter"]:hover,
#social-sidebar ul li a[class*="twitter"] span,
#social-sidebar ul li a[class*="twitter"] span:before { background: #4099FF; }
#social-sidebar ul li a[class*="gplus"]:hover,
#social-sidebar ul li a[class*="gplus"] span,
#social-sidebar ul li a[class*="gplus"] span:before { background: #d34836; }
#social-sidebar ul li a[class*="facebook"]:hover,
#social-sidebar ul li a[class*="facebook"] span,
#social-sidebar ul li a[class*="facebook"] span:before { background: #234999; }
#social-sidebar ul li a[class*="rss"]:hover,
#social-sidebar ul li a[class*="rss"] span,
#social-sidebar ul li a[class*="rss"] span:before { background: #FF5B0D; }

@media only screen and (max-width: 640px) {

#social-sidebar {
left: 0;
margin-top: 0;
position: relative;
top:0;
width: 250px;
margin: 0 auto;
margin-bottom: 20px;
}
#siguenos{
	display:none;
	}
.lista{
   display: inline-block;
   margin-left: 15px;
   padding: 0.2px;
   width: 40px;
	}
#social-sidebar ul li:first-child a { border-radius: 0 0 0 0; }
#social-sidebar ul li:last-child a { border-radius: 0 0 0 0; }
#social-sidebar ul li a {
background: #121212;
color: #fff;
display: inline block;
height: 50px;
font-size: 18px;
line-height: 50px;
position: relative;
text-align: center;
width: 50px;
}
#social-sidebar ul li a:hover span {
opacity: 1;
visibility:hidden;
}
#social-sidebar ul li a span {

visibility:hidden;
}
#social-sidebar ul li a span:before {

visibility:hidden;
}
#social-sidebar ul li a[class*="twitter"]:hover
{ background: #4099FF; }
#social-sidebar ul li a[class*="gplus"]:hover
 { background: #d34836; }
#social-sidebar ul li a[class*="facebook"]:hover { background: #234999; }
#social-sidebar ul li a[class*="rss"]:hover { background: #FF5B0D; }


}