/**
 * Ikonos
 */


body,
html {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.8);
    font-family: sans-serif, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

body[data-pagetype="project"] {
    background-color: #ffffff;
}



/**
 * Header
 * - Contains the header image, header text and navigation
 */

.site_header {
       color: #000000;
       background: rgba(255, 255, 255, 1);
       position: fixed;
       top: 0px;
       left: 0px;
       right: 0px;

       padding: 12px 60px 14px 60px;
       height: 40px;
       font-size: 16px;

       line-height: 40px;
       text-rendering: optimizeLegibility;
       text-align: left;
       white-space: nowrap;
       z-index: 999;
}

body[data-pagetype="project"] .site_header {
    display: none;
}

/**
 * Header image and header text
 */

.header_image {
    padding-top: 0;
    float: right;
    margin-left: 30px;
}

.header_image img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.header_text {
    font-family: georgia, serif;
    font-size: 32px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    word-wrap: break-word;
    z-index: 999;
    float: right;
    vertical-align: middle;
    margin-left: 20px;
}

.header_text a {
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
}

.header_text a:hover {
    color: rgba(255, 255, 255, 95);
    border-bottom: 0;
}

.header_text a:active {
    color: rgba(255, 255, 255, .75);
    border-bottom: 0;
}

/**
 * Navigation
 * - Contains navigation links and following
 */

.navigation {
    z-index: 10;
    display: inline-block;
    vertical-align: baseline;
}

.navigation .following {
    color: #999999;
}

.set_link.first {
    margin-top: 2em;
}

.set_link.last {
    margin-bottom: 2em;
}

.navigation a {
    color: rgba(32, 28, 28, 0.5);
    text-decoration: none;
}

.navigation a:hover {
    color: rgba(255,255,255,0.9);
}

.navigation a:active {
    color: rgba(255,255,255,0.7);
}

.navigation li.active a {
    color: rgba(255,255,255,0.9);
}

.navigation li.active a:hover {
    color: rgba(255,255,255,1);
}

.navigation li.active a:active {
    color: rgba(255,255,255,0.9);
}

.navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    vertical-align: bottom;
    display: inline-block;
}

.navigation li {
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
}

.navigation li.set_link {
    display: none;
}

/**
* Set Menu
*/

.set_navigation {
    display: none;
    position: fixed;
    top: 12px;
    left: 0;
    right: 0;
    height: 0;
    margin: auto;
    z-index: 999;
    text-align: center;
    line-height: 40px;

}

.set_navigation.contains_links {
    display: inline-block;
}

.site_header.collapsed .set_navigation {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    vertical-align: top;
    height: 40px;
}


body[data-pagetype="page"] .site_header .set_navigation {
    display: none;
}

.set_navigation ul {
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: baseline;
    min-width: 200px;
    overflow: hidden;

    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
     border-radius: 3px;
}

span.set_menu_arrow {
    margin-left: 10px;
    margin-top: -2px;
    width:0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
}

.set_menu_arrow svg {
    height: 12px;
    width: 12px;
    display: block;
}

.set_menu_arrow svg polygon {
    fill: #555;
}

.set_menu_top a:hover svg polygon {
    fill: #ccc;
}

.set_navigation.active .set_menu_top a:hover svg polygon {
    fill: #555;
}

.set_navigation a {
    border-top: 1px solid rgba(51,51,51,1);
    background: rgba(0, 0, 0, 1);
    color: #999;
    text-decoration: none;
    display: block;
    padding: 0px 35px 0px 35px;
}

.set_link a:hover {
    background: rgba(51, 51, 51, 1);
    color: white;
}

.set_link a:active {
    background: rgba(45, 45, 45, 1);
    color: #ccc;
}

.set_menu_top a:hover {
    color: rgba(255,255,255,1);
}

.set_menu_top a:active {
    color: rgba(255,255,255, 0.75);
}

.set_navigation .set_link {
    display:none;
}

.set_navigation.active .set_link {
    display: block;
}

.set_navigation.active .set_menu_top a {
    background: rgba(0, 0, 0, 1);
    color: #555;
}

.set_menu_top a {
    background:none;
    border-top: 0;
    color: rgba(255,255,255,0.5);
}

/**
 * Tag filter
 * - Seen on filter
 */

