html, body{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	color:#0000FF;
	color:#000;
}

/* HELPERS */

b{
	font-weight:bold;
}
a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
}
table{
	border-spacing:0px;
	table-layout:fixed;
	empty-cells:show;
}
em{
	font-style:normal;
	text-transform:uppercase;
}
.big{
	//font-size:24px;
	//line-height:30px;
	//text-transform:uppercase;
	//font-weight:100;	
}

/* LAYOUT */

#bgimg{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:10;
}
#bgimg .bi{
	width:100%;
	height:100%;
	display: flex;
	justify-content:center;
	align-items: end;
}
#main{
	padding:12px 0px 20px 60px;
}
#logo{
	position:relative;
	z-index:20;
}
#logo img{
	margin:5px 0px 7px 1px;
	width:200px;
}
#home{
	//font-size:24px;
	//line-height:30px;
}
#navigation{
	position:relative;
	z-index:20;
	margin-bottom:24px;
}
#content{
	position:relative;
	z-index:20;
}
#detail{
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:30;
	background:#fff;
}
#detail .inner{
	padding:60px 60px;
}
#footer{
	padding-top:35px;
	font-weight:bold;
}
/* NAVIGATION */
.sub, .sub2{
	max-width:400px;
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	list-style:none;
	padding:0px;
	margin:0px;
	margin-left:-24px;
	padding-left:0px;
	
	
}
.sub2{
	font-weight:bold;
	
}

.sub > li{
	font-weight:400;
}
.sub > li, .sub2 > li{
	cursor:pointer;	
	padding-left:24px;
	max-height:0px;
	opacity:0;	
	overflow:hidden;
	transition: max-height 0.4s, opacity 0.4s;
}
/*
.sub.on > li, .sub2.on > li, .sub > li.selected, .sub2 > li.selected, .sub.on li.selectedx li, .sub.on lix{
	max-height:100px;	
}

.sub li.on li{
	max-height:100px;	
}
*/
.sub.on > li, .sub > li.selected{
	max-height:200px;
	opacity:1;	
}
.sub2.on > li, .sub2 > li.selected, .sub li.on li{
	max-height:40px;
	opacity:1;		
}

.sub li:hover{
	background:url(../img/nav_hover.svg) no-repeat 3px 2px;
}
/*
.sub2.on li.selected{
	background:url(../img/nav_hover.svg) no-repeat 3px 2px;
}
*/
li.on li.selected, li.on li.selected, .sub2.on li.selected, #nav.on li.selected li.selected{
	background:url(../img/nav_hover.svg) no-repeat 3px 2px;
}
/* TILES */
.tiles{
	margin-left:-24px;	
}
.tile{
	float:left;
	width:237px;
	height:290px;
	margin:0px 24px 24px 0px;
	overflow:visible;
}
.tile.detail{
	cursor:pointer;		
}
.tile .img{
	position:relative;
	width:237px;
	height:237px;
	margin-bottom:8px;
	padding-left:24px;

}
.tile .img img{
	//position:absolute;
	//bottom:0px;
	width:100%;
	filter:grayscale(100%);
}
.tile .img img.over{
	opacity:0;
}
.tile.project .img:hover img{
	filter:grayscale(0%);
}

.tile .label{
	width:100%;
	padding-left:24px;
	text-transform:uppercase;
}
.tile.detail:hover .label{
	background:url(../img/nav_hover.svg) no-repeat 3px -6px;
}


.fett{
	font-weight:900;
}
.tm{
	position:absolute;
	display:inline-block;
	font-size:14px;
	top:-4px;
	left:194px;
}
.text{
	
}
.link{
	text-transform:uppercase;
	font-weight:bold;
}
.pargraph{
	padding-bottom:18px;
	max-width:480px;
}
.folder, .link{
	margin-left:-24px;
	padding-left:24px;
	margin-bottom:4px;
}
.folder span.t{
	//text-transform:uppercase;
	display: block;
	cursor:pointer;
	height:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.folder.on span.t{
	white-space:normal;
	height:auto;
}
.folder span.t.norm{
	text-transform:none;
	font-weight:normal;
	cursor:pointer;
} 
.folder div.c{
	display:none;
	padding-bottom:18px;
	width:480px;
	line-height:16px;
	
}
.folder div.c a{
	text-transform:none;
	text-decoration:underline;
}
.clearboth{
	display:inline-block;
}
.folder:hover, .link:hover{
	background:url(../img/nav_hover.svg) no-repeat 3px -6px;
}

#content .title{
	margin:0px 0px 0px 0px;
	font-weight:bold;
}
#content ul{
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style:none;
}
#content ul li{
	position:relative;
	margin:0px;
	padding:0px;
}
#content ul li::before{
	position:absolute;
	top:3px;
	left:-12px;
	width:6px;
	height:6px;
	border-radius:3px;
	background:#000;
	content:'';	
}
#content .in{
	margin-bottom:0px;
}

.upper{
	text-transform:uppercase;
}
.tt{
	text-transform:uppercase;
	font-weight:normal !important;
}


