/* Smartphones (portrait) ----------- */
@import url("css/phone.css") only screen and (max-width : 320px) and (orientation: portrait);

/* Smartphones (landscape) ----------- */
@import url("css/phone_landscape.css") only screen and (min-width : 321px) and (max-width : 480px) and (orientation: landscape);

/* iPhone 6 ----------- */
@import url("css/iphone.css") only screen and (min-width : 321px) and (max-width : 376px) and (orientation: portrait);

/* iPhone 6 Landscape ----------- */
@import url("css/iphone_landscape.css") only screen and (min-width : 481px) and (max-width: 667px) and (orientation : landscape);

/* iPhone 6+ ----------- */
@import url("css/iphoneplus.css") only screen and (min-width : 377px) and (max-width : 414px) and (orientation: portrait);

/* iPhone 6+ Landscape ----------- */
@import url("css/iphoneplus_landscape.css") only screen and (min-width : 668px) and (max-width : 736px) and (orientation : landscape);

/* iPads (portrait) ----------- */
@import url("css/tablet.css") only screen and (min-width : 500px) and (max-width : 768px) and (orientation: portrait);

/* ipad Landscape */
@import url("css/tablet_landscape.css") only screen and (min-width:737px) and (max-width:1024px) and (orientation:landscape);

/* Desktops and laptops ----------- */
@import url("css/computer.css") only screen and (min-width : 1025px);

