.storyShare.socialjs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.storyShare.socialjs .small {
    text-align: center;
}

.storyShare.socialjs ul,
.storyShare.socialjs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.storyShare.socialjs ul {
    display: table;
    margin: 0 auto;
}

.storyShare.socialjs ul li {
    display: inline;
}

.storyShare .labelWidth {
    animation-name: countExpand;
    animation-duration: .4s;
    width: 40px !important;
}

@keyframes countExpand {
    from {width: 26px }
    to { width: 40px !important }
}


.storyShare .sharebutton {
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    height: 22px;
    overflow: hidden;
    width: 26px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-right: 2px;
    float: left;
    /*width: 44px;*/
    color: white;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 6px;
}

.storyShare .sharebutton:hover {
    -webkit-filter: brightness(110%);
    filter:url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg' ><filterD id='bright125'><feComponentTransfer><feFuncR type='linear' slope='1.25'/><feFuncG type='linear' slope='1.25' /><feFuncB type='linear' slope='1.25' /></feComponentTransfer></filter></svg>#bright110");
    filter:brightness(110%);
}

/*.fa-twitter {
  color: #55acee;
}

.fa-facebook {
  color: #3b5998;
}

.fa-google-plus {
  color: #dd4b39;
}

.fa-linkedin {
  color: #0976b4;
}

.fa-pinterest {
  color: #cb2027;
}

.fa-reddit {
  color: #ff5700;
}

.fa-digg {
  color: #356AA0;
}*/
.storyShare .sharebutton:hover {
    text-decoration: none;
}

.storyShare .sharebutton.digg:hover {
    background-color: #356AA0;
}

.storyShare .sharebutton.digg:hover .count,
.storyShare .sharebutton.digg:hover i {
    color: white;
}

.storyShare .sharebutton.reddit {
    background-color: #ff5700;
}

.storyShare .sharebutton.reddit .count,
.storyShare .sharebutton.reddit i {
    color: white;
}

.storyShare .sharebutton.pinterest {
    background-color: #cb2027;
    cursor: pointer;
}

.storyShare .sharebutton.pinterest .count,
.storyShare .sharebutton.pinterest i {
    color: white;
}

fa-pinterest:before{
    content:"\f0d2";
    font-size: 15px;
    vertical-align: middle}

.storyShare .sharebutton.facebook {
    background-color: #3b5998;
}

.storyShare .sharebutton.facebook .count,
.storyShare .sharebutton.facebook i {
    color: white;
}

.storyShare .sharebutton.twitter{
    background-color: #55acee;
}

.storyShare .sharebutton.twitter .count,
.storyShare .sharebutton.twitter i {
    color: white;
}

.storyShare .sharebutton.linkedin {
    background-color: #0976b4;
}

.storyShare .sharebutton.linkedin .count,
.storyShare .sharebutton.linkedin i {
    color: white;
}

.storyShare .sharebutton.googleplus {
    background-color: #dd4b39;
}

.storyShare .sharebutton.googleplus .count,
.storyShare .sharebutton.googleplus i {
    color: white;
    vertical-align: middle;
}

.storyShare .sharebutton .count {
    font-size: 12px;
    color: #333;
    float: right;
    padding-right: 7px;
    font-weight: bold;
    position: relative;
    /*top: 2px;*/
    display: none;
}

/* mobile */

/*.snsShareWrap .socialjs {*/
/*margin-top: 40px;*/
/*margin-bottom: 80px;*/
/*}*/

