/*
@media only screen and (min-width: 60.063em) {
*/
@media only screen and (min-width: 40.063em) {
  .top-bar input,
  .top-bar .button {
    font-size: 0.8125rem; }
  .no-js .top-bar-section ul li:active > a {
    background: #2790dc; }
}

/*
@media only screen and (max-device-width: 480px) {
    .top-bar{height:45px !important;}
}
*/
@media only screen {
    .fixed .top-bar{ height:45px !important; }
    .title.back.js-generated + .title.back.js-generated { display: none; }
}

@media only screen and (min-width : 320px) and (max-width : 500px) {
    .purechat{
    display:none;    
    }    
}
