/* 
    Created on : 10.12.2015, 13:55:07
    Author     : joker
*/

@import url("pe-icon-social.css");
.b-share {
    display: inline-block;
    font-family: Arial;
    margin-bottom: 10px;
    margin-right: 15px;
    vertical-align: top;
}
.share-bottom{
    border-top: 1px dashed #9c9b9b;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
    clear: both;
}
.b-share .b-share__button i {
    font-size: 14px;
    margin-right: 0;
}
.b-share_type_facebook .b-share__button {
    background: #395799 none repeat scroll 0 0;
}
.b-share_type_twitter .b-share__button {
    background: #21a8ef none repeat scroll 0 0;
}
.b-share_type_vkontakte .b-share__button {
    background: #4e75a0 none repeat scroll 0 0;
}

.b-share_type_googleplus .b-share__button {
    background: #d34231 none repeat scroll 0 0;
}
.b-share .b-share__button {
    color: #f5f6f9;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    width: 60px;
    line-height: 32px;
    padding: 0 16px 0 14px;
    position: relative;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    text-decoration: none;
}