@charset "UTF-8";

/* CSS Reset Code */
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;
}
/* 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;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

html, body{
	background-color:#181818;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

#projectHeader img {
	display: none;
}

/* -----------------------------------Type Styles */
h1 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-weight: 100;
	font-size: 42px;
	line-height: 48px;
	letter-spacing: 2px;
	color: #ffffff;
}

h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 100;
	letter-spacing: 4px;
	color: #ffffff;
}

h3 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-weight: light;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
}

h4 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #333333;
	text-transform: uppercase;
}

h5 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-weight: 100;
	font-size: 24px;
	text-transform:uppercase;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
}

p {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	letter-spacing:0.5px;
}

/* -----------------------------------Text Link Styles */
a {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1.5px;
}

a:link {
	color:#ffffff;
	text-decoration:none;
	-o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;
	transition:.2s;
} /*unvisited link */

a:hover {
	color:#999; 
	text-decoration: underline;
} /*mouse over link */

/* -----------------------------------Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90.2416%;
	padding-left: 0.3791%;
	padding-right: 0.3791%;
	clear: none;
	float: none;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

.projectIcon {
	display: none;
}

/* -----------------------------------Furniture */
.Stroke {
	position: relative;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	height:1px;
	background-color:#212121;
}

/* -----------------------------------Header */
#headr{
	position:relative;
	float: left;
	height: 80px;
	width: 100%;
	padding: 30px 0 0 0;
	background-color:#000;
}

#logo{
	margin-left: auto;
	margin-right: auto;
	width: 119px;
	height: 40px;
}

/* -----------------------------------Navigation */
#mainNav {
	position:relative;
	float: left;
	padding: 10px 0 15px 0;
	width: 100%;
	background-color:#181818;
	border-top:#212121 solid 1px;
	border-bottom:#212121 solid 1px;
}

#navLinks {
	position:relative;
	text-align: center;
	word-spacing: 30px;
	margin-top: 5px;
	z-index:200;
}

#navLeft {
	display: none;
	position:relative;
	text-align:left;
	float: left;
	width: 41.5255%;
	margin-top: 20px;
	margin-left: 8.4745%;
	padding-top:12px;
	border-top:#212121 1px solid;

}

#navRight {
	display: none;
	position:relative;
	text-align:right;
	float: right;
	width: 41.5255%;
	margin-top: 20px;
	margin-right: 8.4745%;
	padding-top:12px;
	border-top:#212121 1px solid;
}

/*------------------------------------VIDEO Feature */
#video-container{
	display:none;
	width: 100%;
	background-color:#000000;
}

#video-fallback{
	display:block;
}


#video-title{
	position: absolute;
	text-align: center;
	color: white;
	width: 100%;
	font-size: 30px;
	margin-top: 150px;
	z-index: 5;
}
.thevideo{
	-webkit-filter: grayscale(100%);
	opacity: 0.4;
}

/* -----------------------------------Projects */
#projectHeader {
	position: relative;
	float: left;	
	padding: 20px 0px 8px 0px;
	width: 100%;
	background-color:#181818;
	border-top:#212121 solid 1px;
}

#projectHeader a {
	float: right;
	margin-right: 8.4745%;
}

#projectHeader p {
	float: left;
	margin-left: 8.4745%;
}

.projectList {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.project { /*Individual block*/
	position: relative;
	float: left;
	width: 100%;
	background-color: #000;
	text-align: left;
	 box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
    border: #181818 1px solid;  /**adjust as suit**/
	padding: 5% 8.4745%;
}

.project a {
	float:left;
}

.project p {
	float:right;
	top: 0;
}

.projectIcon {
	display: none;
}

/* -----------------------------------About us links*/
#aboutUs {
	position:relative;
	float:left;
	width: 100%;
	height:auto;
}

#imgLeft {	
	position:relative;
	float:left;
	width:100%;
}

