    /**
* TKM v.2
**/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


body,html {
    margin: 0;
    min-height: 100%;
    padding: 0;
}

html {
  height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body{
    font-family: 'Canela', sans-serif;
    font-size: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    background-color: black;
    min-height: 100%;
}

p.form{
    font-family: 'Canela', sans-serif !important;
    font-size: 1em;
}

img {
    /* max-width: 100% !important; */
    /* max-height: 100% !important; */
    /* height: inherit !important; */
    /* width: 100% !important; */
    height: 100%;
    width: auto;
        -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*
img.vertical {
    height: 100% !important;
    width: auto !important;
}*/

h1 {
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h1.quote {
    text-transform: none;
    margin-bottom: 0px;
}

h2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 50px;
}

.page-wrapper {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 200px;
}

.start_project .page-wrapper{
    display: none;
}

.excerpt {
    font-size: 17px;
    line-height: 25px;
}

.page-wrapper a{
    color: white;
    text-decoration: underline;
}

.page-wrapper h2 a {
    display: table;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
}

p {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.04em;
    margin-bottom: 25px;
}

.wrapper{
    text-align: center;
}

.bio-image {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

span.caption {
    font-style: italic;
    text-align: right;
    width: 100%;
    display: block;
    font-size: .8em;
    color: grey;
}

span.caption a{
  color: #D3D3D3;
  text-decoration: none;
}

.home-caption{
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

.home-caption .caption{
    text-align: center !important;
}

.contact-form {
    /* width: 100%; */
    margin: 0 auto;
    max-width: 500px;
}

#logo {
    width: 250px;
    margin: 0 auto;
    padding: 7vh;
}

nav {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    position: fixed;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(5%, -50%);
    transform: translate(10px, -50%);
}

.nav-4185805{
    display: none;
}

.nav-item a{
    text-decoration: none;
    color: white;

}

.nav-4208431 .link-1 a,
.nav-4208468 .link-2 a,
.nav-4208572 .link-3 a,
.nav-4208582 .link-4 a,
.nav-4208555 .link-5 a,
.nav-12452499 .link-6 a,
.nav-13715870 .link-7 a,
.nav-13715874 .link-8 a,
.nav-13715875 .link-9 a,
.active a{
    color: #AEAEAE;
    font-style: italic;
}

.nav-item a:hover{
    color: #AEAEAE;
}

.tile-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 890px;
    padding-top: 300px;
    padding-bottom: 130px;
}

.page-4208431 .tile-container,
.page-4208468 .tile-container,
.page-4208572 .tile-container,
.page-4208555 .tile-container,
.page-4208582 .tile-container,
.page-13491048 .tile-container,
.page-12452499 .tile-container,
.page-13715870 .tile-container,
.page-13715875 .tile-container,
.page-13715874 .tile-container
{
    display: none;
}



.tile {
    font-size: 1.3em;
    width: 220px;
    height: 220px;
    margin: 20px;
    color: white;
    display: inline-block;
    position: relative;
    -webkit-perspective: 700;
    -webkit-transition: all 0.1s ease-out;
}

.tile:hover{
    cursor: pointer;
}

.tile:hover .front{
    -webkit-transform: rotateY(-180deg);
}
.tile:hover .back {
    -webkit-transform: rotateY(0deg);
}
.tile:hover .face {
    -webkit-transition: all 0.3s ease-out;
}

.tile:active{
    transform: scale(.95);
    -webkit-transition: all 0.1s ease-in;
}

.face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.8s ease-out;
}
.front {
    -webkit-transform: rotateY(0deg);
}
.back {
    background: #1F1F1F;
    -webkit-transform: rotateY(180deg);
/*  background: url(assets/back.jpg) no-repeat center center fixed;
    -webkit-background-size: 220px 220px;
    -moz-background-size: 220px 220px;
    -o-background-size: 220px 220px;
    background-size: 220px 220px;*/
}

.back-title{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bio {
  margin: 0 auto;
  max-width: 600px;
  border-top: 1px solid #828282;
  padding: 35px 0;
  font-size: 16px;
  width: 100%;
}

.book-jacket {
    margin: 10px 10px 30px 10px;
    float: right;
}

footer{
    background-color: #000;
    width: 100%;
    position: fixed;
    bottom: 0;
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

@-moz-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

@-ms-keyframes move-clouds-back {
  from {
    background-position: 0;
  }
  to {
    background-position: 10000px 0;
  }
}

.stars,
.twinkling,
.clouds {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/stars.png?16ed9921ad') repeat top center;
  z-index: -1;
}

.twinkling {
  background: transparent url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/twinkling.png?79e02609e7') repeat top center;
  z-index: -1;
  -moz-animation: move-twink-back 200s linear infinite;
  -ms-animation: move-twink-back 200s linear infinite;
  -o-animation: move-twink-back 200s linear infinite;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}

.clouds {
  background: transparent url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/clouds.png?d5838eb415') repeat top center;
  z-index: -1;
  -moz-animation: move-clouds-back 200s linear infinite;
  -ms-animation: move-clouds-back 200s linear infinite;
  -o-animation: move-clouds-back 200s linear infinite;
  -webkit-animation: move-clouds-back 200s linear infinite;
  animation: move-clouds-back 200s linear infinite;
}


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

.contact-form iframe {
    /* width: 100% !important; */
    width: 322px !important;
    overflow: hidden;
}

.bio-image img {
    width: 100% !important;
    height: auto !important;
}




/* media queries */

@media only screen and (min-width: 0px) and (max-width:550px) {

  .page-wrapper {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 165px;
}

  .tile-container {
      position: inherit;
      left: 0%;
      top: 0%;
      -webkit-transform: translate(0%, 0%);
       transform: translate(0, 0%);
      width: 90%;
      max-width: 890px;
      margin: 0 auto;
      padding-top: 0px;
      padding-bottom: 130px;
  }

.tile {
    font-size: 1.3em;
    width: 220px;
    height: 220px;
    margin: 20px;
    color: white;
    display: inline-block;
    position: relative;
    -webkit-perspective: 700;
    -webkit-transition: all 0.1s ease-out;
}

#logo {
    width: 250px;
    margin: 0 auto;
    padding: 45px;
    padding-bottom: 20px;
}

nav {
    padding-bottom: 30px !important;
}

/*  img.vertical {
      height: 70% !important;
      width: auto !important;
  }*/

  .slideshow_navigation {
    display: none;
}

.slideshow_thumbnails{
  display: none !important;
}

img{
  height: auto;
  width: 100%;
}

    .eventPoster {
        width:0px;
    }


}


@media only screen and (min-width: 0px) and (max-width:750px) {

  nav {
      font-size: 22px;
      line-height: 30px;
      text-align: left;
      position: inherit;
      left: 0px;
      top: 0%;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0px, 0%);
      width: 100%;
      text-align: center;
      padding-bottom: 50px;
  }

  li.nav-item {
      display: inline-block;
      margin: 0px 6px;
  }

  .bio-image {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

    .eventPoster {
        width:0px;
    }

}

@media only screen and (min-height: 0px) and (max-height:715px) {

.tile-container {
    width: 77%;
    max-width: 867px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 130px;
}

.tile {
    font-size: 1.3em;
    width: 175px;
    height: 175px;
    margin: 20px;
    color: white;
    display: inline-block;
    position: relative;
    -webkit-perspective: 700;
    -webkit-transition: all 0.1s ease-out;
}

.slideshow_thumbnails{
  display: none !important;
}

.slideshow_container {
    height: 57vh !important;
}


}



@media only screen and (min-width: 401px) and (max-width:895px) {
  .tile-container {
      position: inherit;
      left: 0%;
      top: 0%;
      -webkit-transform: translate(0%, 0%);
       transform: translate(0, 0%);
      width: 90%;
      max-width: 890px;
      margin: 0 auto;
      padding-top: 0px;
      padding-bottom: 130px;
  }

  .tile {
      font-size: 1.3em;
      width: 175px;
      height: 175px;
      margin: 20px;
      color: white;
      display: inline-block;
      position: relative;
      -webkit-perspective: 700;
      -webkit-transition: all 0.1s ease-out;
  }

    .eventPoster {
        width:0px;
    }
}



@media only screen and (min-width:881px) and (max-width:1080px) {

}



@media only screen and (min-width:881px) and (max-width:1290px) {


}


@media only screen and (max-width:1280px) {


}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}

@media only screen and (min-width:750px) and (max-width:1279px) {
  nav {
    width: 100px;
  }
}

@media only screen and (min-width:1280px) {
    nav {
        width: 200px;
    }

}

.eventPoster {
    width: 100%;
    height: auto;
}











/**
* Misc text styles
**/

h1,h2,h3,h4,h5 {
    display: block;
    text-rendering: optimizeLegibility;
}



h3 {
    font-size: 24px;
}

blockquote {
    color: #666;
    margin: 0;
}

.project_content p {
    margin: 0 auto;
    padding: 0;
}

/**
* Slideshows
**/

.slideshow {
    float: left;
    margin-bottom: 20px;
    width: 100% !important;
    margin: 0 auto;
}

.slideshow_container {
    width: 100%!important;
    text-align: center;
    position: relative;
    height: 50vh !important;
    max-width: 598px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.slideshow_wrapper img {
    position: absolute;
    margin: 0 auto 15px auto;
    right: 0;
}

.slideshow.navigation_hidden .slideshow_navigation {
    display: none;
}

.slideshow_navigation {
    color: #DADADA;
    position: relative;
    text-align: center;
}

.slideshow_navigation.slideshow_above {
    margin-bottom: 12px;
}

.slideshow_navigation.slideshow_below {
    margin-top: 12px;
}

.slideshow_thumbnails:after,.slideshow_navigation:after {
/*    clear: both;
    content:"";
    display: block;
    height: 0;
    width: 0;*/
}

.slideshow_navigation a {
    color: #AEAEAE;
    font-style: italic;
    cursor:pointer;
    padding-bottom: 2px;
    text-decoration: none;
}

.slideshow_navigation a:hover {
    background: none;
    color: #333;
}

.slideshow_navigation a:active {
    color: #999;
}

.slideshow_navigation .slideshow_slash {
    margin: 2px;
}

.slideshow_navigation .slideshow_toggle_thumbnails {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* display: none; */
    /* float: right; */
    margin-left: 50px;
    user-select: none;
}

.slideshow.slideshow_toggle_active .slideshow_navigation .slideshow_toggle_thumbnails {
    /*display: block;*/
}

.slideshow_thumbnails {
    display: none;
    line-height: 0;
    /* margin: 0 -8px; */
}

.slideshow_thumbnails img {
    width: 38px !important;
    /* text-align: center; */
    /* margin: 0 7px; */
    /* display: inline-block; */
    /* max-height: 58px; */
    padding: 5px;
    /* float: left; */
    vertical-align: bottom;
}

.slideshow.caption_active:not(.container_hidden) .slideshow_caption:empty,
.slideshow.caption_active:not(.container_hidden) .slideshow_caption{
  display: none !important;
}

.slideshow_thumbnails img:hover {
  opacity: .75;
  cursor: pointer;
  -webkit-transition: opacity .75s ease-out;
  -moz-transition: opacity .75s ease-out;
  -o-transition: opacity .75s ease-out;
  transition: opacity .75s ease-out;
}


.slideshow.thumbnails_active .slideshow_thumbnails {
    display: inherit;
    text-align: center;
}

.slideshow_thumbnails.slideshow_above {
    margin-bottom: 0;
}

.slideshow_thumbnails.slideshow_below {
    margin-bottom: 0;
}

.slideshow_thumbnails > :not(img) {
    display: none;
}

.project_content .slideshow_thumbnails > img {
    cursor:pointer;
    display: inline-block;
    float: none;
    height: 120px;
    margin: 8px;
    outline-offset: 2px;
    width: auto;
}

.project_content .slideshow_thumbnails > img:hover {
    outline: 1px solid #ccc;
}

.project_content .slideshow_thumbnails > img:active {
    outline: 1px solid #999;
}

.slideshow_thumbnails[data-columnize] img {
    cursor:pointer;
    height: auto;
    margin-bottom: 24px;
    padding: 0 12px;
    width: 100%;
}

.slideshow.container_hidden .slideshow_container {
    display: none;
}

.slideshow.container_hidden .slideshow_navigation {
    display: none;
}

.slideshow .slideshow_container > * {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 50%;
    /* top: 50%; */
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    /* width: 100% !important; */
}

.slideshow.caption_active:not(.container_hidden) .slideshow_caption:empty {
    display: none;
}

.slideshow.caption_active:not(.container_hidden) .slideshow_caption {
    display: block;
}

.slideshow_caption {
    clear: both;
    color: rgba(0,0,0,0.7);
    display: none;
    margin-bottom: 18px;
    margin-top: 18px;
}

.slideshow.slideshow_center {
    text-align: center;
}

.slideshow.transition_fade .slideshow_container,
.slideshow.transition_none .slideshow_container,
.slideshow.transition_bottom-top .slideshow_container,
.slideshow.transition_top-bottom .slideshow_container {
    /*min-width: 100%;*/
}

.project_content .slideshow.transition_fade .slideshow_container > *,
.project_content .slideshow.transition_none .slideshow_container > * {
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.project_content .slideshow.transition_bottom-top .slideshow_container > *,
.project_content .slideshow.transition_top-bottom .slideshow_container > * {
    left: 0;
    margin: 0 auto;
    right: 0;
}

.project_content .slideshow.transition_left-right .slideshow_container > *,
.project_content .slideshow.transition_left-right .slideshow_container > * {
    bottom: 0;
    margin: auto 0;
    top: 0;
}










/**
* Thumbnail index
**/

#thumbnails {
    font-size: 0;
    line-height: 0;
    padding: 0 40px 40px 40px;
    position: relative;
}

body.open #thumbnails {
    padding-top: 40px;
}

.thumbnail {
    -ms-transition: transform .03s ease-out;
    -webkit-transition: transform .03s ease-out;
    display: inline-block;
    margin: 20px;
    cursor: pointer;
    position: relative;
    transition: transform .03s ease-out;
    vertical-align: top;
}

.thumbnail > a {
    text-decoration: none;
}

.thumbnail .thumb_image {
    background-repeat:no-repeat;
    background-size: contain;
    display: inline-block;
    height: auto;
    position: relative;
    width: 100%;
}

.thumbnail .thumb_image img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border: none;
    display: block;
    height: auto;
    width: 100%;
}

