

/* Стили кнопок для соц. сетей поделиться  */

a.btn_share {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	margin-right: 7px;
    padding: 5px 3px ;
    border-radius: 3px;
    font: normal normal normal 16px arial;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0px; 
    background: -webkit-gradient(linear, left top, left bottom, from(#54aaeb), to(#54aaeb));
    background: -moz-linear-gradient(top, #54aaeb, #54aaeb);
    background: linear-gradient(to bottom, #54aaeb, #54aaeb);
    width: 26px;
    height: 26px;


}


a.btn_share:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(#65ccff), to(#65ccff));
    background: -moz-linear-gradient(top, #65ccff, #65ccff);
    background: linear-gradient(to bottom, #65ccff, #65ccff);
    color: #ffffff;
    text-decoration: none;
}

a.btn_share:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#32668d), to(#54aaeb));
    background: -moz-linear-gradient(top, #32668d, #54aaeb);
    background: linear-gradient(to bottom, #32668d, #54aaeb);
}

a.btn_share[data-telegram] {background: #61c4ff;}
a.btn_share[data-vkontakte] {background:  #0077FF;}
a.btn_share[data-watsapp] {background: #2cca17;}
a.btn_share[data-odnaklasnik] {background: #ed812b;}

a.btn_share[data-telegram]:hover {background: #4fb7f3;}
a.btn_share[data-vkontakte]:hover  {background:  #045bbe;}
a.btn_share[data-watsapp]:hover  {background: #198a0a;}
a.btn_share[data-odnaklasnik]:hover  {background: #af5912;}


a.btn_share[data-telegram]:active {background: #3d4042;}
a.btn_share[data-vkontakte]:active {background: #3d4042;}
a.btn_share[data-watsapp]:active {background: #3d4042;}
a.btn_share[data-odnaklasnik]:active {background: #3d4042;}