#recallbar .yw-anons {
	display: inline-block; 
	font-size: 16px;
	border-radius: 2px;
	white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
	margin: 0 10px 0 5px;
	padding: 0 30px 0 0;
    max-width: 50%;
}
#recallbar .yw-anons-icon {
	 padding: 0 5px 0 0; 
}
#recallbar .yw-anons-text {
	 padding: 0 0 0 10px; 
}
#recallbar .rcb_icon {
    margin: 0 1px;
}
#recallbar .rcb_right_menu {
    margin: 0 5px 0 3px !important;
}
#recallbar .yw-soc-icon{
	 display: inline-block;    
}
@media screen and (max-width: 1024px){
     #recallbar .yw-anons {
     visibility: hidden;
     display: none !important;
   }
}
@media screen and (min-width: 1024px){
     #recallbar .yw-anons-mob {
     visibility: hidden;
     display: none !important;
   }
}
#recallbar .yw-anons-mob {
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px 0 5px;
    padding: 0 30px 0 0;
    max-width: 50%;
}
@media screen and (max-width: 900px){
     #recallbar .yw-soc-icon{
     visibility: hidden;
     display: none !important;
   }
}
@media screen and (max-width: 900px){
#recallbar .yw_icons_mob_off {
     visibility: hidden;
     display: none !important;
   }
}
@media screen and (min-width: 900px){
#recallbar .yw_icons_mob_on {
     visibility: hidden;
     display: none !important;
   }
}
@media screen and (max-width: 400px){
#recallbar .yw-anons-mob {
    margin: 0 0px 0 1px;
    padding: 0 1px 0 0;

   }
}
#recallbar .rcl-register span, #recallbar .rcl-login span {
    margin: 0 0 0 4px !important;
}  
#recallbar .yw-anons-icon-puls {
	 padding: 0 5px 0 0; 
     text-decoration: none;
    -webkit-animation: pulsate 1.5s linear infinite;
    animation: pulsate 1.5s linear infinite;	 
}
@keyframes pulsate{50%{color:#fff;text-shadow:0 -1px rgba(0,0,0,.3),0 0 5px #f03000,0 0 8px #f80000;}
}
#recallbar .yw-anons-logo {
    position: relative;
	padding: 0 10px 0 6px;
	min-width: 38px;
}
#recallbar .yw-anons-logo:after {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    filter: drop-shadow(2px 0px 0px #fff);
    content: "";
    margin-top: -6px;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 0;
}
#recallbar .rcb_right {
    float: right;
    margin: 0 30px 0 0;
}
#recallbar .rcb_right_menu {
    width: 55px !important;
}
@media screen and (max-width: 900px){
#recallbar .yw_counter {
    min-width: 30px !important;
   }
}
@media screen and (max-width: 900px){
#recallbar .rcb_right {
    margin: 0 -20px 0 0;
}
}