/*
  Title: Gorilla project template
  Author: Jelle Desramaults
  For: Gorilla webdesign (http://gorilla-webdesign.be)
  Date: February 2011
  
  1. CONFIGURATION
  2. COMMON
      2.1 General page layout
      2.2 Header
      2.3 Team
      2.5 Contact
      2.4 Footer
  3. PAGES
      3.1 Homepage
      3.1 Wat we doen (home)
      3.2 Hoe we werken
      3.3 Onze projecten
      3.4 Blog detail
      3.5 Blog comments
      3.6 Blog archive
      3.7 Contact thanks page
      3.8 404
      3.9 Individual blogpost
  4. IE STYLes
  5. MOBILE STYLES
*/
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; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body {
  font-size: 100%;
  line-height: 1.5em; }

html > body {
  font-size: 16px; }

@font-face {
  font-family: 'Delicious';
  src: url("/fonts/delicious-roman.eot");
  src: local("☺"), url("/fonts/delicious-roman.woff") format("woff"), url("/fonts/delicious-roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Delicious';
  src: url("/fonts/delicious-italic.eot");
  src: local("☺"), url("/fonts/delicious-italic.woff") format("woff"), url("/fonts/delicious-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Delicious';
  src: url("/fonts/delicious-heavy.eot");
  src: local("☺"), url("/fonts/delicious-heavy.woff") format("woff"), url("/fonts/delicious-heavy.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DeliciousBold';
  src: url("/fonts/delicious-bold.eot");
  src: local("☺"), url("/fonts/delicious-bold.woff") format("woff"), url("/fonts/delicious-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

/* Typography -------------------------------------------------------------- */
/* The following classes are for use with @extend. */
.serif, #contact-form .alt, #article-content .intro, #comment-form .alt {
  font-family: Cambria, Georgia, serif; }

.sans, #navmain select {
  font-family: sans-serif; }

.delicious, body, h1, #navmain a, #contact-sidebar p, #logo a .popup span, .ie6 #logo a .popup span, .ie7 #logo a .popup span, .ie8 #logo a .popup span {
  font-family: "Delicious", "Trebuchet ms", Helvetica, Arial, sans-serif; }

.delicious-bold, #back-to-top p a, #toolset h2, #previous-article a h4, #next-article a h4, #post-overview a h4, .comments-holder h2, .comment .number, .blog-archief #content .list-article, .blog-archief #content .list-article .metadata .date, #workflow-steps ol li h3 em, .ie6 #workflow-steps ol li h3 em, .ie7 #workflow-steps ol li h3 em, .ie8 #workflow-steps ol li h3 em {
  font-family: "DeliciousBold", "Trebuchet ms", Helvetica, Arial, sans-serif; }

.mono, pre, code, tt {
  font-family: "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, Courier, monospace, sans-serif; }

.caps, .smallcaps, h4, h2, .team-social strong {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.smallcaps, h4 {
  font-variant: small-caps; }

/* Body -------------------------------------------------------------- */
body {
  color: #4a4e4f; }

/* Selected Text -------------------------------------------------------------- */
/* -moz- must be declared separately */
::-moz-selection {
  color: white;
  background: #122a35;
  text-shadow: none; }

::selection {
  color: white;
  background: #122a35;
  text-shadow: none; }

/* Links -------------------------------------------------------------- */
a:link, a:visited {
  color: #85a300; }
a:link, a:visited, a:hover, a:active {
  outline: none; }
a:focus, a:hover, a:active {
  color: #122a35;
  text-decoration: none; }
a:focus {
  outline: thin dotted; }

a.button, button {
  border: none;
  /*  @include text-shadow(darken($base,10%),1px,1px,0);
    @include box-shadow(rgba(#000,0.2),2px,2px,0);
    @include border-radius(18px);
    @include inline-block;
    @extend .delicious-bold;
    font-weight:bold;
    background:$base;
    color:#FFF!important;
    margin-left:3px;
    padding:5px 15px!important;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    font-size:110%;
    &:hover{
      @include text-shadow(darken($alt,30%),1px,1px,0);
      background:$alt;
    }*/
  text-shadow: white 1px 1px 0;
  -moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
  -khtml-border-radius: 2em;
  border-radius: 2em;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  font-weight: bold;
  background: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(top, #ffffff, #dddddd);
  border: #fff 0.09em solid;
  color: #666!important;
  margin-left: 3px;
  padding: 10px 25px!important;
  text-decoration: none;
  text-align: center; }
a.button, button {
  *display: inline; }
a.button:hover, button:hover {
  color: #4d4d4d;
  border: #afd600 0.09em solid; }
a.button:active, button:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
  background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
  background-image: -o-linear-gradient(top, #dddddd, #ffffff);
  background-image: -ms-linear-gradient(top, #dddddd, #ffffff);
  background-image: linear-gradient(top, #dddddd, #ffffff);
  -moz-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4); }
a.button:active, button:active {
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }

/* Headings -------------------------------------------------------------- */
h2, h3, h4, h5, h6 {
  margin-bottom: 1.5em; }

h1 {
  font-size: 1.875em;
  line-height: 1.6em;
  margin-bottom: 1.143em;
  line-height: 1.2em;
  padding-bottom: 16px;
  font-weight: bold;
  color: #122a35;
  background: url(/images/layout/border.png) repeat-x center 100%;
  text-transform: uppercase; }

h2 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold; }

h3 {
  font-weight: bold; }

h4 {
  text-transform: lowercase; }

h5, h6 {
  font-style: italic; }

/* Inline -------------------------------------------------------------- */
cite, em, dfn, address, i {
  font-style: italic; }

strong, dfn, b {
  font-weight: bold; }

sup, sub {
  font-size: smaller;
  line-height: 0; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

mark {
  background: #ffff99;
  background-color: rgba(255, 255, 0, 0.5);
  text-shadow: none; }

small {
  font-size: 0.75em;
  line-height: 2em; }

q {
  font-style: italic; }
q em {
  font-style: normal; }

/* Block -------------------------------------------------------------- */
p {
  margin-bottom: 1.5em;
  margin-right: 1.5em; }

pre {
  margin: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

blockquote {
  margin-bottom: 1.5em;
  font-style: italic; }
blockquote .quote {
  background: transparent url(/images/layout/quote-open.png) no-repeat 0 0.7em;
  padding-top: 0.8em;
  margin-top: -0.8em;
  padding-left: 2.8em;
  margin-left: -2.8em; }
blockquote cite {
  font-size: 11px; }

/* Replaced -------------------------------------------------------------- */
img {
  vertical-align: text-bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

/* Lists -------------------------------------------------------------- */
ol, ul, dl {
  margin-bottom: 1.5em;
  margin-left: 1.5em; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }
li ul {
  list-style-type: circle; }

dt {
  margin-top: 1.5em;
  font-style: italic; }

dd {
  padding-left: 1.5em; }

/* Tables -------------------------------------------------------------- */
/* tables still need 'cellspacing="0"' in the markup */
table {
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }

table, td, th {
  vertical-align: top; }

th, thead th {
  font-weight: bold; }

th, td, caption {
  padding: 0.75em;
  text-align: left;
  font-weight: normal; }

table, th {
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em; }

tfoot {
  font-size: 0.875em;
  line-height: 1.714em; }

/* Forms -------------------------------------------------------------- */
fieldset {
  margin-bottom: 1.5em;
  border-style: solid;
  border-width: 0.063em;
  padding: 1.438em; }
fieldset ul {
  list-style: none;
  margin: 0; }
fieldset ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px; }

legend {
  font-size: 1.125em;
  line-height: 1.333em;
  font-weight: bold; }

input[type="radio"], input[type="checkbox"] {
  vertical-align: baseline; }

label, input[type=button], input[type=submit], button {
  cursor: pointer; }

label {
  font-weight: bold; }

.textinput, textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=time], input[type=number], input[type=range], input[type=search], input[type=color] {
  font-family: sans-serif;
  font-size: 0.875em;
  line-height: 1.714em;
  border-style: solid;
  border-width: 0.071em;
  padding: 0.357em;
  margin-bottom: 0.75em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0;
  border-color: #dadedf;
  height: 2.571em; }

textarea {
  height: 11.143em;
  vertical-align: text-bottom; }

input[type=search] {
  -webkit-appearance: none; }
input[type=search]::-webkit-search-decoration {
  display: none; }

button {
  width: auto;
  overflow: visible; }

.box, blockquote, fieldset, #gorilla-intro, #blog-navigation {
  *zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #dadedf;
  background: #fff;
  margin: 0 0 1.5em 0;
  padding: 1.5em; }
.box:after, blockquote:after, fieldset:after, #gorilla-intro:after, #blog-navigation:after {
  content: "";
  display: table;
  clear: both; }

p.read-more {
  float: right; }

html {
  background: #f3f3f3 url(/images/layout/bg.png); }

body {
  background: transparent url(/images/layout/bg-top.png) repeat-x;
  padding-top: 10px;
  text-shadow: white 1px 1px 0; }

#content {
  background: url(/images/layout/border.png) repeat-x 0 0;
  padding: 1.5em 0 0 0; }

#project-slideshow {
  display: none; }

#header {
  *zoom: 1;
  background: url(/images/layout/bg-header.png) repeat-x left bottom;
  padding: 1.5em 0 0 0;
  position: relative; }
#header:after {
  content: "";
  display: table;
  clear: both; }

#logo {
  height: 63px;
  width: 174px;
  margin: 0 0 1.5em 0.25em; }
#logo a {
  background: transparent url(/images/layout/logo.png) 0 0 no-repeat;
  display: block;
  height: 63px;
  width: 174px;
  text-decoration: none; }
#logo em {
  display: none; }
#logo .popup {
  display: none; }

#navmain {
  overflow: hidden;
  *zoom: 1; }
#navmain ul {
  list-style: none;
  margin: 0; }
#navmain ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px; }
#navmain a {
  color: #636869;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 0 0.5em 1em;
  border-top: 1px solid #dadedf;
  border-left: 1px solid #dadedf;
  text-transform: uppercase; }
#navmain a:hover {
  color: #4a4e4f; }
#navmain li.current a, #navmain li.parent_of_current a {
  color: #85a300; }
#navmain ul.nav-site li {
  float: left;
  width: 50%; }
#navmain ul.nav-contact li {
  padding-right: 0; }

#team-info {
  text-shadow: black 1px 1px 0;
  background: #122a35 url(/images/layout/bg-team.png);
  border-top: 5px solid #dadedf;
  padding: 1.5em 0 1.5em 0; }

#team-info h2 {
  font-size: 1.125em;
  line-height: 1.333em;
  color: #FFF; }

.team-social {
  margin-bottom: 1.5em;
  font-size: 0.813em;
  line-height: 1.846em;
  color: rgba(255, 255, 255, 0.7); }
.team-social strong {
  font-weight: normal; }
.team-social a:hover {
  color: #FFF; }

#social ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0; }
#social ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px; }
#social ul li a {
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid #3f626b;
  display: block;
  color: #9fb3ba;
  height: 3em;
  line-height: 3em;
  text-decoration: none; }
#social ul li a:hover {
  color: #FFF; }
#social ul li:first-child a {
  border-top: none; }
#social ul li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  display: block;
  padding: 0.5em 0; }
#social ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
#social ul li a span {
  float: left;
  display: block;
  height: 44px;
  width: 44px;
  margin-right: 0.75em; }
#social ul li.facebook a span {
  background: url(/images/layout/icons/facebook.png); }
#social ul li.twitter a span {
  background: url(/images/layout/icons/twitter.png); }
#social ul li.flickr a span {
  background: url(/images/layout/icons/flickr.png); }

ul#team {
  list-style: none;
  margin: 0; }
ul#team li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px; }
ul#team li {
  overflow: hidden;
  *zoom: 1;
  padding-top: 1.5em;
  border-top: 1px solid #3f626b; }
ul#team li:first-child {
  border-top: none; }
ul#team li p {
  margin: 0.25em;
  margin-top: 1.5em;
  color: #FFF; }
ul#team li img {
  -moz-box-shadow: 1px 1px 0 black;
  -webkit-box-shadow: 1px 1px 0 black;
  -o-box-shadow: 1px 1px 0 black;
  box-shadow: 1px 1px 0 black;
  margin: 0 1.5em 1.5em 0;
  float: left;
  border: 5px solid #dadedf;
  float: left; }
ul#team li h3 {
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  display: inline !important;
  background: #85a300;
  color: #FFF;
  margin-bottom: 0;
  padding: 0.5em 1em !important;
  text-align: center; }

#contact {
  background: white url(/images/layout/bg-contact.png) repeat-x; }

#contact h2 {
  font-size: 1.125em;
  line-height: 1.333em;
  text-shadow: black 1px 1px 0;
  color: #FFF;
  line-height: 72px; }

#contact-info {
  *zoom: 1; }
#contact-info:after {
  content: "";
  display: table;
  clear: both; }

#contact-sidebar .address {
  padding-bottom: 20px; }
