/* Social Buttons */
#sn-social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sn-social-sharing {
    margin-bottom: 10px;
}
#sn-social-sharing.share-position-right {
    margin-bottom: 0;
}
#sn-social-sharing ul {
    margin-left: 0;
}
#sn-social-sharing a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}
#sn-social-sharing a + a {
    margin-left: 10px;
}
#sn-social-sharing a:hover {
    color: #fff;
}
#sn-social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
#sn-social-sharing .icon {
    padding: 0 5px 0 10px;
}
#sn-social-sharing .icon:before {
    line-height: 22px;
}
#sn-social-sharing .share-title {
    font-weight: 900;
    font-size: 12px;
    padding-right: 10px;
}
#sn-social-sharing .share-title-none span {
    line-height: 32px;
    font-size: 20px;
}
#sn-social-sharing .share-title-none .share-title {
    padding-right: 0px;
}
#sn-social-sharing .share-count {
    position: relative;
    background-color: white;
    padding: 0 8px;
    margin-right: -2px;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #333;
    border-radius: 0 2px 2px 0;
    border: 1px solid #ececec;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
#sn-social-sharing .share-count.is-loaded {
    opacity: 1;
}
#sn-social-sharing .share-count:before,
#sn-social-sharing .share-count:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid;
}
#sn-social-sharing .share-count:before {
    left: -6px;
    border-right-color: #ececec;
}
#sn-social-sharing .share-count:after {
    left: -5px;
    border-right-color: white;
}
#sn-social-sharing a:hover .share-count {
    background-color: rgb(245, 245, 245);
}
#sn-social-sharing a:hover .share-count:after {
    border-right-color: rgb(245, 245, 245);
}
#sn-social-sharing.is-large .share-count {
    font-size: 18px;
    padding: 0 14px;
}
#sn-social-sharing .share-facebook {
    background-color: #0866ff;
}
#sn-social-sharing .share-facebook:hover {
    background-color: #2d4373;
}
#sn-social-sharing .share-twitter {
    background-color: #000;
}
#sn-social-sharing .share-twitter:hover {
    background-color: #333;
}
#sn-social-sharing .share-pinterest {
    background-color: #cb2027;
}
#sn-social-sharing .share-pinterest:hover {
    background-color: #9f191f;
}
#sn-social-sharing .share-linkedin {
    background-color: #0A66C2;
}
#sn-social-sharing .share-linkedin:hover {
    background-color: #004182;
}
#sn-social-sharing .share-vkontakte {
    background-color: #45668e;
}
#sn-social-sharing .share-vkontakte:hover {
    background-color: #3B587B;
}
#sn-social-sharing .share-whatsapp {
    background-color: #00E676;
}
#sn-social-sharing .share-whatsapp:hover {
    background-color: #01B55D;
}
#sn-social-sharing .share-telegram {
    background-color: #0088CC;
}
#sn-social-sharing .share-telegram:hover {
    background-color: #3B8CCB;
}
#sn-social-sharing .share-totals {
    background-color: #333;
}
#sn-social-sharing .share-totals:hover {
    background-color: #666;
}
/*================ Clean Buttons ================*/
#sn-social-sharing.is-clean a {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #333;
    height: 30px;
    line-height: 30px;
}
#sn-social-sharing.is-clean a span {
    height: 30px;
    line-height: 29px;
}
#sn-social-sharing.is-clean a:hover {
    background-color: #ececec;
}
#sn-social-sharing.is-clean a:hover .share-count {
    background-color: white;
}
#sn-social-sharing.is-clean a:hover .share-count:after {
    border-right-color: white;
}
#sn-social-sharing.is-clean a .icon {
    font-size: 20px;
}
#sn-social-sharing.is-clean a .share-title {
    font-weight: normal;
}
#sn-social-sharing.is-clean .share-count {
    top: -1px;
}
#sn-social-sharing.is-clean [class*="fa-facebook"] {
    color: #0866ff;
}
#sn-social-sharing.is-clean [class*="fa-x-twitter"] {
    color: #000;
}
#sn-social-sharing.is-clean [class*="fa-pinterest"] {
    color: #cb2027;
}
#sn-social-sharing.is-clean [class*="fa-linkedin"] {
    color: #007bb6;
}
#sn-social-sharing.is-clean [class*="fa-vk"] {
    color: #45668e;
}
#sn-social-sharing.is-clean [class*="fa-whatsapp"] {
    color: #00E676;
}
#sn-social-sharing.is-clean [class*="fa-telegram"] {
    color: #0088CC;
}
#sn-social-sharing.is-clean .fa-share-alt {
    color: #333;
}
/*================ Large Buttons ================*/
#sn-social-sharing.is-large a {
    height: 44px;
    line-height: 44px;
}
#sn-social-sharing.is-large a span {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}
#sn-social-sharing.is-large a .icon {
    padding: 0 10px 0 18px;
    color: #FFF;
}
#sn-social-sharing.is-large a .icon:before {
    line-height: 44px;
}
#sn-social-sharing.is-large .share-title {
    padding-right: 16px;
}
#sn-social-sharing.is-large .share-count {
    font-size: 24px !important;
    line-height: 40px !important;
}
/* Facebook Like Button */
#sn-social-sharing .fb-like {
    margin-right: 5px;
}
#sn-social-sharing .fb-like.fb-button-recommend {
    margin-right: 10px;
}
#sn-social-sharing.is-large .fb-like {
    background: #1877f2;
    vertical-align: top;
    height: 44px;
    border-radius: 2px;
}
#sn-social-sharing.is-large .fb-like > span {
    margin-top: 8px;
}
#sn-social-sharing .fb-like > span {
    height: 25px !important;
}
#sn-social-sharing.is-default .fb-like > span {
    height: 24px !important;
}
#sn-social-sharing .fb-like > span > iframe {
    position: static !important;
}
#sn-social-sharing.is-clean .fb-like > span,
#sn-social-sharing.is-clean .fb-like > span > iframe {
    width: 100px !important;
}
#sn-social-sharing .fb-like.fb-button-recommend > span,
#sn-social-sharing .fb-like.fb-button-recommend > span > iframe {
    width: 115px !important;
}
#sn-social-sharing .fb_iframe_widget_fluid {
    display: inline-block !important;
}