

/*** for Smart Phone ***/
@media (max-width:400px)
{
.toolbar {
    display: block;
}

#Header .BrowserSearch,
.fontsize,
.backround_change
{
display: none;
}

.sub_toolbar .BrowserSearch
{
display: block;
}

.translate {
display: none;
    top: 115px;
    position: fixed;
    width: 300px;
    background: #505050;
    height: 40px;
    padding: 10px;
    z-index: 1;
}

.translate  a{
    background: linear-gradient( #ffffff 0%, #FFFFFF 50%, #C2C2C2 100%);
    width: 285px;
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    border: 3px double #505050;
    font-weight: bold;
    text-decoration: none;
}
}