#contact-sidebar .address a {
  /*  @include text-shadow(darken($base,10%),1px,1px,0);
    @include box-shadow(rgba(#000,0.2),2px,2px,0);
    @include border-radius(18px);
    @include inline-block;
    @extend .delicious-bold;
    font-weight:bold;
    background:$base;
    color:#FFF!important;
    margin-left:3px;
    padding:5px 15px!important;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    font-size:110%;
    &:hover{
      @include text-shadow(darken($alt,30%),1px,1px,0);
      background:$alt;
    }*/
  text-shadow: white 1px 1px 0;
  -moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
  -khtml-border-radius: 2em;
  border-radius: 2em;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  font-weight: bold;
  background: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(top, #ffffff, #dddddd);
  border: #fff 0.09em solid;
  color: #666!important;
  margin-left: 3px;
  padding: 10px 25px!important;
  text-decoration: none;
  text-align: center;
  margin-top: 0.75em; }
#contact-sidebar .address a {
  *display: inline; }
#contact-sidebar .address a:hover {
  color: #4d4d4d;
  border: #afd600 0.09em solid; }
#contact-sidebar .address a:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
  background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
  background-image: -o-linear-gradient(top, #dddddd, #ffffff);
  background-image: -ms-linear-gradient(top, #dddddd, #ffffff);
  background-image: linear-gradient(top, #dddddd, #ffffff);
  -moz-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4); }
#contact-sidebar .address a:active {
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }

#contact-cta {
  list-style: none;
  margin: 0;
  padding: 0; }
#contact-cta li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px; }
#contact-cta a {
  font-weight: bold;
  border: none; }
#contact-cta li {
  border-top: 1px solid #dadedf;
  padding: 0.5em 0; }
#contact-cta #email {
  background: url(/images/layout/icons/email.png) no-repeat left center;
  line-height: 44px;
  padding-left: 3.5em; }
#contact-cta #gmap {
  background: url(/images/layout/icons/gmap.png) no-repeat left 0.5em;
  padding-left: 3.5em; }
#contact-cta #gmap a {
  display: block; }

#address {
  text-align: center; }

#contact-form {
  position: relative; }
#contact-form .alt {
  color: #4a4e4f;
  line-height: 67px;
  margin: 2em 0 0;
  font-size: 16px !important;
  text-align: center;
  text-shadow: none;
  border: 1px #ddd dotted;
  background-color: #fff; }

label.error {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: transparent url("/images/layout/bubble-info.png") no-repeat center 0;
  display: block;
  color: #aaa;
  padding: 16px 0 4px 0;
  position: relative;
  margin-top: -20px;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
  height: 20px;
  font-size: 70%; }

#footer {
  border-top: 1px solid #dadedf;
  padding-top: 1.5em; }

#back-to-top {
  background: url(/images/layout/bg-to-top.png) repeat-x 0 0;
  text-align: center;
  height: 98px;
  border-top: 5px solid #dadedf;
  border-bottom: 1px solid #000; }
#back-to-top p {
  margin: 0;
  padding-top: 32px; }
#back-to-top p a {
  font-weight: bold;
  text-shadow: 1px 1px 0 #0E232C;
  background: url(/images/layout/bttn-to-top.png) no-repeat left top;
  color: #6e8791;
  display: inline-block;
  height: 34px;
  font-size: 19px;
  line-height: 34px;
  padding-left: 40px;
  text-transform: uppercase;
  text-decoration: none; }
#back-to-top p a:hover {
  color: #8b9fa7; }

#nice-to-meet-you h1 {
  margin-bottom: 0.35em; }
#nice-to-meet-you .alt {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url(/images/layout/ampersand.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-top: 1px; }
#nice-to-meet-you .intro {
  font-size: 1.5em;
  line-height: 1.6em;
  text-align: center;
  padding: 0 14%;
  margin-bottom: 0.85em; }
#nice-to-meet-you .read-more {
  float: none;
  margin: 0 auto;
  width: 14em; }

#wat-we-doen {
  overflow: hidden;
  *zoom: 1;
  background: url(/images/layout/border.png) repeat-x 0 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

#testimonial {
  display: block; }

#knap-en-doordacht h3 {
  text-shadow: white 1px 1px 0; }

#workflow-steps h3 {
  font-size: 1.3em; }
#workflow-steps h3 em {
  display: none; }

#toolset {
  *zoom: 1;
  background: #ebebeb url(/images/layout/border.png) repeat-x 0 0;
  padding: 1.5em 0 1.5em 0; }
#toolset:after {
  content: "";
  display: table;
  clear: both; }

#toolset h2 {
  text-transform: uppercase; }

#toolset ul {
  list-style: none;
  margin-left: 0; }
#toolset ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px; }
#toolset ul li {
  border-top: 1px solid #ccd2d3;
  padding: 0.75em 0; }
#toolset ul li h3 {
  margin-bottom: 0.25em; }
#toolset ul #basecamp h3 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url(/images/layout/toolset-basecamp.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 46px; }
#toolset ul #radiant h3 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url(/images/layout/toolset-radiant.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 46px; }
#toolset ul #google-analytics h3 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url(/images/layout/toolset-ga.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 46px; }
#toolset ul #html-css h3 {
  color: #85a300;
  height: 46px;
  line-height: 44px; }

.onze-projecten #content {
  padding-top: 4.5em;
  position: relative;
  overflow: visible; }
.onze-projecten #content img {
  max-width: none!important; }
.onze-projecten #content h1 {
  font-size: 3.125em;
  line-height: 1.44em;
  color: #122a35;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none; }
.onze-projecten #content h2 {
  font-size: 2.25em;
  line-height: 1.333em;
  margin-bottom: 1.5em;
  margin-top: -0.3em;
  color: #969b9c;
  text-align: center;
  background: none; }

.onze-projecten nav[role="project-nav"] ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.onze-projecten nav[role="project-nav"] ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px; }
.onze-projecten nav[role="project-nav"] a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  display: block;
  height: 48px;
  width: 48px; }
.onze-projecten nav[role="project-nav"] a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.onze-projecten nav[role="project-nav"] .prev-project a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/layout/project-nav.png?1319320590');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 6.5em; }
.onze-projecten nav[role="project-nav"] .next-project a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/layout/project-nav.png?1319320590');
  background-repeat: no-repeat;
  background-position: -48px 0;
  position: absolute;
  right: 0;
  top: 6.5em; }

.onze-projecten .project-info {
  *zoom: 1;
  padding-top: 6em;
  padding-bottom: 1.5em;
  background: url(/images/layout/border.png) no-repeat center 3em; }
.onze-projecten .project-info:after {
  content: "";
  display: table;
  clear: both; }
.onze-projecten .project-info .project-quote blockquote {
  font-size: 1.125em;
  line-height: 1.6em;
  background: none;
  padding: 0;
  border: none; }
.onze-projecten .project-info .project-quote blockquote p {
  margin-bottom: 0.75em; }
.onze-projecten .project-info .project-quote blockquote p.last {
  font-size: 1.125em;
  line-height: 1.333em;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0; }
.onze-projecten .project-info .project-quote blockquote p.last span {
  font-weight: bold; }
.onze-projecten .project-info .project-meta dl {
  margin-left: 0!important;
  padding: 0!important; }
.onze-projecten .project-info .project-meta dt {
  font-size: 1.125em;
  line-height: 1.333em;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0; }
.onze-projecten .project-info .project-meta dd {
  padding: 0 0 1em 0; }

#previous-article a, #next-article a, #post-overview a {
  text-decoration: none; }
#previous-article a span, #next-article a span, #post-overview a span {
  display: none; }
#previous-article a h4, #next-article a h4, #post-overview a h4 {
  letter-spacing: 0;
  font-variant: normal;
  text-transform: uppercase;
  margin: 0;
  display: inline; }
#previous-article a strong, #next-article a strong, #post-overview a strong {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url(/images/layout/btn-prev-next.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 29px;
  height: 29px;
  font-weight: bold;
  float: left;
  margin-right: 0.5em; }
#previous-article a:hover strong, #next-article a:hover strong, #post-overview a:hover strong {
  background-position: left bottom; }

#post-overview strong {
  background-position: 50% top !important; }
#post-overview a:hover strong {
  background-position: 50% bottom !important; }
#post-overview a {
  border-top: none; }

#next-article strong {
  background-position: right top !important; }
#next-article a:hover strong {
  background-position: right bottom !important; }

#article-content .intro {
  /*    @include padding-leader;*/
  font-weight: 100;
  font-size: 1.15em;
  line-height: 1.6em;
  font-style: italic; }

.comments-holder {
  background: white url(/images/layout/bg-comments.png) center 0 repeat-x; }
.comments-holder h2 {
  text-transform: uppercase;
  color: #4a4e4f;
  text-shadow: 1px 1px 0 white;
  line-height: 67px; }

#comment-form .alt {
  color: #4a4e4f;
  line-height: 67px;
  margin: 2em 0 0;
  font-size: 16px !important;
  text-align: center;
  text-shadow: none;
  border: 1px #ddd dotted;
  background-color: #fff; }

.comment {
  overflow: hidden;
  *zoom: 1;
  background: url(/images/layout/border.png) repeat-x 0 0;
  padding: 1em 0; }
.comment .number {
  display: block;
  float: right;
  font-weight: bold;
  font-size: 4em;
  margin: 0 0 0.25em 0.25em;
  text-align: center;
  line-height: 0.82em;
  color: #7b8284;
  text-shadow: 1px 1px 0 white; }
.comment .by_line {
  font-weight: 700; }
.comment .message {
  /*    @extend .serif;*/ }
.comment:first-child {
  background: none;
  padding-top: 0; }

.blog-archief #content h2 {
  color: #4a4e4f;
  font-size: 1.8em;
  text-shadow: 1px 1px 0 #fff;
  padding-top: 0.7em;
  clear: right; }
.blog-archief #content .list-article {
  text-transform: uppercase;
  background: url(/images/layout/border.png) repeat-x 0 100%;
  padding: 1.5em 0; }
.blog-archief #content .list-article p {
  margin: 0; }
.blog-archief #content .list-article .metadata {
  font-size: 16px;
  text-transform: none; }
.blog-archief #content .list-article .metadata .date {
  font-size: 17px;
  text-transform: normal; }
.blog-archief #content .list-article .metadata .author {
  font-weight: bold; }
.blog-archief #content .list-article .metadata .author em {
  font-style: normal; }
.blog-archief #content .list-article .comment-count {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  -khtml-border-radius: 16px;
  border-radius: 16px;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
  display: inline-block;
  background: url(/images/layout/comment-bubble.png) no-repeat 0 0;
  color: #FFF;
  height: 24px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 22px;
  width: 24px;
  text-align: center;
  font-size: 85%; }

.bedankt #content {
  padding-top: 5em; }
.bedankt h1 {
  background: url(/images/layout/tsjakkaa.png) no-repeat 0 0;
  margin-bottom: 0.5em;
  text-indent: -20000px;
  height: 150px; }

.didya {
  background: url("/images/layout/border.png") repeat-x scroll center 0 transparent;
  margin: 0 auto;
  clear: left; }
.didya p {
  padding: 1.5em 0;
  margin: 0;
  background: url("/images/layout/border.png") repeat-x scroll center 100% transparent;
  text-align: center;
  font-size: 1.2em; }

.file-not-found #content {
  padding-top: 5em; }
.file-not-found h1 {
  background: url(/images/layout/404.png) no-repeat 0 0;
  margin-bottom: 1em;
  text-indent: -20000px;
  height: 150px; }
.file-not-found .verder {
  padding-top: 1em; }
.file-not-found .verder h3 {
  margin-bottom: 0.75em; }

.comments-holder, #team-info, #contact, #back-to-top {
  position: relative;
  z-index: 9000; }

