/**
 * Sirius
 */

/* "Copyright/contact" */

.copyright_link {
	color: #000;
	font-size: 11px;
	text-align: center;
	position: fixed;
	opacity: 0.2;
	bottom: 35px;
	z-index: 99;
}

.copyright_link:hover {
	opacity: 0.6;
}

.copyright_link:active {
	opacity: 0.9;
}

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

/**
 * Captions
 */

.caption {
    height: 100%;
    width: 100%;
    text-align: center;
}

.caption img {
    margin: 0 auto;
    float: none;
    display: block;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
}


/**
 * Columns for CV
 */

.cv_columns {
  
  padding: 0px 10px 0px 0px;
  font-family: 'GT-Eesti-Light', Arial, sans-serif;
  color: #f5f5f5;
  font-size: 17px;   
  letter-spacing: 1.6px;
  height: 10000px;
  text-rendering: optimizeLegibility;
    
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
        
  -webkit-column-gap: 8em;
  -moz-column-gap: 8em;
  column-gap: 8em;
    
}

.cv_columns a {
  border-bottom: 2px solid #acaaaa;
}

.cv_columns a:hover {
	border-bottom: 2px solid #f5f5f5;
}

.cv_columns p {
  	-webkit-column-break-before: always;
	break-before: always;
    -moz-column-break-before: always;
}



/**
 * Description-scripts
 */

.statement {
    width: 70%;
    margin-left: 12%;
    padding: 0px 30px 30px 31px;
    color: #f5f5f5;
    font-family: 'GT-Eesti-Light', Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 1.7px;
    font-weight: normal;
}

.statement a {
border-bottom: 2px solid #acaaaa;
}

.statement a:hover {
border-bottom: 2px solid #f5f5f5;
}

/**
 * Description-scripts
 */


.news_background {
    background: url("http://transit6.cargocollective.com/1/16/528246/8126968/Current_bg.jpg"); 
    /* background: url("http://files.cargocollective.com/528246/Current_bg_3.jpg");  */
    background-size: cover; 
    background-repeat: no-repeat; 
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    z-index: -999;
}

.news_container {
	background: rgba(227, 227, 227, 0.8);
    position: fixed;
    top: 15%;
	left: 18%;
    right: 18%;
    max-height: 75%;
    padding: 0 20px 0 40px;
    overflow: scroll;
    font-family: 'GT-Eesti-Light', Arial, sans-serif;
   	color: #5e5e5e;
    line-height: 1.4;
    -moz-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1);    
}

.news_container a {
 	border-bottom: 2px solid #bababa;
}

.news_container a:hover {
 	border-bottom: 2px solid #5e5e5e;
    text-decoration: none;
}


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

/* Customized font */

body {
	background: #8d8e8c ;
	color: #f5f5f5;
    font-family: 'GT-Eesti-Light', Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1.5px;
    line-height: 1.6;
}

body a {
	
}

body a:hover {
	border-bottom: 1px solid #f5f5f5;
}

/* Hide the scrollbar in Webkit */
body[data-view="project"]::-webkit-scrollbar {
	display: none;
}

html[data-view="project"].ios body {
	overflow: hidden;
}

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

/* Customized font */

.site_header {
	color: #f5f5f5;
    font-family: 'GT-Eesti-Regular', Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 1.9px;
	line-height: 20px;
}

/**
 * Header image and header text
 */

.header_image {
	position: fixed;
	top: 35px;
	left: 35px;
	z-index: 999;
}

.header_image img {
	border: 0;
}

/* Customized font */

