.item-sharing-b .telegram::before{
   content: "\e874";
}
.item-sharing-b .twitter::before{
   content: "\e808";
}
.item-sharing-b a.social{
	cursor: pointer;
	color: #000;
	font-family: icon;
	font-size: 1rem;
	padding-right:5px;
}
.item-sharing-b a.social{
color: #014d86 !important;	
}
.item-sharing-b ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0 5px;
    display: inline-block;}
    .item-sharing-b ul li.download {
    width: auto;
}
.item-sharing-b ul li:first-child {
    margin-right: 0;
}
.item-sharing-b ul li a {
    color: #fff;
}
.item-sharing-b ul li.fb a {
    background: #3b5a9a;
}
.item-sharing-b ul li a {
    display: block;
    background: #004adf;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.item-sharing-b ul li a:hover {
    color: #333;
}
.item-sharing-b .twitter:before {
    content: '\e808';
}.item-sharing-b .facebook:before {
    content: '\e809';
}.item-sharing-b .telegram:before {
    content: '\e874';
}
.item-sharing-b .telegram:before,
.item-sharing-b .twitter:before,
.item-sharing-b .facebook:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;}
.item-sharing-b ul i {
    font-size: .9rem;
}
.item-sharing-b ul li.tw a {
    background: #28a9e2;
}

.item-sharing-b{
	width: 30%;
	/*float:left;*/
}

.item-sharing-b ul{
	margin-top: 1rem;
    margin-bottom: 1rem;
}