/* @override http://localhost:8888/_/css/style.css */
/* @override http://localhost/_/css/style.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

input, select {vertical-align: middle;}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}


/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* @group styles */

html {
	height: 100%;	
	background: none #111111;
}

body {
    color: #bebebe;
	font: 100% "proxima-nova-1","proxima-nova-2", arial, san-serif;
	font-weight: 100;
	min-height: 100%;
	max-width: 1280px;
	overflow: hidden;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	padding-right: 5em;
	padding-left: 5em;
}

a {
	color: #bebebe; 
	text-decoration: none; 
	font-weight: 300;
	}

h1 {
	margin-bottom: 30px;
	color: #cac9ca;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
    font-weight: 200;
	line-height: 18px;
	margin-bottom: 20px;
}

h3 {
	text-transform: uppercase;
	font-size: .875em;
	font-weight: 300;
	letter-spacing: .2em;
	margin-bottom: 1em;
	margin-top: 0em;

}

h3, h4, .menu, #media {
	font-family: "futura-pt-1","futura-pt-2", arial, san-serif;
}

h4 {
   	text-transform: uppercase;
	font-size: .6875em;
	font-weight: 300;
	letter-spacing: .2em;
	color: white;
}

h6 {
    font-weight: 200;
	letter-spacing: .2em;
	font-size: .75em;
	text-transform: ;
	line-height: 14px;
	margin-top: 5px;
}

p {
	font-weight: 100;
	padding-bottom: 1.8em;
	line-height: 1.7em;
	letter-spacing: .03em;
	}

li {
	text-transform: uppercase;
    font-weight: 300;
	letter-spacing: .3em;
}

header {
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: left;
}

header img {
	height: 1.6em;
	float: left;
	position: absolute;
	margin: 0;
	left: 2em;
	top: 1.5em;
}

header h6 {
	position: absolute;
	right: 2em;
	top: 1.5em;
}

/*navigation*/

nav {
    padding-top: 6em;
    border-bottom: 1px solid #6c6e6e;
    font-weight: 300;
	margin-top: 1em;
}

nav ul {
    margin: auto auto 1em;
}

.menu {
    display: flex;
	justify-content: space-between;
	flex-direction: row;
	font-size: .75em;
}

nav li a {
	transition: all .1s ease-out;
	display: block;
	margin: 0;
	padding: 1em 0;
	width: 100%
	height: 10em;
}

nav li a:hover {
/*	transform: translateY(-.5em);
	position: relative;*/
	color: #555555;
}

/*project navigation*/

#work h3 {
	padding-top: 1em;
}

#work {
	overflow: hidden;
    border-bottom: 1px solid #6c6e6e;
}

#work ul {
	margin-top: 2em;
	margin-bottom: 1.5em;
	overflow: hidden;
	font-size: .875em;
}

#work ul li {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: .5em;
	float: left;
}

#work ul li a {
	display: block;
	text-transform: none;
	letter-spacing: 1px;
    color: #c4c4c4;
}

#work ul li a:hover, ul#media li a:hover {
	color: #626262;
}

#work a.current {
	color: #626262;
}

/*project sub menu*/

#media {
	padding-top: 1em;
	text-align: center;
	margin: auto;
	font-size: .875em;
}

#media li {
	text-align: left;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;

}

#media li a {
		color: #6c6e6e;
}

#media li a.active {
	color: #ffffff;
}

/*video styles*/

.vid {
	margin: auto;
	text-align: center;
}

video {
	margin-bottom: 1.5em;
}

.hd {
	width: 100%;
}

/*styled content*/

#intro {
	font-size: .9em;
	display: block;
}

#home .vid {
	float: right;
	width: 100%;
}

.pdf {
	font-family: "futura-pt-1","futura-pt-2", arial, san-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.pdf:hover {
	color: #6c6e6e;
}

/*print slideshow*/

.cycle-slideshow {
	height: 100%;
	margin-bottom: 5em;
}

.cycle-slideshow img {
	width: 100%;
}

.cycle-prev, .cycle-next { 
	position: absolute; 
	width: 40%; 
	opacity: 0; 
	z-index: 800; 
	height: 100%; 
	cursor: pointer; 
	filter: alpha(opacity=1);
	font-size: 5em;
	top: 0;
	color: white;
	font-weight: 100;
	background-color: white;
}

.cycle-prev { left: 0;
	background: url(../../img/left-arrow.png) left 50% no-repeat;}

.cycle-next { right: 0; background;
	background: url(../../img/right-arrow.png) right 50% no-repeat;
}

.cycle-prev:hover, .cycle-next:hover {
	opacity: 1; 
	filter: alpha(opacity=1);	
}

/*contact*/

#contact h2 {
	font-size: 1.5em;
	letter-spacing: .1em;
	color: #8e8d8e;
}

#contact a {
	color: #8e8d8e;
	font-weight: 100;
}

#contact a:hover {
    color: #fff;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

.col img {
	margin-bottom: 3%;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 580px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 580px) {
	.span_2_of_2, .span_1_of_2 { 
		width: 100%; float: right;
	}
}

@media only screen and (max-width: 580px) {
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { 
		width: 100%; float: right;
	}
}


/* breakpoints */

@media screen and (max-width: 1024px) {

video {
	width: 100%;
}

} /*end media*/

@media screen and 
(max-width: 580px) {

header {
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
}

header img {
	padding-bottom: 1em;
	margin: auto;
	float: none;
	position: relative;
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header h6 {
	float: none;
	position: static;
}

nav {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 1em;
}

nav li a {
	padding: .3em;
}

.menu {
	font-size: .75em;
	margin: auto;
	display: block;
}

.menu li {
	margin-bottom: 10px;
}

#work ul li {
	float: none;
}

video {
	width: 100%;
}

} /*end media*/


/* @end */

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #e2e7e8; color: #fff; text-shadow: none;}
::selection {background: #e2e7e8; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #43d4fd; color: #000; text-decoration: none;}
mark {background-color: #43d4fd; color: #000; font-style: italic; font-weight: bold;}
