/* Windows 8 中的 Internet Explorer 10 和 Windows Phone 8 bug 修复*/
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
	color: #64686d;
	font-size: 87.5%;
}

a {
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-ms-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}
.muuri-item{
	z-index: 1;
}
.muuri-item-dragging {
	z-index: 3;
}
.muuri-item-releasing {
	z-index: 2;
}
.muuri-item-hidden {
	z-index: 0;
}