@media (max-width:1024px)
{
	
}

@media (max-width:800px)
{

body
{
	width:90%;
}

}

@media (max-width:600px)
{

/* MAIN */

/* Collection */

main section.collection div.image img.small
{
	width:50%;
}

/* Press */

main section.press div.preview a
{
	width:33.3333%;
}

}

@media (max-width:480px)
{

body
{
	width:100%;
}

section
{
	padding:0 32px 32px 32px;
}

/* HEADER */

/* Top */

header section.top div.left
{
	display:block;
	width:100%;
}

header section.top div.right
{
	display:block;
	width:100%;
	margin:32px -32px 0 -32px;
	padding:20px 32px 0 32px;
	border-top:1px solid #e5e5e5;
	text-align:left;
}

header section.top div.right h4
{
	display:none;
}

header section.top div.right p
{
	display:inline-block;
	margin-right:16px;
	margin-left:0;
	padding-top:12px;
	vertical-align:middle;
}

header section.top div.right p a
{
	margin-right:8px;
	margin-left:0;
}

/* MAIN */

/* Title */

main section.title.large div.left
{
	display:block;
	width:100%;
}

main section.title.large div.right
{
	display:block;
	width:100%;
	padding-top:16px;
	text-align:left;
}

main section.title.large div.right p
{
	margin-right:8px;
	margin-left:0;
	padding-top:0;
}

main section.title.large div.right p a
{
	margin-right:4px;
	margin-left:0;
}

/* Collection */

main section.collection div.preview a img
{
	margin:-25% 0;
}

/* Press */

main section.press div.preview a
{
	width:50%;
}

/* FOOTER */

footer section div.left
{
	display:block;
	width:100%;
}

footer section div.right
{
	display:block;
	width:100%;
	padding-top:0;
	text-align:left;
}

}

@media (max-width:320px)
{

/* MAIN */

/* Collection */

main section.collection div.preview a h4 span,
main section.collection div.preview a h4 strong,
main section.collection div.preview a h4 small
{
	white-space:normal;
}

main section.collection div.image img
{
	width:100%;
}

main section.collection div.image img.small
{
	width:100%;
}

main section.collection div.caption p
{
	display:block;
}

/* Press */

main section.press div.preview a span
{
	white-space:normal;
}

main section.press div.archive a
{
	display:block;
	white-space:normal;
}

/* Link */

main section.link div p a,
main section.link div p span
{
	display:block;
	white-space:normal;
}

}