@media screen and (max-width: 480px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important; }

  a.button, button {
    width: auto; }

  h1 {
    font-size: 2em;
    text-align: center !important;
    display: block;
    background-repeat: repeat-x;
    margin: 0.5em 0; }

  #logo {
    height: 63px;
    width: 174px;
    margin: 0 auto 1em; }

  ul.nav-contact {
    position: absolute;
    right: 1.5em;
    top: 2.5em; }
  ul.nav-contact a {
    padding: 0;
    /*  @include text-shadow(darken($base,10%),1px,1px,0);
      @include box-shadow(rgba(#000,0.2),2px,2px,0);
      @include border-radius(18px);
      @include inline-block;
      @extend .delicious-bold;
      font-weight:bold;
      background:$base;
      color:#FFF!important;
      margin-left:3px;
      padding:5px 15px!important;
      text-decoration:none;
      text-transform:uppercase;
      text-align:center;
      font-size:110%;
      &:hover{
        @include text-shadow(darken($alt,30%),1px,1px,0);
        background:$alt;
      }*/
    text-shadow: white 1px 1px 0;
    -moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    -khtml-border-radius: 2em;
    border-radius: 2em;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    font-weight: bold;
    background: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
    background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
    background-image: -o-linear-gradient(top, #ffffff, #dddddd);
    background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
    background-image: linear-gradient(top, #ffffff, #dddddd);
    border: #fff 0.09em solid;
    color: #666!important;
    margin-left: 3px;
    padding: 10px 25px!important;
    text-decoration: none;
    text-align: center; }
  ul.nav-contact a {
    *display: inline; }
  ul.nav-contact a:hover {
    color: #4d4d4d;
    border: #afd600 0.09em solid; }
  ul.nav-contact a:active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
    background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
    background-image: -o-linear-gradient(top, #dddddd, #ffffff);
    background-image: -ms-linear-gradient(top, #dddddd, #ffffff);
    background-image: linear-gradient(top, #dddddd, #ffffff);
    -moz-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.09em rgba(0, 0, 0, 0.4); }
  ul.nav-contact a:active {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }

  #navmain {
    width: 100%; }
  #navmain select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    font-size: 0.875em;
    line-height: 1.714em;
    width: 100%;
    height: 2em; }

  blockquote .quote {
    padding-left: 0;
    margin-left: 0;
    text-indent: 2em; }

  p.visit a {
    width: 100%;
    text-align: center; }

  #gorilla-intro .intro {
    font-size: 1.125em;
    line-height: 1.333em;
    padding: 0;
    margin-right: 0; }

  #social ul {
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    padding: 1em; }

  #contact-form .alt {
    margin-bottom: 1.5em;
    padding: 1.5em;
    line-height: 1.5em; }

  #blog-navigation {
    margin-bottom: 1.5em;
    margin-right: 1em;
    margin-left: 1em; }
  #blog-navigation a {
    color: #122a35;
    text-decoration: none; }

  #post-date {
    margin-bottom: 1.5em; }

  #previous-article a, #next-article a, #post-overview a {
    overflow: hidden;
    *zoom: 1;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid #dadedf; }
  #previous-article a h4, #next-article a h4, #post-overview a h4 {
    margin: 0;
    display: inline; }

  #post-overview a {
    border-top: none; }

  #nextprev {
    list-style: none;
    margin: 0; }
  #nextprev li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0px; }

  .blog-archief #content h2 {
    margin-bottom: 0; } }
