@charset "utf-8";
/* CSS Document */

/*** WEBKIT BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
       .homepage #adminbar-search{
                width: 160px;
       }
        .homepage #adminbar-search input[type='text']{
                width:125px;
                
        }
}
/*** WEBKIT OLD COMPUTER ****/
@media only screen  and (-webkit-min-device-pixel-ratio:0) and (min-width: 968px) and (max-width: 1223px){
        
}
/*** WEBKIT MOBILE ****/
@media only screen  and (-webkit-min-device-pixel-ratio:0) and (min-width: 712px) and (max-width: 967px) {
     
}
@media handheld, only screen and (-webkit-min-device-pixel-ratio:0)  and (min-width: 424px) and (max-width:711px) {
    
}
@media handheld, only screen and (-webkit-min-device-pixel-ratio:0) and (max-width:421px) {
    
}

@media handheld, only screen and (-webkit-min-device-pixel-ratio:0) and (max-width:280px) {
       
}
