/* line 5, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, ../sass/base/_layout.scss */
img {
  width: 100%;
  vertical-align: middle;
}

/* line 15, ../sass/base/_layout.scss */
.container {
  padding: 0 1em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/output/support/_clearfix.scss */
.container::after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  /* line 15, ../sass/base/_layout.scss */
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/output/support/_clearfix.scss */
  .container::after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 600px) {
  /* line 15, ../sass/base/_layout.scss */
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/output/support/_clearfix.scss */
  .container::after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 800px) {
  /* line 15, ../sass/base/_layout.scss */
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/output/support/_clearfix.scss */
  .container::after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 106, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 93.75%;
  line-height: 1.4em;
}

/* line 7, ../sass/base/_typography.scss */
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #f6f6f6;
  background: url('../img/background.png?1363722619');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* line 24, ../sass/base/_typography.scss */
a {
  display: block;
  color: #f6f6f6;
  text-decoration: none;
}
/* line 30, ../sass/base/_typography.scss */
a:hover {
  text-decoration: underline;
}

/* line 38, ../sass/base/_typography.scss */
h1 {
  margin-top: 2.8em;
  font-size: 1.4em;
  line-height: 2em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px #242424;
  letter-spacing: .09em;
}

/* line 54, ../sass/base/_typography.scss */
em {
  font-style: italic;
}

/* line 58, ../sass/base/_typography.scss */
strong {
  font-weight: bold;
}

/* line 1, ../sass/modules/_project-list.scss */
.project-list {
  clear: both;
  overflow: hidden;
  *zoom: 1;
  margin-top: 1.4em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  margin-bottom: 1.4em;
}
/* line 6, ../sass/modules/_project-list.scss */
.project-list figure {
  margin-bottom: 0.7em;
  font-weight: bold;
}
/* line 12, ../sass/modules/_project-list.scss */
.project-list > li {
  width: 47.36842%;
  float: left;
  margin-bottom: 1.4em;
}
/* line 63, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/language/susy/_gallery.scss */
.project-list > li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
/* line 63, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/language/susy/_gallery.scss */
.project-list > li:nth-child(2n + 2) {
  margin-left: 52.63158%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 600px) {
  /* line 18, ../sass/modules/_project-list.scss */
  .project-list > li {
    width: 48.71795%;
    float: left;
  }
  /* line 63, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/language/susy/_gallery.scss */
  .project-list > li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 63, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/language/susy/_gallery.scss */
  .project-list > li:nth-child(2n + 2) {
    margin-left: 51.28205%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 800px) {
  /* line 24, ../sass/modules/_project-list.scss */
  .project-list > li {
    width: 32.20339%;
    float: left;
  }
  /* line 63, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/language/susy/_gallery.scss */
  .project-list > li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 63, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/language/susy/_gallery.scss */
  .project-list > li:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  /* line 63, ../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.1/sass/susy/language/susy/_gallery.scss */
  .project-list > li:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}

/* line 1, ../sass/modules/_tags.scss */
.tags {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 49, ../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/typography/lists/_inline-block-list.scss */
.tags li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 4, ../sass/modules/_tags.scss */
.tags li {
  margin: 0 0 .7em 0;
  padding: .1em .8em;
  font-size: 0.73333em;
  line-height: 1.90909em;
  color: #f6f6f6;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: #242424;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

/* line 22, ../sass/modules/_tags.scss */
li.tag--gallery {
  background: #008cd1;
}

/* line 26, ../sass/modules/_tags.scss */
li.tag--repsonsive {
  background: #d22424;
}

/* line 30, ../sass/modules/_tags.scss */
li.tag--onepage {
  background: #27ba3e;
}

/* line 34, ../sass/modules/_tags.scss */
li.tag--custom {
  background: #541bc7;
}

/* line 38, ../sass/modules/_tags.scss */
li.tag--shop {
  background: #a23d05;
}
