﻿.shariff {
    width: 140px;
    display: inline-block;
}

.share {
    position: relative;
    top: -12px;
}

.shariff .orientation-horizontal li {
    width: 36px;
    height: 36px;
    margin-right: 9%;
}

.shariff .twitter a, 
.shariff .facebook a,
.shariff .linkedin a {
    width: 36px;
    height: 36px;
    margin: 0;
    background-color: transparent;
}


.shariff .twitter a:hover,
.shariff .facebook a:hover,
.shariff .linkedin a:hover {
    background-color: transparent;
}


.shariff .twitter a {
    background: url("../image/twitter-share.svg") no-repeat center;
}
.shariff .facebook a {
    background: url("../image/facebook-share.svg") no-repeat center;
}
.shariff .linkedin a {
    background: url("../image/linkedin-share.svg") no-repeat center;
}
