/*Easy buttons*/
#share-wrapper {
    margin-top: 80px;
    position: fixed;
    left: 0;
    z-index: 99;
    clear: both;
    display: none;
}
#share-wrapper ul.share-inner-wrp {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#share-wrapper li.button-wrap {
    background: #3f3e3f;
    padding: 0px 0px 0px 10px;
    display: block;
    width: 230px;
    margin: 0px 0px 1px -182px;
}
#share-wrapper li.button-wrap > a {
    padding-right: 60px;
    height: 45px;
    display: block;
    line-height: 46px;
    font-weight: normal;
    color: #444;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    z-index: 99;
}
#share-wrapper .phone > a {
    position: relative;
}
.phone {
    position: relative;
}
.phone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 32px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 10px;
}
.Appointment {
    position: relative;
}
.Appointment:before {
    content: "\f133";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 10px;
}
.Directions {
    position: relative;
}
.Directions:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 34px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 12px;
}
.Refer {
    position: relative;
}
.Refer:before {
    content: "\f064";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 8px;
}
@media all and (max-width: 1024px) {
    #share-wrapper {
        bottom: 0;
        position: fixed;
        padding: 5px 5px 0px 5px;
        background: none repeat scroll 0 0 #F6F6F6;
        width: 100%;
        margin: 0px;
        -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);
        z-index: 999999;
        display: inherit;
    }
    #share-wrapper ul.share-inner-wrp {
        list-style: none;
        margin: 0px auto;
        padding: 0px;
        text-align: center;
        overflow: hidden;
    }
    #share-wrapper li.button-wrap {
        display: inline-block;
        width: 45px!important;
        margin: 0px;
        padding: 0px;
        margin-left: 0px!important;
    }
    #share-wrapper li.button-wrap > a {
        height: 45px;
        display: inline-block;
        text-indent: -10000px;
        width: 45px;
        padding-right: 0;
        float: left;
    }
}
/*Easy buttons end*/