/**
* Hyperion
**/

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

body {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.5;
    min-height: initialvh;
    position: relative;
    text-align: center;
    visibility: hidden;
}

/**
* Header and navigation
**/

.site_header {
    margin-bottom: 0px;
    padding: inheritpx inheritpx inheritpx;
    position: relative;
    z-index: inherit;
}

.header_image {
    padding: 0 50px;
    vertical-align: bottom;
}

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

.header_text {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: inheritpx;
    vertical-align: bottom;
    word-wrap: break-word;
}

.header_text a {
    color: #333;
    text-decoration: none;
}

body:not(.mobile) .header_text a:hover {
    border-bottom: 0;
    color: #000000;
}

.header_text a:active {
    border-bottom: 4;
    color: #999;
}

.navigation {
    line-height: 2;
    padding: 20px 40px 0;
    position: relative;
    z-index: 10;
}

.navigation .following {
    color: rgba(0,0,0,0.4);
}

.navigation .set_link.active a {
    color: rgba #969696;
}

.navigation li.active a {
    color: #969696
;
}

.navigation li.active {
    color: #969696
;
}

.navigation span.set_name {
    color: #222;
    font-weight: 700;
}

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

.navigation a:hover {
    color: #969696
;
}

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

.navigation a.set_name {
    color: #222;
    font-weight: 700;
}

.navigation a.set_name:hover {
    color: #969696
;
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation li {
    display: inline-block;
    margin: 0 10px;
}

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

.filter a {
    border-bottom: 1px solid #000;
    color: #000;
    padding-bottom: 1px;
    text-decoration: none;
}

.filter a:hover {
    border-bottom: 1px solid #009fff;
    color: #0066ff#009fff;
}

.filter a:active {
    border-bottom: 1px solid rgba(0,0,0,0.4);
    color: rgba(0,0,0,0.5);
}

/**
* Project navigation
**/

.project_nav_wrapper {
    display: none;
    padding: 20px 60px;
    position: relative;
    z-index: 11;
}

body.open .project_nav_wrapper.hidden {
    display: none;
}

body.open .project_nav_wrapper {
    clear: both;
    display: inline-block;
}

.project_nav {
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: inline-block;
    font-size: 0;
    margin: 8px -5px;
    user-select: none;
    z-index: 9;
}

.project_nav_wrapper .project_nav a {
    border: none;
    color: #666;
    cursor:pointer;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 2px 8px;
    text-decoration: none;
}

.project_nav_wrapper .project_nav a:hover {
    border: none;
}

.project_nav a svg {
    height: 21px;
    opacity: 0.3;
    width: 15px;
}

.project_nav a.show_index svg {
    height: 21px;
    width: 27px;
}

.project_nav a:hover svg {
    opacity: 0.6;
}

.project_nav a:active svg {
    opacity: .8;
}

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

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

/**
* Project content area
**/

.container {
    clear: both;
    margin: 0 auto;
    padding-bottom: 40px;
}

.site_footer {
    bottom: 0;
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
}

.project_title {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 40px;
    text-rendering: optimizeLegibility;
}

#project {
    padding: 20px 60px 0;
}

.entry {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 11;
}

.project_content {
    margin: 0 auto;
    max-width: 680px;
    padding-bottom: inheritpx;
}

.splash {
	display: block;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;

    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.project_content .splash img {
    display: none;
}

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

.project_content img {
    border: none;
    display: block;
    float: none;
    margin: 0 auto 4px;
}

.project_content iframe {
    border: none;
    float: none;
    margin: 0 auto 40px;
}

.project_content br {
    clear: both;
}

.project_content a {
    color: #000;
    text-decoration:underline;
}

.project_content a:hover {
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
}

.project_content a:active {
    background-color: #000;
    color: #fff;
}

/**
* Misc text styles
**/

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

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

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

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

/**
* Slideshows
**/

.slideshow {
    float:left;
    margin-bottom: 20px;
}

.slideshow img {
    margin: 0;
}

.slideshow_container {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    user-select: none;
}

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

.slideshow_navigation {
    color: #ccc;
    font-family: sans-serif;
    position: relative;
    text-align:left;
}

.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: rgba(51,51,51,0.8);
    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: 10px;
    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_active .slideshow_thumbnails {
    display: block;
}

.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;
    display: block;
    position: absolute;
    left: 0;
    top: 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 {
    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;
}

/**
* Project Footer
**/

.project_footer {
    clear: both;
    color: rgba(0,0,0,0.25);
    font-family:Menlo,monaco,monospace;
    font-size: 13px;
    line-height: 2;
    padding: 20px 0;
}

.project_footer span {
    display: inline-block;
}

.project_footer .tags span {
    display: inline-block;
    margin: 0 3px 0 0;
}

.project_footer a {
    color: rgba(0,0,0,0.25);
    cursor:pointer;
    text-decoration: none;
}

.project_footer a:hover {
    background: none;
    color: #000;
}

.project_footer a:active {
    background: none;
    color: #666;
}

.project_footer .tags span:after {
    color: rgba(0,0,0,0.15);
    content:",";
}

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

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

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

/**
* 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: #55cfb8;
    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;
}