#imgLeft h2 {
	position: absolute;
	text-align: center;
	z-index: 100;
	top: 40%;
	width: 320px;
	margin-left:-160px;
	left: 50%;
}

#imgLeft img {
	width: 100%;	
}

#imgRight {	
	position:relative;
	float:right;
	width:100%;
}

#imgRight h2 {
	position: absolute;
	text-align: center;
	z-index: 100;
	top: 50%;
	width: 320px;
	margin-left:-160px;
	left: 50%;
}

#imgRight img {
	width:100%;
}

/*------------------------------------Footer */
#footer {
	text-align:center;
	margin: 20px 0 20px 0;
}

.copyColOne {
	float:left;
	width:100%;
	margin-bottom: 0px;
}
.copyColOne span{
	text-decoration:underline;
}

.copyColTwo {
	float:left;
	width:100%;
	margin-bottom: 60px;
}
.copyColThree {
	float:left;
	width:100%;
	margin-bottom: 60px;
}
.copyColThree span{
	text-decoration:underline;
}
.copyColFour {
	float:left;
	width:100%;
	margin-bottom: 40px;
}
.copyColFour span{
	text-decoration:underline;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 98.3333%;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

/* -----------------------------------Furniture*/
.Stroke {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height:1px;
	background-color:#212121;
}

/* -----------------------------------Type Styles */
h1 {
	font-size: 60px;
	line-height: 84px;
}

h2 {
	font-size: 20px;
	line-height: 20px;
}
p {
	font-size: 15px;
}

a {
	font-size: 15px;
}

/* -----------------------------------Header */
#headr{
	position:relative;
	float: left;
	height: 90px;
	width: 100%;
	padding: 40px 0 0 0;
	margin-top:0px;
	background-color:#000;
}

#logo{
	margin-left: auto;
	margin-right: auto;
	width: 119px;
	height: 40px;
}

/* -----------------------------------Navigation */
#mainNav {
	position:relative;
	float: left;
	padding: 10px 0 15px 0;
	width: 100%;
	background-color:#181818;
	border-top:#212121 solid 1px;
	border-bottom:#212121 solid 1px;
	
}

#navLinks {
	position:relative;
	text-align: center;
	word-spacing: 30px;
	margin-top: 5px;

}

#navLeft {
	display: block;
	position:relative;
	text-align:left;
	float: left;
	width: 41.5255%;
	margin-top: 20px;
	margin-left: 8.4745%;
	padding-top:12px;
	border-top:#212121 1px solid;

}

#navRight {
	display: block;
	position:relative;
	text-align:right;
	float: left;
	width: 41.5255%;
	margin-top: 20px;
	margin-right: 8.4745%;
	padding-top:12px;
	border-top:#212121 1px solid;
}

/* -----------------------------------Video Title */
#video-title{
	margin-top: 43%;
}

#video-container{
	display:block;
}

#video-fallback{
	display:none;
}

/* -----------------------------------Projects */
#projectHeader {
	position: relative;
	float: left;	
	padding: 22px 0px 18px 0px;
	width: 100%;
	background-color:#181818;
	border-top:#212121 solid 1px;
}

#projectHeader a {
	float: right;
	margin-right: 8.4745%;
}

#projectHeader p {
	float: left;
	margin-left: 8.4745%;
}

.projectList {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 8.4745%;
	width: 83.0508%;
}

.project { /*Individual block*/
	position: relative;
	float: left;
	width: 50%;
	background-color: #000;
	text-align: center;
	 box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
    border: #181818 1px solid;  /**adjust as suit**/
	padding: 4%;
}

.project a {
	float:none;
	width:70%;
}

.project p {
	float:none;
}

.projectIcon {
	display: block;
} 

/* -----------------------------------About us links*/
#aboutUs {
	position:relative;
	float:left;
	margin-left: 8.4745%;
	width: 83.0508%;
}

.aboutImg {
	position:relative;
	top:0;
	left:0;
	width:100%;	
}

