/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {


}

/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {

}

@media all and (min-device-width:601px)and (orientation:landscape){
    /* All CSS for Landscape and Desktop */
}

@media only screen and (max-device-width:600px)and (orientation:portrait){
    /* All CSS for Portrait view */
}