/*
    Reset
    Eric Meyer's famous recipe with some additions
*/
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,
main,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
a {
  color: inherit;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clear:before,
.clear:after {
  content: '';
  display: table;
}
.clear:after {
  clear: both;
}
.replace > span {
  display: none;
}
.single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hidden {
  display: none;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes enter-stage-right {
  from {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes enter-stage-left {
  from {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes exit-stage-right {
  from {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes exit-stage-left {
  from {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes enter-stage-right {
  from {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes enter-stage-left {
  from {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes exit-stage-right {
  from {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes exit-stage-left {
  from {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.base-type {
  font-size: 14px;
  line-height: 1.25em;
}
.primary-txt {
  font-size: 18px;
  line-height: 1.25em;
}
.secondary-txt {
  font-size: 12px;
  line-height: 1.25em;
}
.georgia {
  font-family: 'Georgia', 'Times New Roman', serif;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
a {
  border-bottom: 1px solid #929292;
}
a:hover {
  border-bottom: none;
}
a.current,
span.current {
  border-bottom: 1px solid #929292;
}
a.current:hover,
span.current:hover {
  border-bottom: none;
}
.no-border-links a {
  border-bottom: none;
}
.no-border-links a:hover {
  border-bottom: 1px solid #929292;
}
.no-border-links a.current {
  border-bottom: 1px solid #929292;
}
.gutter {
  padding: 20px;
}
.gutter-sides {
  padding: 0 20px;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  .gutter-sides {
    padding: 0;
  }
}
@media screen and (max-width: 639px) {
  .gutter-sides {
    padding: 0;
  }
}
.gutter-gap {
  margin-right: 20px;
}
.gutter-pad {
  padding-right: 20px;
}
.vert-gap {
  margin-top: 50px;
}
.vert-gutter {
  margin-top: 20px;
}
.col {
  float: left;
  min-height: 1px;
}
.col.right {
  float: right;
}
.col-1 {
  max-width: 180px;
}
.col-1.fill {
  width: 180px;
}
.col-2 {
  max-width: 400px;
}
.col-2.fill {
  width: 400px;
}
@media screen and (min-width: 942px) and (max-width: 1254px) {
  .col-2.fill {
    width: 252px;
  }
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  .col-2.fill {
    width: 252px;
  }
}
@media screen and (max-width: 639px) {
  .col-2.fill {
    width: 252px;
  }
}
.col-2 > .inner {
  padding-right: 40px;
}
.col-3 {
  max-width: 600px;
}
.col-3.fill {
  width: 600px;
}
@media screen and (min-width: 1255px) and (max-width: 1454px) {
  .col-3.fill {
    width: 400px;
  }
}
@media screen and (min-width: 942px) and (max-width: 1254px) {
  .col-3.fill {
    width: 340px;
  }
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  .col-3.fill {
    width: 190px;
  }
}
@media screen and (max-width: 639px) {
  .col-3.fill {
    width: 190px;
  }
}
.col-6 {
  width: 1200px;
  height: 480px;
  -moz-column-width: 480px;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -moz-column-rule-color: transparent;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 0px;
  -webkit-column-width: 480px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  -webkit-column-rule-color: transparent;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 0px;
  column-width: 480px;
  column-count: 2;
  column-gap: 0;
  column-rule-color: transparent;
  column-rule-style: solid;
  column-rule-width: 0px;
}
.col-6 + .col {
  position: relative;
  left: -6px;
}
@media screen and (min-width: 1255px) and (max-width: 1454px) {
  .col-6 {
    width: 600px;
    -moz-column-width: inherit;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-rule-color: transparent;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0px;
    -webkit-column-width: inherit;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-rule-color: transparent;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0px;
    column-width: inherit;
    column-count: 1;
    column-gap: 0;
    column-rule-color: transparent;
    column-rule-style: solid;
    column-rule-width: 0px;
  }
  .col-6 + .col {
    position: relative;
    left: auto;
  }
}
@media screen and (min-width: 942px) and (max-width: 1254px) {
  .col-6 {
    width: 600px;
    -moz-column-width: inherit;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-rule-color: transparent;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0px;
    -webkit-column-width: inherit;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-rule-color: transparent;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0px;
    column-width: inherit;
    column-count: 1;
    column-gap: 0;
    column-rule-color: transparent;
    column-rule-style: solid;
    column-rule-width: 0px;
  }
  .col-6 + .col {
    position: relative;
    left: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  .col-6 {
    width: 600px;
    -moz-column-width: inherit;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-rule-color: transparent;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0px;
    -webkit-column-width: inherit;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-rule-color: transparent;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0px;
    column-width: inherit;
    column-count: 1;
    column-gap: 0;
    column-rule-color: transparent;
    column-rule-style: solid;
    column-rule-width: 0px;
    margin-bottom: 40px;
  }
  .col-6 + .col {
    position: relative;
    left: auto;
  }
}
@media screen and (max-width: 639px) {
  .col-6 {
    width: 600px;
    -moz-column-width: inherit;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-rule-color: transparent;
    -moz-column-rule-style: solid;
    -moz-column-rule-width: 0px;
    -webkit-column-width: inherit;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-rule-color: transparent;
    -webkit-column-rule-style: solid;
    -webkit-column-rule-width: 0px;
    column-width: inherit;
    column-count: 1;
    column-gap: 0;
    column-rule-color: transparent;
    column-rule-style: solid;
    column-rule-width: 0px;
    margin-bottom: 40px;
  }
  .col-6 + .col {
    position: relative;
    left: auto;
  }
}
.col-3 > .inner,
.col-6 > .inner {
  padding-right: 60px;
}
.col-gap-p-1 {
  padding-right: 180px;
}
.col-gap-p-2 {
  padding-right: 400px;
}
.col-gap-m-1 {
  margin-right: 180px;
}
.col-gap-m-2 {
  margin-right: 400px;
}
.wrapper {
  width: 1000px;
}
.vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.item-list li {
  margin-top: 1em;
}
.item-list li:first-child {
  margin-top: 0;
}
.feat-items h4 {
  max-width: 250px;
  margin: .25em 0 0;
}
html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  font-size: 14px;
  line-height: 1.25em;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #929292;
}
body.frontpage header.global h1 a {
  border-bottom: 1px solid #929292;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  body.frontpage header.global h1 a {
    border-bottom: none;
  }
}
@media screen and (min-width: 545px) and (max-width: 639px) {
  body.frontpage header.global h1 a {
    border-bottom: none;
  }
}
@media screen and (max-width: 639px) {
  body.frontpage header.global h1 a {
    border-bottom: none;
  }
}
body.parent-design .category.design ul,
body.parent-case-studies .category.design ul,
body.parent-illustration .category.design ul {
  opacity: 1;
}
body.design header.global .nav a.design,
body.design-project header.global .nav a.design {
  border-bottom: 1px solid #929292;
}
body.illustration header.global .nav a.illustration,
body.parent-illustration header.global .nav a.illustration {
  border-bottom: 1px solid #929292;
}
body.case-studies header.global .nav a.case-studies,
body.parent-case-studies header.global .nav a.case-studies {
  border-bottom: 1px solid #929292;
}
body.parent-word .category.word ul {
  opacity: 1;
}
body.about header.global .nav a.about {
  border-bottom: 1px solid #929292;
}
body.news header.global .nav a.news {
  border-bottom: 1px solid #929292;
}
body.projects header.global .nav a.projects,
body.project header.global .nav a.projects {
  border-bottom: 1px solid #929292;
}
body.contact header.global .nav a.contact {
  border-bottom: 1px solid #929292;
}
img {
  max-width: 100%;
  height: auto;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
header.global {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 20px 20px 32px;
}
header.global:before,
header.global:after {
  content: '';
  display: table;
}
header.global:after {
  clear: both;
}
header.global a {
  border-bottom: none;
}
header.global a:hover {
  border-bottom: 1px solid #929292;
}
header.global a.current {
  border-bottom: 1px solid #929292;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  header.global {
    padding: 20px;
  }
}
@media screen and (max-width: 639px) {
  header.global {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    line-height: 1.5em;
  }
}
header.global .site-title-wrap {
  display: inline-block;
  min-width: 180px;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  header.global .site-title-wrap {
    min-width: 0;
  }
}
@media screen and (max-width: 639px) {
  header.global .site-title-wrap {
    min-width: 0;
  }
}
header.global h1 {
  position: relative;
  display: inline-block;
}
header.global h1:after {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 17px;
  width: 24px;
  height: 24px;
  background: url(/assets/images/loader.gif) no-repeat 0 0;
  content: '';
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  header.global h1:after {
    margin-left: 6px;
  }
}
@media screen and (max-width: 639px) {
  header.global h1:after {
    margin-left: 6px;
  }
}
header.global h1 a {
  display: block;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  header.global h1 a:hover {
    border-bottom: none;
  }
}
@media screen and (min-width: 545px) and (max-width: 639px) {
  header.global h1 a:hover {
    border-bottom: none;
  }
}
@media screen and (max-width: 639px) {
  header.global h1 a:hover {
    border-bottom: none;
  }
}
header.global ul,
header.global li {
  display: inline-block;
}
header.global > ul > li {
  padding-left: 0;
}
header.global > ul > li > span {
  cursor: default;
}
header.global > ul > li > ul {
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}
header.global > ul > li > ul > li {
  padding-left: 20px;
}
@media screen and (max-width: 639px) {
  header.global > ul > li > ul > li {
    padding-left: 10px;
  }
}
header.global > ul > li.current > ul,
header.global > ul > li:hover > ul {
  opacity: 1;
}
@media screen and (min-width: 942px) and (max-width: 1254px) {
  header.global > ul > li:last-child {
    padding-left: 8px;
  }
}
header.global .social {
  padding-left: 20px;
}
header.global .social li {
  margin-left: 10px;
  vertical-align: middle;
}
header.global .social li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  header.global .social {
    padding-left: 40px;
  }
}
@media screen and (max-width: 639px) {
  header.global .social {
    padding-left: 40px;
  }
}
header.global a.social-link {
  background-image: url('/assets/images/social-sprite.png');
  background-repeat: no-repeat;
  background-size: 32px 32px;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  width: 16px;
}
header.global a.social-link:hover {
  border: 0;
}
header.global a.social-link-instagram {
  background-position: 0 0;
}
header.global a.social-link-instagram:hover {
  background-position: 0 -16px;
}
header.global a.social-link-twitter {
  background-position: -16px 0;
}
header.global a.social-link-twitter:hover {
  background-position: -16px -16px;
}
.nav .category {
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .nav .category {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .nav .category.design {
    width: 400px;
  }
}
.loading header.global h1:after {
  display: block;
}
footer.global {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background: #ffffff;
  line-height: 50px;
  padding: 0 20px;
  transition: opacity 0.25s ease-out;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  footer.global {
    padding: 0;
  }
}
@media screen and (max-width: 639px) {
  footer.global {
    padding: 0;
  }
}
footer.global a {
  border-bottom: none;
}
footer.global a:hover {
  border-bottom: 1px solid #929292;
}
footer.global a.current {
  border-bottom: 1px solid #929292;
}
footer.global .col {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
footer.global .about-link,
footer.global .back-link {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  footer.global {
    padding: 0 20px;
  }
  footer.global .description {
    display: none;
  }
}
@media screen and (min-width: 545px) and (max-width: 639px) {
  footer.global .description {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  footer.global {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer.global .description,
  footer.global .links {
    display: none;
  }
}
nav {
  transition: opacity 0.25s ease-out;
}
nav.hidden {
  pointer-events: none;
  display: none;
}
nav.dark .prev-media,
nav.dark .next-media {
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.frontpage nav,
.thumbs-view nav,
.case-studies nav,
.about nav,
.news nav,
.contact nav {
  opacity: 0;
  pointer-events: none;
}
main {
  position: relative;
  height: 100%;
  padding: 50px 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
main::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
main::-webkit-scrollbar-track {
  background: transparent;
}
main::-webkit-scrollbar-thumb {
  background: #ffffff;
}
@media screen and (min-width: 545px) and (max-width: 639px) {
  main {
    padding: 90px 0 50px;
  }
}
@media screen and (max-width: 639px) {
  main {
    padding: 112px 0 50px;
  }
}
main.animate-next > .content {
  -webkit-animation: exit-stage-left 0.5s ease-in-out 0s 1 forwards;
  animation: exit-stage-left 0.5s ease-in-out 0s 1 forwards;
}
main.animate-next > .content + .content {
  opacity: 1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: enter-stage-right 0.5s ease-in-out 0s 1 forwards;
  animation: enter-stage-right 0.5s ease-in-out 0s 1 forwards;
}
main.animate-prev > .content {
  -webkit-animation: exit-stage-right 0.5s ease-in-out 0s 1 forwards;
  animation: exit-stage-right 0.5s ease-in-out 0s 1 forwards;
}
main.animate-prev > .content + .content {
  opacity: 1;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: enter-stage-left 0.5s ease-in-out 0s 1 forwards;
  animation: enter-stage-left 0.5s ease-in-out 0s 1 forwards;
}
main.animate-fade {
  height: 100% !important;
}
main.animate-fade > .content {
  z-index: 2;
  position: absolute;
  -webkit-animation: fade-out 0.5s ease-in-out 0s 1 forwards;
  animation: fade-out 0.5s ease-in-out 0s 1 forwards;
}
main.animate-fade > .content + .content {
  z-index: 1;
  position: absolute;
  -webkit-animation: fade-in 0.5s ease-in-out 0s 1 forwards;
  animation: fade-in 0.5s ease-in-out 0s 1 forwards;
}
main.animate-initial > .content {
  -webkit-animation: fade-in 0.5s ease-in-out 0s 1 forwards;
  animation: fade-in 0.5s ease-in-out 0s 1 forwards;
}
main > .content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
}
main > .content:before,
main > .content:after {
  content: '';
  display: table;
}
main > .content:after {
  clear: both;
}
main > .content.visible {
  opacity: 1;
}
main > .content.single {
  padding: 20px;
}
@media screen and (max-width: 639px) {
  main > .content.single {
    padding: 0 20px 20px;
  }
}
main > .content.single > .col {
  margin-bottom: 50px;
}
main > .content.project {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 70px 0 50px;
}
@media screen and (min-width: 545px) and (max-width: 639px) {
  main > .content.project {
    padding: 90px 0 50px;
  }
}
@media screen and (max-width: 639px) {
  main > .content.project {
    padding: 112px 0 50px;
  }
}
main > .content.project h1 {
  text-transform: none;
}
main p,
main ul {
  margin-top: 1em;
}
main p:first-child,
main ul:first-child {
  margin-top: 0;
}
body.loading main {
  overflow: hidden;
}
.media {
  position: relative;
  height: 100%;
}
.prev-media,
.next-media {
  z-index: 3;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  border: none;
  height: 200px;
  width: 75px;
  background-image: url(/assets/images/arrow.png);
  background-repeat: no-repeat;
  background-size: 200px auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s, left 0.25s ease-out, right 0.25s ease-out, -webkit-filter 0.25s ease-out;
  transition: opacity 0.25s, filter 0.25s ease-out, left 0.25s ease-out, right 0.25s ease-out;
  transition: opacity 0.25s, filter 0.25s ease-out, left 0.25s ease-out, right 0.25s ease-out, -webkit-filter 0.25s ease-out;
}
.prev-media > span,
.next-media > span {
  display: none;
}
.prev-media.visible,
.next-media.visible {
  pointer-events: auto;
  opacity: 1;
}
.prev-media.visible.mobile,
.next-media.visible.mobile {
  pointer-events: none;
  opacity: 0;
}
.prev-media {
  left: 0;
  background-position: -25px -695px;
}
.prev-media:hover {
  background-position: -25px -455px;
}
.prev-media.navigate {
  left: 20px;
  background-position: -25px 25px;
}
.prev-media.navigate:hover {
  background-position: -25px -215px;
}
.prev-media.navigate.no-prev {
  opacity: 0;
  pointer-events: none;
}
.next-media {
  right: 0;
  background-position: -100px -695px;
}
.next-media:hover {
  background-position: -100px -455px;
}
.next-media.navigate {
  right: 20px;
  background-position: -100px 25px;
}
.next-media.navigate:hover {
  background-position: -100px -215px;
}
.next-media.navigate.no-next {
  opacity: 0;
  pointer-events: none;
}
.slide {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: contain;
  transition: opacity 0.25s ease-out;
}
.slide.visible {
  opacity: 1;
  z-index: 2;
}
.slide.covered {
  background-size: cover;
}
.slide.about {
  padding: 0 20px 75px;
}
@media screen and (max-width: 639px) {
  .slide.about {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.slide.video {
  z-index: 2;
}
.slide iframe,
.slide embed {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 942px) and (max-width: 1254px) {
  .slide .link {
    margin-left: 8px;
  }
}
.slide-with-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 639px) {
  .slide-with-text {
    display: block;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
}
.slide-text,
.slide-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: 50%;
}
@media screen and (max-width: 639px) {
  .slide-text,
  .slide-image {
    display: block;
    width: 100%;
  }
}
.slide-text {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-image {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.slide-image img {
  max-height: 100%;
  width: auto;
}
.text {
  font-size: 18px;
  line-height: 1.25em;
  max-width: 550px;
}
.text h1,
.text h2 {
  font-size: 1.2em;
}
.text h3,
.text h4 {
  font-size: .8em;
}
.thumbs {
  position: relative;
  padding: 20px 20px 20px 0;
}
.thumbs:before,
.thumbs:after {
  content: '';
  display: table;
}
.thumbs:after {
  clear: both;
}
@media screen and (max-width: 639px) {
  .thumbs {
    padding: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}
.thumbs .thumb {
  position: relative;
  width: 180px;
  height: 210px;
  float: left;
  margin-bottom: 10px;
  margin-left: 20px;
  display: none;
}
.thumbs .thumb:hover img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.thumbs .thumb:hover h2 {
  opacity: 1;
}
.thumbs .thumb .image-holder {
  margin-bottom: 24px;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.thumbs .thumb img {
  transition: all 1s ease-in-out 0s;
}
.thumbs .thumb h2 {
  position: absolute;
  bottom: .5em;
  left: 0;
  display: inline-block;
  width: 180px;
  opacity: 0;
  font-size: 12px;
  line-height: 1.25em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: opacity 0.25s ease-out;
}
@media screen and (max-width: 639px) {
  .thumbs .thumb {
    margin-left: 10px;
  }
}
.thumbs a,
.thumbs a:hover {
  border: none;
}
.thumbs img {
  display: block;
  width: 180px;
  height: 180px;
}
@media screen and (min-width: 640px) and (max-width: 941px) {
  .site-title.col {
    width: 238px;
  }
}
@media screen and (min-width: 942px) and (max-width: 1254px) {
  .site-title.col {
    width: 338px;
  }
}
.site-title .thumbs .thumb h1 {
  position: relative;
  top: -2px;
  text-indent: -9999px;
  width: 70px;
  height: 29px;
  background: url(/assets/images/logo-mobile.gif) no-repeat 0 0;
}
@media screen and (max-width: 639px) {
  .site-title h1 {
    position: relative;
    top: -2px;
    text-indent: -9999px;
    width: 70px;
    height: 29px;
    background: url(/assets/images/logo-mobile.gif) no-repeat 0 0;
  }
}
