@font-face {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/icons.eot?qhrhpx");
    src: url("fonts/icons.eot?qhrhpx#iefix") format("embedded-opentype"), url("fonts/icons.svg?qhrhpx#icons") format("svg");
}

[class^="icon-"], [class*=" icon-"] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.icon-fancy:before { content: "\46"; }

.icon-twitter:before { content: "\54"; }

.icon-facebook:before { content: "\66"; }

.icon-google:before { content: "\67"; }

.icon-pinterest:before { content: "\70"; }

.icon-reddit:before { content: "\52"; }

.icon-linkedin:before { content: "\69"; }

.icon-skype:before { content: "\e900"; }

.social-sharing { }

.social-sharing * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.social-sharing a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    margin: 4px 4px 8px 4px;
    padding: 3px;
    text-decoration: none;
}

.social-sharing a:hover { color: #fff; }

.social-sharing span { }

.social-sharing .icon { padding: 0 5px 0 10px; }

.social-sharing .icon:before { line-height: 22px; }

.social-sharing.is-large a {
    border-radius: 0;
    height: 38px;
    line-height: 38px;
}

.social-sharing.is-large a span {
    border-radius: 0;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.social-sharing.is-large a .icon { padding: 0 10px 0 16px; }

.social-sharing.is-large a .icon:before { line-height: 44px; }

.share-title {
    font-size: 14px;
    padding-right: 10px;
}

.is-large .share-title { padding-right: 16px; }

.share-facebook { background-color: #3b5998; }

.share-facebook:hover { background-color: #2d4373; }

.share-twitter { background-color: #00aced; }

.share-tumblr { background-color: #477293; }

.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-reddit { background-color: #5f99cf; }

.share-reddit:hover { background-color: #3a80c1; }

.share-linkedin { background-color: #0077b5; }

.share-linkedin:hover { background-color: #005582; }

.share-skype { background-color: #00aff0; }

.share-skype:hover { background-color: #008abd; }

.share-count {
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    background-color: #fff;
    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 8px;
    position: relative;
    transition: opacity 0.2s ease-in;
}

.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: #fff;
    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: 30px;
    line-height: 30px;
}

.social-sharing.is-clean a span {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

.social-sharing.is-clean a:hover { background-color: #ececec; }

.social-sharing.is-clean a:hover .share-count { background-color: #fff; }

.social-sharing.is-clean a:hover .share-count:after { border-right-color: #fff; }

.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; }

.social-sharing.is-clean .icon-reddit { color: #5f99cf; }

.social-sharing.is-clean .icon-linkedin { color: #0077b5; }

.social-sharing.is-clean .icon-skype { color: #00aff0; }