@media screen and (min-width:481px) and (max-width:768px) {
  .container {
    *zoom: 1;
    margin: auto;
    width: 61em;
    max-width: 100%; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

  #header, h1 {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }

  .homepage h1 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  #team-info {
    overflow: hidden;
    *zoom: 1; }
  #team-info h2 {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  #team-info #team {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  #contact {
    overflow: hidden;
    *zoom: 1; }
  #contact #contact-info h2 {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }
  #contact #contact-info #contact-sidebar {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  #contact #contact-info #contact-form {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  #content {
    *zoom: 1; }
  #content:after {
    content: "";
    display: table;
    clear: both; }
  #content #nice-to-meet-you {
    overflow: hidden;
    *zoom: 1; }
  #content #nice-to-meet-you #gorilla-intro {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }
  #content #wat-we-doen {
    overflow: hidden;
    *zoom: 1; }
  #content #wat-we-doen #knap-en-doordacht {
    display: inline;
    float: left;
    width: 31.148%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  #content #wat-we-doen #vindbaar {
    display: inline;
    float: left;
    width: 31.148%;
    margin-right: 1.639%; }

  #workflow-steps ol {
    overflow: hidden;
    *zoom: 1; }
  #workflow-steps ol li {
    display: inline;
    float: left;
    width: 31.148%;
    margin-right: 1.639%;
    padding-left: 16.393%; }
  #workflow-steps ol #step-1, #workflow-steps ol #step-3, #workflow-steps ol #step-5 {
    margin-left: 1.639%; }
  #workflow-steps ol #step-2, #workflow-steps ol #step-4, #workflow-steps ol #step-6 {
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  #toolset {
    overflow: hidden;
    *zoom: 1; }
  #toolset h2 {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }
  #toolset li {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }
  #toolset #basecamp, #toolset #google-analytics {
    margin-left: 1.639%; }
  #toolset #radiant, #toolset #html-css {
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  .onze-projecten #content .project-quote {
    display: inline;
    float: left;
    width: 39.344%;
    margin-right: 1.639%;
    padding-right: 8.197%;
    margin-left: 1.639%; }
  .onze-projecten #content .project-meta {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  .full-article {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%;
    padding-right: 24.59%;
    padding-left: 24.59%; }

  #blog-navigation {
    overflow: hidden;
    *zoom: 1; }
  #blog-navigation div {
    display: inline;
    float: left;
    width: 22.951%;
    margin-right: 1.639%; }
  #blog-navigation #post-author {
    margin-left: 1.639%; }

  .comments-holder {
    overflow: hidden;
    *zoom: 1; }
  .comments-holder h2, .comments-holder .comments {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }
  .comments-holder .comments {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  .comments-holder #comment-form {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  .blog-archief #content h2 {
    display: inline;
    float: left;
    width: 31.148%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  .blog-archief #content .list-article {
    display: inline;
    float: left;
    width: 63.934%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }
  .blog-archief #content .list-article .metadata {
    display: inline;
    float: left;
    width: 23.077%;
    margin-right: 2.564%; }
  .blog-archief #content .list-article p {
    display: inline;
    float: left;
    width: 74.359%;
    margin-right: 2.564%; }

  .bedankt h1 {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }
  .bedankt .verder {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }

  .file-not-found h1 {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }
  .file-not-found .verder {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }

  #logo a {
    display: block; }
  #logo a .popup {
    -moz-transition: "top,opacity";
    -webkit-transition: "top,opacity";
    -o-transition: "top,opacity";
    transition: "top,opacity";
    -moz-transition-duration: 0.33s,0.33s;
    -webkit-transition-duration: 0.33s,0.33s;
    -o-transition-duration: 0.33s,0.33s;
    transition-duration: 0.33s,0.33s;
    position: absolute;
    display: block;
    background: transparent url(/images/layout/home.png) no-repeat;
    padding: 0;
    width: 75px;
    height: 45px;
    top: -50px;
    left: 170px;
    opacity: 0; }
  #logo a .popup span {
    font-weight: bold;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: none;
    text-indent: 5px; }
  #logo a:hover {
    background-color: transparent; }
  #logo a:hover .popup {
    top: -5px;
    opacity: 1; }

  .no-csstransitions #logo a .popup {
    display: none; }

  #navmain {
    position: absolute;
    right: -1em;
    top: 3.5em; }
  #navmain ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    float: right; }
  #navmain ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 0;
    padding-right: 0; }
  #navmain ul li:first-child, #navmain ul li.first {
    padding-left: 0; }
  #navmain ul li:last-child {
    padding-right: 0; }
  #navmain ul li.last {
    padding-right: 0; }
  #navmain li {
    width: auto!important;
    padding: 0 1em!important; }
  #navmain a {
    border: 0!important;
    padding: 0!important; }
  #navmain ul.nav-contact {
    position: static;
    padding-right: 0; }

  #team-info .container {
    position: relative; }
  #team-info #social {
    position: absolute;
    left: 1em;
    bottom: 0; }

  #contact h2 {
    margin-bottom: -5px; }

  #contact-sidebar {
    padding-top: 3em; }

  #contact-form {
    background: transparent url(/images/layout/bg-contact-arro.png) no-repeat top center;
    position: relative; }

  fieldset {
    background: transparent;
    border: 0;
    padding: 1.5em 0 0 0; }
  fieldset button {
    float: right; }

  #nice-to-meet-you {
    padding: 1.5em 0; }

  #gorilla-intro {
    padding: 0;
    padding-top: 2em;
    background: none;
    border: none; }
  #gorilla-intro h1 {
    font-size: 48px;
    background: none;
    padding: 0;
    text-align: center; }
  #gorilla-intro h1 .alt {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url(/images/layout/ampersand-big.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 82px;
    height: 70px;
    vertical-align: top;
    margin-top: 0; }

  #wat-we-doen {
    background: url(/images/layout/border.png) repeat-x 0 0;
    padding-top: 3em; }

  .hoe-we-werken h1 {
    font-size: 3em;
    text-align: center;
    background-repeat: no-repeat;
    margin: 1em 0; }

  #workflow-steps ol {
    margin-left: 0; }
  #workflow-steps ol li {
    position: relative; }
  #workflow-steps ol li h3 {
    color: #85a300; }
  #workflow-steps ol li h3 em {
    display: block;
    font-size: 180px;
    font-style: normal;
    font-weight: bold;
    line-height: 93px;
    left: 20px;
    height: 200px;
    position: absolute;
    text-shadow: -1px -1px 0 #5b7000, 1px 1px 0 white;
    top: 0;
    width: 100px; }
  #workflow-steps ol #step-3, #workflow-steps ol #step-5 {
    clear: left; }
  #workflow-steps ol #step-5, #workflow-steps ol #step-6 {
    margin-bottom: 0; }

  #toolset #basecamp, #toolset #radiant {
    border: none; }

  .project-info dl div {
    display: inline;
    float: left;
    width: 48.276%;
    margin-right: 3.448%; }
  .project-info dl div:nth-of-type(2n+2) {
    display: inline;
    float: right;
    margin-right: 0;
    #margin-left: -1em; }

  .blog #content {
    padding-top: 0; }

  #blog-navigation {
    padding: 0;
    background: none;
    border: none;
    margin: 0;
    padding-top: 3px;
    background: url(/images/layout/border.png) repeat-x scroll 0 100% transparent;
    margin-bottom: 30px; }
  #blog-navigation a {
    color: #122a35; }
  #blog-navigation #post-author, #blog-navigation #post-date, #blog-navigation #post-overview a {
    line-height: 27px; }
  #blog-navigation #post-overview strong, #blog-navigation #nextprev strong {
    margin-right: 0; }
  #blog-navigation div {
    padding: 1em 0;
    background: url(/images/layout/blog-navi-div.png) repeat-y 100% 0; }
  #blog-navigation div#post-navi {
    margin-right: 0;
    background-image: none; }
  #blog-navigation div #nextprev {
    overflow: hidden;
    *zoom: 1;
    margin: 0; }
  #blog-navigation div #nextprev li {
    display: block;
    width: 45%;
    float: left; }
  #blog-navigation div #nextprev #previous-article strong {
    padding-right: 5px; }
  #blog-navigation div #nextprev #next-article {
    float: right; }
  #blog-navigation div #nextprev #next-article strong {
    float: right; }

  #article-header h1 {
    margin-bottom: 1em;
    font-size: 3em !important;
    line-height: 1em;
    text-align: left;
    background-image: none; }

  #article-content .intro {
    padding-top: 1em; }

  .comment .by_line {
    font-weight: 700;
    float: right;
    display: block;
    width: 85%; }

  .comment .number {
    display: block;
    float: left; }

  .message {
    display: block;
    float: right;
    width: 85%; }

  .blog-archief #content h2 {
    clear: both; }
  .blog-archief #content .list-article {
    position: relative; }
  .blog-archief #content .list-article p {
    margin: 0; }
  .blog-archief #content .list-article .metadata .date {
    display: block; }
  .blog-archief #content .list-article .comment-count {
    position: absolute;
    left: -38px;
    top: 26px; }

  #de-gorillas-met-zn-drieen {
    background: url(/images/layout/blogheaders/gorilla3.png) no-repeat 242px 0; }
  #de-gorillas-met-zn-drieen h1 {
    text-indent: -20000px;
    height: 150px; }
  #de-gorillas-met-zn-drieen .bottom-pic-right {
    text-align: right; }

  #arrrrcamp-4-alles-over-ruby-rails-radiant-rum {
    background: url(/images/layout/blogheaders/arrrrcamp4.png) no-repeat 175px 50px; }
  #arrrrcamp-4-alles-over-ruby-rails-radiant-rum h1 {
    text-indent: -20000px;
    height: 312px; }
  #arrrrcamp-4-alles-over-ruby-rails-radiant-rum .last {
    padding-bottom: 70px;
    background: url(/images/layout/blogheaders/arrrrcamp4-end.png) no-repeat center 100%; }

  #to-err-is-human-to-arrrr-is-pirate {
    background: url(/images/layout/blogheaders/err.jpg) no-repeat 100% 20px; }

  #build-koffie-vakmanschap-inspiratie {
    background: url(/images/layout/blogheaders/build.jpg) no-repeat 156px 145px; }
  #build-koffie-vakmanschap-inspiratie h1 {
    letter-spacing: -0.01em; }
  #build-koffie-vakmanschap-inspiratie #article-content {
    margin-top: 290px; }

  #het-2010-jaaroverzicht {
    background: url(/images/layout/blogheaders/het-2010-jaaroverzicht.png) no-repeat 0 60px; }
  #het-2010-jaaroverzicht h1 {
    text-indent: -20000px;
    height: 0;
    display: none; }
  #het-2010-jaaroverzicht #article-content {
    padding-top: 260px; }

  #een-letterpressed-nieuwjaarskaartje h1 {
    width: 708px;
    padding-bottom: 0;
    color: #e1e1e1;
    text-shadow: rgba(0, 0, 0, 0.2) -1px -1px 0, rgba(255, 255, 255, 0.5) 1px 1px 0; }
  #een-letterpressed-nieuwjaarskaartje #article-content .iframe-wrapper {
    padding-bottom: 16px;
    width: 708px;
    height: 398px;
    background: url(/images/layout/vimeo-shadow.png) 0 100% no-repeat; }

  #flexibel-werken-met-serve {
    background: url(/images/layout/blogheaders/flexibel-werken-met-serve.jpg) no-repeat 0 0; }
  #flexibel-werken-met-serve h1 {
    text-indent: -20000px;
    margin: 0;
    height: 0; }
  #flexibel-werken-met-serve #article-content {
    position: relative;
    margin-top: 200px; }
  #flexibel-werken-met-serve #article-content img {
    position: absolute;
    top: -249px;
    right: -759px;
    z-index: 8000; }

  .comments-holder, #team-info, #contact, #back-to-top {
    position: relative;
    z-index: 9000; }

  #flexibele-stylesheets-met-compass h1 {
    text-indent: -20000px;
    margin: 0;
    padding: 0;
    height: 260px;
    width: 463px;
    background: url(/images/layout/blogheaders/flexibele-stylesheets-met-compass.png) no-repeat center 20px; }

  #conferenties-voor-2011-de-gorilla-shortlist {
    background: url(/images/layout/blogheaders/moleskin.png) no-repeat scroll 15em 5em transparent; }
  #conferenties-voor-2011-de-gorilla-shortlist h1 {
    text-indent: -20000px; }
  #conferenties-voor-2011-de-gorilla-shortlist .intro {
    padding-right: 5em; }
  #conferenties-voor-2011-de-gorilla-shortlist #article-content {
    margin-top: 6em; }

  .extra-our-visit-to-ampersand-web-design-typography {
    background: url(/images/layout/blogheaders/ampersand-big.png) no-repeat scroll 50% 15em transparent; }

  #our-visit-to-ampersand-web-design-typography #article-header {
    background: url(/images/layout/blogheaders/ampersand.png) no-repeat scroll 50% 0 transparent;
    height: 120px;
    margin-top: 100px; }
  #our-visit-to-ampersand-web-design-typography h1 {
    text-indent: -20000px; }
  #our-visit-to-ampersand-web-design-typography .intro {
    background: url(/images/layout/blogheaders/ampersand-logo.png) no-repeat 100% 50%;
    padding: 3em 9.2em 3em 0; }
  #our-visit-to-ampersand-web-design-typography #article-content {
    margin-top: 0; }

  #its-not-how-good-you-are-its-how-good-you-want-to-be {
    padding-top: 3em;
    padding-bottom: 3em; }
  #its-not-how-good-you-are-its-how-good-you-want-to-be #article-header h1 {
    background: url(/images/layout/blogheaders/paul-arden-its-not-how-good-you-are-its-how-good-you-want-to-be.jpg) no-repeat 0 0;
    width: 912px;
    height: 174px;
    text-indent: -20000px;
    margin: 0 0 0.25em -63px; }

  #a-different-kind-of-gorilla {
    width: 100%;
    margin: 0;
    padding: 0; }
  #a-different-kind-of-gorilla #article-header {
    position: relative;
    margin: 5em 0 6em 0;
    width: 100%;
    height: 120px; }
  #a-different-kind-of-gorilla #article-headeer h1 {
    width: 100%; }
  #a-different-kind-of-gorilla #article-header h1 span.span-1 {
    background: url(/images/layout/blogheaders/a-different-kind-of-gorilla-1.png) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px; }
  #a-different-kind-of-gorilla #article-header h1 span.span-2 {
    background: url(/images/layout/blogheaders/a-different-kind-of-gorilla-2.png) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    display: block;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0; }
  #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro .intro {
    padding-top: 0; }
  #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-content {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  #a-different-kind-of-gorilla #article-header h1 span {
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

  #a-different-kind-of-gorilla #article-header h1:hover .span-1 {
    top: -2px;
    left: 2px; }
  #a-different-kind-of-gorilla #article-header h1:hover .span-2 {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }

  #build-awesomeness {
    width: 100%;
    margin: 0;
    padding: 0; }
  #build-awesomeness #article-header {
    position: relative;
    width: 100%; }
  #build-awesomeness #article-header h1 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/layout/blogheaders/build-awesomeness.jpg?1321534675');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 943px;
    height: 79px;
    background-size: 100%;
    margin-top: 90px;
    margin-bottom: 60px;
    width: auto;
    margin-right: 15px;
    margin-left: 15px; }
  #build-awesomeness #article-content #build-staff-ids {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%;
    *zoom: 1;
    text-align: center;
    position: relative; }
  #build-awesomeness #article-content #build-staff-ids:after {
    content: "";
    display: table;
    clear: both; }
  #build-awesomeness #article-content #build-staff-ids img {
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.5em solid #dadedf;
    width: 50%;
    margin: 0 auto;
    position: absolute; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(1) {
    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    top: 0; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(2) {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 30px;
    top: 15px; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(3) {
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    top: 200px;
    left: -20px; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(4) {
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 200px;
    right: 20px; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(5) {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: 330px;
    left: 0; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(6) {
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 390px;
    right: 60px; }
  #build-awesomeness #article-content #build-awesomeness-content {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }
  #build-awesomeness #article-content #build-awesomeness-content .intro {
    padding-top: 0; }

  html {
    overflow: auto; }

  body {
    overflow-x: hidden; } }
@media screen and (min-width : 769px) {
  .container {
    *zoom: 1;
    margin: auto;
    width: 61em;
    max-width: 100%; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

  #header, h1 {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }

  .homepage h1 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  #team-info {
    overflow: hidden;
    *zoom: 1; }
  #team-info h2 {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  #team-info #team {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  #contact {
    overflow: hidden;
    *zoom: 1; }
  #contact #contact-info h2 {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }
  #contact #contact-info #contact-sidebar {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  #contact #contact-info #contact-form {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  #content {
    *zoom: 1; }
  #content:after {
    content: "";
    display: table;
    clear: both; }
  #content #nice-to-meet-you {
    overflow: hidden;
    *zoom: 1; }
  #content #nice-to-meet-you #gorilla-intro {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }
  #content #wat-we-doen {
    overflow: hidden;
    *zoom: 1; }
  #content #wat-we-doen #knap-en-doordacht {
    display: inline;
    float: left;
    width: 31.148%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  #content #wat-we-doen #vindbaar {
    display: inline;
    float: left;
    width: 31.148%;
    margin-right: 1.639%; }

  #workflow-steps ol {
    overflow: hidden;
    *zoom: 1; }
  #workflow-steps ol li {
    display: inline;
    float: left;
    width: 31.148%;
    margin-right: 1.639%;
    padding-left: 16.393%; }
  #workflow-steps ol #step-1, #workflow-steps ol #step-3, #workflow-steps ol #step-5 {
    margin-left: 1.639%; }
  #workflow-steps ol #step-2, #workflow-steps ol #step-4, #workflow-steps ol #step-6 {
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  #toolset {
    overflow: hidden;
    *zoom: 1; }
  #toolset h2 {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }
  #toolset li {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }
  #toolset #basecamp, #toolset #google-analytics {
    margin-left: 1.639%; }
  #toolset #radiant, #toolset #html-css {
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  .onze-projecten #content .project-quote {
    display: inline;
    float: left;
    width: 39.344%;
    margin-right: 1.639%;
    padding-right: 8.197%;
    margin-left: 1.639%; }
  .onze-projecten #content .project-meta {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  .full-article {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%;
    padding-right: 24.59%;
    padding-left: 24.59%; }

  #blog-navigation {
    overflow: hidden;
    *zoom: 1; }
  #blog-navigation div {
    display: inline;
    float: left;
    width: 22.951%;
    margin-right: 1.639%; }
  #blog-navigation #post-author {
    margin-left: 1.639%; }

  .comments-holder {
    overflow: hidden;
    *zoom: 1; }
  .comments-holder h2, .comments-holder .comments {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%; }
  .comments-holder .comments {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  .comments-holder #comment-form {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  .blog-archief #content h2 {
    display: inline;
    float: left;
    width: 31.148%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  .blog-archief #content .list-article {
    display: inline;
    float: left;
    width: 63.934%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }
  .blog-archief #content .list-article .metadata {
    display: inline;
    float: left;
    width: 23.077%;
    margin-right: 2.564%; }
  .blog-archief #content .list-article p {
    display: inline;
    float: left;
    width: 74.359%;
    margin-right: 2.564%; }

  .bedankt h1 {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }
  .bedankt .verder {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }

  .file-not-found h1 {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }
  .file-not-found .verder {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%; }

  #logo a {
    display: block; }
  #logo a .popup {
    -moz-transition: "top,opacity";
    -webkit-transition: "top,opacity";
    -o-transition: "top,opacity";
    transition: "top,opacity";
    -moz-transition-duration: 0.33s,0.33s;
    -webkit-transition-duration: 0.33s,0.33s;
    -o-transition-duration: 0.33s,0.33s;
    transition-duration: 0.33s,0.33s;
    position: absolute;
    display: block;
    background: transparent url(/images/layout/home.png) no-repeat;
    padding: 0;
    width: 75px;
    height: 45px;
    top: -50px;
    left: 170px;
    opacity: 0; }
  #logo a .popup span {
    font-weight: bold;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: none;
    text-indent: 5px; }
  #logo a:hover {
    background-color: transparent; }
  #logo a:hover .popup {
    top: -5px;
    opacity: 1; }

  .no-csstransitions #logo a .popup {
    display: none; }

  #navmain {
    position: absolute;
    right: -1em;
    top: 3.5em; }
  #navmain ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    float: right; }
  #navmain ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 0;
    padding-right: 0; }
  #navmain ul li:first-child, #navmain ul li.first {
    padding-left: 0; }
  #navmain ul li:last-child {
    padding-right: 0; }
  #navmain ul li.last {
    padding-right: 0; }
  #navmain li {
    width: auto!important;
    padding: 0 1em!important; }
  #navmain a {
    border: 0!important;
    padding: 0!important; }
  #navmain ul.nav-contact {
    position: static;
    padding-right: 0; }

  #team-info .container {
    position: relative; }
  #team-info #social {
    position: absolute;
    left: 1em;
    bottom: 0; }

  #contact h2 {
    margin-bottom: -5px; }

  #contact-sidebar {
    padding-top: 3em; }

  #contact-form {
    background: transparent url(/images/layout/bg-contact-arro.png) no-repeat top center;
    position: relative; }

  fieldset {
    background: transparent;
    border: 0;
    padding: 1.5em 0 0 0; }
  fieldset button {
    float: right; }

  #nice-to-meet-you {
    padding: 1.5em 0; }

  #gorilla-intro {
    padding: 0;
    padding-top: 2em;
    background: none;
    border: none; }
  #gorilla-intro h1 {
    font-size: 48px;
    background: none;
    padding: 0;
    text-align: center; }
  #gorilla-intro h1 .alt {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url(/images/layout/ampersand-big.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 82px;
    height: 70px;
    vertical-align: top;
    margin-top: 0; }

  #wat-we-doen {
    background: url(/images/layout/border.png) repeat-x 0 0;
    padding-top: 3em; }

  .hoe-we-werken h1 {
    font-size: 3em;
    text-align: center;
    background-repeat: no-repeat;
    margin: 1em 0; }

  #workflow-steps ol {
    margin-left: 0; }
  #workflow-steps ol li {
    position: relative; }
  #workflow-steps ol li h3 {
    color: #85a300; }
  #workflow-steps ol li h3 em {
    display: block;
    font-size: 180px;
    font-style: normal;
    font-weight: bold;
    line-height: 93px;
    left: 20px;
    height: 200px;
    position: absolute;
    text-shadow: -1px -1px 0 #5b7000, 1px 1px 0 white;
    top: 0;
    width: 100px; }
  #workflow-steps ol #step-3, #workflow-steps ol #step-5 {
    clear: left; }
  #workflow-steps ol #step-5, #workflow-steps ol #step-6 {
    margin-bottom: 0; }

  #toolset #basecamp, #toolset #radiant {
    border: none; }

  .project-info dl div {
    display: inline;
    float: left;
    width: 48.276%;
    margin-right: 3.448%; }
  .project-info dl div:nth-of-type(2n+2) {
    display: inline;
    float: right;
    margin-right: 0;
    #margin-left: -1em; }

  .blog #content {
    padding-top: 0; }

  #blog-navigation {
    padding: 0;
    background: none;
    border: none;
    margin: 0;
    padding-top: 3px;
    background: url(/images/layout/border.png) repeat-x scroll 0 100% transparent;
    margin-bottom: 30px; }
  #blog-navigation a {
    color: #122a35; }
  #blog-navigation #post-author, #blog-navigation #post-date, #blog-navigation #post-overview a {
    line-height: 27px; }
  #blog-navigation #post-overview strong, #blog-navigation #nextprev strong {
    margin-right: 0; }
  #blog-navigation div {
    padding: 1em 0;
    background: url(/images/layout/blog-navi-div.png) repeat-y 100% 0; }
  #blog-navigation div#post-navi {
    margin-right: 0;
    background-image: none; }
  #blog-navigation div #nextprev {
    overflow: hidden;
    *zoom: 1;
    margin: 0; }
  #blog-navigation div #nextprev li {
    display: block;
    width: 45%;
    float: left; }
  #blog-navigation div #nextprev #previous-article strong {
    padding-right: 5px; }
  #blog-navigation div #nextprev #next-article {
    float: right; }
  #blog-navigation div #nextprev #next-article strong {
    float: right; }

  #article-header h1 {
    margin-bottom: 1em;
    font-size: 3em !important;
    line-height: 1em;
    text-align: left;
    background-image: none; }

  #article-content .intro {
    padding-top: 1em; }

  .comment .by_line {
    font-weight: 700;
    float: right;
    display: block;
    width: 85%; }

  .comment .number {
    display: block;
    float: left; }

  .message {
    display: block;
    float: right;
    width: 85%; }

  .blog-archief #content h2 {
    clear: both; }
  .blog-archief #content .list-article {
    position: relative; }
  .blog-archief #content .list-article p {
    margin: 0; }
  .blog-archief #content .list-article .metadata .date {
    display: block; }
  .blog-archief #content .list-article .comment-count {
    position: absolute;
    left: -38px;
    top: 26px; }

  #de-gorillas-met-zn-drieen {
    background: url(/images/layout/blogheaders/gorilla3.png) no-repeat 242px 0; }
  #de-gorillas-met-zn-drieen h1 {
    text-indent: -20000px;
    height: 150px; }
  #de-gorillas-met-zn-drieen .bottom-pic-right {
    text-align: right; }

  #arrrrcamp-4-alles-over-ruby-rails-radiant-rum {
    background: url(/images/layout/blogheaders/arrrrcamp4.png) no-repeat 175px 50px; }
  #arrrrcamp-4-alles-over-ruby-rails-radiant-rum h1 {
    text-indent: -20000px;
    height: 312px; }
  #arrrrcamp-4-alles-over-ruby-rails-radiant-rum .last {
    padding-bottom: 70px;
    background: url(/images/layout/blogheaders/arrrrcamp4-end.png) no-repeat center 100%; }

  #to-err-is-human-to-arrrr-is-pirate {
    background: url(/images/layout/blogheaders/err.jpg) no-repeat 100% 20px; }

  #build-koffie-vakmanschap-inspiratie {
    background: url(/images/layout/blogheaders/build.jpg) no-repeat 156px 145px; }
  #build-koffie-vakmanschap-inspiratie h1 {
    letter-spacing: -0.01em; }
  #build-koffie-vakmanschap-inspiratie #article-content {
    margin-top: 290px; }

  #het-2010-jaaroverzicht {
    background: url(/images/layout/blogheaders/het-2010-jaaroverzicht.png) no-repeat 0 60px; }
  #het-2010-jaaroverzicht h1 {
    text-indent: -20000px;
    height: 0;
    display: none; }
  #het-2010-jaaroverzicht #article-content {
    padding-top: 260px; }

  #een-letterpressed-nieuwjaarskaartje h1 {
    width: 708px;
    padding-bottom: 0;
    color: #e1e1e1;
    text-shadow: rgba(0, 0, 0, 0.2) -1px -1px 0, rgba(255, 255, 255, 0.5) 1px 1px 0; }
  #een-letterpressed-nieuwjaarskaartje #article-content .iframe-wrapper {
    padding-bottom: 16px;
    width: 708px;
    height: 398px;
    background: url(/images/layout/vimeo-shadow.png) 0 100% no-repeat; }

  #flexibel-werken-met-serve {
    background: url(/images/layout/blogheaders/flexibel-werken-met-serve.jpg) no-repeat 0 0; }
  #flexibel-werken-met-serve h1 {
    text-indent: -20000px;
    margin: 0;
    height: 0; }
  #flexibel-werken-met-serve #article-content {
    position: relative;
    margin-top: 200px; }
  #flexibel-werken-met-serve #article-content img {
    position: absolute;
    top: -249px;
    right: -759px;
    z-index: 8000; }

  .comments-holder, #team-info, #contact, #back-to-top {
    position: relative;
    z-index: 9000; }

  #flexibele-stylesheets-met-compass h1 {
    text-indent: -20000px;
    margin: 0;
    padding: 0;
    height: 260px;
    width: 463px;
    background: url(/images/layout/blogheaders/flexibele-stylesheets-met-compass.png) no-repeat center 20px; }

  #conferenties-voor-2011-de-gorilla-shortlist {
    background: url(/images/layout/blogheaders/moleskin.png) no-repeat scroll 15em 5em transparent; }
  #conferenties-voor-2011-de-gorilla-shortlist h1 {
    text-indent: -20000px; }
  #conferenties-voor-2011-de-gorilla-shortlist .intro {
    padding-right: 5em; }
  #conferenties-voor-2011-de-gorilla-shortlist #article-content {
    margin-top: 6em; }

  .extra-our-visit-to-ampersand-web-design-typography {
    background: url(/images/layout/blogheaders/ampersand-big.png) no-repeat scroll 50% 15em transparent; }

  #our-visit-to-ampersand-web-design-typography #article-header {
    background: url(/images/layout/blogheaders/ampersand.png) no-repeat scroll 50% 0 transparent;
    height: 120px;
    margin-top: 100px; }
  #our-visit-to-ampersand-web-design-typography h1 {
    text-indent: -20000px; }
  #our-visit-to-ampersand-web-design-typography .intro {
    background: url(/images/layout/blogheaders/ampersand-logo.png) no-repeat 100% 50%;
    padding: 3em 9.2em 3em 0; }
  #our-visit-to-ampersand-web-design-typography #article-content {
    margin-top: 0; }

  #its-not-how-good-you-are-its-how-good-you-want-to-be {
    padding-top: 3em;
    padding-bottom: 3em; }
  #its-not-how-good-you-are-its-how-good-you-want-to-be #article-header h1 {
    background: url(/images/layout/blogheaders/paul-arden-its-not-how-good-you-are-its-how-good-you-want-to-be.jpg) no-repeat 0 0;
    width: 912px;
    height: 174px;
    text-indent: -20000px;
    margin: 0 0 0.25em -63px; }

  #a-different-kind-of-gorilla {
    width: 100%;
    margin: 0;
    padding: 0; }
  #a-different-kind-of-gorilla #article-header {
    position: relative;
    margin: 5em 0 6em 0;
    width: 100%;
    height: 120px; }
  #a-different-kind-of-gorilla #article-headeer h1 {
    width: 100%; }
  #a-different-kind-of-gorilla #article-header h1 span.span-1 {
    background: url(/images/layout/blogheaders/a-different-kind-of-gorilla-1.png) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px; }
  #a-different-kind-of-gorilla #article-header h1 span.span-2 {
    background: url(/images/layout/blogheaders/a-different-kind-of-gorilla-2.png) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    display: block;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0; }
  #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%; }
  #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro .intro {
    padding-top: 0; }
  #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-content {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }

  #a-different-kind-of-gorilla #article-header h1 span {
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

  #a-different-kind-of-gorilla #article-header h1:hover .span-1 {
    top: -2px;
    left: 2px; }
  #a-different-kind-of-gorilla #article-header h1:hover .span-2 {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }

  #build-awesomeness {
    width: 100%;
    margin: 0;
    padding: 0; }
  #build-awesomeness #article-header {
    position: relative;
    width: 100%; }
  #build-awesomeness #article-header h1 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/layout/blogheaders/build-awesomeness.jpg?1321534675');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 943px;
    height: 79px;
    background-size: 100%;
    margin-top: 90px;
    margin-bottom: 60px;
    width: auto;
    margin-right: 15px;
    margin-left: 15px; }
  #build-awesomeness #article-content #build-staff-ids {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    margin-left: 1.639%;
    *zoom: 1;
    text-align: center;
    position: relative; }
  #build-awesomeness #article-content #build-staff-ids:after {
    content: "";
    display: table;
    clear: both; }
  #build-awesomeness #article-content #build-staff-ids img {
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.5em solid #dadedf;
    width: 50%;
    margin: 0 auto;
    position: absolute; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(1) {
    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    top: 0; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(2) {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 30px;
    top: 15px; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(3) {
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    top: 200px;
    left: -20px; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(4) {
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 200px;
    right: 20px; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(5) {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: 330px;
    left: 0; }
  #build-awesomeness #article-content #build-staff-ids img:nth-child(6) {
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 390px;
    right: 60px; }
  #build-awesomeness #article-content #build-awesomeness-content {
    display: inline;
    float: left;
    width: 47.541%;
    margin-right: 1.639%;
    display: inline;
    float: right;
    margin-right: 1.639%;
    #margin-left: -1em; }
  #build-awesomeness #article-content #build-awesomeness-content .intro {
    padding-top: 0; }

  html {
    overflow: auto; }

  body {
    overflow-x: hidden; } }
.ie6 .container, .ie7 .container, .ie8 .container {
  *zoom: 1;
  margin: auto;
  width: 61em;
  max-width: 100%; }
.ie6 .container:after, .ie7 .container:after, .ie8 .container:after {
  content: "";
  display: table;
  clear: both; }
.ie6 #header, .ie6 h1, .ie7 #header, .ie7 h1, .ie8 #header, .ie8 h1 {
  clear: both;
  margin-left: 1.639%;
  margin-right: 1.639%; }