.thumbnail.default_thumb .thumb_image {
    background: #333;
    height: 200px;
    max-width: 100%;
    width: 320px;
}

.thumbnail.default_thumb .thumb_image img {
    visibility: hidden;
}

.thumb_info_wrapper {
    cursor:pointer;
    font-size: 18px;
    margin: auto;
    z-index: 9;
}

.thumb_info {
    -webkit-flex-flow: column nowrap;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    line-height: 1.5;
    margin: auto;
    padding: 13px 0;
}

.thumbnail:hover .thumb_info_wrapper {
    opacity: 1;
}

.thumb_excerpt {
    color: rgba(0,0,0,0.5);
    display: inline-block;
    font-size: 14px;
    padding: 5px;
}

.thumbnail .loading {
    display: none;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 15px;
    z-index: 3;
}

.thumbnail .thumb_title {
    color: rgba(0,0,0,1);
    letter-spacing: .8px;
    overflow: hidden;
    padding: 0;
    text-overflow:ellipsis;
}

.thumbnail .thumb_tags {
    color: rgba(0,0,0,0.2);
    font-family:Menlo,monaco,monospace;
    font-size: 13px;
    padding: 2px;
}

.thumbnail .thumb_tags span:after {
    content:", ";
}

.thumbnail .thumb_tags span:last-child:after {
    content:"";
}

