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

/*phone Styles*/
@import url("phone.css") only screen and (max-width:480px);

/*tablet Styles*/
@import url("portrait_tablet.css") only screen and (min-width:481px) and (max-width:767px);

/*tablet landscape*/
@import url("landscape_tablet.css") only screen and (min-width:768px) and (max-width:978px);

/*primary*/
@import url("desktop.css") only screen and (min-width:979px) and (max-width:1199px);

/*Desktop Styles*/
@import url("desktop_large.css") only screen and (min-width:1200px);