.social-media-side-bar
{
    position:fixed;
    z-index:99999;
    right:34px;
    top:165px;
}

.social-bar .icon:hover {
    cursor:pointer;
}

.social-bar
{
    width: 300px;
    position:absolute;
}

.social-bar .icon {
    position:relative;
    float:left;
    width: 34px;
    padding:0;
    margin:0;
}

.social-bar .window {
    width: 264px;
    position:relative;
    float:left;
    padding:0;
    margin:0;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.45);
    background-color:white;
}

.facebook {
    top: 100px;
}

.google-plus {
    top: 140px;
}

.twitter {
    top: 180px;
}

.youtube {
    top: 220px;
}

.pinterest {
    top: 260px;
}

.linkedin {
    top: 300px;
}