.bTopWrp{
    min-width: 1090px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-right: 15%;
    padding-top: 10px;
    /*transform: scaleX(-1);*/
}
.profile{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 51px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: 3px -52px;
    display: inline-block;
}
.profile:hover{
    background-position: 3px 0;
}

.popchat{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 51px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -371px -52px;
    display: inline-block;
}
.popchat:hover{
    background-position: -371px 0;
}

.worlds{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 51px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -43px -52px;
    display: inline-block;
}
.worlds:hover{
    background-position: -43px 0;
}

.news{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 51px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -146px -52px;
    display: inline-block;
}
.news:hover{
    background-position: -146px 0;
}

.forumc{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 51px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -198px -52px;
    display: inline-block;
}
.forumc:hover{
    background-position: -198px 0;
}

.games{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 51px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -98px -52px;
    display: inline-block;
}
.games:hover{
    background-position: -98px 0;
}

.comics{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 51px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -255px -52px;
    display: inline-block;
}
.comics:hover{
    background-position: -255px 0;
}

.contest{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 51px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -316px -52px;
    display: inline-block;
}
.contest:hover{
    background-position: -316px 0;
}

.search{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 33px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -454px -52px;
    display: inline-block;
}
.search:hover{
    background-position: -454px 0;
}
.fav{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 33px;
    height: 51px;
    background: url("../hp/bar_sprite/bar_sprite.png");
    background-position: -488px -52px;
    display: inline-block;
}
.fav:hover{
    background-position: -488px 0;
}

.mobile{
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    width: 35px;
    height: 51px;
    background: url("../headerH/mobile.gif");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    display: inline-block;
    
}
.mobile:hover{
    background-position: 5px 3px;
}
/*
.lineall{  display: inline; float: left;  padding-top: 10px; margin-left: 100px;}
.lineme{
    position: absolute;
    color: whitesmoke;
    display: inline-block;
    font-weight: 700;
    margin: 1.5%;
    z-index: +1;
}
.profav{
    position: relative;
    border: 1px solid #ffffff;
    z-index: +1;
}
*/
.herelink{
    color: #b2e01e;
    visibility: visible;
   animation: rgbc 1.5s infinite linear;
}
@keyframes rgbc {
    0%,100%{color:  #0086df;visibility: visible;}
    30%{color: #ff0066; visibility: hidden;}
    55%{color: yellow; visibility: hidden;}
    80%{color: #b2e01e;visibility: visible;}
}

#tUserBarTopLogo{
    display: block;
    position: relative;
    float: right;
    width: 115px;
    height: 50px;
    margin-left: 0px;
    background-image: url("../headerH/menu/nav_logo.png");
    cursor: pointer;
    background-repeat: no-repeat;
    margin-right: 10px;
    z-index: +1;
}


.ava{
    position: relative;
    float: left;
    z-index: +1;
}
.user_ava{
    border: 1px solid #ffffff;
    margin-right: 20px;
}
.ti{
    float: left;
    color: antiquewhite;
    font-weight: 900;
    padding-top: 20px;
    padding-right: 20px;
}