
@font-face {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icons.eot?#iefixsocial") format("embedded-opentype"), url("../fonts/icons.woff?social") format("woff"), url("../fonts/icons.ttf?social") format("truetype"), url("../fonts/icons.svg?social#icons") format("svg");
}
[class^="icon-"], [class*=" icon-"] {
    font-family: "icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.icon-fancy:before {
    content: "F";
}
.icon-twitter:before {
    content: "T";
}
.icon-facebook:before {
    content: "f";
}
.icon-google:before {
    content: "g";
}
.icon-pinterest:before {
    content: "p";
}
.social-sharing {
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.social-sharing * {
    box-sizing: border-box;
}
.social-sharing a {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 0 0 10px;
    text-decoration: none;
}
.social-sharing a:hover {
    color: #fff;
}
.social-sharing span {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    vertical-align: top;
}
.social-sharing .icon {
    padding: 0 5px 0 10px;
}
.social-sharing .icon:before {
    line-height: 22px;
}
.social-sharing.is-large a {
    height: 44px;
    line-height: 44px;
}
.social-sharing.is-large a span {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
}
.social-sharing.is-large a .icon {
    padding: 0 10px 0 18px;
}
.social-sharing.is-large a .icon:before {
    line-height: 44px;
}
.share-title {
    font-size: 12px;
    font-weight: 900;
    padding-right: 0;
}
.is-large .share-title {
    padding-right: 0;
}
.share-facebook {
    background-color: #3b5998;
}
.share-facebook:hover {
    background-color: #2d4373;
}
.share-twitter {
    background-color: #00aced;
}
.share-twitter:hover {
    background-color: #0087ba;
}
.share-pinterest {
    background-color: #cb2027;
}
.share-pinterest:hover {
    background-color: #9f191f;
}
.share-fancy {
    background-color: #4999dc;
}
.share-fancy:hover {
    background-color: #2780cb;
}
.share-google {
    background-color: #dd4b39;
}
.share-google:hover {
    background-color: #c23321;
}
.share-count {
    background-color: white;
    border: 1px solid #ececec;
    border-radius: 0 2px 2px 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-right: -2px;
    opacity: 0;
    padding: 0 3px;
    position: relative;
    transition: opacity 0.2s ease-in 0s;
}
.share-count.is-loaded {
    opacity: 1;
}
.share-count:before, .share-count:after {
    border-bottom: 6px solid transparent;
    border-right: 6px solid;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 0;
}
.share-count:before {
    border-right-color: #ececec;
    left: -6px;
}
.share-count:after {
    border-right-color: white;
    left: -5px;
}
a:hover .share-count {
    background-color: whitesmoke;
}
a:hover .share-count:after {
    border-right-color: whitesmoke;
}
.is-large .share-count {
    font-size: 18px;
    padding: 0 14px;
}
.social-sharing.is-clean a {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #333;
    height: 24px;
    line-height: 24px;
}
.social-sharing.is-clean a span {
    font-size: 11px;
    height: 24px;
    line-height: 24px;
}
.social-sharing.is-clean a:hover {
    background-color: #ececec;
}
.social-sharing.is-clean a:hover .share-count {
    background-color: white;
}
.social-sharing.is-clean a:hover .share-count:after {
    border-right-color: white;
}
.social-sharing.is-clean a .share-title {
    font-weight: normal;
}
.social-sharing.is-clean .share-count {
    top: -1px;
}
.social-sharing.is-clean .icon-facebook {
    color: #3b5998;
}
.social-sharing.is-clean .icon-twitter {
    color: #00aced;
}
.social-sharing.is-clean .icon-pinterest {
    color: #cb2027;
}
.social-sharing.is-clean .icon-fancy {
    color: #4999dc;
}
.social-sharing.is-clean .icon-google {
    color: #dd4b39;
}
