.yw-share {
    text-align:center;
    overflow: hidden;
	clear: both;
}
.yw-share a {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    width:46px;
    height:46px;
    float:left;
    background:#fff;
    border:1px solid #ccc;
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:46px;
    margin:0 10px 10px 0;
    padding:9px;
    color:#585858;
	text-decoration: none !important; 
}
.yw-share .rcli {
    font-size: 25px;
}	
.yw-share .github:hover{background:#191919;color:#fff;}
.yw-share .youtube:hover{background:#c4302b;color:#fff;}
.yw-share .google-pluse:hover{background:#DD4B39;color:#fff;}
.yw-share .twitter:hover{background:#00acee;color:#fff;}
.yw-share .instagram:hover{background:#3f729b;color:#fff;}
.yw-share .facebook:hover{background:#3b5998;color:#fff;}
.yw-share .skype:hover{background:#00aff0;color:#fff;}
.yw-share .vk:hover{background:#5d84ae;color:#fff;}
.yw-share .odnoklassniki:hover{background:#f93;color:#fff;}
.yw-share .pinterest:hover{background:#c8232c;color:#fff;}
.yw-share .linkedin:hover{background:#0e76a8;color:#fff;}
.yw-share .telegram:hover{background:#249bd7;color:#fff;}
.yw-share .tumblr:hover{background:#34526f;color:#fff;}
.yw-share .windows:hover{background:#125acd;color:#fff;}
.yw-share .whatsapp:hover{background:#50b154;color:#fff;}
.yw-share .mail:hover{background:#168DE2;color:#fff;}
.yw-share .dropbox:hover{background:#1087dd;color:#fff;}
.yw-share .copy-link:hover{background:#DD4B39;color:#fff;cursor: pointer;}
.yw-share #text {
    display:none;
}
.yw-share .copy-link {
	display: flex;
    justify-content: center;
    align-items: center; 
    text-align:center;
    width:46px;
    height:46px;
    float:left;
    background:#fff;
    border:1px solid #ccc;
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:46px;
    margin:0 10px 10px 0;
    padding:9px;
    color:#585858;
}