@font-face {
	font-family: 'TitilliumText22';
	src: url('../image/titilliumtext22l002-webfont.eot');
	src: url('../image/titilliumtext22l002-webfont.eot') format('embedded-opentype'), url('../image/titilliumtext22l002-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumText22';
	src: url('../image/titilliumtext22l003-webfont.eot');
	src: url('../image/titilliumtext22l003-webfont.eot') format('embedded-opentype'), url('../image/titilliumtext22l003-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html, body {
	height: 100%;
	margin: 0;
	font: 12px/1.75em TitilliumText22, Helvetica, Helvetica Neue, Arial, sans-serif;
	background: url('../image/bg.png');
	color: #444;
}

a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}

a img {
	outline: none;
	border: none;
}

.hidden {
	display: none;
}

body > div {
	position: relative;
	min-width: 950px;
	height: 100%;
	min-height: 550px;
}

/* header */
body > div > header {
	display: block;
}

body > div > header > h1 {
	position: absolute;
	top: 45px;
	left: 105px;
	padding: 0;
	margin: 0;
	font-size: 42px;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 1;
}

body > div > header > h1 a, body > div > header > h1 a:visited {
	color: #000;
}

body > div > header > h1 a span, body > div > header > h1 a:visited span {
	color: #fff;
}

/* nav */
body > div > header > nav {
	position: relative;
	display: block;
	width: 105px;
	height: 105px;
	margin: 0 auto;
	padding: 0;
	background: #000;
	z-index: 3;
}

body > div > header > nav div {
	position: absolute;
	display: block;
	top: 27px;
	left: 27px;
	width: 50px;
	height: 50px;
	background: url('../image/tiles.png') no-repeat -132px -27px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

body > div > header > nav:hover div, body > div > header > nav.hover div {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

body > div > header > nav div.selected {
	background-position: -27px -27px;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

body > div > header > nav:hover div.selected, body > div > header > nav.hover div.selected {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

body > div > header > nav ul {
	position: absolute;
	display: block;
	visibility: hidden;
	margin: 105px 0 0;
	padding: 0;
	list-style: none;
	-moz-transition: visibility 0s linear 0.5s;
	-webkit-transition: visibility 0s linear 0.5s;
	-o-transition: visibility 0s linear 0.5s;
	transition: visibility 0s linear 0.5s;
}

body > div > header > nav:hover ul, body > div > header > nav.hover ul {
	visibility: visible;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

body > div > header > nav li a {
	display: none;
	opacity: 0;
}

body > div > header > nav:hover li a, body > div > header > nav.hover li a {
	display: block;
	opacity: 1;
	-moz-transform: opacity(1);
	-webkit-transform: opacity(1);
	-o-transform: opacity(1);
	transform: opacity(1);
}

/* black menus */
body > div > header > nav li a, body > div > header > nav li a:visited {
	display: block;
	width: 105px;
	line-height: 105px;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
	background: #000;
}

body > div > header > nav li a:hover, body > div > header > nav li a.hover {
	color: #fff;
}

body > div > header > nav li a sup {
	display: inline-block;
	min-width: 1.5em;
	padding: 0 0.125em;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	color: #000;
	background: #fff;
}

body > div > header > nav li.node2 a {
	-moz-transition: opacity 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out;
	-o-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
}

body > div > header > nav li.node3 a {
	-moz-transition: opacity 0.55s ease-in-out;
	-webkit-transition: opacity 0.55s ease-in-out;
	-o-transition: opacity 0.55s ease-in-out;
	transition: opacity 0.55s ease-in-out;
}

/* gallery menu */
body > div > header > nav > ul ul a, body > div > header > nav > ul ul a:visited {
	width: 104px;
	height: 104px;
	text-transform: lowercase;
	color: #444;
	background: #fff;
	border: 1px solid #999;
}

body > div > header > nav > ul ul a:hover, body > div > header > nav > ul ul a.hover {
	color: #000;
}

body > div > header > nav > ul ul li a {
	position: absolute;
}

body > div > header > nav > ul ul li.node1 a {
	left: 0;
	top: -105px;
}

body > div > header > nav > ul ul li.node2 a {
	left: -105px;
	top: -105px;
	-moz-transition: opacity 0.45s ease-in-out;
	-webkit-transition: opacity 0.45s ease-in-out;
	-o-transition: opacity 0.45s ease-in-out;
	transition: opacity 0.45s ease-in-out;
}

body > div > header > nav > ul ul li.node3 a {
	left: -105px;
	top: -210px;
	-moz-transition: opacity 0.35s ease-in-out;
	-webkit-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

body > div > header > nav > ul ul li.node4 a {
	left: -105px;
	top: -315px;
	-moz-transition: opacity 0.85s ease-in-out;
	-webkit-transition: opacity 0.85s ease-in-out;
	-o-transition: opacity 0.85s ease-in-out;
	transition: opacity 0.85s ease-in-out;
}

body > div > header > nav > ul ul li.node5 a {
	left: -210px;
	top: -210px;
	-moz-transition: opacity 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out;
	-o-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
}

body > div > header > nav > ul ul li.node6 a {
	left: -210px;
	top: -315px;
	-moz-transition: opacity 0.35s ease-in-out;
	-webkit-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

body > div > header > nav > ul ul li.node7 a {
	left: -210px;
	top: -105px;
	-moz-transition: opacity 0.45s ease-in-out;
	-webkit-transition: opacity 0.45s ease-in-out;
	-o-transition: opacity 0.45s ease-in-out;
	transition: opacity 0.45s ease-in-out;
}

body > div > header > nav > ul ul li.node8 a {
	left: -315px;
	top: -315px;
	-moz-transition: opacity 0.55s ease-in-out;
	-webkit-transition: opacity 0.55s ease-in-out;
	-o-transition: opacity 0.55s ease-in-out;
	transition: opacity 0.55s ease-in-out;
}

body > div > header > nav > ul ul li.node9 a {
	left: -315px;
	top: -210px;
	-moz-transition: opacity 0.65s ease-in-out;
	-webkit-transition: opacity 0.65s ease-in-out;
	-o-transition: opacity 0.65s ease-in-out;
	transition: opacity 0.65s ease-in-out;
}

body > div > header > nav > ul ul li.node10 a {
	left: -315px;
	top: -105px;
	-moz-transition: opacity 0.85s ease-in-out;
	-webkit-transition: opacity 0.85s ease-in-out;
	-o-transition: opacity 0.85s ease-in-out;
	transition: opacity 0.85s ease-in-out;
}

/* category name */
body > div > h2 {
	position: relative;
	display: block;
	width: 105px;
	height: 0;
	margin: 0 auto;
	padding: 0;
	background: #f00;
	z-index: 3;
}

body > div > h2 a, body > div > h2 a:visited {
	position: absolute;
	display: block;
	width: 20em;
	left: 150px;
	top: -60px;
	padding: 0;
	font-size: 14px;
	/*text-transform: lowercase;*/
	color: #959595;
}

body > div > h2 a sup {
	display: inline-block;
	min-width: 1.5em;
	padding: 0 0.125em;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	color: #000;
	background: #fff;
}

body > div > h2 a.node2, body > div > h2 a.node3 {
	position: absolute;
	display: block;
	width: 22px;
	height: 20px;
	left: 250px;
	top: -55px;
	padding: 0;
	background: url('../image/lb.png') no-repeat;
	opacity: 0.5;
	z-index: 2;
}

body > div > h2 a.node2.selected, body > div > h2 a.node3.selected {
	opacity: 1
}

body > div > h2 a.node2 {
	left: 250px;
	background-position: 0 0;
}

body > div > h2 a.node3 {
	left: 290px;
	background-position: -22px 0;
}

/* content */
body > div > section {
	position: absolute;
	left: 0;
	right: 0;
	top: 105px;
	bottom: 105px;
	z-index: 1;
}

/* article */
body > div > section.article {
	width: 615px;
	margin: 0 auto;
	padding: 60px 135px;
	background: url('../image/artbg.png') #fff no-repeat;
	background-size: 100% 100%;
	overflow: auto;
	z-index: 2;
}

/* article categories */
body > div > section.article nav {
	margin-bottom: 3em;
}

body > div > section.article nav ul {
	margin: 0;
	padding: 0;
}

body > div > section.article nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

body > div > section.article nav ul li a, body > div > section.article nav ul li a:visited {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #838383;
}

body > div > section.article nav ul li a:before {
	content: '/';
	display: inline-block;
	padding: 0 0.5em;
}

body > div > section.article nav ul li:first-child a:before {
	content: '';
}

body > div > section.article nav ul li a:hover, body > div > section.article nav ul li a.hover, body > div > section.article nav ul li a.selected {
	color: #0A0501;
}

body > div > section.article article {
}

body > div > section.article article p {
	margin: 0 0 1em 0;
	padding: 0;
	font: 12px/1.5em Tahoma, Geneva, Verdana, sans-serif;
}

/* form */
body > div > section.article form {
	position: relative;
	display: block;
	height: 314px;
	margin: 0;
	padding: 0;
	font: 12px/1.5em Tahoma, Geneva, Verdana, sans-serif;
}

body > div > section.article form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

body > div > section.article form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body > div > section.article form li {
	position: relative;
}

body > div > section.article form label {
	display: block;
	text-transform: lowercase;
}

body > div > section.article form sup {
	display: none;
}

body > div > section.article form span.error {
	position: absolute;
	display: block;
	top: 22px;
	left: 300px;
	width: 180px;
	height: 14px;
	padding: 8px;
	line-height: 14px;
	background: #f00;
	color: #fff;
}

body > div > section.article form li.node2 span.error {
	top: 259px;
	left: 300px;
}

body > div > section.article form textarea, body > div > section.article form input[type=text], body > div > section.article form input[type=email] {
	padding: 10px;
	font-size: 14px;
	line-height: 1.2em;
	background: #fff;
	border: 1px solid #8A91A2;
}

body > div > section.article form textarea {
	width: 593px;
	height: 100px;
	resize: none;
}

body > div > section.article form input[type=text], body > div > section.article form input[type=email] {
	padding: 8px;
	width: 266px;
	height: 14px;
}

body > div > section.article form input[type=submit] {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 105px;
	height: 105px;
	margin: 0;
	padding: 10px 0 50px;
	text-transform: lowercase;
	color: #878787;
	background: url('../image/tiles.png') no-repeat 0 0;
	border: none;
}

/* gallery and lightbox */
body > div > section.gallery {
	overflow: hidden;
}

body > div > section.gallery.background {
	opacity: 0.2;
}

body > div > section.gallery nav {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}

body > div > section.gallery nav a {
	position: absolute;
	display: block;
	width: 105px;
	height: 100%;
	background: url('../image/tiles.png') no-repeat;
	z-index: 5;
}

body > div > section.gallery nav a.prev {
	left: 0;
	background-position: -315px -1000px;
}

body > div > section.gallery nav a.prev:hover, body > div > section.gallery nav a.prev.hover {
	left: 0;
	background-position: -315px center;
}

body > div > section.gallery nav a.next {
	right: 0;
	background-position: -210px -1000px;
}

body > div > section.gallery nav a.next:hover, body > div > section.gallery nav a.next.hover {
	right: 0;
	background-position: -210px center;
}

body > div > section.gallery div {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 999999em;
	margin: 0;
	padding: 0;
	z-index: 1;
}

body > div > section.gallery ul {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

body > div > section.gallery li {
	display: inline;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
}

body > div > section.gallery li a {
	height: 100%;
}

body > div > section.gallery li img {
	min-height: 340px;
	height: 100%;
	margin: 0;
	padding: 0;
}

body > div > section.gallery.dual ul {
	height: 50%;
}

body > div > section.gallery.dual ul.node1 {
	top: 0;
}

body > div > section.gallery.dual ul.node2 {
	top: 50%;
}

body > div > section.gallery.dual ul li.nodeeven {
	margin-top: 50%;
}

body > div > section.gallery.dual li img {
	min-height: 170px;
}

body > div > section.gallery p {
	position: relative;
	display: block;
	width: 280px;
	margin: 10em auto 0;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}

body > div > section.gallery p strong {
	display: block;
	font-size: 1.2em;
}

body > div > section.gallery div.cover {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.75;
}

body > div > section.gallery div.handle {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url('../image/lb.png') no-repeat -44px 0;
}

/* gallery - bottom menu */
body > div > nav.gallery {
	position: absolute;
	left: 105px;
	right: 105px;
	bottom: 0;
	height: 105px;
	margin: 0 auto;
}

body > div > nav.gallery > div {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: -75px auto 0;
	background: url('../image/tiles.png') no-repeat -447px -30px;
	z-index: 4;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

body > div > nav.gallery:hover > div, body > div > nav.gallery.hover > div {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body > div > nav.gallery ul.node1 {
	position: relative;
	display: block;
	width: 105px;
	height: 105px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: url('../image/tiles.png') no-repeat -420px 0;
	z-index: 2;
}

body > div > nav.gallery ul.node1 li {
	visibility: hidden;
	-moz-transition: visibility 0s linear 0.5s;
	-webkit-transition: visibility 0s linear 0.5s;
	-o-transition: visibility 0s linear 0.5s;
	transition: visibility 0s linear 0.5s;
}

body > div > nav.gallery:hover ul.node1 li, body > div > nav.gallery.hover ul.node1 li {
	visibility: visible;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

body > div > nav.gallery a, body > div > nav.gallery ul.node1 a:visited {
	display: block;
	width: 65px;
	height: 65px;
	line-height: 1em;
	padding: 20px;
	text-align: center;
	text-transform: lowercase;
	color: #fff;
	background: #000;
}

body > div > nav.gallery ul.node1 li {
	position: absolute;
	width: 103px;
	height: 103px;
	text-align: center;
	color: #fff;
	opacity: 0;
	margin: 0;
}

body > div > nav.gallery:hover ul.node1 li, body > div > nav.gallery.hover ul.node1 li {
	opacity: 1;
}

body > div > nav.gallery ul.node1 li.node1 {
	left: 0;
	bottom: 105px;
	width: 277px;
	min-height: 33px;
	padding: 20px 20px 10px 20px;
	line-height: 1.2em;
	background: url('../image/txtbg.png');
	-moz-transition: opacity 0.35s ease-in-out;
	-webkit-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

body > div > nav.gallery ul.node1 li.node1 strong {
	display: block;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

body > div > nav.gallery ul.node1 li.node2 {
	left: 106px;
	top: 0;
	-moz-transition: opacity 0.85s ease-in-out;
	-webkit-transition: opacity 0.85s ease-in-out;
	-o-transition: opacity 0.85s ease-in-out;
	transition: opacity 0.85s ease-in-out;
}

body > div > nav.gallery ul.node1 li.node3 {
	left: 212px;
	top: 0;
	-moz-transition: opacity 0.65s ease-in-out;
	-webkit-transition: opacity 0.65s ease-in-out;
	-o-transition: opacity 0.65s ease-in-out;
	transition: opacity 0.65s ease-in-out;
}

body > div > nav.gallery ul.node1 li.node2 a {
	line-height: 65px;
}

body > div > nav.gallery ul.node1 li.node3 a {
	height: 45px;
	padding-top: 40px;
}

body > div > nav.gallery ul.node2 {
	position: relative;
	display: block;
	width: 105px;
	height: 0;
	margin: 0 auto;
	padding: 0;
	z-index: 3;
}

body > div > nav.gallery ul.node2 li {
	position: absolute;
	display: block;
	left: -105px;
	bottom: 250px;
	width: 245px;
	height: auto;
	padding: 35px;
	text-align: left;
	line-height: 1.5em;
	background: url('../image/txtbg.png');
	overflow: hidden;
}

body > div > nav.gallery ul.node2 li p {
	margin: 0 0 35px 0;
	padding: 0;
	color: #fff;
}

body > div > nav.gallery ul.node2 li a {
	display: block;
	float: left;
	width: 75px;
	height: 14px;
	margin: 0;
	padding: 10px 15px 20px;
	line-height: 1em;
	color: #000;
	background: #fff;
}

body > div > nav.gallery ul.node2 li a.node2 {
	margin-right: 35px;
}

/* lightbox specific */
body > div > nav.gallery ul.node1 li {
	visibility: visible;
}

body > div > nav.gallery.lightbox ul.node2 li p {
	text-align: center;
}

body > div > nav.gallery.lightbox ul.node1 li {
	opacity: 1;
}

body > div > nav.gallery.lightbox ul.node1 a, body > div > nav.gallery.lightbox ul.node1 a:visited {
	padding: 35px 20px 5px;
	line-height: 1.2em;
	color: #000;
	background: #fff;
	opacity: 1;
}

body > div > nav.gallery.lightbox ul.node1 li {
	position: absolute;
	display: block;
	width: 105px;
	height: 105px;
	text-align: center;
	color: #000;
}

body > div > nav.gallery.lightbox ul.node1 li.node1 {
	left: 0;
	top: 0;
	padding: 0;
}

/* footer */
body > div > footer {
	position: absolute;
	left: 105px;
	right: 105px;
	bottom: 0;
	height: 105px;
	margin: 0 auto;
	font-size: 10px;
	z-index: 1;
}

body > div > footer > nav {
}

body > div > footer > nav ul {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

body > div > footer > nav li {
	display: inline-block;
}

body > div > footer > nav li.node1 {
	position: absolute;
	display: block;
	top: 8em;
	left: 0;
	text-transform: uppercase;
	color: #000;
}

body > div > footer > nav li.node2 {
	position: absolute;
	display: block;
	top: 8em;
	right: 0;
	text-transform: uppercase;
	color: #000;
}

body > div > footer > nav li.node1 a, body > div > footer > nav li.node2 a {
	color: #000;
}

body > div > footer > nav a, body > div > footer > nav a:visited {
	margin-right: 20px;
	text-transform: uppercase;
	color: #aaa;
}

body > div > footer > nav a:hover, body > div > footer > nav a.hover {
	color: #fff;
}

@media screen and (max-width: 1150px) {
	body > div > header > h1 {
		left: 0;
	}
}