.ie6 .homepage h1, .ie7 .homepage h1, .ie8 .homepage h1 {
  margin-left: 0 !important;
  margin-right: 0 !important; }
.ie6 #team-info, .ie7 #team-info, .ie8 #team-info {
  overflow: hidden;
  *zoom: 1; }
.ie6 #team-info h2, .ie7 #team-info h2, .ie8 #team-info h2 {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  margin-left: 1.639%; }
.ie6 #team-info #team, .ie7 #team-info #team, .ie8 #team-info #team {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 #contact, .ie7 #contact, .ie8 #contact {
  overflow: hidden;
  *zoom: 1; }
.ie6 #contact #contact-info h2, .ie7 #contact #contact-info h2, .ie8 #contact #contact-info h2 {
  clear: both;
  margin-left: 1.639%;
  margin-right: 1.639%; }
.ie6 #contact #contact-info #contact-sidebar, .ie7 #contact #contact-info #contact-sidebar, .ie8 #contact #contact-info #contact-sidebar {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  margin-left: 1.639%; }
.ie6 #contact #contact-info #contact-form, .ie7 #contact #contact-info #contact-form, .ie8 #contact #contact-info #contact-form {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 #content, .ie7 #content, .ie8 #content {
  *zoom: 1; }
.ie6 #content:after, .ie7 #content:after, .ie8 #content:after {
  content: "";
  display: table;
  clear: both; }
.ie6 #content #nice-to-meet-you, .ie7 #content #nice-to-meet-you, .ie8 #content #nice-to-meet-you {
  overflow: hidden;
  *zoom: 1; }
.ie6 #content #nice-to-meet-you #gorilla-intro, .ie7 #content #nice-to-meet-you #gorilla-intro, .ie8 #content #nice-to-meet-you #gorilla-intro {
  clear: both;
  margin-left: 1.639%;
  margin-right: 1.639%; }
.ie6 #content #wat-we-doen, .ie7 #content #wat-we-doen, .ie8 #content #wat-we-doen {
  overflow: hidden;
  *zoom: 1; }
.ie6 #content #wat-we-doen #knap-en-doordacht, .ie7 #content #wat-we-doen #knap-en-doordacht, .ie8 #content #wat-we-doen #knap-en-doordacht {
  display: inline;
  float: left;
  width: 31.148%;
  margin-right: 1.639%;
  margin-left: 1.639%; }
.ie6 #content #wat-we-doen #vindbaar, .ie7 #content #wat-we-doen #vindbaar, .ie8 #content #wat-we-doen #vindbaar {
  display: inline;
  float: left;
  width: 31.148%;
  margin-right: 1.639%; }
.ie6 #workflow-steps ol, .ie7 #workflow-steps ol, .ie8 #workflow-steps ol {
  overflow: hidden;
  *zoom: 1; }
.ie6 #workflow-steps ol li, .ie7 #workflow-steps ol li, .ie8 #workflow-steps ol li {
  display: inline;
  float: left;
  width: 31.148%;
  margin-right: 1.639%;
  padding-left: 16.393%; }
.ie6 #workflow-steps ol #step-1, .ie6 #workflow-steps ol #step-3, .ie6 #workflow-steps ol #step-5, .ie7 #workflow-steps ol #step-1, .ie7 #workflow-steps ol #step-3, .ie7 #workflow-steps ol #step-5, .ie8 #workflow-steps ol #step-1, .ie8 #workflow-steps ol #step-3, .ie8 #workflow-steps ol #step-5 {
  margin-left: 1.639%; }
