@charset "UTF-8";

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
}

img, iframe {
	display: block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, button, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
		
li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}

#bckg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	box-shadow: 0 0 55px rgba(0, 0, 0, .05) inset;
}


/*************************************
	Nav
 *************************************/


nav {
	position: fixed;
	left: 0px;
	top: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	/*padding: 64px 80px 0 80px;*/
	z-index: 1000;
}

nav ul {
	display: table;
}

nav a {
	font-size: 20px;
}

#bt_minimize {
	display: none;
}


/*************************************
	Page
 *************************************/


#container {
	position: relative;
	/*padding: 80px;*/
}

.video li {
	/*float: left;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 0 8px 0 0;
}

.video strong {
	font-weight: 700;
}

.video li:last-child {
	padding: 0;
}

.video li img {
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}

.video li:hover {
	color: #CCCCCC;
}

.video li:hover img {
	opacity: 0.35;
	box-shadow: none;
}

.video p {
	line-height: 20px;
	padding-top: 5px;
}

.contact > li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	/*font-size: 18px;*/
	border-bottom: solid 1px #E5E5E5;
	padding: 5px 0 0 0;
}

.contact > li:last-child {
	border-bottom: none;
}

.contact li li {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.contact li li:first-child {
	width: 80px;
	text-align: center;
	/*padding-right: 60px;*/
}

.contact img {
	display: inline;
	/*float: right;*/
}

.contact a {
	text-decoration: underline;
}

.contact strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.inspiration {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
}

.inspiration div {
	margin: 0 0 10px 0;
}


/*************************************
	Lightbox
 *************************************/


#lightbox, #lightbox .lightbox_bckg {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2000;
}

#lightbox .lightbox_bckg {
	display: block;
	background: rgba(255, 255, 255, 1);
	cursor: pointer;
}

#lightbox .wrap {
	position: relative;
	top: 50%;
	width: 960px;
	height: 540px;
	/*background: #000000;*/
	margin: -270px auto 0 auto;
	z-index: 2100;
}

#lightbox button.bt_close {
	position: absolute;
	display: block;
	width: 21px;
	height: 21px;
	left: 80px;
	top: 80px;
	background: url(../images/bt_close.png) 0 0 no-repeat;
	z-index: 2200;
}

.lazy {
	display: none;
}

@media screen and (min-width: 541px) {
	nav {
		padding: 64px 80px 0 80px;
	}
	
	#container {
		padding: 80px;
	}
	
	/*.video {
		position: absolute;
		margin-top: 50%;
	}*/
	
	.video li {
		float: left;
	}
	
	.contact > li {
		font-size: 12px;
	}
	
	.contact li li:first-child {
		padding-right: 60px;
	}
	
	/*.inspiration img {
		position: absolute;
	}*/

	.inspiration div {
		position: absolute;
	}
}

@media screen and (max-width: 540px) {
	nav {
		padding: 40px 40px 0 40px;
	}
	
	#container {
		padding: 40px;
	}
	
	/*.video {
		position: relative;
		margin-top: 0;
	}*/

	.video li {
		float: none;
	}
	
	.contact > li {
		font-size: 10px;
	}
	
	.contact li li:first-child {
		padding-right: 30px;
	}

	/*.inspiration img {
		position: relative;
	}*/
	
	.inspiration div {
		position: relative;
	}
}