.thumbnail .thumb_tags a {
    color: rgba(0,0,0,0.25);
    text-decoration: none;
}

.thumbnail .thumb_tags a:hover {
    color: rgba(0,0,0,0.8);
}

.thumbnail .thumb_tags a:active {
    color: rgba(0,0,0,0.4);
}

.thumb_excerpt:empty,.thumb_tags:empty,.thumb_title:empty {
    display: none;
}

.show_index {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

.show_index a {
    color: #000;
    text-decoration: none;
}

.show_index a:hover {
    text-decoration:underline;
}

.show_index a:active {
    color: #666;
}

/**
* Search form and search results
**/

#search {
    clear: both;
    display: inline-block;
    max-width: 740px;
    padding: 20px 60px 0;
}

body[data-view="project"] #search {
    display: none;
}

#search_form {
    margin-left: 40px;
    position: absolute;
    z-index: 999;
}

#search_form_results {
    padding-bottom: 50px;
}

.search_header {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-style:normal;
    font-weight: 400;
    margin: 0 10px 0 0;
    padding: 10px 0;
}

#search_term {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    float:left;
    font-family: arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#results_search_term {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    display: inline-block;
    font-family: arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    float:left;
}

.result {
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
    text-align:left;
    width: 100%;
}

.search_thumb {
    float:left;
    margin: 0 0 20px;
}