.ie6 #workflow-steps ol #step-2, .ie6 #workflow-steps ol #step-4, .ie6 #workflow-steps ol #step-6, .ie7 #workflow-steps ol #step-2, .ie7 #workflow-steps ol #step-4, .ie7 #workflow-steps ol #step-6, .ie8 #workflow-steps ol #step-2, .ie8 #workflow-steps ol #step-4, .ie8 #workflow-steps ol #step-6 {
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 #toolset, .ie7 #toolset, .ie8 #toolset {
  overflow: hidden;
  *zoom: 1; }
.ie6 #toolset h2, .ie7 #toolset h2, .ie8 #toolset h2 {
  clear: both;
  margin-left: 1.639%;
  margin-right: 1.639%; }
.ie6 #toolset li, .ie7 #toolset li, .ie8 #toolset li {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%; }
.ie6 #toolset #basecamp, .ie6 #toolset #google-analytics, .ie7 #toolset #basecamp, .ie7 #toolset #google-analytics, .ie8 #toolset #basecamp, .ie8 #toolset #google-analytics {
  margin-left: 1.639%; }
.ie6 #toolset #radiant, .ie6 #toolset #html-css, .ie7 #toolset #radiant, .ie7 #toolset #html-css, .ie8 #toolset #radiant, .ie8 #toolset #html-css {
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 .onze-projecten #content .project-quote, .ie7 .onze-projecten #content .project-quote, .ie8 .onze-projecten #content .project-quote {
  display: inline;
  float: left;
  width: 39.344%;
  margin-right: 1.639%;
  padding-right: 8.197%;
  margin-left: 1.639%; }
.ie6 .onze-projecten #content .project-meta, .ie7 .onze-projecten #content .project-meta, .ie8 .onze-projecten #content .project-meta {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 .full-article, .ie7 .full-article, .ie8 .full-article {
  clear: both;
  margin-left: 1.639%;
  margin-right: 1.639%;
  padding-right: 24.59%;
  padding-left: 24.59%; }
.ie6 #blog-navigation, .ie7 #blog-navigation, .ie8 #blog-navigation {
  overflow: hidden;
  *zoom: 1; }
.ie6 #blog-navigation div, .ie7 #blog-navigation div, .ie8 #blog-navigation div {
  display: inline;
  float: left;
  width: 22.951%;
  margin-right: 1.639%; }
.ie6 #blog-navigation #post-author, .ie7 #blog-navigation #post-author, .ie8 #blog-navigation #post-author {
  margin-left: 1.639%; }
.ie6 .comments-holder, .ie7 .comments-holder, .ie8 .comments-holder {
  overflow: hidden;
  *zoom: 1; }
.ie6 .comments-holder h2, .ie6 .comments-holder .comments, .ie7 .comments-holder h2, .ie7 .comments-holder .comments, .ie8 .comments-holder h2, .ie8 .comments-holder .comments {
  clear: both;
  margin-left: 1.639%;
  margin-right: 1.639%; }
.ie6 .comments-holder .comments, .ie7 .comments-holder .comments, .ie8 .comments-holder .comments {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  margin-left: 1.639%; }
.ie6 .comments-holder #comment-form, .ie7 .comments-holder #comment-form, .ie8 .comments-holder #comment-form {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 .blog-archief #content h2, .ie7 .blog-archief #content h2, .ie8 .blog-archief #content h2 {
  display: inline;
  float: left;
  width: 31.148%;
  margin-right: 1.639%;
  margin-left: 1.639%; }
.ie6 .blog-archief #content .list-article, .ie7 .blog-archief #content .list-article, .ie8 .blog-archief #content .list-article {
  display: inline;
  float: left;
  width: 63.934%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 .blog-archief #content .list-article .metadata, .ie7 .blog-archief #content .list-article .metadata, .ie8 .blog-archief #content .list-article .metadata {
  display: inline;
  float: left;
  width: 23.077%;
  margin-right: 2.564%; }
.ie6 .blog-archief #content .list-article p, .ie7 .blog-archief #content .list-article p, .ie8 .blog-archief #content .list-article p {
  display: inline;
  float: left;
  width: 74.359%;
  margin-right: 2.564%; }
.ie6 .bedankt h1, .ie7 .bedankt h1, .ie8 .bedankt h1 {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%; }
.ie6 .bedankt .verder, .ie7 .bedankt .verder, .ie8 .bedankt .verder {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%; }
.ie6 .file-not-found h1, .ie7 .file-not-found h1, .ie8 .file-not-found h1 {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%; }
.ie6 .file-not-found .verder, .ie7 .file-not-found .verder, .ie8 .file-not-found .verder {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%; }
.ie6 #logo a, .ie7 #logo a, .ie8 #logo a {
  display: block; }
.ie6 #logo a .popup, .ie7 #logo a .popup, .ie8 #logo a .popup {
  -moz-transition: "top,opacity";
  -webkit-transition: "top,opacity";
  -o-transition: "top,opacity";
  transition: "top,opacity";
  -moz-transition-duration: 0.33s,0.33s;
  -webkit-transition-duration: 0.33s,0.33s;
  -o-transition-duration: 0.33s,0.33s;
  transition-duration: 0.33s,0.33s;
  position: absolute;
  display: block;
  background: transparent url(/images/layout/home.png) no-repeat;
  padding: 0;
  width: 75px;
  height: 45px;
  top: -50px;
  left: 170px;
  opacity: 0; }
.ie6 #logo a .popup span, .ie7 #logo a .popup span, .ie8 #logo a .popup span {
  font-weight: bold;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: none;
  text-indent: 5px; }
.ie6 #logo a:hover, .ie7 #logo a:hover, .ie8 #logo a:hover {
  background-color: transparent; }
.ie6 #logo a:hover .popup, .ie7 #logo a:hover .popup, .ie8 #logo a:hover .popup {
  top: -5px;
  opacity: 1; }
.ie6 .no-csstransitions #logo a .popup, .ie7 .no-csstransitions #logo a .popup, .ie8 .no-csstransitions #logo a .popup {
  display: none; }
.ie6 #navmain, .ie7 #navmain, .ie8 #navmain {
  position: absolute;
  right: -1em;
  top: 3.5em; }
.ie6 #navmain ul, .ie7 #navmain ul, .ie8 #navmain ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  float: right; }
.ie6 #navmain ul li, .ie7 #navmain ul li, .ie8 #navmain ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0; }
.ie6 #navmain ul li:first-child, .ie6 #navmain ul li.first, .ie7 #navmain ul li:first-child, .ie7 #navmain ul li.first, .ie8 #navmain ul li:first-child, .ie8 #navmain ul li.first {
  padding-left: 0; }
.ie6 #navmain ul li:last-child, .ie7 #navmain ul li:last-child, .ie8 #navmain ul li:last-child {
  padding-right: 0; }
.ie6 #navmain ul li.last, .ie7 #navmain ul li.last, .ie8 #navmain ul li.last {
  padding-right: 0; }
.ie6 #navmain li, .ie7 #navmain li, .ie8 #navmain li {
  width: auto!important;
  padding: 0 1em!important; }
.ie6 #navmain a, .ie7 #navmain a, .ie8 #navmain a {
  border: 0!important;
  padding: 0!important; }
.ie6 #navmain ul.nav-contact, .ie7 #navmain ul.nav-contact, .ie8 #navmain ul.nav-contact {
  position: static;
  padding-right: 0; }
.ie6 #team-info .container, .ie7 #team-info .container, .ie8 #team-info .container {
  position: relative; }
.ie6 #team-info #social, .ie7 #team-info #social, .ie8 #team-info #social {
  position: absolute;
  left: 1em;
  bottom: 0; }
.ie6 #contact h2, .ie7 #contact h2, .ie8 #contact h2 {
  margin-bottom: -5px; }
.ie6 #contact-sidebar, .ie7 #contact-sidebar, .ie8 #contact-sidebar {
  padding-top: 3em; }
.ie6 #contact-form, .ie7 #contact-form, .ie8 #contact-form {
  background: transparent url(/images/layout/bg-contact-arro.png) no-repeat top center;
  position: relative; }
.ie6 fieldset, .ie7 fieldset, .ie8 fieldset {
  background: transparent;
  border: 0;
  padding: 1.5em 0 0 0; }
.ie6 fieldset button, .ie7 fieldset button, .ie8 fieldset button {
  float: right; }
.ie6 #nice-to-meet-you, .ie7 #nice-to-meet-you, .ie8 #nice-to-meet-you {
  padding: 1.5em 0; }
.ie6 #gorilla-intro, .ie7 #gorilla-intro, .ie8 #gorilla-intro {
  padding: 0;
  padding-top: 2em;
  background: none;
  border: none; }
.ie6 #gorilla-intro h1, .ie7 #gorilla-intro h1, .ie8 #gorilla-intro h1 {
  font-size: 48px;
  background: none;
  padding: 0;
  text-align: center; }
.ie6 #gorilla-intro h1 .alt, .ie7 #gorilla-intro h1 .alt, .ie8 #gorilla-intro h1 .alt {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url(/images/layout/ampersand-big.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 82px;
  height: 70px;
  vertical-align: top;
  margin-top: 0; }
.ie6 #wat-we-doen, .ie7 #wat-we-doen, .ie8 #wat-we-doen {
  background: url(/images/layout/border.png) repeat-x 0 0;
  padding-top: 3em; }
.ie6 .hoe-we-werken h1, .ie7 .hoe-we-werken h1, .ie8 .hoe-we-werken h1 {
  font-size: 3em;
  text-align: center;
  background-repeat: no-repeat;
  margin: 1em 0; }
.ie6 #workflow-steps ol, .ie7 #workflow-steps ol, .ie8 #workflow-steps ol {
  margin-left: 0; }
.ie6 #workflow-steps ol li, .ie7 #workflow-steps ol li, .ie8 #workflow-steps ol li {
  position: relative; }
.ie6 #workflow-steps ol li h3, .ie7 #workflow-steps ol li h3, .ie8 #workflow-steps ol li h3 {
  color: #85a300; }
.ie6 #workflow-steps ol li h3 em, .ie7 #workflow-steps ol li h3 em, .ie8 #workflow-steps ol li h3 em {
  display: block;
  font-size: 180px;
  font-style: normal;
  font-weight: bold;
  line-height: 93px;
  left: 20px;
  height: 200px;
  position: absolute;
  text-shadow: -1px -1px 0 #5b7000, 1px 1px 0 white;
  top: 0;
  width: 100px; }
.ie6 #workflow-steps ol #step-3, .ie6 #workflow-steps ol #step-5, .ie7 #workflow-steps ol #step-3, .ie7 #workflow-steps ol #step-5, .ie8 #workflow-steps ol #step-3, .ie8 #workflow-steps ol #step-5 {
  clear: left; }
.ie6 #workflow-steps ol #step-5, .ie6 #workflow-steps ol #step-6, .ie7 #workflow-steps ol #step-5, .ie7 #workflow-steps ol #step-6, .ie8 #workflow-steps ol #step-5, .ie8 #workflow-steps ol #step-6 {
  margin-bottom: 0; }
.ie6 #toolset #basecamp, .ie6 #toolset #radiant, .ie7 #toolset #basecamp, .ie7 #toolset #radiant, .ie8 #toolset #basecamp, .ie8 #toolset #radiant {
  border: none; }
.ie6 .project-info dl div, .ie7 .project-info dl div, .ie8 .project-info dl div {
  display: inline;
  float: left;
  width: 48.276%;
  margin-right: 3.448%; }
.ie6 .project-info dl div:nth-of-type(2n+2), .ie7 .project-info dl div:nth-of-type(2n+2), .ie8 .project-info dl div:nth-of-type(2n+2) {
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1em; }
.ie6 .blog #content, .ie7 .blog #content, .ie8 .blog #content {
  padding-top: 0; }
.ie6 #blog-navigation, .ie7 #blog-navigation, .ie8 #blog-navigation {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  padding-top: 3px;
  background: url(/images/layout/border.png) repeat-x scroll 0 100% transparent;
  margin-bottom: 30px; }
.ie6 #blog-navigation a, .ie7 #blog-navigation a, .ie8 #blog-navigation a {
  color: #122a35; }
.ie6 #blog-navigation #post-author, .ie6 #blog-navigation #post-date, .ie6 #blog-navigation #post-overview a, .ie7 #blog-navigation #post-author, .ie7 #blog-navigation #post-date, .ie7 #blog-navigation #post-overview a, .ie8 #blog-navigation #post-author, .ie8 #blog-navigation #post-date, .ie8 #blog-navigation #post-overview a {
  line-height: 27px; }
.ie6 #blog-navigation #post-overview strong, .ie6 #blog-navigation #nextprev strong, .ie7 #blog-navigation #post-overview strong, .ie7 #blog-navigation #nextprev strong, .ie8 #blog-navigation #post-overview strong, .ie8 #blog-navigation #nextprev strong {
  margin-right: 0; }
