@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(../fonts/entypo.css);

[class^="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

#social-sidebar {
    right: 0;
    position: fixed;
    top: 30%;
    z-index: 1000;
}
#social-sidebar li:first-child a { border-top-left-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-left-radius: 5px; }

#social-sidebar a {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
    right: 120%;
    opacity: 1;
}
#social-sidebar a span {
    font: 12px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    right: 100%;
    margin-top: -16px;
    opacity: 0;
    padding: 6px 12px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    right: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}

#social-sidebar a[class*="tumblr"]:hover,
#social-sidebar a[class*="tumblr"] span,
#social-sidebar a[class*="tumblr"] span:before {background: #34465D;}

#social-sidebar a[class*="linkedin"]:hover,
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before {background: #0E76A8;}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {background: #00aced;}

#social-sidebar a[class*="instagrem"]:hover,
#social-sidebar a[class*="instagrem"] span,
#social-sidebar a[class*="instagrem"] span:before {background: #8134AF;}

#social-sidebar a[class*="pinterest"]:hover,
#social-sidebar a[class*="pinterest"] span,
#social-sidebar a[class*="pinterest"] span:before {background: #C8232C;}

#social-sidebar a[class*="video"]:hover,
#social-sidebar a[class*="video"] span,
#social-sidebar a[class*="video"] span:before {background: #E62117;}