.search_thumb img {
    height: auto;
    width: 200px;
}

.search_text {
    margin-left: 240px;
    max-width: 500px;
}

.search_title a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.search_title a:hover {
    background: #ff0;
    color: #000;
    text-decoration: none;
}

.search_title a:active {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.search_tags {
    color: rgba(0,0,0,0.3);
    padding-top: 10px;
}

.search_tags span:after {
    content:",";
}

.search_tags span:last-child:after {
    content:"";
}

.search_tags a {
    color: rgba(0,0,0,0.4);
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #000;
    text-decoration:underline;
}

.search_tags a:active {
    color: #666;
}

/**
* Media players and Miscellaneous
**/

.video_component {
    float: left;
    margin: 0 0 20px;
}

.project_content .audio_component {
    color: #777;
    float: none;
    font-family:"Droid Sans Mono",Monaco,Monospace,Arial,san-serif;
    font-size: 10px;
    height: 30px;
    line-height: 26px;
    margin: 0 auto;
    width: 300px;
}

.audio_component .text {
    text-align:left;
}

.audio_component div {
    height: 26px;
}

.audio_component .border {
    -khtml-opacity: .5;
    -moz-border-radius: 5px;
    -moz-opacity: .5;
    -webkit-border-radius: 5px;
    border: 2px solid #aaa;
    border-radius: 5px;
    filter: alpha(opacity=50);
    opacity: .5;
}

.audio_component .vertical_border {
    -khtml-opacity: .5;
    -moz-opacity: .5;
    background: #aaa;
    filter: alpha(opacity=50);
    opacity: .5;
}

.audio_component .controls {
    left: 2px;
    top: 2px;
}

.audio_component .play_pause {
    background-image:url(/_gfx/svg/playpause.svg),none;
}

.audio_component .spectrum .spectrum_bar {
    background: #666;
}

.audio_component .loading {
    -khtml-opacity: .25;
    -moz-opacity: .25;
    background: #bbb;
    filter: alpha(opacity=25);
    opacity: .25;
}

.audio_component .progress {
    -khtml-opacity: .25;
    -moz-opacity: .25;
    background: #bbb;
    border-right: 1px dotted #333;
    filter: alpha(opacity=25);
    opacity: .25;
}

.audio_component .volume_slide.hover {
    -khtml-opacity: .3;
    -moz-opacity: .3;
    background: #bbb;
    filter: alpha(opacity=30);
    opacity: .3;
}

a#save_button {
    background: #06f;
    border-radius: 3px;
    color: #fff;
    cursor:pointer;
    display: none;
    font-family:'Lucida Grande','Lucida Sans Unicode',Arial,sans-serif;
    font-size: 10px;
    padding: 5px 7px 4px;
    position: fixed;
    right: 81px;
    text-decoration: none;
    top: 10px;
    z-index: 99999999;
}

