@charset "UTF-8";
/* CSS Document */
    /* \*/
    * html .gainlayout { height: 1%; }
    /* */

* {margin:0;padding:0;text-decoration:none;}

ul {list-style:none;}

li {list-style:none;}

h1 {font-weight:normal;text-align:left;}

img {border:none;}

a {
   outline: 0;
}

p {
	text-align:left;
}

h2 {
	font-family: "museo-sans", sans-serif;
	font-size:17px;
	font-weight:700;
	line-height:34px;
	padding-top:70px;
	padding-bottom:20px;
	letter-spacing:.1em;
}

h3 {
	font-family: "museo-sans", sans-serif;
	font-size:22px;
	font-weight:300;
	line-height:34px;
	padding-bottom:50px;
	letter-spacing:.05em;
}

.upper {
	text-transform: uppercase;
}

html, body {
	color:#ffffff;
	font-size:13px;
	line-height: 18px;
	font-family: "museo-sans", sans-serif;
	font-style: normal;
	font-weight:300;
	margin: 0 0 0 0;
	min-width:1000px;
}

#header {
	width:100%;
	left:0px;
	display: block;	
	z-index:200;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	position:relative;
}

#header_gallery {
	width:100%;
	left:0px;
	display: block;	
	z-index:200;
	background-image: url('../images/nav_bg2.png');
	background-repeat: repeat-x;
	position:relative;
}


#footer_clear {
	clear:both;
}


/*navigation*/

#logo {
	position:absolute;
	top:59px;	
}

#logo img{
	width:290px;
}


#details-box {
	height:370px;
	margin-left:25px;
	width:220px;
	position:relative;
	z-index:1500; 
}

#nav {
	padding-top:82px;
	width:1000px;
	z-index:110;
	margin:auto;
	height:97px;
}

#nav-links {
	text-align:right;
}

#nav-links a.selected {
	color:#ffffff;
}

#nav-links a {
    color:#ffffff;
	font-size:12px;
	margin-left:20px;
	font-weight:400;
}

#nav-links a:hover {
    color:#d6d0cd;
	-o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    /* ...and now for the proper property */
    transition:.4s;
}

#nav-home {
	z-index:1500;
	padding-bottom:50px;
	color:#ffffff;
	font-size:12px;
	font-weight:400;
}

#nav-home img{
	padding-bottom:30px;
}

#nav-home a {
	color:#ffffff;
	font-size:16px;
	letter-spacing:.06em;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    /* ...and now for the proper property */
    transition:.4s;
	padding-right:8px;
	padding-left:8px;
}
#nav-home a:hover {
	color:#fff8f0;
}


/*home*/

#content {
	height:100%;
	width:100%;
	text-align:left;
}

#full_col {
	float:left;
	width:100%;
	height:100%;
	text-align:center;
}
#logo_home {
	margin-top:120px;
	margin-bottom:3px;
	padding-top:50px;
}

#logo_home img{
	padding-bottom:90px;
}

#opaque-home {
	height:440px;
}


/*projects*/

#projects_box {
	width:1000px;
	margin:auto;
	padding-bottom:80px;
	padding-top:40px;
}

.wrap h1 {
	font-weight:100;
	color:#988a81;
	font-size:30px;
	line-height:32px;
}

.wrap h2 {
	font-weight:100;
	color:#988a81;
	font-size:16px;
	line-height:20px;
	padding-top:0;
}

.wrap p {
	font-weight:100;
	color:#988a81;
	font-size:13px;
	line-height:18px;
	padding-top:15px;
}


#navigation {
	position:fixed; 
	width:100%;
	bottom: 0px; 
	z-index: 20;
	text-align:right;
}

/* --- Container configuration ------ */
.viewport {
	float: left;
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 314px;
	text-align:center;
	margin-bottom:28px;
	float:left;
}

.viewport em{
	font-family: "museo-sans", sans-serif;
	font-weight:300;
	font-size: 11px;
	letter-spacing:.08em;
	font-style:normal;
}

#viewport_padding{
	padding-right:28px;
}
/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
	margin-right: 0;
}
/* --- Link configuration that contains the image and label ------  */
.viewport a {
	display: block;
	position: relative;
	color:#ffffff;
	font-family: "garamond-premier-pro-n5", "garamond-premier-pro";
	font-weight:400;
	font-size: 17px;
	letter-spacing:.08em;
}
.viewport a img {
	height: 250px;
	position: relative;
	width: 314px;
}
/* --- Label configuration ------  */
.viewport a span {
	display: none;
	height: 100%;
	padding-top: 110px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.viewport a span em {
	display: block;
}
/* --- Dark hover background ------  */
.dark-background {
	background-image: url('../images/bg_opaque.png');
	color: #fff;
	cursor:pointer;
}


/*about*/

#about_box {
	width:1000px;
	margin:auto;
	padding-top:40px;
}

#about_left {
	width:375px;
	float:left;
}


#about_right {
	width:570px;
	float:right;
	font-size:1.1em;
	line-height:19px;
}




/*process*/

#process_box {
	width:1000px;
	margin:auto;
	padding-bottom:80px;
}

#process_box h1{
	font-family: "museo-sans", sans-serif;
	font-size:17px;
	font-weight:300;
	line-height:34px;
	padding-bottom:10px;
	text-align:center;
}

#process_info {
	width:760px;
	margin:auto;
	padding-bottom:60px;
	padding-top:40px;
	text-align:center;
	color:#988a81;
	line-height:20px;
}

#process_info2 {
	width:760px;
	margin:auto;
	padding-bottom:60px;
	padding-top:60px;
	text-align:center;
	color:#988a81;
	line-height:20px;
}


/*press*/

#press_box {
	width:1000px;
	margin:auto;
	padding-bottom:80px;
	padding-top:40px;
}

#press_box img{
	width:142px;
}

.press_padding {
	margin-right:29px;
	margin-bottom:29px;
	float:left;
}

.press_padding_no {
	margin-bottom:29px;
	margin-bottom:29px;
	float:left;
}


/*contact*/

#wrap-text {
	min-width: 900px;
}

#contact_box {
	width:1000px;
	margin:auto;
	padding-bottom:80px;
	padding-top:40px;
}


/*footer*/

#footer {
	position: fixed;
	bottom:0;
	font-size:8px;
	width:100%;
	height:22px;
	padding-top:4px;
	z-index:-1;
	font-weight:300;
	letter-spacing:.03em;
	color:#cac4c0;
}
.footer {
	color:#cac4c0;
}

#footer-links_home {
	position: fixed;
	bottom:0;
	font-size:8px;
	width:100%;
	height:22px;
	padding-top:4px;
	z-index:300;
	font-weight:300;
	letter-spacing:.03em;
	color:#a4a4a4;
	text-align:center;
}
.footer-links_home {
	color:#ffffff;
}

#footer-box {
	width:1000px;
	margin:auto;
}

#links a{
	color:#cac4c0;
}

.links {
	text-align:right;
	color:#ffffff;
}


.links:hover {
	text-decoration:underline;
	-o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    /* ...and now for the proper property */
    transition:.4s;
}


/*page fade*/

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.05s;
-moz-animation-delay: 0.05s;
animation-delay: 0.05s;
}