#imgLeft {	
	position:relative;
	float:left;
	width:50%;
}

#imgLeft h2 {
	position: absolute;
	text-align: center;
	z-index: 100;
	top: 50%;
	width: 320px;
	margin-left:-160px;
	left: 50%;
}

#imgLeft img {
	position:relative;
	top:0;
	left:0;
	width:100%;
}


#imgRight {	
	position:relative;
	float:right;
	width:50%;
}

#imgRight h2 {
	position: absolute;
	text-align: center;
	z-index: 100;
	top: 50%;
	width: 320px;
	margin-left:-160px;
	left: 50%;
}

#imgRight img {
	position:relative;
	top:0;
	left:0;
	width:100%;
}

/* -----------------------------------Footer*/
#footer {
	position:relative;
	float: left;
	margin-left: 8.4745%;
	width: 83.051%;
	text-align: left;
}
.copyColOne {
	float:left;
	width:50%;
	margin-bottom: 60px;
}
.copyColOne span{
	text-decoration:underline;
}
.copyColTwo {
	float:left;
	width:48%;
	padding: 0 0 0 2%;
	margin-bottom: 108px;
}
.copyColThree {
	float:left;
	width:49%;
	padding: 0 1% 0 0;
	margin-bottom: 30px;
}
.copyColThree span{
	text-decoration:underline;
}
.copyColFour {
	float:left;
	width:49%;
	padding: 0 0 0 1%;
}
.copyColFour span{
	text-decoration:underline;
}
.copyright{
	position:relative;
	float:left;
	margin-top:-10px;
	margin-bottom: 30px;
}

}

/* Desktop adjustments before tablet breakpoint */
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98.3333%;
	max-width: 1232px;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	width: 100%;
	margin-left: 0;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

/* -----------------------------------Type Styles */
h1 {
	font-size:60px;
}

h2 {
	font-size: 26px;
	line-height: 26px;
}

h5 {
	font-size:30px;
}

p {
	font-size: 12px;
	line-height: 24px;
}

a {
	font-size:12px;
	line-height:18px;
	letter-spacing:normal;
}

/* -----------------------------------Furniture */
.Stroke {
	position: relative;
	float: left;
	margin-top: 60px;
	margin-bottom: 40px;
	width: 100%;
	height:1px;
	background-color:#212121;
}

/* -----------------------------------Header */
#headr{
	position:relative;
	float: left;
	height: 70px;
	width: 100%;
	padding: 30px 0 0 0;
	background-color:#000;
}

#logo{
	margin-left: auto;
	margin-right: auto;
	width: 119px;
	height: 40px;
}

/* -----------------------------------Navigation */
#mainNav {
	position:relative;
	float: left;
	padding: 10px 0 15px 0;
	width: 100%;
	background-color:#181818;
	border-top:#212121 solid 1px;
	border-bottom:#212121 solid 1px;
}

#navLinks {
	position:relative;
	text-align: center;
	word-spacing: 30px;
	margin-top: 5px;
}

#navLeft {
	position:relative;
	float:left;
	text-align:left;
	margin-left: 8.4745%;
	margin-top: -21px;
	padding-top:0px;
	border-top: none;
}

#navRight {
	position:relative;
	float: right;
	text-align:right;
	margin-right:8.4745%;
	margin-top: -21px;
	padding-top:0px;
	border-top: none;
}

/* -----------------------------------Video Title */
#video-title{
	margin-top: 30%;
} 

/* -----------------------------------Projects */
#projectHeader {
	position: relative;
	float: left;	
	padding: 18px 0px 10px 0px;
	width: 100%;
	background-color:#181818;
	border-top:#212121 solid 1px;
}

#projectHeader a {
	float: right;
	margin-right: 8.4745%;
}

#projectHeader p {
	float: left;
	margin-left: 8.4745%;
}

.projectList {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 8.4745%;
	width: 83.0508%;
}