#thumb_position_loader {
    display: none;
    left: auto;
    position: fixed;
    right: 84px;
    top: 12px;
    z-index: 999;
}

.clear:after {
    clear: both;
    content:"";
    display: table;
    width: 100%;
}

body > .loading {
    display: none;
    left: 8px;
    position: fixed;
    top: 8px;
    z-index: 100;
}

#autopaginate_loader {
    padding: 60px 0;
    text-align: center;
}

#autopaginate_loader .loading {
    margin: 0 auto;
}

.toolset {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999999;
}

body.mobile_menu #toolset {
    display: none;
}

.cargo_link {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    bottom: 85px;
    color: #000;
    font-family: sans-serif;
    font-size: 11px;
    height: 0;
    line-height: 0;
    opacity: .25;
    position: fixed;
    right: -15px;
    text-align:left;
    transform: rotate(270deg);
    z-index: 99;
}

.cargo_link:hover {
    opacity: .6;
}

.cargo_link:active {
    opacity: .9;
}

.cargo_link a {
    color: #000;
    text-decoration: none;
}

a#fullscreen {
    background-color: #fff;
    background-image:url(/_gfx/svg/fullscreen_open.svg),none;
    background-position: 67px 3px;
    background-repeat:no-repeat;
    border: 1px solid #ccc;
    color: #666;
    display: inline-block;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    font-size: 11px;
    height: 19px;
    line-height: 18px;
    padding: 0 4px 0 5px;
    text-align:left;
    text-decoration: none;
    width: 74px;
}

