@media only screen and (max-width: 768px) {
    body.home .q_slider {
        display: none;
    }    
}

img, a img { border: 0; }
#badge1
{
position: fixed;
z-index: 100;
right: 0;
top:40px;
}

@media only screen and (max-width: 1280px) {
    #badge1{
        display: none;
    }    
}