.header_text {
	letter-spacing: 1.5px;
	position: fixed;
	top: 35px;
	left: 34px;
	z-index: 999;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

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

.header_text a:hover {
    border-bottom: 0px solid;
}

.header_text a:active {
    border-bottom: 0px solid;
}

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

.navigation {
	position: fixed;
	top: 35px;
	left:220px;
	z-index: 999; 
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.navigation div {
	display: inline-block;
	margin: 0 0 10px 30px;
	opacity: 1;
}

.navigation div:hover {
	opacity: 1;
}

.navigation a {
	color: #cccccc;
    text-decoration: none;
	}

.navigation a:hover {
    color: #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    padding-bottom: 3px;
}

.navigation a:active {
    color: #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
}

/* That's the normal one */

.navigation .active {
	opacity: 1;
}

.navigation div.set_link {
	opacity: 1;
}

.navigation div.set_link a {
    text-decoration: none;
}

.navigation div.set_link a:hover {
    
}

.navigation div.set_link a:active {

}

.navigation div.set_link.active a {
}


body[data-bodyview="index"] .navigation .set_link.active a {
    
}

body[data-bodyview="set"] .navigation .active {
    
}

body.open[data-bodyview="set"][data-pagetype="page"] .set_link {
    
}

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

.filter {
	color: #000;
	position: fixed;
	bottom: 35px;
	left: 35px;
	z-index: 999;
}

.filter a {
	color: #000;
	border-bottom: 1px solid #000;
	margin-left: 15px;
	opacity: 0.4;
	padding-bottom: 3px;
	text-decoration: none;
}

.filter a:hover {
	border-bottom: 1px solid #000;
	opacity: 1;
}

.filter a:active {
	border-bottom: 1px solid #000;
	opacity: 0.6;
}

/*
 * Projects
 */

body[data-view="index"] .container {
	display: none;
}

/* Page formatting */
body[data-view="page"] .project_content {
	padding: 0 40px 0 35px;
	margin: 140px auto 50px auto;
	font-size: 19px;
    letter-spacing: 1.7px;
	max-width: 1920px;
	text-align: left;
}

body[data-view="page"] .project_content img {
    margin: 0 auto;
    float: none;
    display: block;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
}

.container {

}

.project {
	display: none;
}

.project_header {
	position: fixed;
	top: 29px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	width: 600px;
	z-index: 99;
}

.project_title {
	font-size: 22px;
    font-family: 'GT-Eesti-Regular', Arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 80px;
	margin-bottom: 6px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.project_subtitle {
	font-size: 13px;
}

.project_subtitle a {
	color: #cccccc;
	text-decoration: none;
}
.project_subtitle a:hover {
	color: #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
}

.project_header .project_nav {
	font-family: sans-serif;
	font-size: 19px;
	line-height: 14px;
	margin-top: 4px;
	position: relative;
    
    visibility: hidden;

	/* 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_header .project_nav a {
	display: inline-block;
	margin: 0 5px;
	height: 14px;
	color: rgba(128, 128, 128, 0.4);
	cursor: pointer;
	text-decoration: none;
}

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

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

.project_header .project_nav a.previous,
.project_header .project_nav a.next {
	padding: 5px 17px;
}

.project_header .project_nav a.next {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.project_header .project_nav a.index {
	position: absolute;
	top: -3px; left: 50%;
	margin: 0 0 0 -16px;
	height: 30px;
	vertical-align: middle;
	width: 30px;
	z-index: 9;
}

.project_header .project_nav a.index div {
	position: relative;
	top: 8px;
	left: 8px;
	height: 14px;
	width: 14px;
}

.project_header .project_nav a.index span {
	background: rgba(128, 128, 128, 0.4);
	display: block;
	text-indent: 99px;
	overflow: hidden;
	position: absolute;
	height: 6px;
	width: 6px;
}

.project_header .project_nav .index span:nth-child(1) {
	top: 0;
	left: 0;
}

.project_header .project_nav .index span:nth-child(2) {
	top: 0;
	right: 0;
}

.project_header .project_nav .index span:nth-child(3) {
	bottom: 0;
	left: 0;
}

.project_header .project_nav .index span:nth-child(4) {
	bottom: 0;
	right: 0;
}

.project_header .project_nav a.index:hover span {
	background: #000;
}

.project_header .project_nav a.index:active span {
	background: rgba(128, 128, 128, 0.6);
}

.entry {

}

.project_content {

}

.project_content br {
	clear: both;
}

.project_content a {
    text-decoration: none;
    color: inherit;
}

.project_content a:hover {
	text-decoration: none;
}

.project_content a:active {
}

.project_content img {
	border: 0;
}

.show_hide_info_toggle {
	font-family: 'GT-Eesti-Regular', Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 1.4px;
    line-height: 1.5;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

/**
 * Typography
 */

@font-face {
   font-family: 'GT-Haptik-Medium';
   src:  url('http://files.cargocollective.com/528246/GT-Haptik-Medium-2.eot');
   src:  url('http://files.cargocollective.com/528246/GT-Haptik-Medium-2.eot?#iefix') format('embedded-opentype'),
         url('http://files.cargocollective.com/528246/GT-Haptik-Medium-2.woff') format('woff'),
         url('http://files.cargocollective.com/528246/GT-Haptik-Medium-2.ttf') format('truetype'),
         url('http://files.cargocollective.com/528246/GT-Haptik-Medium-2.svg#gt_haptik_regular') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'GT-Haptik-Medium-Oblique';
   src:  url('http://files.cargocollective.com/528246/GT-Haptik-Medium-Oblique-2.eot');
   src:  url('http://files.cargocollective.com/528246/GT-Haptik-Medium-Oblique-2.eot?#iefix') format('embedded-opentype'),
         url('http://files.cargocollective.com/528246/GT-Haptik-Medium-Oblique-2.woff') format('woff'),
         url('http://files.cargocollective.com/528246/GT-Haptik-Medium-Oblique-2.ttf') format('truetype'),
         url('http://files.cargocollective.com/528246/GT-Haptik-Medium-Oblique-2.svg#gt_haptik_regular') format('svg');
   font-weight: normal;
   font-style: italic;
}

@font-face {
   font-family: 'GT-Eesti-Regular';
   src:  url('http://files.cargocollective.com/528246/GT-Eesti-Display-Regular.eot');
   src:  url('http://files.cargocollective.com/528246/GT-Eesti-Display-Regular.eot?#iefix') format('embedded-opentype'),
         url('http://files.cargocollective.com/528246/GT-Eesti-Display-Regular.woff') format('woff'),
         url('http://files.cargocollective.com/528246/GT-Eesti-Display-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'GT-Eesti-RegularItalic';
   src:  url('http://files.cargocollective.com/528246/GTEestiProDisplay-RegularItalic.otf') format("opentype");
   font-weight: normal;
   font-style: italic;
}

@font-face {
   font-family: 'GT-Eesti-Light';
   src:  url('http://files.cargocollective.com/528246/GTEestiProDisplay-Light.otf') format("opentype");
   font-weight: lighter;
   font-style: normal;
}

@font-face {
   font-family: 'GT-Eesti-LightItalic';
   src:  url('http://files.cargocollective.com/528246/GTEestiProDisplay-LightItalic.otf') format("opentype");
   font-weight: lighter;
   font-style: italic;
}

@font-face {
   font-family: 'GT-Sectra-Book';
   src:  url('http://files.cargocollective.com/528246/GT-Sectra-Book.eot');
   src:  url('http://files.cargocollective.com/528246/GT-Sectra-Book.eot?#iefix') format('embedded-opentype'),
         url('http://files.cargocollective.com/528246/GT-Sectra-Book.woff') format('woff'),
         url('http://files.cargocollective.com/528246/GT-Sectra-Book.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'GT-Sectra-Fine-Book';
   src:  url('http://files.cargocollective.com/528246/GT-Sectra-Fine-Book.woff');
   src:  url('http://files.cargocollective.com/528246/GT-Sectra-Fine-Book.woff?#iefix') format('embedded-opentype');
   font-weight: normal;
   font-style: normal;
}



h1, h2, h3, h4, h5 {
	line-height: 1.2;
	max-width: 906px;
}

h1 {
 	position: relative;
    margin: 0 auto;
    width: 550px;
	color: #e3e3e3;
	font-size: 14px;
	letter-spacing: 1px;
    text-align: center;
    }

h1 a {
	border-bottom: 1px solid;
}

h2 {
	margin-left: auto;
	position: fixed;
	left: 15%;
    right: 15%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    width: 800px;
}

h3 {
	font-size: 14px;
	line-height: 150%;
}

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

/**
 * Slideshows
 */

.slideshow {

}

.slideshow_container {
	overflow: hidden;
}

body[data-view="page"] .slideshow_container img {
	float: none;
	margin: 0;
	max-width: none;
}

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

body .slideshow_navigation {
	color: #ccc;
	font-family: Menlo, monaco, monospace;
	font-size: 11px;
	position: fixed;
	text-align: center;
	bottom: 70px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
}

body[data-view="page"] .slideshow_navigation {
	color: #ccc;
	font-family: Menlo, monaco, monospace;
	font-size: 11px;
	position: relative;
	text-align: left;
	bottom: auto;
	left: auto;
	margin-left: 0;
	margin-bottom: 15px;
	width: auto;
}

.slideshow_navigation span {

}

.slideshow_navigation a {
	border-bottom: 1px solid #aaa;
	cursor: pointer;
	color: #999;
	text-decoration: none;
	padding-bottom: 2px;
}

.slideshow_navigation a:hover {
	background: none;
	border-bottom: 1px solid #000;
	color: #000;
}

.slideshow_navigation a:active {
	background: none;
	border-bottom: 1px solid #666;
	color: #999;
}

.slideshow_navigation .slideshow_slash {

}

.slideshow_navigation .slideshow_toggle_thumbnails {
	display: none;
	float: right;
}

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

.slideshow_thumbnails {
	display: none;
}

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

.slideshow.thumbnails_active .slideshow_caption {
	display: none;
}

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

.slideshow_thumbnails.slideshow_below {
	margin-top: 30px;
}

.slideshow_thumbnails > * {
	cursor: pointer;
	display: inline-block;
	margin: 0 15px 15px 0;
	height: 80px;
	vertical-align: top;
	width: auto;
}

.slideshow_thumbnails > *.slideshow_active,
.slideshow_thumbnails > *:hover {
	outline: 1px solid rgba(0, 0, 0, 0.13);
	outline-offset: 2px;
}

.slideshow_thumbnails > *:not(img) {
	background: #eee;
	padding: 30px 10px;
	text-align: center;
	height: 80px;
}

.slideshow_container {
	cursor: pointer;
	display: inline-block;
	position: relative;

	/* 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;
}

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

.slideshow .slideshow_container > * {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.slideshow_caption {
	display: none;
}

.slideshow_caption {
	display: block;
}

.slideshow_caption {
	margin-top: 23px;
}

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

/**
 * Project footer
 */

.project_footer {
	color: #999999;
	bottom: 35px;
    font-family: 'GT-Eesti-Regular', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
    z-index: 999;
	position: fixed;
	top: 95%;
	left: 30%;
    right: 30%;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.project_footer span {
	margin-right: 10px;
}

.project_footer a {
	color: #bababa;
	cursor: pointer;
	padding-bottom: 2px;
	text-decoration: none;
}

.project_footer a:hover {
	background: none;
	border-bottom: 0px solid #8f8f8f;
	color: #f5f5f5;
}

.project_footer a:active {
	background: none;
	border-bottom: 0px solid #bababa;
	color: #bababa;
}

/* Custom date removal */

.project_footer .date {
 display: none;
}

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

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

/* Custom 'edit' removal */

.project_footer .editlink a {
	border-bottom: 5px solid #ccc;
	color: #ccc;
    display: none;
}

.project_footer .editlink a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

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

/**
 * Thumbnails
 */

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

.thumbnails {
	display: none;
	text-align: center;
	padding: 100px 70px 70px 34px;
}

.show_index {
    display: none;
	text-align: center;
	padding-bottom: 35px;
	padding-top: 20px;
}

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

.show_index a:hover {
	border-bottom: 1px solid #000;
}

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

.thumbnail {
	display: inline-block;
	margin: 20px;
	position: relative;
	text-align: center;
	vertical-align: middle;    
}

.thumbnail > a:hover .thumb_title span {

}

.thumbnail > a:active .thumb_title span {

}

/* Move the thumbnail down on click */
.thumbnail > a:active .thumb_image {
	-webkit-transform: translate(0, 2px);
}

.thumbnail.active .thumb_image {
	border: 1px solid #cccccc;
}

.thumbnail .thumb_image {
	background-color: #eee;
	margin-bottom: 15px;
    padding-right: 9px;	position: relative;
    border: 0px solid #FFFFFF;   
    overflow: hidden;

	-moz-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.2);

	-webkit-transition: -webkit-transform 0.05s linear;
	-moz-transition: -webkit-transform 0.05s linear;
	transition: -webkit-transform 0.05s linear;
}

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

.thumbnail .thumb_image.default_thumb {
	background: #333;
}

.thumbnail .thumb_image.default_thumb img {
	display: none;
}

.thumbnail .thumb_image.notitle_notag {
	margin-bottom: 22px;
}

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

.thumbnail .thumb_title {
	color: #ffffff;
   	font-family: 'GT-Eesti-Regular', Arial, sans-serif;
	font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
	line-height: 1.4;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    white-space: normal;
    text-align: center;
    width: 100%;
    left: 0px;
    margin-top:-7px;
    padding: 0;
    top:43%;
    z-index: 99;
    position: absolute;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.thumbnail .thumb_title span {

}

.thumbnail .thumb_tags {
	margin-top: 2px;
	color: #999999;
	font-size: 11px;
	font-family: Menlo, monaco, monospace;
}

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

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

.thumbnail .thumb_tags a {
	color: #999999;
	padding-bottom: 3px;
	text-decoration: none;
}

.thumbnail .thumb_tags a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

.thumbnail .thumb_tags a:active {
	border-bottom: 1px solid #999;
	color: #999;
}

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

.thumbnail .thumb_excerpt {
	display: none;
	font-size: 12px;
	margin-top: 22px;
}

/*
 * Search results
 */

#search {
	margin: 0 auto;
	padding: 135px 70px 70px 35px;
	width: 670px;
}

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

#search_form {
	position: fixed;
	left: 35px;
	bottom: 35px;
	z-index: 99999;
}

#search_form_results {
	padding-bottom: 90px;
}

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

#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: 200px;
}

#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: 14px;
	line-height: 22px;
	margin-bottom: 60px;
}

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

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

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

.search_title a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.search_title a:hover {
	background: #ffff00;
	color: #000000;
	text-decoration: none;
}

.search_title a:active {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.search_tags {
	color: #999999;
	font-size: 11px;
}

.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;
}

/**
 * Video component
 */

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

/**
 * Audio component
 */

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

.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 {
	display: none;
	text-align: center;
	padding: 60px 0;
}

#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: #000;
	font-size: 11px;
	font-family: sans-serif;
	position: fixed;
	opacity: 0.2;
	right: 35px;
	bottom: 35px;
	z-index: 99;
}

.cargo_link:hover {
	opacity: 0.6;
}

.cargo_link:active {
	opacity: 0.9;
}

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

/**
 * swipebar
 */

body[data-swipebar="on"] .project_content > *:not(.fixed) {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1;
}

body[data-swipebar="on"] .project_content > *.active {
	display: block;
}

body[data-swipebar="on"] .project_content > *.inactive {
	display: none;
}

body[data-swipebar="on"] .project_content > *.full {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.project_content p {

}

.project_content .project_description.fixed {
   
    background: rgba(227, 227, 227, 0.9);
    position: fixed;
    top: 190px;
	left: 10%;
    right: 10%;
    bottom: 15%;
    overflow: auto; 
    padding: 20px 60px 20px 60px;
    color: #494949 ;
    font-family: 'GT-Eesti-Light', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1.6;
    display: none;   
    -moz-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1); 

}
    
 /*  position: fixed;
    z-index: 99;
    top: 180px;
    left: 20%;
    width: 60%;
    right: 20%;
    background: rgba(227, 227, 227, 0.8);
    padding: 20px 40px 20px 40px;
    color: #434442;
    font-family: 'GT-Eesti-Regular', Arial, sans-serif; 
    font-size: 13px;
    font-weight: normal;
    display: none;
    
    -moz-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.1);
    */


.project_content .project_description.fixed a {
	border-bottom: 2px solid #bababa ;
}

.project_content .project_description.fixed a:hover {
	border-bottom: 2px solid #5b5d5a ;
}

.project_content .fixed {
	position: fixed;
	top: 70px;
	left: 35px;
	z-index: 99;
}


/**
 * swipebar navigation
 */

#swipebar_navigation {
	display: none;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	right: 35px;
	text-align: center;
	width: 26px;
	z-index: 97;

	-webkit-transition: margin 0.25s ease, height 0.25s ease, opacity 1s ease;
	-moz-transition	  : margin 0.25s ease, height 0.25s ease, opacity 1s ease;
	transition		  : margin 0.25s ease, height 0.25s ease, opacity 1s ease;
}

/* Show the navigation when on a project */
body[data-view="project"] #swipebar_navigation {
	display: block;
}