a#fullscreen:hover {
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
}

a#fullscreen:active {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #999;
}

#fullscreen {
    clear: both;
}

#fullscreen.fullscreen_ie {
    line-height: 21px;
}

body.mobile_menu .mobile_site_header {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000000;
}

.mobile_site_header {
    display: none;
}

body.mobile_menu .navigation_toggle {
    background-color: rgba(0,0,0,0.8);
    cursor:pointer;
    position: fixed;
    right: 0;
    top: 0;
}

body.mobile_menu .navigation_toggle.active {
    background-color: transparent;
}

body.mobile_menu .navigation_toggle img {
    display: block;
}

body.mobile_menu .navigation_toggle .menu_icon {
    display: block;
    height: 18px;
    padding: 13px 12px 12px 12px;
    width: 18px;
}

body.mobile_menu .navigation_toggle.active .menu_icon {
    display: none;
}

body.mobile_menu .navigation_toggle .close {
    display: none;
    height: 18px;
    padding: 12.5px 10px 12px;
    width: 18px;
}

body.mobile_menu .navigation_toggle.active .close {
    display: block;
}

body.mobile_menu .navigation {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: transparent;
    color: #fff;
    display: none;
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 14px;
    margin-top: 0;
    overflow-y: scroll;
    padding: 0;
    position: fixed;
    right: 0;
    text-align:left;
    top: 0;
    z-index: 10000;
}

body.mobile_menu .navigation ul {
    display: block;
}

body.mobile_menu .navigation li {
    display: block;
    margin: 0;
}

body.mobile_menu .navigation .filter {
    background: rgba(0,0,0,0.9);
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 0;
    padding: 14px 30px 14px 11px;
}

body.mobile_menu .navigation .filter b {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    overflow: hidden;
    padding-bottom: 2px;
    padding-right: 5px;
    text-overflow:ellipsis;
}

body.mobile_menu .navigation .filter a {
    background: none;
    border: none;
    display: inline;
    padding: 10px;
    text-transform: capitalize;
}

body.mobile_menu .navigation.active {
    display: block;
}

body.mobile_menu .navigation a {
    background: rgba(0,0,0,0.90);
    border-top: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 14px 11px;
    text-decoration: none;
    text-overflow:ellipsis;
    white-space:nowrap;
}

body.mobile_menu .navigation a:hover {
    background: rgba(51,51,51,0.9);
    color: #fff;
}

body.mobile_menu .set_link.first {
    margin: 0;
    padding: 0;
}

body.mobile_menu .set_link.last {
    margin: 0;
    padding: 0;
}

body.mobile_menu .navigation .set_link > span.set_name {
    color: #fff;
}

body.mobile_menu .navigation .set_link > a.set_name {
    color: rgba(255,255,255,1);
}

body.mobile_menu .navigation .set_link.active > .set_name {
    color: rgba(255,255,255,0.6);
}

body.mobile_menu a.set_name+.set_wrapper {
    display: none;
}

body.mobile_menu .set_wrapper {
    margin: 0;
    padding: 0;
}

body.mobile_menu .set_wrapper li a {
    padding-left: 18px;
}

body.mobile_menu .navigation .following {
    background: rgba(0,0,0,0.9);
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 14px 30px 14px 11px;
}

