.ctcSocialbarWidgetChFacebook::before,
.ctcSocialbarWidgetChTwitter::before,
.ctcSocialbarWidgetChPinterest::before,
.ctcSocialbarWidgetChLinkedin::before {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoPinterest .ctcSocialbarWidgetChInfoBackPinterest div.ctcSocialbarWidgetTooltipP a:hover::before,
.ctcSocialbarWidgetChInfoFacebook .ctcSocialbarWidgetChInfoBackFacebook div.ctcSocialbarWidgetTooltipP a:hover::before,
.ctcSocialbarWidgetChInfoTwitter .ctcSocialbarWidgetChInfoBackTwitter div.ctcSocialbarWidgetTooltipP a:hover::before,
.ctcSocialbarWidgetChInfoLinkedin .ctcSocialbarWidgetChInfoBackLinkedin div.ctcSocialbarWidgetTooltipP a:hover::before {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoPinterest .ctcSocialbarWidgetChInfoBackPinterest div.ctcSocialbarWidgetTooltipP a::before,
.ctcSocialbarWidgetChInfoFacebook .ctcSocialbarWidgetChInfoBackFacebook div.ctcSocialbarWidgetTooltipP a::before,
.ctcSocialbarWidgetChInfoTwitter .ctcSocialbarWidgetChInfoBackTwitter div.ctcSocialbarWidgetTooltipP a::before,
.ctcSocialbarWidgetChInfoLinkedin .ctcSocialbarWidgetChInfoBackLinkedin div.ctcSocialbarWidgetTooltipP a::before {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoBack div.ctcSocialbarWidgetTooltipP {
    visibility: hidden !important;
}

.ctcSocialbarWidgetChInfoBack:hover div.ctcSocialbarWidgetTooltipP {
    visibility: visible !important;
}

.ctcSocialbarWidgetChInfoBack:hover {
    visibility: visible !important;
    border-radius: 100%;
}


/*styling for widget*/

.ctcSocialbarWidgetMain {
    width: relative;
    margin-right: 2px;
    margin-left: 2px;
    color: rgba(255,255,255,1) !important;

}

.ctcSocialbarWidgetChItem {

    border-radius: 5%;
    position: relative;
    cursor: default;
    color: rgba(255,255,255,1) !important;

}

.ctcSocialbarWidgetChInfoWrap,
.ctcSocialbarWidgetChInfo {
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 28px;
    border-radius: 50%;
    color: rgba(255,255,255,1) !important;


}

.ctcSocialbarWidgetChInfoWrap {
    top: 30px;
    left: 30px;
    color: rgba(255,255,255,1) !important;
    

}

.ctcSocialbarWidgetChInfo>div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    color: rgba(255,255,255,1) !important;
}

.ctcSocialbarWidgetChInfo .ctcSocialbarWidgetChInfoFront {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding: 2px;
    margin-top:-6px;
}

.ctcSocialbarWidgetChInfoFacebook .ctcSocialbarWidgetChInfoBackFacebook {
    opacity: 0;

    background: rgb(0, 84, 159);
    pointer-events: none;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoTwitter .ctcSocialbarWidgetChInfoBackTwitter {
    opacity: 0;

    background: rgb(56, 205, 255);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoLinkedin .ctcSocialbarWidgetChInfoBackLinkedin {
    opacity: 0;
    background: rgb(0, 150, 193);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChInfoPinterest .ctcSocialbarWidgetChInfoBackPinterest {
    opacity: 0;
    background: rgba(189, 8, 28, 0.8);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ctcSocialbarWidgetChFacebook {
    background: rgba(0, 84, 159, 0.9);
    background-size: 100%;
}

.ctcSocialbarWidgetChTwitter {
    background: rgba(56, 205, 255, 0.9);
    background-size: 100%;
}

.ctcSocialbarWidgetChLinkedin {
    background: rgba(0, 150, 193, 0.9);
    background-size: 100%;
}

.ctcSocialbarWidgetChPinterest {
    background: rgba(189, 8, 28, 0.9);
    background-size: 100%;

}

.ctcSocialbarWidgetChTwitter::before {
    text-align: center;

    color: rgba(255,255,255,1) !important;
    font-family: dashicons;
    content: "\f301";
    font-weight: normal;
}

.ctcSocialbarWidgetChFacebook::before {
    text-align: center;

    color: rgba(255,255,255,1) !important;
    font-family: dashicons;
    content: "\f305";
    font-weight: normal;
}

.ctcSocialbarWidgetChPinterest::before {
    font-family: dashicons;
    text-align: center;
    color: rgba(255,255,255,1) !important;
    content: "\f192";
    font-weight: bold;
}

.ctcSocialbarWidgetChLinkedin::before {
    text-align: center;
    color: rgba(255,255,255,1);
    font-family: dashicons;
    content: "\f18d";
    font-weight: normal;
}


.ctcSocialbarWidgetChInfoBack div.ctcSocialbarWidgetTooltipP {
    text-align: center !important;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    color: rgba(255,255,255,1) !important;
}

.ctcSocialbarWidgetChInfoBack div.ctcSocialbarWidgetTooltipP a {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    text-align: center;
    width: 100%;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.ctcSocialbarWidgetChInfoBack div.ctcSocialbarWidgetTooltipP a:hover {
    color: rgba(255,255,255,1);
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);

}

.ctcSocialbarWidgetChItem:hover .ctcSocialbarWidgetChInfoFront {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.ctcSocialbarWidgetChItem:hover .ctcSocialbarWidgetChInfoBack {
    text-align: center !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);


    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;

}




.ctcSocialbarWidgetChGrid {
    height: 70px;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;

}

.ctcSocialbarWidgetChGrid:after,
.ctcSocialbarWidgetChItem:before {
    content: '';
    display: table;

}

.ctcSocialbarWidgetChGrid:after {
    clear: both;
}

.ctcSocialbarWidgetChGrid li {
    list-style: none !important;
    display: inline-block;
    color: rgba(255,255,255,1) !important;
    margin:0px!important;

}


/*styling for socialbar sharing*/

.sbgfSocialbarChEddit::before,
.sbgfSocialbarChFacebook::before,
.sbgfSocialbarChTwitter::before,
.sbgfSocialbarChPinterest::before,
.sbgfSocialbarChLinkedin::before {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChInfoReddit .sbgfSocialbarChInfoBackReddit div.sbgfSocialbarTooltipP a:hover::before,
.sbgfSocialbarChInfoPinterest .sbgfSocialbarChInfoBackPinterest div.sbgfSocialbarTooltipP a:hover::before,
.sbgfSocialbarChInfoFacebook .sbgfSocialbarChInfoBackFacebook div.sbgfSocialbarTooltipP a:hover::before,
.sbgfSocialbarChInfoTwitter .sbgfSocialbarChInfoBackTwitter div.sbgfSocialbarTooltipP a:hover::before,
.sbgfSocialbarChInfoLinkedin .sbgfSocialbarChInfoBackLinkedin div.sbgfSocialbarTooltipP a:hover::before {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChInfoReddit .sbgfSocialbarChInfoBackReddit div.sbgfSocialbarTooltipP a::before,
.sbgfSocialbarChInfoPinterest .sbgfSocialbarChInfoBackPinterest div.sbgfSocialbarTooltipP a::before,
.sbgfSocialbarChInfoFacebook .sbgfSocialbarChInfoBackFacebook div.sbgfSocialbarTooltipP a::before,
.sbgfSocialbarChInfoTwitter .sbgfSocialbarChInfoBackTwitter div.sbgfSocialbarTooltipP a::before,
.sbgfSocialbarChInfoLinkedin .sbgfSocialbarChInfoBackLinkedin div.sbgfSocialbarTooltipP a::before {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChInfoBack div.sbgfSocialbarTooltipP {
    visibility: hidden !important;
}

.sbgfSocialbarChInfoBack:hover div.sbgfSocialbarTooltipP {
    visibility: visible !important;
}

.sbgfSocialbarChInfoBack:hover {
    visibility: visible !important;
    border-radius: 100%;
}
p.sbgfSocialbarTooltipP{
    text-decoration:none!important;
}

/*styling for */

.sbgfSocialbarMain {
    width: relative;
    margin-right: 2px;
    margin-left: 2px;
    color: rgba(255,255,255,1) !important;
    padding-bottom:1px;

}

.sbgfSocialbarChItem {
    position: relative;
    cursor: default;
    color: rgba(255,255,255,1) !important;

}

.sbgfSocialbarChInfoWrap,
.sbgfSocialbarChInfo {
    position: relative;
    width: 55px;
    height: 55px;
    font-size: 28px;
    border-radius: 50%;
    color: rgba(255,255,255,1) !important;


}

.sbgfSocialbarChInfoWrap {
    top: 30px;
    left: 30px;
    color: rgba(255,255,255,1) !important;
  

}

.sbgfSocialbarChInfo>div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    color: rgba(255,255,255,1) !important;
}

.sbgfSocialbarChInfo .sbgfSocialbarChInfoFront {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding: 4px;
    margin-top:-6px;
}


.sbgfSocialbarChInfoReddit .sbgfSocialbarChInfoBackReddit {
    opacity: 0;

    background: rgb(236, 84, 40,1);
    pointer-events: none;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChInfoFacebook .sbgfSocialbarChInfoBackFacebook {
    opacity: 0;

    background: rgb(0, 84, 159);
    pointer-events: none;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChInfoReddit .sbgfSocialbarChInfoBackReddit {
    opacity: 0;

    background: rgb(236, 84, 40);
    pointer-events: none;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChInfoTwitter .sbgfSocialbarChInfoBackTwitter {
    opacity: 0;

    background: rgb(56, 205, 255);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChInfoLinkedin .sbgfSocialbarChInfoBackLinkedin {
    opacity: 0;
    background: rgb(0, 150, 193);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChInfoPinterest .sbgfSocialbarChInfoBackPinterest {
    opacity: 0;
    background: rgba(189, 8, 28, 0.8);
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.sbgfSocialbarChFacebook {
    background: rgba(0, 84, 159, 1);
}

.sbgfSocialbarChReddit {
    background: rgba(236, 84, 40, 1);
}

.sbgfSocialbarChTwitter {
    background: rgba(56, 205, 255, 1);
}

.sbgfSocialbarChLinkedin {
    background: rgba(0, 150, 193, 1);
}

.sbgfSocialbarChPinterest {
    background: rgba(189, 8, 28, 1);

}

.sbgfSocialbarChTwitter::before {
    text-align: center;

    color: rgba(255,255,255,1)!important;
    font-family: dashicons;
    content: "\f301";
    font-weight: normal;
}

.sbgfSocialbarChFacebook::before {
    text-align: center;
    color: rgba(255,255,255,1)!important;
    font-family: dashicons;
    content: "\f305";
    font-weight: normal;
}

.sbgfSocialbarChReddit::before {
    text-align: center;
    color: rgba(255,255,255,1) !important;
    font-family: dashicons;
    content: "\f195";
    font-weight: normal;
}

.sbgfSocialbarChPinterest::before {
    font-family: dashicons;
    text-align: center;
    color: rgba(255,255,255,1)!important;
    content: "\f192";
    font-weight: bold;
}

.sbgfSocialbarChLinkedin::before {
    text-align: center;
    color: rgba(255,255,255,1);
    font-family: dashicons;
    content: "\f18d";
    font-weight: normal;
}


.sbgfSocialbarChInfoBack div.sbgfSocialbarTooltipP {
    text-align: center !important;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(0,0,0,1);
}

.sbgfSocialbarChInfoBack div.sbgfSocialbarTooltipP a {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    text-align: center;
    width: 100%;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.sbgfSocialbarChInfoBack div.sbgfSocialbarTooltipP a:hover {
    color: rgba(255,255,255,1);
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
   height: 100%;
   width:100%;
   background-color: rgba(0,0,0,1);
   border-radius: 100%;
   opacity:1;

}

.sbgfSocialbarChItem:hover .sbgfSocialbarChInfoFront {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.sbgfSocialbarChItem:hover .sbgfSocialbarChInfoBack {
    text-align: center !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
    animation-name: insideOutChBack;
    animation-duration: 2s;

}




.sbgfSocialbarChGrid {
   
    text-align: center;

}

.sbgfSocialbarChGrid:after,
.sbgfSocialbarChItem:before {
    content: '';
    display: table;

}

.sbgfSocialbarChGrid:after {
    clear: both;
}

.sbgfSocialbarChGrid li {
    list-style: none !important;
    width: auto;
    height: auto;
    display: inline-block;
    color: rgba(255,255,255,1) !important;
    margin:2px!important;
    float:left;
    text-decoration: none!important;
    border:0px;

}
.sbgfSocialbarChInfo p a{
    text-decoration:none;
    
}

.sbgfSocialbarChInfo:hover p a{
    animation: shareDisplay 1s;
}
.sbgfSocialbarChInfo p a:before {
    font-family: dashicons;
    color: rgba(255,255,255,1);
    content: "\f237";
    font-size:28px;
    padding:12px;
    border-radius:100%;
    
}

#sbgfSocialbarFacebookTooltip  a:before{
    background-color: rgba(30,85,154,1);
}

#sbgfSocialbarRedditTooltip  a:before{
    background-color: rgba(236,84,40,1);
}

#sbgfSocialbarTwitterTooltip  a:before{
    background-color: rgba(102,203,250,1);
}

#sbgfSocialbarLinkedinTooltip  a:before{
    background-color: rgba(63,149,189,1);
}
#sbgfSocialbarPinterestTooltip  a:before{
    background-color: rgba(174,38,18,1);
}
.sbgfSocialbarTooltipP a {
    text-decoration:none!important;
}





@keyframes insideOutChBack{

    from{
        width:100%;
        height:100%;
    }

    to{
        width:0%;
        height:0%;
    }
}


@keyframes shareDisplay{

    from{
    opacity:0;
    }

    to{
      opacity:1;
    }
}