#swipebar_navigation .swipebar_navigation_block {
	cursor: pointer;
	display: block;
	height: 25px;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

#swipebar_navigation .swipebar_navigation_block span {
	background: rgba(227, 227, 227, 0.3);
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -3px 0 0 0;
	height: 6px;
	width: 6px;

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

#swipebar_navigation .swipebar_navigation_block.active span,
#swipebar_navigation .swipebar_navigation_block:hover span {
	background: #ffffff;
}

#swipebar_navigation .swipebar_navigation_block:hover span {
	background: #ffffff;
}

#swipebar_navigation .position {
	background: rgba(128, 128, 128, 0.14);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 7px !important;
	min-height: 12px;
	width: 12px;
	z-index: 1;

	-webkit-border-radius: 6px;
	-moz-border-radius	 : 6px;
	border-radius		 : 6px;

	-webkit-transition: opacity 1s ease;
	-moz-transition	  : opacity 1s ease;
	transition		  : opacity 1s ease;
}

#swipebar_navigation .position.active {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition	  : opacity 0.2s ease;
	transition		  : opacity 0.2s ease;
}

#swipebar_navigation.active,
#swipebar_navigation:hover {
	opacity: 1;
}

#swipebar_navigation .position.active {
	opacity: 1;
}

#swipebar_navigation .position.ignore {
	opacity: 0 !important;
}

