
@import url(default.css);



/* -- Landscape -- */

@media screen and (min-width:1001px) {

}

/* -- Portrait -- */

@media screen and (max-width:1000px) {

}



