html {
	height: 100%;
	width: 100%;
	background: url(../img/background.gif) top center repeat;
}
body {
	width: 940px;
	margin: 0 auto !important;
}
  html.no-js body {
    width: 960px;
  }

#container {
    overflow: hidden;
}

/** HEADER **/
header {
	height: 124px;
	width: 940px;
	background: url(../img/shadow-top.png) bottom center no-repeat;
}
header h1 {
	float: left;
	margin: 51px 0 0 0;
}
header h1 a {
	display: block;
	width: 280px;
	height: 47px;
	background: url(../img/logo.png) top left no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header nav {
	float: right;
	margin: 55px 0 0 0;
}
header nav a {
	margin: 0 50px 0 0;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 1px;
	color: #474747;
	text-decoration: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
header nav a:hover {
	color: #64c189;
}

/** HOMEPAGE **/

/* Filter */
#filter {
  float: right;
  clear: both;
  margin: 15px 0;
}
  html.no-js #filter {
    display: none;
  }
#filter a {
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  color: #474747;
  text-decoration: none;
  margin-left: 24px;
  text-transform: uppercase;
  text-align: center;
}
#filter a.active {
  font-weight: bold;
}
#filter a.all {
  width: 28px;
}
#filter a.ac {
  width: 111px;
}
#filter a.ct {
  width: 149px;
}
#filter a.pm {
  width: 141px;
}
#filter a.va {
  width: 79px;
}
#filter a.il {
  width: 87px;
}
#filter a.pa {
  height: 14px;
}
#filter .pa-icon {
  display: block;
  width: 25px;
  height: 18px;
  background: url(../img/progress-animation-icon.png) top left no-repeat;
}

/* Items */
#main {
  clear: both;
  overflow: visible !important;
}
  html.no-js #main {
    margin: 30px 0;
  }
#main .project {
  float: left;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  border: none;
  min-height: 80px;
  background: #fff;
}
  html.no-js #main .project {
    margin-right: 20px;
  }
#main .project img {
  display: block;
  border: none;
  width: 220px;
}
#main .project.project--2-col img {
  width: 460px;
}
#main .project.project--3-col img {
  width: 700px;
}
#main .project .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
}
  html.no-js #main .project .caption,
  html.lt-ie9 #main .project .caption {
    display: none;
  }
#main .project .caption span {
  display: block;
  padding: 7px 7px 5px 7px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}
#main .project .caption .pa-icon {
  float: right;
  width: 25px;
  height: 18px;
  margin-top: -2px;
  background: url(../img/progress-animation-icon.png) top left no-repeat;
}

/** CONTENT **/

/* Single Page */
#project-back {
  float: right;
  clear: both;
  width: 940px;
  margin: 15px 0; 
  text-align: left;
}
#project-back a {
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  color: #474747;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
#project-main.single {
    text-align: center;
    line-height: 0;
    margin: 30px 0;
}
  html.no-js #project-main {
    margin: 30px 0;
  }
#project-main.single .wrap {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
}
#project-main.single .wrap > img {
		width: 100%;
}
#project-main.single img {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
}
#project-main.single a.expand {
	transition: .2s;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 10px;
  right: 10px;
  background: #212222 url(../img/icon-expand.svg);
  background-size: 50% auto;
  background-position: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  opacity: .7;
}
#project-main.single a.expand:hover {
	opacity: 1;
}
/*
#project-main.single a.expand.light {
  background: url(../img/expand-light.png) top left no-repeat;
}
#project-main.single a.expand.dark {
  background: url(../img/expand-dark.png) top left no-repeat;
}
#project-main.single a.expand.darkest {
  background: url(../img/expand-darkest.png) top left no-repeat;
}
*/
  html.no-js #project-main.single a.expand {
    display: none;
  }
#project-main #slider-wrapper a.expand {
  transition: .2s;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 10px;
  right: 10px;
  z-index: 10;
  background: #212222 url(../img/icon-expand.svg);
  background-size: 50% auto;
  background-position: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  opacity: .7;
}
#project-main #slider-wrapper a.expand:hover {
  opacity: 1;
}

/*
#project-main #slider-wrapper a.expand.light {
  background: url(../img/expand-light.png) top left no-repeat;
}
#project-main #slider-wrapper a.expand.dark {
  background: url(../img/expand-dark.png) top left no-repeat;
}
*/

/* Project Page */
#project-main #timeline {
	position: relative;
	width: 618px;
	height: 50px;
	display: block;
	margin: 12px auto 16px;
	background: url(../img/timeline-6.png) bottom center no-repeat;
}
    html.no-js #project-main #timeline {
        display: none;
    }
