#customIcons{
    position: absolute;
    right: 215px;
    top: 23px;
    display: none;
    z-index: 9999;
}

#customIcons a {
    text-align: center;
    width: 40px;
    height: 40px;
    float: none;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
}

#customIcons span{
    font-size: 1.2em;
    line-height: 40px;
    vertical-align: -webkit-baseline-middle;
}

#customIcons a.social-ta-svg:hover {
    background-color: rgb(104, 153, 99);
}

#customIcons a.social-fb:hover {
    background-color: rgb(59, 89, 152);
}

#customIcons a.social-gp:hover {
    background-color: rgb(219, 68, 55);
}

#customIcons a:hover{
    color: #fff;
    text-decoration: none;
}

/*body bg*/
body.for-homepage {
    background-color: #FDFCFC;
}