#swipebar_navigation_blocks_container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;

	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.15)));
}

#swipebar_navigation[data-group="first"] #swipebar_navigation_blocks_container {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.15)));
}

#swipebar_navigation[data-group="last"] #swipebar_navigation_blocks_container {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
}

#swipebar_navigation[data-group="single"] #swipebar_navigation_blocks_container {
	-webkit-mask-image: none;
}

/**
background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.15) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.15)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.15) 100%);
background: -o-linear-gradient(top,	 rgba(255,255,255,0.15) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.15) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.15) 100%);
background: linear-gradient(to bottom,	rgba(255,255,255,0.15) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#26ffffff", endColorstr="#26ffffff",GradientType=0 );


*/

#swipebar_navigation_blocks {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;

	 -webkit-transition : top 0.3s ease;
	 -moz-transition	: top 0.3s ease;
	 transition			: top 0.3s ease;
}

#swipebar_navigation .goto {
	color: rgba(227, 227, 227, 0.3);
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	text-align: center;
	margin-left: 0;
	text-decoration: none;
	width: 26px;

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

#swipebar_navigation .goto:hover {
	color: #ffffff;
}

#swipebar_navigation .goto:active {
	color: rgba(128, 128, 128, 1);
}

#swipebar_navigation .goto.prev {
	top: -30px;
}

