@import url(/assets/bower_components/normalize-css/normalize.css);
.list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list li {
    margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  text-align: center;
  color: #444444;
  background: white; }
  body.portfolio--single {
    overflow: hidden; }
  @media screen and (min-width: 55em) {
    body {
      background: #f1f1f1; } }

a {
  color: #777777;
  text-decoration: none; }
  a:visited {
    color: #777777; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    color: #aaaaaa;
    outline: 0; }

h1, h2, h3 {
  font-weight: bold;
  margin: 0; }

h1 {
  display: inline;
  font-size: 1rem; }

h2, h3 {
  font-size: 1rem; }

.site__header {
  position: relative;
  text-align: center;
  padding: 4em 1.5em 1em;
  width: 100%;
  background: #fff;
  z-index: 50; }
  @media screen and (min-width: 55em) {
    .site__header {
      position: fixed;
      top: 0;
      left: 0;
      width: 480px;
      text-align: left;
      padding: .5em 2em .5em;
      background: none; } }

.catinca {
  position: absolute;
  top: 2em;
  left: 50%;
  margin-left: -27px;
  display: block;
  height: 53px;
  width: 53px;
  text-indent: -200%;
  text-decoration: none;
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/img/catinca-ani.gif"); }
  @media (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .catinca {
      background-image: url("/assets/img/catinca-ani@2x.gif");
      -webkit-background-size: 53px 53px;
      background-size: 53px 53px; } }
  @media screen and (min-width: 55em) {
    .catinca {
      position: relative;
      top: 0;
      left: 2em; } }

.about {
  font-size: 1.25rem;
  line-height: 1;
  color: #222222; }
  .about a {
    color: #222222; }

.site__content {
  position: relative; }
  @media screen and (min-width: 55em) {
    .site__content {
      height: 100%; } }

.entry__index {
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  z-index: 10;
  margin: 0;
  background: #f1f1f1; }
  .entry__index:after {
    content: "";
    display: table;
    clear: both; }
  .entry__index li {
    flex: 1 0 100%;
    background: #fff; }
    .entry__index li.item--first {
      display: none;
      background: #f1f1f1; }
  .entry__index a {
    display: block;
    color: #444444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    background: #f1f1f1; }
    .entry__index a:hover img {
      opacity: .8; }
    .entry__index a:hover figcaption {
      opacity: 1; }
  .entry__index figcaption {
    position: absolute;
    left: 1em;
    bottom: 1em;
    font-weight: bold;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
  .entry__index img {
    width: 100%;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
  @media screen and (min-width: 55em) {
    .entry__index li {
      flex: 0 0 33.333333333%; }
      .entry__index li.item--first {
        display: block; }
    .entry__index figcaption {
      opacity: 0; } }

.entry__title {
  color: #fff;
  width: 100%;
  padding: .75em 0;
  background: #111111;
  z-index: 500; }
  @media screen and (min-width: 55em) {
    .entry__title {
      position: fixed;
      bottom: 0;
      left: 0;
      color: #444444;
      padding: 1em 0;
      background: #fff; } }

.entry__content {
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .entry__content:after {
    content: "";
    display: table;
    clear: both; }
  .entry__content section {
    background: #f1f1f1; }
    .entry__content section.section--textBlock {
      position: relative;
      z-index: 100; }
  @media screen and (min-width: 55em) {
    .entry__content {
      position: absolute;
      overflow: scroll;
      height: 100%; } }

.entry__pagination {
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2em;
  width: 100%;
  z-index: 550; }
  .entry__pagination:after {
    content: "";
    display: table;
    clear: both; }
  .entry__pagination:after {
    content: "";
    display: table;
    clear: both; }
  .entry__pagination a {
    display: block;
    padding: 1em 0; }
    .entry__pagination a.float--left {
      text-align: left; }
    .entry__pagination a.float--right {
      text-align: right; }
    .entry__pagination a:hover, .entry__pagination a:active {
      color: #aaaaaa; }
      .entry__pagination a:hover .pagination__arrow, .entry__pagination a:active .pagination__arrow {
        color: #aaaaaa; }
  .entry__pagination .pagination__title {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle; }
  .entry__pagination .pagination__arrow {
    display: inline-block;
    font-family: helvetica, arial, sans-serif;
    font-size: 2rem;
    color: #111111;
    vertical-align: middle; }
  @media screen and (min-width: 55em) {
    .entry__pagination {
      position: fixed;
      bottom: 0;
      left: 0; }
      .entry__pagination .pagination__title {
        display: inline-block;
        width: 10em; }
      .entry__pagination .pagination__arrow {
        font-size: 1rem;
        color: #777777;
        background: none; } }
  @media screen and (min-width: 61.25em) {
    .entry__pagination .pagination__title {
      width: 20em; } }

.text__title {
  padding: .75em 2em;
  color: #fff;
  background: #111111; }
  @media screen and (min-width: 55em) {
    .text__title {
      padding: 1em 2em; }
      .text__title + .text {
        padding-top: 1.5em; }
      .text__title .note__content {
        max-width: 46em;
        padding: 0 4em; } }

.text__title__content {
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold; }
  .text__title__content:after {
    content: "";
    display: table;
    clear: both; }

.text {
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 1.5em 2em; }
  .text:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 55em) {
    .text {
      max-width: 46em;
      padding: 3em 4em 6em; } }

.media.media--image img {
  width: 100%; }
.media.media--video {
  margin: 0 auto;
  width: 100%;
  max-height: 90%; }

.float--left {
  float: left; }

.float--right {
  float: right; }

img, object, video {
  max-width: 100%;
  height: auto; }

img {
  display: block; }

figure {
  position: relative;
  padding: 0;
  margin: 0; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