#project-main #timeline .active-piece {
	position: absolute;
	bottom: 0;
	left: 0;
	width:  618px;
	height: 18px;
	display: block;
	background: url(../img/timeline-6-active.png) bottom left no-repeat;
}
#project-main #timeline.five-steps {
	position: relative;
	width: 674px;
	height: 32px;
	display: block;
	margin: 12px auto 16px;
	background: url(../img/timeline-5.png) bottom center no-repeat;
}
#project-main #timeline.five-steps .active-piece {
	position: absolute;
	bottom: 0;
	left: 0;
	width:  674px;
	height: 18px;
	display: block;
	background: url(../img/timeline-5-active.png) bottom left no-repeat;
}
#project-main #timeline.four-steps {
	width:  513px;
	background: url(../img/timeline-4.png) bottom center no-repeat;
}
#project-main #timeline.four-steps .active-piece {
	width:  513px;
	background: url(../img/timeline-4-active.png) bottom left no-repeat;
}
#project-main #timeline .caption {
	position: absolute;
	bottom: 0;
	width: 120px;
	padding: 0 0 18px 0;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #8c8c8c;
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
}
#project-main #timeline.five-steps .caption {
    width: 164px;
}
#project-main #timeline .caption.active {
	color: #474747;
}
#project-main #timeline .caption.stage1 {
	left: -52px;
}
#project-main #timeline .caption.stage2 {
	left: 68px;
}
#project-main #timeline .caption.stage3 {
	left: 188px;
}
#project-main #timeline .caption.stage4 {
	left: 308px;
}
#project-main #timeline .caption.stage5 {
	left: 428px;
}
#project-main #timeline .caption.stage6 {
	left: 548px;
}
#project-main #timeline.five-steps .caption.stage1 {
	left: -75px;
}
#project-main #timeline.five-steps .caption.stage2 {
	left: 91px;
}
#project-main #timeline.five-steps .caption.stage3 {
	left: 255px;
}
#project-main #timeline.five-steps .caption.stage4 {
	left: 421px;
}
#project-main #timeline.five-steps .caption.stage5 {
	left: 583px;
}
#project-main .slider {
	width: 940px;
	height: auto;
	display: block;
	text-align: center;
	margin: 0 auto 30px;
}
#project-main .slider #slider {
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
}
  html.no-js #project-main .slider #slider {
    box-shadow: none;
  }
#project-main .slider li {
	list-style: none;
}
#project-main .slider li img {
  max-width: 100%;
}
  html.no-js #project-main .slider li {
    display: none;
  }
  html.no-js #project-main .slider li:last-child {
    display: block;
  }
  html.no-js #project-main .slider li:last-child img {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
  }
#project-main .slider #slider-prev {
	position: absolute;
	top: 50%;
	left: -62px;
	display: block;
	height: 86px;
	width: 43px;
	margin: -22px 0 0 0;
	background: url(../img/prev-next-buttons.png) -43px 0px no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#project-main .slider #slider-prev:hover {
	background-position: -43px -86px;
}
#project-main .slider #slider-next {
	position: absolute;
	top: 50%;
	right: -62px;
	display: block;
	height: 86px;
	width: 43px;
	margin: -22px 0 0 0;
	background: url(../img/prev-next-buttons.png) 0px 0px no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#project-main .slider #slider-next:hover {
	background-position: 0px -86px;
}

/* About Page */
#about-main {
  margin: 20px 0;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
#about-main .col1 {
  width: 420px;
  float: left;
}
#about-main .col2,
#about-main .col3 {
  float: left;
  width: 220px;
  margin-left: 20px;
}
#about-main .col2 {
  margin-left: 60px;
}
#about-main ul {
  list-style: none;
  padding: 0;
}
#about-main .col3 ul {
  padding-top: 32px;
}
#about-main ul li {
  padding-bottom: .5em;
}
#about-main p.credit {
  font-style: italic;
}


/** FOOTER **/
footer {
  clear: both;
	width: 940px;
	padding: 28px 0;
	background: url(../img/shadow-bottom.png) top center no-repeat;
	text-align: center;
	color: #8c8c8c;
	font-size: 11px;
}
footer a {
	color: #8c8c8c;
	text-decoration: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
footer a:hover {
	color: #64c189;
}

/** RESET **/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Helvetica Neue', Helvetica, sans-serif; color: #474747; }
body { font-size: 1em; line-height: 1.4; }
::selection {
	background-color: #89d4a7;
}

/** ISOTOPE ANIMATIONS */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
