#bookmark {
    position: fixed;
    right: 75px;
    top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
}

#shareBox {
    position: fixed;
    top: 20px;
    right: 115px;
    width: 87px;
    height: 63px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    padding-right: 5px;
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    z-index: 100;
    display: none;
    background-color: #fafafa;
}

.social {
    margin: 0;
    list-style: none;
}

.social:hover li { opacity: 0.4 }

.social li {
    float: left;
    margin-right: 5px;
    padding: 0;
    margin-bottom: 15px;
    display: inline;
	width: 24px;
	height: 24px;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social li:hover { opacity: 1 }