body > .filter {
    display: block;
    vertical-align: bottom;
    color: rgba(255,255,255,0.4);
    margin-right: 30px;
    position: absolute;
    top: 82px;
    left: 60px;
}

body.open > .filter {
    display: none;
}

.navigation .filter {
    display: none;
}

.filter b {
    margin-right: 5px;
}

.filter a {
    color: rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 1px;
    text-decoration: none;
    vertical-align: baseline;
}

.filter a:hover {
    border-bottom: 1px solid #ffff00;
    color: #ffff00;
}

.filter a:active {
    border-bottom: 1px solid #ffff00;
    color: #666;
}


/**
*  Project navigation
*/

.site_header .project_nav {
    position: relative;
    display: none;
}

body[data-pagetype="page"] .site_header .project_nav {
    position: fixed;
    display: inline-block;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 0;
}

.site_header .project_nav .index_wrapper {
    width: 200px;
    margin: 0 auto;
}

body[data-pagetype="page"] .site_header.collapsed .project_nav {
    left: auto;
    right: auto;
    display: inline-block;
    height: auto;
}

body[data-pagetype="page"] .site_header .project_nav a[rel="show_index"] {
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: middle;
}


body.open.start_project .project_nav a {
    display: none;
}

body[data-pagetype="project"].start_project a[rel="show_index"] {
    display: block;
}

body[data-pagetype="project"] .project_nav a {
    display: block;
}

body[data-pagetype="page"] .project_nav a[rel="show_index"] svg path {
    fill: #fff;
}

.project_nav {

    /* Disable selection */
    -webkit-touch-callout : none;
    -webkit-user-select      : none;
    -khtml-user-select      : none;
    -moz-user-select      : none;
    -ms-user-select          : none;
    user-select              : none;
}

.project_nav svg path {
    -webkit-transition: fill .05s ease-in-out;
    -ms-transition: fill .05s ease-in-out;
    transition: fill .05s ease-in-out;
}

.project_nav svg path {
    fill: #fff;
}


.project_nav a {
    display: none;
    position: fixed;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.4;
    padding: 7px;
    line-height: 0;
    font-size: 0;


    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);

    -webkit-transition: opacity .05s ease-in-out;
    -ms-transition: opacity .05s ease-in-out;
    transition: opacity .05s ease-in-out;
    z-index: 999999;
}

.project_nav a:hover {
    opacity: 0.8;
}

.project_nav a:active {
    opacity: 0.4;
}

.project_nav a[rel="prev_project"] {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16px;

    width: 13px;
    height: 21px;
}

.project_nav a[rel="show_index"] {
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 21px;
}

.project_nav a[rel="next_project"] {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    width: 13px;
    height: 21px;
}

.project_nav a.scroll_down {
    left: 0;
    right: 0;
    bottom: 18px;
    margin: auto;
    width: 21px;
    height: 13px;
}

body.open a.scroll_down.hidden,
body.open.scrolled a.scroll_down {
    display: none;
}

/**
*  Content area
*/

.container {
    padding: 50px 0px 0px 0px;
    min-width: 100px;
    overflow: hidden;
}

.project {
    display: none;
}