/*.snsShareWrap .socialjs .small {
    text-align: center;
}

.snsShareWrap .socialjs ul,
.snsShareWrap .socialjs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.snsShareWrap .socialjs ul {
    display: table;
    margin: 0 auto;
}

.snsShareWrap .socialjs ul li {
    display: inline;
}


.snsShareWrap .sharebutton {
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    width: 65px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.snsShareWrap .fa-twitter {
    color: #55acee;
}

.snsShareWrap .fa-facebook {
    color: #3b5998;
}

.snsShareWrap .fa-google-plus {
    color: #dd4b39;
}

.snsShareWrap .fa-linkedin {
    color: #0976b4;
}

.snsShareWrap i {
    vertical-align: middle;
}

.snsShareWrap .fa-pinterest {
    color: #cb2027;
}

.snsShareWrap .fa-reddit {
    color: #ff5700;
}

.snsShareWrap .fa-digg {
    color: #356AA0;
}
.snsShareWrap .sharebutton:hover {
    text-decoration: none;
}

.snsShareWrap .sharebutton.digg:hover {
    background-color: #356AA0;
}

.snsShareWrap .sharebutton.digg:hover .count,
.snsShareWrap .sharebutton.digg:hover i {
    color: white;
}

.snsShareWrap .sharebutton.reddit:hover {
    background-color: #ff5700;
}

.snsShareWrap .sharebutton.reddit:hover .count,
.snsShareWrap .sharebutton.reddit:hover i {
    color: white;
}

.snsShareWrap .sharebutton.pinterest:hover {
    background-color: #cb2027;
}

.snsShareWrap .sharebutton.pinterest:hover .count,
.snsShareWrap .sharebutton.pinterest:hover i {
    color: white;
}

.snsShareWrap .sharebutton.facebook:hover {
    background-color: #3b5998;
}

.snsShareWrap .sharebutton.facebook:hover .count,
.snsShareWrap .sharebutton.facebook:hover i {
    color: white;
}

.snsShareWrap .sharebutton.twitter:hover {
    background-color: #55acee;
}

.snsShareWrap .sharebutton.twitter:hover .count,
.snsShareWrap .sharebutton.twitter:hover i {
    color: white;
}

.snsShareWrap .sharebutton.linkedin:hover {
    background-color: #0976b4;
}

.snsShareWrap .sharebutton.linkedin:hover .count,
.snsShareWrap .sharebutton.linkedin:hover i {
    color: white;
}

.snsShareWrap .sharebutton.googleplus:hover {
    background-color: #dd4b39;
}

.snsShareWrap .sharebutton.googleplus:hover .count,
.snsShareWrap .sharebutton.googleplus:hover i {
    color: white;
}

.snsShareWrap .sharebutton .count {
    font-size: 12px;
    color: #333;
    display: inline-block;
    height: 18px;
    padding: 0 2px;
    line-height: 18px;
    min-width: 20px;
    border: 1px solid #eef;
    font-weight: bold;
    top: 5px;
    border-radius: 3px;
}*/

.snsShareWrap a.sharebutton {
    display: inline-block;
    min-width: 40px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px;
    padding-top: 8px;
    text-align: center;
    font-size: 22px;
    border-radius: 4px;
    color: white;
}

.snsShareWrap a.sharebutton:focus,

.snsShareWrap a.sharebutton:hover {
    -webkit-filter: brightness(110%);
}

.snsShareWrap i {
    color: white;
    vertical-align: middle;
    display: inline-block;
}

.snsShareWrap .count {
    display: none;
    font-size: 14px;
}

.snsShareWrap .labelWidth {
    animation-name: countExpandM;
    animation-duration: .4s;
    width: 50px !important;
}

@keyframes countExpandM {
    from {width: 26px }
    to { width: 50px !important }
}


.snsShareWrap .sharebutton:hover {
    text-decoration: none;
}

.snsShareWrap .sharebutton.digg {
    background-color: #356AA0;
}

.snsShareWrap .sharebutton.reddit {
    background-color: #ff5700;
}


.snsShareWrap .sharebutton.pinterest {
    background-color: #cb2027;
}

.snsShareWrap .sharebutton.facebook {
    background-color: #3b5998;
}

.snsShareWrap .sharebutton.twitter {
    background-color: #55acee;
}

.snsShareWrap .sharebutton.linkedin {
    background-color: #0976b4;
}

.snsShareWrap .sharebutton.googleplus {
    background-color: #dd4b39;
}