#swipebar_navigation .goto.next {
	bottom: -30px;
}

/**
 * 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: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	height: 19px;
	padding: 0 4px 0 5px;
	position: fixed;
	top: 75px;
	right: 70px;
	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;
}

#freshbox {
	background: #000000;
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9999999;
}

#freshbox.ie {
	visibility: visible !important;
}

#freshbox_centering {
	position: absolute;
	top: 0; left: 0;
	text-align: center;
}

#freshbox img {
	display: none;
	position: absolute;
	top: 0; left: 0;
	z-index: 109;
}

#freshbox img.active {
	display: block;
	z-index: 110;
}

#freshbox img.preload {
	display: block;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#freshbox img#freshbox_loading,
#freshbox #freshbox_loading.retinaSpinner {
	display: block;
	float: none;
	height: 20px;
	margin: -10px 0 0 -10px;
	position: absolute;
	top: 50%; left: 50%;
	width: 20px;
	z-index: 101;
}

/**
 * Navigation
 */

.freshbox_navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-left: -53px;
	position: fixed;
	bottom: 50px; left: 50%;
	width: 106px;
	z-index: 99999;
}

.freshbox_navigation_group {
	background: rgba(10, 10, 10, 0.2);
	float: left;
	height: 34px;
	margin: 0 10px 0 0 ;
	padding: 0 2px 0 1px;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.freshbox_navigation a {
	background-color: #ffffff;
	color: #000000;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 2px 0 2px 1px;
	padding: 0 10px 0 10px;
	text-decoration: none;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

a.freshbox_nav_button {
	padding: 0;
	width: 30px;
}

a.freshbox_nav_button .nav_svg {
	fill: #999999;
}

a.freshbox_nav_button:hover {
	background-color: #f2f2f2;
}

a.freshbox_nav_button:hover .nav_svg {
	fill: #555555;
}

a.freshbox_nav_button:active a:active {
	background-color: #f2f2f2;
}

a.freshbox_nav_button:active .nav_svg {
	fill: #222222;
}

a#fullscreen_close .nav_svg {
	shape-rendering: crispEdges;
}

a.freshbox_nav_button.disabled {
	background-color: #ffffff;
	cursor: default;
}

a.freshbox_nav_button.disabled .nav_svg {
	fill: #cccccc !important;
}

#freshbox.single .freshbox_navigation_group {
	margin: 0 0 0 35px;
}

