/* Global reset
*****************************************************************/
@font-face { 
    font-family: HelveticaNeueLTPro-Th; src: url('HelveticaNeueLTPro/HelveticaNeueLTPro-Th.otf'); 
    font-family: HelveticaNeueLTPro-Lt; src: url('HelveticaNeueLTPro/HelveticaNeueLTPro-Lt.otf'); 
    font-family: HelveticaNeueLTPro-Bd; src: url('HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.otf');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: HelveticaNeueLTPro-Th, Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background: #000;
	overflow-x: hidden;
	/*height: 5050px; /*height: 4550px;*/
	line-height: 1.5;
	color: #fff;
	font-size: 14px;
	font-family: HelveticaNeueLTPro-Th, Arial, Helvetica, sans-serif;
}
h1 {
	color: #fff;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #fff;
	outline: none;
	text-decoration: none;
	}
	a:hover { 
		color: #fff;
		text-decoration: underline;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	}

/* Common shared styles
*****************************************************************/


/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#logo{
	max-height: 50px;
	padding: 20px 0 20px 50px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
#back{
	max-height: 20px;
	padding: 35px 0 35px 50px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
#branding {
	width: 100%;
	background: #000;
	z-index: 5;
	position: fixed;
	filter:alpha(opacity=80);
    opacity: 0.8;
    height: 90px;
	}
	#branding hr {
		margin: 0;
		border: none;
		border-top: 1px solid #aaa;
		width: 100%;
	}

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

nav#primary {
	z-index: 6;
	float: right;
	padding-right: 50px;
}
nav#primary li {
	position: relative;
	height: 20px;
	display: inline-block;
	padding: 0 10px;
}

nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}
nav#primary img{
	height: 40px;
	display: inline;
	padding: 25px 20px;
}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* Loading
*****************************************************************/
	#loading {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
	}
		#loading-content img{
			position: absolute;
			top: 0;
			width: 100%
		}
		
	#loading-skip {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 3%;
	}
		#loading-skip img {
			height: 50px;
		}


/* Parallax
*****************************************************************/

/* content */
.content {
	z-index: 4;
	position: relative;
	/*max-width: 940px;*/
	margin: 0 auto;
	line-height: 1.7;
	}

#index {
	padding: 0 10px;
	}
	#index article {
		color: #fff;
		}
		#index article h {
			letter-spacing: 1px;
			display: block;
			font-size: 20px;
			line-height: 28px;
		}
		#index article h1 {
			letter-spacing: 1px;
			font-size: 17px;
		}
		#index article header {	
		    padding-bottom: 20px;
		}
		#index article p {
			letter-spacing: 0.5px;
			margin-left: 12%;
		}
		#home ,
		#whoweare,/*#frameless-parachute,*/
		#whatwedo,
		#whoweare2,
		#workshome,
		#about {
			position: absolute;
			
			/*left: 700px;*/
		}
		#home {
			padding-top: 25%;
			top: 0px;
			text-align: center;
		}
			#home img {
				max-width: 50%;
				margin: 0 auto;
			}
		#whoweare/*#frameless-parachute,*/ {
			padding-top: 15%;
			margin-right: 10%;
			right: 0;
			width: 30%;
		}
		#whoweare2 {
			padding-top: 15%;
			margin-left: 10%;
			left: 0;
			width: 30%;
		}
		#whatwedo {
			padding-top: 15%;
			margin-right: 10%;
			right: 0;
			width: 30%;
		}
		#about {
			padding-top: 15%;
			margin-right: 10%;
			right: 0;
			width: 30%;
		}/*
		#index h1 {
			margin: 0 0 25px 0;
			font-size: 60px;
			font-family: HelveticaNeueLTPro-Th, Arial, Helvetica, sans-serif;
			font-weight: normal;
			line-height: 65px;
		}*/
		#index hr {
			margin: 0;
			border: none;
			border-top: 1px solid #3b3b3b;
			border-bottom: 1px solid #3b3b3b;
			height: 3px;
		}

#parallax-bg1 {
	z-index: 1;
	position: fixed;
	top: 0;
	width: 100%;
	/*left: 50%; /* align left edge with center of viewport */	
	/*margin-left: -600px; /* move left by half element's width */
	}
	#parallax-bg1 img {
		width: 100%;
	}
	#bg1-1, #bg1-2, #bg1-3, #bg1-4 {
		display: block;
		/*
		height: 800px;
		*/
	}
	#bg1-1 {
		}
		#bg1-1 img{
			position: absolute;
			top: 0;
		}

	#bg1-5 table{
		width: 100%;
		height: 100%;
		}
		#bg1-5 table td {
			overflow: hidden;
			background-position: right;
			background-repeat: no-repeat;
			background-size: cover;
			text-align: center;
			vertical-align: middle;
			width: 12.5%;
		}
		#bg1-5 span {
			display: none;
			text-shadow: 2px 2px 2px #000000;
			-moz-text-shadow: 2px 2px 2px #000000;
			-webkit-text-shadow: 2px 2px 2px #000000;
			filter: dropshadow(color=#000000, offx=2, offy=2);
			/*display: block; /* that's the important part */
		}
		#bg1-5 td span hr {
			width: 30%;
		}

#shadow {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	}
	#shadow .close {
		height: 30px;
		float: right;
		margin-bottom: 20px;
	}
	#shadow-background {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
	color: #fff;
	}
	#shadow-content {
		z-index: 10;
		padding: 50px 50px;
		height: 100%;

		width: 80%;
		margin: auto; 
	}
		#shadow-content h {
			font-size: 30px;
		}
		#shadow-content .arrow {
			height: 30px;
			display: inline;
		}
		#shadow-content .top{
			text-align: right;
		}

#work-header {
	padding-bottom: 20px;
}

#work-image {
	/*width: 100%;*/
}
/**********************************************************/

#works-list {
	/*position: absolute;*/
	padding-top: 90px;
	top: 0px;
	text-align: center;
}
	#works-list .shadow{
		font-family: HelveticaNeueLTPro-Bd, Arial; 
		/*font-size: 16px;*/
		font-weight: 900;
		background-color: #000;		 
		filter:alpha(opacity=50); 
		opacity: 0.5; 
		vertical-align: middle;
		width: 100%;
		display: none;
		height: 50%;
	}

#works table td img {
	max-width: 100%;
	margin: 0 auto;
}

#works table td {
	border: 1px solid #fff;	
	vertical-align: middle;
	background-size: cover;
	width: 30%;
	/*
	height: 190px;
	width: 273px;*/
	text-align: center;
}

#work-cat-menu {
	color: #555;
	margin-top: 10px;
}

	#work-cat-menu span{
		font-family : Helvetica,Arial,sans-serif;
		margin: 0 10px;
/*		font-weight: bold;*/
	}

	#work-cat-menu .active{
		color: #fff;
/*		font-weight: bold;*/
	}

/**********************************************************/