@charset "utf-8";
/*   
Theme Name: Miata Club Sweden
Theme URI: http://tekapo.se/
Description: Undertema till KEW Core
Version: 3.0
Author: Karl-Erik Wångstedt
Author URI: http://tekapo.se/
Template: KEW_core
 
---------------------------------------------
*/

/*

Anpassningar för olika skärmar

*/
/* Alla */
@import url("global/layout/fonts.css");
@import url("global/layout/all.css");

/*Plugins*/
@import url("global/layout/flexslider.css");
@import url("global/layout/polyfill.object-fit.css");

/* Alla skärmar */
@import url("global/layout/screen.css")
	screen;

/*Allt över 1920*/
@import url("global/layout/1920_over.css")
	only screen and
	(min-width: 1920px);

/* 15"-skärmar högupplöst */
@import url("global/layout/1920.css")
	only screen and
	(max-width: 1920px);

/* 13"-skärmar högupplöst + 15"-skärmar */
@import url("global/layout/1680.css")
	only screen and
	(max-width: 1800px);

/* 13"-skärmar */
@import url("global/layout/1440.css")
	only screen and
	(max-width: 1600px);

/* 11"-skärmar */
@import url("global/layout/1280.css")
	only screen and
	(max-width: 1400px);

/* Ipad liggande */
@import url("global/layout/1024.css")
	only screen and
	(max-width: 1200px);

/* Små skärmar */
@import url("global/layout/950.css")
	only screen and
	(max-width: 1020px);

/* Ipad stående */
@import url("global/layout/768.css")
	only screen and
	(max-width: 950px);

/* Iphone 6 liggande */
@import url("global/layout/667.css")
	only screen and
	(max-width: 760px);

/* Iphone 5 liggande */
@import url("global/layout/568.css")
	only screen and
	(max-width: 650px);

/* Iphone liggande (Android verkar tro att den är bredare än den är) */
@import url("global/layout/480.css")
	only screen and
	(max-width: 560px);

/* Iphone 6+ stående */
@import url("global/layout/414.css")
	only screen and
	(max-width: 460px);

/* Iphone 6 stående */
@import url("global/layout/375.css")
	only screen and
	(max-width: 460px);

/* Iphone stående (Galaxy S4 rapportera 360 stående) */
@import url("global/layout/320.css")
	only screen and
	(max-width: 350px);

/* Retina */
@import url("global/layout/retina_2x.css")
	only screen
	and (-webkit-min-device-pixel-ratio: 2),
	only screen
	and (min-device-pixel-ratio: 2),
	only screen
	and (min-resolution: 2dppx);
	
/* Utskrift */
@import url("global/layout/print.css")
	print;
