#big-share-buttons a:not(:last-child) {
	margin-right: 10px;
}

#big-share-buttons .ok {
	color: #FFF;
    background: #ff9f4d;
    background: -moz-linear-gradient(top, #ff9f4d 0%, #f67822 100%);
    background: -webkit-linear-gradient(top, #ff9f4d 0%,#f67822 100%);
    background: linear-gradient(to bottom, #ff9f4d 0%,#f67822 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f4d', endColorstr='#f67822',GradientType=0 );
    border-bottom: 1px solid #ff9f4d;
    color: #FFF;
}

#big-share-buttons .vk {
	background-color: #4a76a8;
    border-bottom: 1px solid #4872a3;
    color: #FFF;
}

#big-share-buttons .facebook {
	background-color: #3b5998;
    background-image: linear-gradient(#4e69a2, #3b5998 50%);
    border-bottom: 1px solid #133783;
    color: #FFF;
}

#big-share-buttons .mailru {
    background-color: #005ff9;
    color: #FFF;
 }

 #big-share-buttons .pinterest {
 	background-color: #92121c;
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 5px center;
    color: #FFF;
}

#big-share-buttons .twitter {
	background-color: #1da1f2;
    color: #FFF;	
}