/**
 * iOS formatting for fullscreen
 */

#freshbox.ios .freshbox_navigation {
	bottom: 20px;
}

/*
 * IE Fullscreen SVG fallback used in the navigation.
 *
 *	   If you have any questions about this please visit our
 *	   support forum: http://support.cargocollective.com
 *
 */

#freshbox.ie .freshbox_navigation svg {
	display: none;
}

#freshbox.ie a.freshbox_nav_button {
	background-image: url(/_gfx/landsat_navigation_sprite.png);
	background-repeat: no-repeat;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev {
	background-position: 0 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev:hover {
	background-position: 0 -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev:active {
	background-position: 0 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next {
	background-position: -59px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next:hover {
	background-position: -59px -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next:active {
	background-position: -59px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close {
	background-position: -180px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close:hover {
	background-position: -180px -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close:active {
	background-position: -180px 0;
}

.freshbox_navigation {
	margin-left: -43px;
	width: 150px;
}
 

a.freshbox_nav_button#fullscreen_zoom {
	margin-left: 14px;
	overflow: hidden;
}

a.freshbox_nav_button#fullscreen_zoom.active svg {
	margin-left: -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_zoom {
	background-position: -90px 0;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom:hover {
	background-position: -90px -30px;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom:active {
	background-position: -90px 0;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active {
	background-position: -120px 0;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active:hover {
	background-position: -120px -30px;
}
 
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active:active {
	background-position: -120px 0;
}
