@media screen and (max-width:640px) {
    #top-right {
position: absolute;
top:0px;
right:0px;
width:100px !important;
height:30px;
line-height: 30px; margin: 0 !important; padding: 0;
display: block !important;	
}
#top img {margin-top:10px;}
    #top-right img{width:20px !important;height:15px !important; display:inline-block; float: left; margin: 0px;}
    #top-right a{display:inline-block; float: left; margin-left:8px; margin-top: 4px;}
    #top-right img:nth-child(3){display: none !important;}
    #top-right a:nth-child(4){display: none !important;}
    #top-right  form{display: none;}
}