/*
@import url("resp-desktop.css") screen;
*/
@import url("resp-desktop.css") screen and (min-width: 1250px);
@import url("resp-tablet-high.css") screen and (min-width: 1000px) and (max-width: 1249px);
/*
@import url("resp-tablet-low.css") screen and (min-width: 768px) and (max-width: 999px);
*/
@import url("resp-phone.css") screen and (max-width: 999px);		/* former: 767px */ 
