﻿.share-wrapper
{
    z-index: 99999;
}

.share-wrapper .pinterest > a
{
    background: url(images/pinterest.png) no-repeat;
}

.share-wrapper .email > a
{
    background: url(images/email.png) no-repeat;
}

.share-wrapper .facebook > a
{
    background: url(images/facebook.jpg) no-repeat;
}
.share-wrapper .twitter > a
{
    background: url(images/twitter.jpg) no-repeat;
}
.share-wrapper .digg > a
{
    background: url(images/digg.jpg) no-repeat;
}
.share-wrapper .stumbleupon > a
{
    background: url(images/stumbleupon.jpg) no-repeat;
}
.share-wrapper .delicious > a
{
    background: url(images/delicious.jpg) no-repeat;
}
.share-wrapper .google > a
{
    background: url(images/google.jpg) no-repeat;
}

.share-wrapper .linkedin > a
{
    background: url(images/linkedin.png) no-repeat;
}

.share-wrapper .email > a
{
    background: url(images/email.jpg) no-repeat;
}

.share-wrapper.left .button-wrap  > a
{
    background-position: right;
}

.share-wrapper.right .button-wrap  > a
{
    background-position: left;
}
/* outer wrapper, fixed to left */
.share-wrapper
{
    margin-top: 100px;
    position: fixed;
    top: 0;
}

.share-wrapper.right
{
    right: 0;
}


.share-wrapper.left
{
    left: 0;
}


/* inner wrapper */
.share-wrapper ul.share-inner-wrp
{
    list-style: none;
    margin: 5px;
    padding: 0px;
}

/* the list */
.share-wrapper.left li.button-wrap
{
    margin: 0px 0px 1px -117px;
}

.share-wrapper li.button-wrap
{
    background: #E4EFF0;
    padding: 0px 0px 0px 10px;
    display: block;
    width: 140px;
}

.share-wrapper.right li.button-wrap
{
    padding-left: 0px;
    margin: 0px -107px 1px 0px;
}

.share-wrapper.right li.button-wrap > a
{
    padding-left: 35px;
}

.share-wrapper.left li.button-wrap > a
{
    padding-right: 60px;
}
/* share link */
.share-wrapper li.button-wrap > a
{
    height: 32px;
    display: block;
    line-height: 32px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

@media all and (max-width: 699px)
{
    .share-wrapper.left li.button-wrap > a:hover
    {
        background-position: 50% 50%;
        background-size: 120%;
    }
    .share-wrapper.left li.button-wrap > a
    {
        padding-right: 0px;
    }

    .share-wrapper 
    {
        bottom: 0;
        position: fixed;
        padding: 5px 5px 0px 5px;
        background: #EBEBEB;
        width: 100%;
        margin: 0px;

        background: none;
        height: 30px;
        /*-webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
        -o-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
        box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);*/
    }
    .share-wrapper ul.share-inner-wrp
    {
        list-style: none;
        margin: 0px auto;
        padding: 0px;
        text-align: center;
        overflow: auto;
    }
    .share-wrapper li.button-wrap
    {
        display: inline-block;
        width: 32px !important;
        margin: 0px;
        padding: 0px;
        margin-left: 0px !important;
    }
    .share-wrapper li.button-wrap > a
    {
        height: 32px;
        display: inline-block;
        text-indent: -10000px;
        width: 32px;
        padding-right: 0;
        float: left;
    }
}