.ie6 #blog-navigation div, .ie7 #blog-navigation div, .ie8 #blog-navigation div {
  padding: 1em 0;
  background: url(/images/layout/blog-navi-div.png) repeat-y 100% 0; }
.ie6 #blog-navigation div#post-navi, .ie7 #blog-navigation div#post-navi, .ie8 #blog-navigation div#post-navi {
  margin-right: 0;
  background-image: none; }
.ie6 #blog-navigation div #nextprev, .ie7 #blog-navigation div #nextprev, .ie8 #blog-navigation div #nextprev {
  overflow: hidden;
  *zoom: 1;
  margin: 0; }
.ie6 #blog-navigation div #nextprev li, .ie7 #blog-navigation div #nextprev li, .ie8 #blog-navigation div #nextprev li {
  display: block;
  width: 45%;
  float: left; }
.ie6 #blog-navigation div #nextprev #previous-article strong, .ie7 #blog-navigation div #nextprev #previous-article strong, .ie8 #blog-navigation div #nextprev #previous-article strong {
  padding-right: 5px; }
.ie6 #blog-navigation div #nextprev #next-article, .ie7 #blog-navigation div #nextprev #next-article, .ie8 #blog-navigation div #nextprev #next-article {
  float: right; }
.ie6 #blog-navigation div #nextprev #next-article strong, .ie7 #blog-navigation div #nextprev #next-article strong, .ie8 #blog-navigation div #nextprev #next-article strong {
  float: right; }
.ie6 #article-header h1, .ie7 #article-header h1, .ie8 #article-header h1 {
  margin-bottom: 1em;
  font-size: 3em !important;
  line-height: 1em;
  text-align: left;
  background-image: none; }
.ie6 #article-content .intro, .ie7 #article-content .intro, .ie8 #article-content .intro {
  padding-top: 1em; }
.ie6 .comment .by_line, .ie7 .comment .by_line, .ie8 .comment .by_line {
  font-weight: 700;
  float: right;
  display: block;
  width: 85%; }
.ie6 .comment .number, .ie7 .comment .number, .ie8 .comment .number {
  display: block;
  float: left; }
.ie6 .message, .ie7 .message, .ie8 .message {
  display: block;
  float: right;
  width: 85%; }
.ie6 .blog-archief #content h2, .ie7 .blog-archief #content h2, .ie8 .blog-archief #content h2 {
  clear: both; }
.ie6 .blog-archief #content .list-article, .ie7 .blog-archief #content .list-article, .ie8 .blog-archief #content .list-article {
  position: relative; }
.ie6 .blog-archief #content .list-article p, .ie7 .blog-archief #content .list-article p, .ie8 .blog-archief #content .list-article p {
  margin: 0; }
.ie6 .blog-archief #content .list-article .metadata .date, .ie7 .blog-archief #content .list-article .metadata .date, .ie8 .blog-archief #content .list-article .metadata .date {
  display: block; }
.ie6 .blog-archief #content .list-article .comment-count, .ie7 .blog-archief #content .list-article .comment-count, .ie8 .blog-archief #content .list-article .comment-count {
  position: absolute;
  left: -38px;
  top: 26px; }
.ie6 #de-gorillas-met-zn-drieen, .ie7 #de-gorillas-met-zn-drieen, .ie8 #de-gorillas-met-zn-drieen {
  background: url(/images/layout/blogheaders/gorilla3.png) no-repeat 242px 0; }
.ie6 #de-gorillas-met-zn-drieen h1, .ie7 #de-gorillas-met-zn-drieen h1, .ie8 #de-gorillas-met-zn-drieen h1 {
  text-indent: -20000px;
  height: 150px; }
.ie6 #de-gorillas-met-zn-drieen .bottom-pic-right, .ie7 #de-gorillas-met-zn-drieen .bottom-pic-right, .ie8 #de-gorillas-met-zn-drieen .bottom-pic-right {
  text-align: right; }
.ie6 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum, .ie7 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum, .ie8 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum {
  background: url(/images/layout/blogheaders/arrrrcamp4.png) no-repeat 175px 50px; }
.ie6 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum h1, .ie7 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum h1, .ie8 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum h1 {
  text-indent: -20000px;
  height: 312px; }
.ie6 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum .last, .ie7 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum .last, .ie8 #arrrrcamp-4-alles-over-ruby-rails-radiant-rum .last {
  padding-bottom: 70px;
  background: url(/images/layout/blogheaders/arrrrcamp4-end.png) no-repeat center 100%; }
.ie6 #to-err-is-human-to-arrrr-is-pirate, .ie7 #to-err-is-human-to-arrrr-is-pirate, .ie8 #to-err-is-human-to-arrrr-is-pirate {
  background: url(/images/layout/blogheaders/err.jpg) no-repeat 100% 20px; }
.ie6 #build-koffie-vakmanschap-inspiratie, .ie7 #build-koffie-vakmanschap-inspiratie, .ie8 #build-koffie-vakmanschap-inspiratie {
  background: url(/images/layout/blogheaders/build.jpg) no-repeat 156px 145px; }
.ie6 #build-koffie-vakmanschap-inspiratie h1, .ie7 #build-koffie-vakmanschap-inspiratie h1, .ie8 #build-koffie-vakmanschap-inspiratie h1 {
  letter-spacing: -0.01em; }
.ie6 #build-koffie-vakmanschap-inspiratie #article-content, .ie7 #build-koffie-vakmanschap-inspiratie #article-content, .ie8 #build-koffie-vakmanschap-inspiratie #article-content {
  margin-top: 290px; }
.ie6 #het-2010-jaaroverzicht, .ie7 #het-2010-jaaroverzicht, .ie8 #het-2010-jaaroverzicht {
  background: url(/images/layout/blogheaders/het-2010-jaaroverzicht.png) no-repeat 0 60px; }
.ie6 #het-2010-jaaroverzicht h1, .ie7 #het-2010-jaaroverzicht h1, .ie8 #het-2010-jaaroverzicht h1 {
  text-indent: -20000px;
  height: 0;
  display: none; }
.ie6 #het-2010-jaaroverzicht #article-content, .ie7 #het-2010-jaaroverzicht #article-content, .ie8 #het-2010-jaaroverzicht #article-content {
  padding-top: 260px; }
.ie6 #een-letterpressed-nieuwjaarskaartje h1, .ie7 #een-letterpressed-nieuwjaarskaartje h1, .ie8 #een-letterpressed-nieuwjaarskaartje h1 {
  width: 708px;
  padding-bottom: 0;
  color: #e1e1e1;
  text-shadow: rgba(0, 0, 0, 0.2) -1px -1px 0, rgba(255, 255, 255, 0.5) 1px 1px 0; }
.ie6 #een-letterpressed-nieuwjaarskaartje #article-content .iframe-wrapper, .ie7 #een-letterpressed-nieuwjaarskaartje #article-content .iframe-wrapper, .ie8 #een-letterpressed-nieuwjaarskaartje #article-content .iframe-wrapper {
  padding-bottom: 16px;
  width: 708px;
  height: 398px;
  background: url(/images/layout/vimeo-shadow.png) 0 100% no-repeat; }
.ie6 #flexibel-werken-met-serve, .ie7 #flexibel-werken-met-serve, .ie8 #flexibel-werken-met-serve {
  background: url(/images/layout/blogheaders/flexibel-werken-met-serve.jpg) no-repeat 0 0; }
.ie6 #flexibel-werken-met-serve h1, .ie7 #flexibel-werken-met-serve h1, .ie8 #flexibel-werken-met-serve h1 {
  text-indent: -20000px;
  margin: 0;
  height: 0; }
.ie6 #flexibel-werken-met-serve #article-content, .ie7 #flexibel-werken-met-serve #article-content, .ie8 #flexibel-werken-met-serve #article-content {
  position: relative;
  margin-top: 200px; }
.ie6 #flexibel-werken-met-serve #article-content img, .ie7 #flexibel-werken-met-serve #article-content img, .ie8 #flexibel-werken-met-serve #article-content img {
  position: absolute;
  top: -249px;
  right: -759px;
  z-index: 8000; }
.ie6 .comments-holder, .ie6 #team-info, .ie6 #contact, .ie6 #back-to-top, .ie7 .comments-holder, .ie7 #team-info, .ie7 #contact, .ie7 #back-to-top, .ie8 .comments-holder, .ie8 #team-info, .ie8 #contact, .ie8 #back-to-top {
  position: relative;
  z-index: 9000; }
.ie6 #flexibele-stylesheets-met-compass h1, .ie7 #flexibele-stylesheets-met-compass h1, .ie8 #flexibele-stylesheets-met-compass h1 {
  text-indent: -20000px;
  margin: 0;
  padding: 0;
  height: 260px;
  width: 463px;
  background: url(/images/layout/blogheaders/flexibele-stylesheets-met-compass.png) no-repeat center 20px; }
.ie6 #conferenties-voor-2011-de-gorilla-shortlist, .ie7 #conferenties-voor-2011-de-gorilla-shortlist, .ie8 #conferenties-voor-2011-de-gorilla-shortlist {
  background: url(/images/layout/blogheaders/moleskin.png) no-repeat scroll 15em 5em transparent; }
.ie6 #conferenties-voor-2011-de-gorilla-shortlist h1, .ie7 #conferenties-voor-2011-de-gorilla-shortlist h1, .ie8 #conferenties-voor-2011-de-gorilla-shortlist h1 {
  text-indent: -20000px; }
.ie6 #conferenties-voor-2011-de-gorilla-shortlist .intro, .ie7 #conferenties-voor-2011-de-gorilla-shortlist .intro, .ie8 #conferenties-voor-2011-de-gorilla-shortlist .intro {
  padding-right: 5em; }
.ie6 #conferenties-voor-2011-de-gorilla-shortlist #article-content, .ie7 #conferenties-voor-2011-de-gorilla-shortlist #article-content, .ie8 #conferenties-voor-2011-de-gorilla-shortlist #article-content {
  margin-top: 6em; }
.ie6 .extra-our-visit-to-ampersand-web-design-typography, .ie7 .extra-our-visit-to-ampersand-web-design-typography, .ie8 .extra-our-visit-to-ampersand-web-design-typography {
  background: url(/images/layout/blogheaders/ampersand-big.png) no-repeat scroll 50% 15em transparent; }
.ie6 #our-visit-to-ampersand-web-design-typography #article-header, .ie7 #our-visit-to-ampersand-web-design-typography #article-header, .ie8 #our-visit-to-ampersand-web-design-typography #article-header {
  background: url(/images/layout/blogheaders/ampersand.png) no-repeat scroll 50% 0 transparent;
  height: 120px;
  margin-top: 100px; }
.ie6 #our-visit-to-ampersand-web-design-typography h1, .ie7 #our-visit-to-ampersand-web-design-typography h1, .ie8 #our-visit-to-ampersand-web-design-typography h1 {
  text-indent: -20000px; }
.ie6 #our-visit-to-ampersand-web-design-typography .intro, .ie7 #our-visit-to-ampersand-web-design-typography .intro, .ie8 #our-visit-to-ampersand-web-design-typography .intro {
  background: url(/images/layout/blogheaders/ampersand-logo.png) no-repeat 100% 50%;
  padding: 3em 9.2em 3em 0; }
.ie6 #our-visit-to-ampersand-web-design-typography #article-content, .ie7 #our-visit-to-ampersand-web-design-typography #article-content, .ie8 #our-visit-to-ampersand-web-design-typography #article-content {
  margin-top: 0; }
.ie6 #its-not-how-good-you-are-its-how-good-you-want-to-be, .ie7 #its-not-how-good-you-are-its-how-good-you-want-to-be, .ie8 #its-not-how-good-you-are-its-how-good-you-want-to-be {
  padding-top: 3em;
  padding-bottom: 3em; }
.ie6 #its-not-how-good-you-are-its-how-good-you-want-to-be #article-header h1, .ie7 #its-not-how-good-you-are-its-how-good-you-want-to-be #article-header h1, .ie8 #its-not-how-good-you-are-its-how-good-you-want-to-be #article-header h1 {
  background: url(/images/layout/blogheaders/paul-arden-its-not-how-good-you-are-its-how-good-you-want-to-be.jpg) no-repeat 0 0;
  width: 912px;
  height: 174px;
  text-indent: -20000px;
  margin: 0 0 0.25em -63px; }
.ie6 #a-different-kind-of-gorilla, .ie7 #a-different-kind-of-gorilla, .ie8 #a-different-kind-of-gorilla {
  width: 100%;
  margin: 0;
  padding: 0; }
.ie6 #a-different-kind-of-gorilla #article-header, .ie7 #a-different-kind-of-gorilla #article-header, .ie8 #a-different-kind-of-gorilla #article-header {
  position: relative;
  margin: 5em 0 6em 0;
  width: 100%;
  height: 120px; }