.project { /*Individual block*/
	position: relative;
	float: left;
	width: 33.3333%;
	background-color: #000;
	text-align: center;
	 box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
    border: #181818 1px solid;  /**adjust as suit**/
	padding: 4%;
}

.projectIcon {
	display: block;
} 

.indentStroke {
	position: relative;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 8.4745%;
	width: 83.051%;
	height:1px;
	background-color:#212121;
}

/* -----------------------------------About us links*/
#aboutUs {
	position:relative;
	float:left;
	margin-left: 8.4745%;
	width: 83.0508%;
}

.aboutImg {
	position:relative;
	top:0;
	left:0;
	width:100%;	
}

#imgLeft {	
	position:relative;
	float:left;
	width:50%;
}

#imgLeft h2 {
	position: absolute;
	text-align: center;
	z-index: 100;
	top: 50%;
	width: 320px;
	margin-left:-160px;
	left: 50%;
}

#imgLeft img {
	position:relative;
	top:0;
	left:0;
	width:100%;
}

#imgRight {	
	position:relative;
	float:right;
	width:50%;
}

#imgRight h2 {
	position: absolute;
	text-align: center;
	z-index: 100;
	top: 50%;
	width: 320px;
	margin-left:-160px;
	left: 50%;
}

#imgRight img {
	position:relative;
	top:0;
	left:0;
	width:100%;
}

/* -----------------------------------Footer*/
#footer {
	position:relative;
	float: left;
	margin-left: 8.4745%;
	width: 83.051%;
}

.copyColOne {
	float:left;
	width:23%;
	margin-bottom: 0px;
}
.copyColOne span{
	text-decoration:underline;
}

.copyColTwo {
	float:left;
	width:23%;
	padding: 0 1% 0 1%;
}
.copyColThree {
	float:left;
	width:23%;
	padding: 0 1% 0 1%;
}
.copyColThree span{
	text-decoration:underline;
}
.copyColFour {
	float:left;
	width:23%;
	padding: 0 1% 0 1%;
}
.copyColFour span{
	text-decoration:underline;
}
.copyright{
	position:relative;
	float:left;
	margin-top:-30px;
	margin-bottom: 10px;
}

}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 990px) {

/* -----------------------------------Type Styles */
h2 {
	font-size: 28px;
	line-height: 28px;
}

p {
	font-size: 15px;
	line-height: 24px;
}

a {
	font-size:15px;
	letter-spacing: 1.5px;
	line-height:24px;
}

/* -----------------------------------Furniture */
.Stroke {
	position: relative;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	height:1px;
	background-color:#212121;
}

/* -----------------------------------Navigation */
#navLeft {
	margin-top: -24px;
}

#navRight {
	margin-top:-24px;
}

/*------------------------------------VIDEO Feature */
#video-container{
	width: 100%;
	background-color: black;
	overflow:hidden;
}

#video-title{
	position: absolute;
	text-align: center;
	color: white;
	width: 100%;
	font-size: 48px;
	margin-top: 15%;
	z-index: 5;
}
.thevideo{
	-webkit-filter: grayscale(100%);
	opacity: 0.4;
	width:100%;
	margin-top:0px;
}

/* -----------------------------------Footer*/
#footer {
	position:relative;
	float: left;
	margin-left: 8.4745%;
	width: 83.051%;
}

.copyColOne {
	float:left;
	width:24%;
}
.copyColOne span{
	text-decoration:underline;
}

.copyColTwo {
	float:left;
	width:23%;
	padding: 0 1% 0 1%;
}
.copyColThree {
	float:left;
	width:23%;
	padding: 0 1% 0 1%;
}
.copyColThree span{
	text-decoration:underline;
}
.copyColFour {
	float:left;
	width:23%;
	padding: 0 1% 0 1%;
}
.copyColFour span{
	text-decoration:underline;
}

.copyright{
	position:relative;
	float:left;
	margin-top:-40px;
	margin-bottom: 10px;
}

}