body[data-pagetype="project"] .project_header {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    line-height: 1.5;
    position: fixed;
    top: 18px;
    left: 28px;
    z-index: 99;
    right: 50%;
    margin-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.project_title {
    display: inline;
}

body[data-pagetype="page"] .project_title {
    display: none;
}


body[data-pagetype="page"] .entry,
body[data-pagetype="project"] .entry .project_content .text:nth-child(1) {
    margin-top: 40px;
}

.entry {
    margin: 0px 60px 0px 60px;
}

body[data-pagetype="page"] .project_content {
    margin-top: 30px;
}

.project_content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.project_content:after {
    clear: both;
    content: "";
    height: 0;
    display: block;
}

.project_content .text:last-child {
    margin-bottom: 110px;
}

.container .project_content .splash {
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.project_content .splash img {
    display: none;
}

.project_content .slide.block {
    position: relative;
}

.project_content .block:after {
    content:" ";
    display:table;
    clear: both;
}

.project_content *[data-columnize]:not(.slideshow_thumbnails) img {
    padding: 0px 30px 60px 30px;
    width: 100%;
    height: auto;
}

.project_content img {
    background: rgba(255,255,255,0.0);
    display: block;
    float: left;
    margin: 0 0 60px 0;
    border: 12;

    border-radius: 2px;

}

.project_content .block img {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
}

.project_content iframe {
	float: left;
    margin: 0 0 40px 0;
    border: 0;

    border-radius: 3px;

  
}

.project_content .block iframe {
	display: block;
	float: none;
	padding: 0;
    margin: 0;
}


.project_content br {
    clear: both;
}


.project_content a {
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
}

.project_content a:hover {
    color: #ffffff;
}

.project_content a:active {
    color: rgba(255,255,255,0.8);
}



/**
 * Typography
 */

h1, h2, h3, h4, h5 {
    text-rendering: optimizeLegibility;
    display: block;
    margin: 0 0 10px 0;
    max-width: 905px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

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

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

/**
 * Slideshows
 */

.slideshow {
    text-align: center;
    float: left;
}

.slideshow img {
    margin: 0;
}

.slideshow_container {
    overflow: visible;
    margin: 0 auto;
}

.slideshow_transitioning .slideshow_container {
    overflow: hidden;
}

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

.slideshow_navigation {
    color: rgba(255,255,255,0.35);
    font-family: "Lucida Grande", sans-serif;
    font-size: 14px;
    position: relative;
}

.light .slideshow_navigation {
    color: rgba(0,0,0,0.4);
}

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

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

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

.slide.block .slideshow_navigation {
    position: absolute;
    right: 80px;
    margin: 0;
    line-height: 40px;
    vertical-align: middle;
    z-index: 99;
}

.slide.block.first_block .slideshow_navigation.slideshow_above {
    top: -52px;
}

.slide.block .slideshow_navigation.slideshow_above {
    top: 14px;

}

.slide.block.last_block .slideshow_navigation.slideshow_below  {
    bottom: -54px;
}

.slide.block .slideshow_navigation.slideshow_below {
    bottom: 20px;
}

.slideshow_navigation a {
    cursor: pointer;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    padding-bottom: 2px;
}

.slideshow_navigation a:hover {
    background: none;
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
}

.slideshow_navigation a:active {
    color: rgba(255,255,255,0.6);
}

.slideshow_navigation .slideshow_slash {
    margin: 2px;
}

.slideshow_navigation .slideshow_toggle_thumbnails {
    display: none;
    margin-left: 10px;

    -webkit-touch-callout: none;
    -webkit-user-select  : none;
    -moz-user-select     : none;
    -ms-user-select      : none;
    user-select          : none;
}

.slideshow.slideshow_toggle_active .slideshow_navigation .slideshow_toggle_thumbnails {
    display: inline-block;
}

.slideshow_thumbnails {
    display: none;
    margin:  0 30px;
}

.slideshow.thumbnails_active .slideshow_thumbnails {
    display: block;
}

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

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

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

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

.slideshow_container {
    display: block;
    position: relative;

    /* Disable selection */
    -webkit-touch-callout: none;
    -webkit-user-select  : none;
    -moz-user-select     : none;
    -ms-user-select      : none;
    user-select          : none;
}

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

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

.slideshow.thumbnails_active .slideshow_container {
    margin: 30px auto 48px auto;
}

.slideshow .slideshow_container > * {
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transform: translate3d(0,0,0);
    z-index: 1;
}

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

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

.slideshow_caption {
    margin: 12px auto;
    display: none;
    clear: both;
    font-size: 12px;
}



.slide.block .slideshow_caption {
    margin: 0;
    line-height: 40px;
    display: none;
    clear: both;
    font-size: 12px;
    vertical-align: middle;
    position: absolute;

    right: 60px;
    z-index: 999;
}

.slide.block .slideshow_caption {
    bottom: 12px;
}

.slide.block.last_block .slideshow_caption {
    bottom: -51px;
}

.slide.block.first_block .slideshow.slideshow_navigation_on_bottom  .slideshow_caption {
    bottom: auto;
    top: -54px;
}

.slide.block .slideshow.slideshow_navigation_on_bottom  .slideshow_caption {
    bottom: auto;
    top: 12px;
}

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


/** transition overrides **/

.slideshow_transitioning.slideshow.transition_fade .slideshow_container {
    overflow: visible;
}

.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 > * {
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

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

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

/**
 * Project footer
 */

body[data-pagetype="page"] .project_footer {
    position: relative;
    height: 40px;
    padding: 20px 0 0 0;
    max-width: 700px;
}

.project_footer {
    font-family: Menlo, monaco, monospace;
    font-size: 11px;
    text-align: left;
    clear: both;
    color: rgba(255,255,255,0.4);
    line-height: 1.5;
    margin: auto;
    position: absolute;
    padding-top: 12px;

    padding-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    left: 0;
    right: 0;
    line-height: 40px;
}



.project_footer .tags span {
    margin: 0 3px;
}


.project_footer a {
    color: rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    padding-bottom: 1px;
    text-decoration: none;
}

.project_footer a:hover {
    color: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.project_footer a:active {
    color: rgba(255,255,255,0.7);
    border-bottom: rgba(255,255,255,0.5);
}

.project_footer .tags span:after {
    content: ",";
}

.project_footer .tags span:last-child {
    margin-right: 0px;
}

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

.project_footer .edit_site {
    margin: 0 8px;
}

/**
 * Thumbnails
 */

.column {
    display: inline-block;
    vertical-align: top;
}

.thumbnails {
    font-size: 0;
    line-height: 0;
    margin-top: 60px;
    padding:  0 30px;
    text-align: center;
}

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

body[data-view="index"] .thumbnails {
    display: block;
}

.thumbnail {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 30px;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}


.thumbnail.default_thumb {
    min-width: 100%;
}

.thumbnail.default_thumb .thumb_image img {
    visibility: hidden;
    min-height: 200px;
}

.thumbnail.hidden {
    display: none;
}

.thumbnail img {
    background: #333;

    border-radius: 0px;

}

.thumbnail > a {
    display: block;
    margin: 0;
    padding: 0;
}

.thumbnail a { text-decoration: none; }

.thumbnail > a:active .thumb_image,
.thumbnail:active .thumb_info,
.thumbnail > a.active:active:before {
    bottom: 0px;
}

.thumbnail > a.active:before {
    content:"";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    border: 3px solid rgba(255, 255, 255, 1);
    margin: -4px;
    border-radius: 0px;


    z-index: -999;
    display: block;
}

.thumbnail .thumb_image {
    background-size: contain;
    background-repeat: no-repeat;

    position: relative;
    display: block;
}

.thumbnail .thumb_image img {
    border: 0;
    margin: 0;
    display: block;
}

.thumbnail.default_thumb .thumb_image {
    background: #333;
    width: 100%;
    border-radius: 3px;
}

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

.thumb_info {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;

    opacity: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    max-height: 100%;
    overflow: auto;

    padding-left: 0px;
    padding-right: 25px;
    padding-bottom: 20px;
    cursor: auto;


    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 0;

    width: 100%;
}

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

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

.thumbnail .thumb_title {
    color: #5b5a5a;
    font-size: 16px;
    line-height: 22px;
    text-rendering: optimizeLegibility;
    padding-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}


.thumbnail .thumb_tags {
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    line-height: 14px;
    font-family: Menlo, monaco, monospace;
    padding-top: 6px;
    position: relative;
    z-index: 2;
}

.thumbnail .thumb_tags span:after {
    content: ", ";
    color: rgba(220,220,220,0.6);
}

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

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

.thumbnail .thumb_tags a:hover {
    border-bottom: 1px solid rgba(255,255,255,0.8);
    color: rgba(255,255,255,1);
}

.thumbnail .thumb_tags a:active {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    color: rgba(255,255,255,0.8);
}

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

.thumbnail .thumb_excerpt {
    font-size: 12px;
    text-align: left;
    padding-top: 6px;
    color: rgba(220,220,220,0.9);
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

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

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

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

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

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

/*
* resizeMedia
*/

.resizer {
    position: relative;
    width: 100%;
    height: 0;
}

.resizer > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 * Search results
 */

#search {
    margin: 0;
    padding: 122px 70px 70px 60px;
    min-width: 600px;
    max-width: 700px;
}

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

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

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 0;
    width: 145px;
}

#search_term {
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#results_search_term {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    float: left;
}

.result {
    clear: both;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 35px;
    float: left;
}

.search_title {
    padding-bottom: 8px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

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

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

.search_title a {
    color: rgba(255,255,255,0.6);
    font-weight: bold;
    text-decoration: none;
}

.search_title a:hover {
    color: rgba(255,255,255,1);
}

.search_title a:active {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.search_tags {
    color: #999999;
    font-size: 12px;
    padding-top: 10px;
}

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

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

.search_tags a {
    color: #999999;
    text-decoration: none;
}

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

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


/**
* body.light selectors
* Used whenever the body element
* has a light background
**/

body.light {
    color: rgba(0, 0, 0, 0.8);
}

body.light .project_nav svg path {
    fill: #000;
}

body.light .project_header {
    color: rgba(0,0,0,0.4);
}

body.light .project_content a {
    color: rgba(0,0,0,0.8);
}

body.light .project_content a:hover {
    color: #000000;
}

body.light .project_content a:hover {
    color: rgba(0,0,0,0.8);
}

body.light .slideshow_navigation a {
    color: rgba(0,0,0,0.5);
}

body.light .slideshow_navigation a:hover {
    color: rgba(0,0,0,0.8);
}

body.light .slideshow_navigation a:active {
    color: rgba(0,0,0,0.6);
}

body.light .project_footer {
    color: rgba(0,0,0,0.4);
}

body.light .project_footer a {
    color: rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

body.light .project_footer a:hover {
    color: rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

body.light .project_footer a:active {
    color: rgba(0,0,0,0.8);
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

body.light .search_title a {
    color: rgba(0,0,0,0.8);
}

body.light .search_title a:hover {
    color: rgba(0,0,0,1);
}

body.light .search_title a:active {
    color: rgba(0,0,0,0.8);
}



/**
 * Video component
 */

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

/**
 * Audio component
 */

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

.project_content .block .audio_component {
    margin: 0 auto;
}

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

.audio_component div {
    height: 26px;
}

.audio_component .border {
    border: 2px solid #aaaaaa;
    opacity: 0.5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .vertical_border {
    background: #aaaaaa;
    opacity: 0.50;

    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

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

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

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

.audio_component .loading {
    background: #bbbbbb;
    opacity: 0.25;

    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .progress {
    background: #bbbbbb;
    border-right: 1px dotted #333333;
    opacity: 0.25;

    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .volume_slide.hover {
    background: #bbbbbb;
    opacity: 0.3;

    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

/*
 * Other
 */

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

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

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

#autopaginate_loader.hidden {
    display: none!important;
}

#autopaginate_loader .loading {
    margin: 0 auto;
}

/* Admin and following icons — only seen by members */
.toolset {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

/* "Running on Cargo" */


.cargo_link {
    color: #fff;
    font-size: 8px;
    font-family: sans-serif;
    position: fixed;
    opacity: 0.00;
    right: -20px;
    bottom: 100px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    z-index: 99;
}

.light .cargo_link, .light .cargo_link a {
    color: #000;
}

.cargo_link:hover {
    opacity: 0.3;
}

.cargo_link:active {
    opacity: 0.9; 
}

.cargo_link a {
    color: #fff;
    padding-bottom: 2px;
    text-decoration: none;
}

/**
 * Fullscreen button
 */

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

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

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

/*
 * Fullscreen
 */

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

/**
 * Mobile layout
 */


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

body.mobile #toolset {
    display:none!important;
}

body.mobile > .filter,
body.mobile.open > .filter {
    display: none;
}

body.mobile .header_image {
    margin-left: 0;
    margin-right: 16px;
    float: left;
}

body.mobile .header_text {
    margin-left: 0px;
    margin-right: 16px;
    float: left;
    overflow: hidden;
    max-width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555;
}

body.mobile .header_text a:active,
body.tablet .header_text a:active {
    color: rgba(255, 255, 255, .65);
}

body.mobile .header_image img {
    max-height: 40px;
    max-width: 240px;
    width: auto;
    height: auto;
}

body.mobile .site_header {
    position: absolute;
    padding: 10px 60px 14px 24px;
}

body.mobile .mobile_site_header {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0px;
    right: 0px;
}

body.open.mobile .mobile_site_header {
    display: none;
}

body.mobile .site_header .set_navigation {
    display: none;
}

.mobile_site_header {
    display: none;
}

body.mobile .project_nav a,
body.mobile .project_nav a:hover  {
    opacity: 0.4;

    -webkit-transition: .2s -webkit-transform ease-in-out;
    transition: .2s transform ease-in-out;
}

body.mobile .project_nav a[rel="prev_project"] {
    left: 3px;
}

body.mobile .project_nav a[rel="show_index"] {
    top: 4px;
    left: auto;
    right: 6px;
}

body.mobile[data-pagetype="page"] .project_nav a[rel="show_index"] {
    top: 14px;
    right: 16px;
    display: block;
}

body.mobile .project_nav a[rel="next_project"] {
    right: 3px;
}

body.mobile .project_nav a.scroll_down {
    bottom: 4px;
}

body.mobile.scrolled .navigation_toggle.active {
    opacity: 1;
}

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

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

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

body.mobile .navigation_toggle .menu_icon {
    width: 18px;
    height: 18px;
    display: block;
    padding: 10px 10px 10px 10px;
}

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

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

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


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

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

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

body.mobile .site_header .project_nav {
    display: none;
}

body.mobile .navigation .filter {
    display: block;
    font-size: 15px;

    margin-bottom: 0;
    background:rgba(0,0,0,0.9);
    position: relative;
    top: 0;
    left: 0;
    padding: 14px 30px 14px 11px;
}

body.mobile .navigation .filter b {
    padding-right: 5px;
    max-width: 50%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

body.mobile .navigation a:hover {
    background: rgba(51, 51, 51, 0.9);
    color: white;
}

body.mobile .navigation .active a {
    color: rgba(255,255,255, 0.6);
}

body.mobile .set_navigation {
    display: none;
}

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

body.mobile .navigation .following a {
    padding: 0;
    margin-right: 3px;
    border-top: none;
    display: inline;
}

body.mobile .container {
    padding-top: 66px;
}

body.mobile .entry {
    margin: 0 24px 0px 24px;
}


body.mobile[data-pagetype="project"] .entry {
    margin: 0 36px 0px 36px;
}

body[data-pagetype="project"].mobile .project_header {
    top: 9px;
    left: 16px;
    right: 20px;
}

body[data-pagetype="page"] .entry,
body[data-pagetype="project"] .entry .project_content .text:nth-child(1) {
    margin-top: 40px;
}

body.mobile .project_content {
    font-size: 16px;
    padding : 0px 0px;
    min-height: 120px;
}


body.mobile .project_footer {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 10px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 16px;
    right: 16px;
    line-height: 20px;
}


body.mobile .slideshow_navigation {
    font-size: 11px;
    line-height: 20px;
}

body.mobile .slide.block.first_block .slideshow_navigation.slideshow_above {
    top: -37px;

    text-align: center;
    left:0px;
    right: 0px;
}

body.mobile .slide.block .slideshow_navigation.slideshow_below {
    bottom: 30px;
    text-align: center;
    left:0px;
    right: 0px;
}

body.mobile .slide.block.last_block .slideshow_navigation.slideshow_below {
    bottom: -4px;
    text-align: center;
    left:0px;
    right: 0px;
}

body.mobile .slide.block .slideshow_navigation.slideshow_above {
    top: 28px;
    text-align: center;
    left: 0px;
    right: 0px;
}

body.mobile .slide.block .slideshow_caption {
    line-height: 20px;
    left: 16px;
    right: 16px;
    bottom: 32px;
}

body.mobile .slide.block.last_block .slideshow .slideshow_caption {
    bottom: -15px;
}


body.mobile .slideshow_thumbnails[data-columnize] img {
    padding: 0 8px;
    margin-bottom: 16px;
}

body.mobile .thumbnails {
    padding: 24px 12px 0 12px;
    margin-top: 0;
}

body.open.mobile .thumbnails {
    padding-top: 68px;
}


body.mobile .thumbnail {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

body.mobile .thumb_info {
    opacity: 1;
    display: none;
}


body.mobile .cargo_link {
    display: none;
}

body.mobile #search {
    padding: 20px 16px 16px 16px;
    float: none;
    width: auto;
}

body.mobile .search_header {
    font-size: 18px;
    width: auto;
}

body.mobile #results_search_term {
    clear: both;
    font-size: 18px;
    margin: 10px 0px 30px 0px;
    float: left;
    width: 220px;
}

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

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

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

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

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

/**
* Columnization
**/

[data-columnize] {
    visibility: hidden;
}

.inline-block {
    display: inline-block;
}