.ie6 #a-different-kind-of-gorilla #article-headeer h1, .ie7 #a-different-kind-of-gorilla #article-headeer h1, .ie8 #a-different-kind-of-gorilla #article-headeer h1 {
  width: 100%; }
.ie6 #a-different-kind-of-gorilla #article-header h1 span.span-1, .ie7 #a-different-kind-of-gorilla #article-header h1 span.span-1, .ie8 #a-different-kind-of-gorilla #article-header h1 span.span-1 {
  background: url(/images/layout/blogheaders/a-different-kind-of-gorilla-1.png) no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -10000px; }
.ie6 #a-different-kind-of-gorilla #article-header h1 span.span-2, .ie7 #a-different-kind-of-gorilla #article-header h1 span.span-2, .ie8 #a-different-kind-of-gorilla #article-header h1 span.span-2 {
  background: url(/images/layout/blogheaders/a-different-kind-of-gorilla-2.png) no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  display: block;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0; }
.ie6 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro, .ie7 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro, .ie8 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  margin-left: 1.639%; }
.ie6 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro .intro, .ie7 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro .intro, .ie8 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-intro .intro {
  padding-top: 0; }
.ie6 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-content, .ie7 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-content, .ie8 #a-different-kind-of-gorilla #article-content #a-different-kind-of-gorilla-content {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 #a-different-kind-of-gorilla #article-header h1 span, .ie7 #a-different-kind-of-gorilla #article-header h1 span, .ie8 #a-different-kind-of-gorilla #article-header h1 span {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
.ie6 #a-different-kind-of-gorilla #article-header h1:hover .span-1, .ie7 #a-different-kind-of-gorilla #article-header h1:hover .span-1, .ie8 #a-different-kind-of-gorilla #article-header h1:hover .span-1 {
  top: -2px;
  left: 2px; }
.ie6 #a-different-kind-of-gorilla #article-header h1:hover .span-2, .ie7 #a-different-kind-of-gorilla #article-header h1:hover .span-2, .ie8 #a-different-kind-of-gorilla #article-header h1:hover .span-2 {
  top: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75; }
.ie6 #build-awesomeness, .ie7 #build-awesomeness, .ie8 #build-awesomeness {
  width: 100%;
  margin: 0;
  padding: 0; }
.ie6 #build-awesomeness #article-header, .ie7 #build-awesomeness #article-header, .ie8 #build-awesomeness #article-header {
  position: relative;
  width: 100%; }
.ie6 #build-awesomeness #article-header h1, .ie7 #build-awesomeness #article-header h1, .ie8 #build-awesomeness #article-header h1 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/layout/blogheaders/build-awesomeness.jpg?1321534675');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 943px;
  height: 79px;
  background-size: 100%;
  margin-top: 90px;
  margin-bottom: 60px;
  width: auto;
  margin-right: 15px;
  margin-left: 15px; }
.ie6 #build-awesomeness #article-content #build-staff-ids, .ie7 #build-awesomeness #article-content #build-staff-ids, .ie8 #build-awesomeness #article-content #build-staff-ids {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  margin-left: 1.639%;
  *zoom: 1;
  text-align: center;
  position: relative; }
.ie6 #build-awesomeness #article-content #build-staff-ids:after, .ie7 #build-awesomeness #article-content #build-staff-ids:after, .ie8 #build-awesomeness #article-content #build-staff-ids:after {
  content: "";
  display: table;
  clear: both; }
.ie6 #build-awesomeness #article-content #build-staff-ids img, .ie7 #build-awesomeness #article-content #build-staff-ids img, .ie8 #build-awesomeness #article-content #build-staff-ids img {
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.5em solid #dadedf;
  width: 50%;
  margin: 0 auto;
  position: absolute; }
.ie6 #build-awesomeness #article-content #build-staff-ids img:nth-child(1), .ie7 #build-awesomeness #article-content #build-staff-ids img:nth-child(1), .ie8 #build-awesomeness #article-content #build-staff-ids img:nth-child(1) {
  -moz-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  top: 0; }
.ie6 #build-awesomeness #article-content #build-staff-ids img:nth-child(2), .ie7 #build-awesomeness #article-content #build-staff-ids img:nth-child(2), .ie8 #build-awesomeness #article-content #build-staff-ids img:nth-child(2) {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 30px;
  top: 15px; }
.ie6 #build-awesomeness #article-content #build-staff-ids img:nth-child(3), .ie7 #build-awesomeness #article-content #build-staff-ids img:nth-child(3), .ie8 #build-awesomeness #article-content #build-staff-ids img:nth-child(3) {
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  top: 200px;
  left: -20px; }
.ie6 #build-awesomeness #article-content #build-staff-ids img:nth-child(4), .ie7 #build-awesomeness #article-content #build-staff-ids img:nth-child(4), .ie8 #build-awesomeness #article-content #build-staff-ids img:nth-child(4) {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  top: 200px;
  right: 20px; }
.ie6 #build-awesomeness #article-content #build-staff-ids img:nth-child(5), .ie7 #build-awesomeness #article-content #build-staff-ids img:nth-child(5), .ie8 #build-awesomeness #article-content #build-staff-ids img:nth-child(5) {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  top: 330px;
  left: 0; }
.ie6 #build-awesomeness #article-content #build-staff-ids img:nth-child(6), .ie7 #build-awesomeness #article-content #build-staff-ids img:nth-child(6), .ie8 #build-awesomeness #article-content #build-staff-ids img:nth-child(6) {
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  top: 390px;
  right: 60px; }
.ie6 #build-awesomeness #article-content #build-awesomeness-content, .ie7 #build-awesomeness #article-content #build-awesomeness-content, .ie8 #build-awesomeness #article-content #build-awesomeness-content {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 1.639%;
  #margin-left: -1em; }
.ie6 #build-awesomeness #article-content #build-awesomeness-content .intro, .ie7 #build-awesomeness #article-content #build-awesomeness-content .intro, .ie8 #build-awesomeness #article-content #build-awesomeness-content .intro {
  padding-top: 0; }
.ie6 html, .ie7 html, .ie8 html {
  overflow: auto; }
.ie6 body, .ie7 body, .ie8 body {
  overflow-x: hidden; }

.no-rgba .over-ons #intro #copy {
  background: silver; }
.no-rgba #team-info ul h3 {
  background: #85a300; }

.ie6 #project-slideshow {
  height: 478px;
  overflow: hidden; }

@-webkit-keyframes hide {
  0% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@-webkit-keyframes show-screen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95); }

  40% {
    opacity: 0;
    -webkit-transform: scale(0.95); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

.iphone, .ipad, .desktop {
  -moz-box-shadow: 2px 2px 3px 6px rgba(25, 26, 26, 0.1);
  -webkit-box-shadow: 2px 2px 3px 6px rgba(25, 26, 26, 0.1);
  -o-box-shadow: 2px 2px 3px 6px rgba(25, 26, 26, 0.1);
  box-shadow: 2px 2px 3px 6px rgba(25, 26, 26, 0.1); }

.iphone {
  -moz-border-radius: 29px;
  -webkit-border-radius: 29px;
  -o-border-radius: 29px;
  -ms-border-radius: 29px;
  -khtml-border-radius: 29px;
  border-radius: 29px;
  background: url(/images/layout/projects/iphone-chrome.png);
  width: 188px;
  height: 367px;
  position: absolute; }
.iphone img {
  height: 240px;
  width: 160px;
  margin-left: 15px;
  margin-top: 62px; }

.ipad {
  -moz-border-radius: 29px;
  -webkit-border-radius: 29px;
  -o-border-radius: 29px;
  -ms-border-radius: 29px;
  -khtml-border-radius: 29px;
  border-radius: 29px;
  background: url(/images/layout/projects/ipad-chrome.png);
  width: 474px;
  height: 619px;
  position: absolute; }
.ipad img {
  height: 512px;
  width: 384px;
  margin-left: 46px;
  margin-top: 56px; }

.desktop {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background: url(/images/layout/projects/desktop-chrome.png);
  width: 512px;
  height: 711px;
  position: absolute; }
.desktop img {
  width: 512px;
  height: 675px;
  margin-top: 20px; }

.strijkapose .project-images {
  background: url(/images/layout/spinner.gif) no-repeat center 100px;
  position: relative;
  height: 727px;
  width: 100%; }
.strijkapose .project-images #iphone-1 {
  left: -400px;
  top: 130px;
  -webkit-animation: hide 1500ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1500ms; }
.strijkapose .project-images #iphone-2 {
  left: -200px;
  top: 150px;
  -webkit-animation: hide 1750ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1750ms; }
.strijkapose .project-images #iphone-3 {
  left: 0;
  top: 140px;
  -webkit-animation: hide 2000ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2000ms; }
.strijkapose .project-images #iphone-4 {
  left: 200px;
  top: 160px;
  -webkit-animation: hide 2250ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2250ms; }
.strijkapose .project-images #iphone-5 {
  left: 400px;
  top: 140px;
  -webkit-animation: hide 2500ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2500ms; }
.strijkapose .project-images #iphone-6 {
  left: 600px;
  top: 160px;
  -webkit-animation: hide 2750ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2750ms; }
.strijkapose .project-images #iphone-7 {
  left: 800px;
  top: 140px;
  -webkit-animation: hide 3000ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 3000ms; }
.strijkapose .project-images #iphone-8 {
  left: 1000px;
  top: 160px;
  -webkit-animation: hide 3250ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 3250ms; }
.strijkapose .project-images #iphone-9 {
  left: 1200px;
  top: 140px;
  -webkit-animation: hide 3500ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 3500ms; }
.strijkapose .project-images #iphone-10 {
  left: 1400px;
  top: 160px;
  -webkit-animation: hide 3750ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 3750ms; }
.strijkapose .project-images #desktop-1 {
  left: 235px;
  top: 0;
  -webkit-animation: hide 3250ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 3250ms; }

.lalemant .project-images {
  background: url(/images/layout/spinner.gif) no-repeat center 100px;
  position: relative;
  height: 727px;
  width: 100%; }
.lalemant .project-images #desktop-1 {
  left: 0;
  bottom: 0;
  -webkit-animation: hide 1500ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1500ms; }
.lalemant .project-images #ipad-1 {
  right: 0px;
  bottom: 0;
  -webkit-animation: hide 1750ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1750ms; }
.lalemant .project-images #iphone-1 {
  left: -30px;
  bottom: 0;
  -webkit-animation: hide 2000ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2000ms; }

.factr .project-images {
  background: url(/images/layout/spinner.gif) no-repeat center 100px;
  position: relative;
  height: 727px;
  width: 100%; }
.factr .project-images #desktop-1 {
  left: 210px;
  bottom: 0;
  -webkit-animation: hide 1500ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1500ms;
  z-index: 1000; }
.factr .project-images #desktop-2 {
  right: -150px;
  bottom: 0;
  -webkit-animation: hide 1750ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1750ms; }
.factr .project-images #desktop-3 {
  left: -150px;
  bottom: 0;
  -webkit-animation: hide 2000ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2000ms; }

.belmodo .project-images {
  background: url(/images/layout/spinner.gif) no-repeat center 100px;
  position: relative;
  height: 727px;
  width: 100%; }
.belmodo .project-images #desktop-1 {
  left: 210px;
  bottom: 0;
  -webkit-animation: hide 1500ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1500ms;
  z-index: 1000; }
.belmodo .project-images #desktop-2 {
  right: -150px;
  bottom: 0;
  -webkit-animation: hide 1750ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1750ms; }
.belmodo .project-images #desktop-3 {
  left: -150px;
  bottom: 0;
  -webkit-animation: hide 2000ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2000ms; }

.sven-ornelis .project-images {
  background: url(/images/layout/spinner.gif) no-repeat center 100px;
  position: relative;
  height: 727px;
  width: 100%; }
.sven-ornelis .project-images #desktop-1 {
  left: 0;
  bottom: 0;
  -webkit-animation: hide 1500ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1500ms;
  z-index: 98; }
.sven-ornelis .project-images #desktop-2 {
  right: 0;
  bottom: 0;
  -webkit-animation: hide 1750ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1750ms;
  z-index: 97; }
.sven-ornelis .project-images #sven-pic {
  position: absolute;
  left: -50px;
  bottom: -100px;
  -webkit-animation: hide 2000ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2000ms;
  z-index: 99; }

.arrrrcamp .project-images {
  background: url(/images/layout/spinner.gif) no-repeat center 100px;
  position: relative;
  height: 727px;
  width: 100%; }
.arrrrcamp .project-images #desktop-1 {
  left: 0;
  bottom: 0;
  -webkit-animation: hide 1500ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1500ms; }
.arrrrcamp .project-images #ipad-1 {
  right: 0px;
  bottom: 0;
  -webkit-animation: hide 1750ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 1750ms; }
.arrrrcamp .project-images #iphone-1 {
  left: -30px;
  bottom: 0;
  -webkit-animation: hide 2000ms 0ms, show-screen 500ms cubic-bezier(0.25, 0, 0.25, 1) 2000ms; }