.left{
	width:480px;
	float:left;
	border-top:1px solid #fff;
	margin-bottom:30px;
}

.right{
	width:480px;
	right:490px;
	margin-left:510px;
	border-top:1px solid #fff;
	margin-bottom:30px;
}

.t{
	//text-transform:uppercase;
	font-weight:bold;
}

h2{
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:18px;
	text-transform:uppercase;
}
p{
	padding:0px;
	margin:0px 0px 0px 0px;
}
	



#imgs{
	width:1020px;
	height:680px;
	position:relative;
	background:#fff;
}

.dia2{
	position:absolute;
	background:#fff;
	width:1020px;
	height:680px;
}
.dia1{
	position:absolute;
	background:#fff;
	width:1020px;
	height:680px;
	
}
.loader{
	position:absolute;
	display:none;
	width:1px;
	height:10px;
	background:#000;
	z-index:20000;
}
.nav-prev{
	cursor:pointer;
	position:absolute;
}
.nav-prev:hover{
	background:url(../img/nav_hover_l.png) no-repeat left center;
}
.nav-close{
	cursor:pointer;
	position:absolute;
}
.nav-close:hover{
	background:url(../img/nav_hover_m.png) no-repeat center center;
}
.nav-next{
	cursor:pointer;
	position:absolute;
}
.nav-next:hover{
	background:url(../img/nav_hover.png) no-repeat right center;
}


#imgs-text{
	width:480px;
	padding-bottom:40px;
}

.ptitle{
	padding:10px 0px 0px 0px;
	text-transform:uppercase;
}
.imgtitle{
	height:30px;
	text-transform:uppercase;
}
.hlink{
	//display:block;
	//width:650px;
	word-wrap: break-word;
}

/* lightslider */
.lSSlideOuter, .lSSlideWrapper{
	overflow:visible;
}

.lightslider{
	margin:0px !important;
}


.lSAction{
	opacity:1;
	top:0px;
	width:100%;
	height:100%;
	margin:0px;
}
.lSAction > a{
	top:0px;
	height:100%;
	width:50%;
	margin:0px;
	opacity:1; 
}
.lSAction > .lSPrev{
	left:-25px;
	width:25%;
}
.lSAction > .lSPrev:hover{
	background:url(../img/nav_prev.svg) no-repeat center left;	
}
.lSAction > .lSNext{
	right:20px;
	width:75%;
}
.lSAction > .lSNext:hover{
	background:url(../img/nav_next.svg) no-repeat center right !important;	
}
.lSAction > a.disabled{
	opacity:0.2;
	cursor:w-resize;
}

.lSSlideOuter .lSPager.lSpg{
	text-align:left;
}
.lSPager{
	display:none;
}
.lSNums{
	padding:10px 0px 16px;
	text-transform:uppercase;
}
.lightslider{
	width:100%;
}
.lightslider > li img{	
	width:auto;
	max-width:100%;
	max-height:800px;
}

@media screen and (max-width: 1700px) {
	.lightslider{
		width:100%;
	}
	.lightslider > li img{	
		width:auto;
		max-width:100%;
		max-height:800px;
	}
}
@media screen and (max-width: 1024px) {
	#main{
		padding:12px 48px 20px 48px;
	}
	
	/* lightslider */
	
	.lightslider{
		width:100%;
	}
	.lightslider > li img{	
		width:auto;
		max-width:100%;
		max-height:800px;
	}
	.lSAction{
		//opacity:0;	
	}
	.lSAction > .lSPrev{
		//left:8px;
		background:url(../img/nav_prev.svg) no-repeat center left;
		width:40px;
	}
	.lSAction > .lSNext{
		right:-24px;
		background:url(../img/nav_next.svg) no-repeat center right;	
		width:40px;
	}
}

@media screen and (min-device-width : 768px)  and (max-width: 1024px) and (orientation : landscape){
	.lightslider > li img{	
		width:auto;
		max-width:100%;
		max-height:600px;
	}	
}


@media screen and (max-width: 600px) {
	
	#main{
		padding:6px 24px 20px 24px;
	}
	#logo img{
		margin:10px 0px 8px 0px;
		width:192px;
	}
	.sub li{
		background:none !important;
	}
	.tiles{
		margin-left:0px;
	}
	.tile{
		float:left;
		width:100%;
		height:auto;
		margin:0px 0px 24px 0px;
		padding:0px;
	}
	.tile .img{
		position:relative;
		width:100%;
		height:auto;
		margin-bottom:8px;
		padding:0px;
	}
	.tile.project .img img{
		filter:grayscale(0%);
	}
	.tile .img img.over{
		display:block;
		opacity:1;	
	}
	.tile .img, .tile .label{
		background:none !important;
	}
	
	
	.tile .label{
		padding-left:0px;
	}
	.tile a .name{
		font-weight:bold;
	}

		
	.folder div.c{
		width:100%;	
	}
	
	/* detail */
	#imgs-text{
		width:100%;
		padding-right:12px;
	}
	
	.lSAction > .lSPrev{
		left:8px;
		
	}
	.lSAction > .lSNext{
		right:8px;
		
	}
	
	
	
}