body.mobile_menu .navigation .following a {
    display: inline;
    margin-right: 3px;
    padding: 0;
}

body.mobile {
    -webkit-text-size-adjust: none;
    font-size: 15px;
}

body.mobile .header_image {
    display: inline-block;
    padding: 0 40px;
}

body.mobile .header_text {
    font-size: 22px;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

body.mobile #project {
    padding: 0 20px;
    position: relative;
}

body.mobile .project_title {
    padding-bottom: 20px;
}

body.mobile .project_content img,body.mobile .project_content iframe {
    margin-bottom: 20px;
}

body.mobile .project_footer {
    padding-bottom: 20px;
    padding-top: 20px;
}

body.mobile #thumbnails {
    padding: 0 5px 45px;
}

body.mobile .thumbnail {
    box-sizing: border-box;
    margin: 0;
    max-width: 50%;
    min-width: 50%;
    padding: 5px;
}

body.mobile .thumb_info_wrapper {
    font-size: 14px;
    padding: 0;
}

body.mobile .thumb_info {
    padding: 7px 0 25px;
}

body.mobile .thumb_title {
    font-size: 12px;
    letter-spacing: 0;
    padding: 0;
    white-space:nowrap;
}

body.mobile .thumb_tags {
    font-size: 10px;
    overflow: hidden;
    padding: 0;
    text-overflow:ellipsis;
    white-space:nowrap;
}

body.mobile .site_header {
    padding: 10px 50px 10px;
    position: relative;
    min-height: 15px;
    z-index: 12;
}

body.mobile .header_image img {
    height: auto;
    max-height: 60px;
    max-width: 100%;
    width: auto;
}

body.mobile .project_nav_wrapper {
    padding: 0 20px 40px;
}

body.mobile .cargo_link {
    display: none;
}

body.mobile #search {
    float: none;
    padding: 15px 30px 30px;
    width: auto;
}

body.mobile #results_search_term {
    border-radius: 0;
    box-sizing: border-box;
    clear: both;
    float:left;
    margin: 10px 0 30px;
    width: 100%;
}

body.mobile .result {
    float: none;
    font-size: 14px;
    line-height: 1.5;
}

body.mobile .result .search_thumb {
    margin-right: 16px;
    padding-right: 0;
}

body.mobile .result .search_thumb img {
    width: 100px;
}

body.mobile .result .search_text {
    margin-left: 116px;
    width: auto;
}

body.mobile .result .search_tags {
    font-size: 14px;
}


@font-face {
    font-family: 'Canela';
    src: url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/Canela-Light.eot?1912f6c607');
    src: url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/Canela-Light.eot?#iefix') format('embedded-opentype'),
        url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/Canela-Light.woff?12d88e60ce') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Canela';
    src: url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/Canela-LightItalic.eot?dd0bd9f686');
    src: url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/Canela-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/Canela-LightItalic.woff?b6e7e7d3c8') format('woff');
    font-weight: 300;
    font-style: italic;
}

/* Toggle code */
#toggle-section {
    display: none;
}

.toggle-show {
    display: block!important;
}

.toggle-hide {
    display: none!important;
}

/* Button styles */

@font-face {
    font-family: 'icomoon';
    src:url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/icomoon.eot?561ecd171c');
    src:url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/icomoon.eot?#iefix') format('embedded-opentype'),
    url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/icomoon.woff?532a3af4d3') format('woff'),
    url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/icomoon.ttf?9ff482b6c3') format('truetype'),
    url('https://assets.cdn.cargocollective.com/85575/2495345719302237174357226106230149120/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* General button style (reset) */
.btn {
    border: none;
    font-family: 'Canela';
    font-size: 12px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 5px 5px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.icon-cart:before {
    content: "\e007";
}

.icon-star-2:before {
    content: "\e00c";
}

/* Button Link */

.btn-link {
    background: rgba(82, 170, 156, 1);
    color: #fff;
    padding: 10px 20px 10px 52px;
}

.btn-link:hover {
    background: rgba(82, 170, 156, .7);
}

.btn-link:active {
    background: rgba(82, 170, 156, .4);
    top: 2px;
}

.btn-link:before {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2;
    font-size: 140%;
    width: 40px;
}

article {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
}

article .writing {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
}

