@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%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		24;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.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;
	transition: background-color 0.5s ease; /*FOR PAGEFADEOUT*/
}

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

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: #ffffff;
	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:visited {
	color:#ffffff;
	text-decoration:none;
	-o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;
	transition:.2s;
} /*visited 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: 0px;
	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:#090909;
	border-top:#111111 solid 1px;
	border-bottom:#111111 solid 1px;
}

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

#navLeft {
	display: none;
}

#navRight {
	display: none;
}

/*-----------------------------------Feature */
#feature {
	position:relative;
	float:left;
	/*height: 300px;*/
	width: 100%;
	overflow:hidden;
}

/* ----------------------------------Project info */
.imgText{
	float:left;
	padding: 10% 8% 10% 8%;
}
.projLinks{
	float:left;
	padding: 0 8% 5% 8%;
	margin-bottom:40px;
	width: 83.75%;
	/*width: 83.0508%;*/
	position:relative;
	background-color: #121212;
	border-top:#212121 solid 1px;
	border-bottom:#212121 solid 1px;
}

.description span {
	color: #ccc;
}

.nextProj{float:right;}
.prevProj{float:left;}

/*-----------------------------------Footer */
#footer {
	text-align:center;
	margin: 0px 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; color: #ffffff}

/* ----------------------------------Header */
#headr{
	position:relative;
	float: left;
	height: 70px;
	width: 100%;
	padding: 30px 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;
	z-index:999;
}

#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;
}

/*-----------------------------------Feature */
#feature {
	position:relative;
	float:left;
	/*height: 400px;*/
	width: 100%;
	overflow:hidden;
}

/* ----------------------------------Project info */
.imgText{
	float:left;
}

.projLinks {
	margin-bottom:40px;
}

.projDetails {
	margin-top:-30px;
}

/* ----------------------------------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%;
}

#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;
}

/*-----------------------------------Feature */
#feature {
	position:relative;
	float:left;
	/*height: 500px;*/
	width: 100%;
	overflow:hidden;
}

#feature img {
	margin:0 auto;
}

#FeatImgDesk{
	position:relative;
	display:block;
}

#FeatImgMob{
	display:none;
}

/* ----------------------------------Project info */
.imgText{
	float:left;
	padding: 5% 8.4745% 5% 8.4745%;
	width: 83.0508%;

}
.description {
	width:80%;
	float:left;
}

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

.projLinks{
	float:left;
	padding: 0 8.4745% 2% 8.4745%;
	margin-bottom:40px;
	width: 83.0508%;
	position:relative;
}

.nextProj{float:right;}
.prevProj{float:left;}

.descImg{
	float:left;
	width:50%;
	max-height:600px;
	overflow:hidden;
}

/* ----------------------------------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;

}
h4	 {
	font-size: 18px;
	line-height: 30px;

}

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;
}

/*-----------------------------------feature */
#feature {
	position:relative;
	float:left;
	/*height: 600px;*/
	overflow:hidden;
}

#feature img {
	margin: 0 auto;
}

/* --------------------------------- Project Description */
#projDesc p {
	line-height:24px;
}

.projDetails {
	margin-top:-5px;
}

.description p {
	font-size:16px;
	line-height:30px;
}

/* ----------------------------------About us Links */
#aboutUs {
	position:relative;
	float:left;
	margin-left: 8.4745%;
	width: 83.0508%;
}
.imgLeft {
	position:relative;
	float: left;
	width: 50%;
	vertical-align: middle;
}
.imgLeft h2 {
	position:relative;
	text-align: center;
	margin-top: 150px;
}
.imgLeft img {
	width:100%;
	margin-top: -202px;
}

#imgRight {
	float:left;
	width: 50%;
	vertical-align:middle;
}
#imgRight h2 {
	position: relative;
	text-align: center;
	margin-top: 150px;
}
#imgRight img {
	width: 100%;
	margin-top: -202px;
}

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

}
