 /*
 * Global Biblio styles
 */

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

body {
    background: #0a0a0a;
    color: #f0f0f0;
    font-family: Libre Franklin, Helvetica, sans-serif;
    font-size: 12.5px;
    line-height: 1.8em;
    word-spacing: 1px;
}

/* Custom html
*/

/*.words:before {
		content:"in France";
		animation:change 60s infinite;
    	animation-timing-function: linear;
	}
	@keyframes change{
		0% {
			content:"in France";
		}
	
		65% {
			content:"by chance";
		}
	}


.columnabout img {
    width: 100%;
    height: 100%;
	object-fit: contain; 
}*/

.hiddenimage {
	z-index: 1;
}

.hiddenimage img {
	width: 200px;
    display:none;
}

.hiddenimage:hover img {
	width: 200px;
    display: none;
}

.hiddenimage span {
    visibility: hidden;
    position: absolute;
    z-index: -1 !important;
}

.hiddenimage:hover, .hiddenimage span {
    visibility: visible;
}

.leftscroll,
.rightscroll {
    display: flex;
	height: 100%;
	overflow-y: scroll;
}

/*.leftscroll:hover,
.rightscroll:hover {
	overflow-y: scroll;
}*/

.rightscroll {
    float: right;
    width: 34%;
    position: relative;
    padding-right: 2rem;
    margin-top: 2rem;
    }

/*.rightscroll:hover{
	width: 13%;
    padding-right: 2rem;
}*/

.leftscroll {
    float: left;
    width: 44%;
    position: relative;
    padding-right: 2rem;
    margin-top: 2rem;
    }

/*.leftscroll:hover{
	width: 70%;
}*/

.inside {
	height: 100vh;
}

.scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.scroll-bar-wrap::-webkit-scrollbar,
.scroll-bar-wrap::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
  width: 1em;
}
.scroll-bar-wrap::-webkit-scrollbar-thumb {
  background: #0a0a0a;
  border: 1px solid #313131;
}

/*.cover-bar {
  position: absolute;
  background: #0a0a0a;
  height: 100%;  
  top: 0;
  right: 0;
  width: 1.8em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
/*.scroll-bar-wrap:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}*/

.column {
    float: left;
    width: 19.7%;
    padding-right: 0.3%;
}

.columnabout {
    float: left;
    width: 47.7%;
    padding-right: 2.3%;
}

.columnnews {
    float: left;
    padding-right: 0.2%;
    width: 39.4%;
}

.columnnewsdate {
    float: right;
    padding-right: 3.3%;
    width: 16.2%;
}

.columnprojectleft {
    float: left;
    width: 47.7%;
    padding-right: 2.3%;
}

.columnprojectright {
    float: left;
    width: 47.7%;
    padding-left: 2.3%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 100%;
    }
    .columnabout {
        width: 100%;
    }
}

#website_title {
	font-family: Libre Franklin, sans-serif;
    font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #fcfcfc;
	text-transform: uppercase;
	position: fixed;
	text-align: right;
	line-height: 1.8;
	top: 30px;
	left: 18px;
	z-index: 11;
	}

.nav_container a {
	font-family: Libre Franklin, sans-serif;
    font-size: 13.5px;
	letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 400;
}

h1 { 
    font-size: 18.5px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: -18px;
    margin-top: 0px;
    text-transform: uppercase;
}

h2 { 
    font-size: 13.5px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: -20px;
    margin-top: 0px;
    color: #f0f0f0;
    text-transform: uppercase;
}

h3 {
	font-size: 12.5px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;
    margin-bottom: -20px;
    margin-top: 0px;
}

h4 {
	font-size: 11px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: inherit;
    margin-bottom: -27px;
    margin-top: 0px;
}

::selection {
  color: #0a0a0a;
  background: #c0b283; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #0a0a0a;
  background: #c0b283; /* Gecko Browsers */
}

/* End of custom html
*/

.content_column {
    float: right;
    margin: 0 200px 0 0;
    width: 250px;
}

a {
    -webkit-transition: color 0.2s;
    -moz-transition:    color 0.2s;
    -ms-transition:     color 0.2s;
    -o-transition:      color 0.2s;
    transition:         color 0.2s;
}

/*
 * Header / Navigation
 */

.header_img {
    position: fixed;
    top: 42px; left: 25px;
    z-index: 11;
}

/* Vertical nav is not styled by default */
.nav_container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 2;
}

/* Enabled via display options */
.nav_container.horizontal {
    margin: 34px 0 0 153px;
    z-index: 25;
}

.nav_container.horizontal div {
    float: left;
}

.project_link,
.page_link,
.link_link,
.nav_active,
.nav_follow,
.view_tag_info {
    margin: 0 3px 0 0;
    width: 200px;
}

#nav_loadspin {
    display: none;
    position: fixed;
    top: 10px; left: 19px;
    z-index: 100;
}

/*
 * Navigation > Links
 */

/* Applied to each navigation link */
.nav_container a {
    text-decoration: none;
}

.project_link a {
	color: #999999;
}

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

.project_link a:active {
	color: #000000;
}

.page_link a {
	color: #f0f0f0;
}

.page_link a:hover {
    color: #c0b283;
	text-decoration: none;
}

.page_link a:active {
	color: #000000;
}

.link_link a {
	color: #f0f0f0;
	text-decoration: none;
}

.link_link a:hover {
	color: #c0b283;
}

.link_link a:active {
	color: #fcfcfc;
}

.nav_active a {
	color: #c0b283;
}

.nav_active a:hover {
	color: #999999;
}

.nav_active a:active {
	color: #f0f0f0;
}

.nav_follow {
	color: #999999;
}

.nav_follow a {
	color: #999999;
}

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

.nav_follow a:active {
	color: #000000;
}

.view_tag_info {
    display: none;
	color: #a8a4a4;
}

.view_tag_info a {
	color: #000000;
	text-decoration: underline;
}

.view_tag_info a:hover {
	color: #666666;
}

.view_tag_info a:active {
	color: #999999;
}

/*
 * Content
 */

#content_container {
    clear: both;
    display: block;
    margin: 48px 50px 0 153px;
    position: relative;
    z-index: 10;
}





/* Content > Project content
***************************************************************************************************/

#maincontainer {
    display: none;
    margin: 0 0 35px 0;
    width: 860px;
}

.bodycopy a {
	color: #f0f0f0;
	text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

.bodycopy a:hover {
	color: #c0b283;
	text-decoration: none;
    border-bottom: 1px solid #c0b283;
}

.bodycopy a:active {
	background: #000000;
	color: #ffffff;
}

.project_title {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    padding: 0 0 30px 0;
}

.project_content {
    width: 970px;
}

.project_content br {
    clear: none !important;
}

.project_content p {
    margin: 0;
    padding: 0;
    width: 560px;
}

/*
 * Project content > Header
 */

.project_header {
    font-size: 15px;
    position: fixed;
    top: 38px; left: 20px;
    text-transform: capitalize;
}

.project_header div {
    float: left;
    position: relative;
    z-index: 99;
}

.project_header a {
    color: #bbbbbb;
    font-size: 15px;
    text-decoration: none;
}

.project_header a:hover {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}

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

.project_divider {
    color: #cccccc;
    float: left;
    margin-left: 1px;
}

/*
 * Styling of default typographic headers and elements
 */
/*
h1 {
    font-size: 22px;
    line-height: 165%;
}

h2 {
    font-size: 16px;
    line-height: 165%;
}

h3 {
    font-size: 14px;
    line-height: 150%;
}
*/
blockquote {
    color: #666666;
    margin: 0;
}

.project_content img {
    background: #f3f3f3;
    margin: 0px 20px 20px 0px;
}

/*
 * Project content > Slideshows
 */

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

.slideshow_wrapper {
    clear: both;
    margin: 0 0 10px 0;
}

.slideshow_wrapper a,
.slideshow_wrapper a:hover,
.slideshow_wrapper a:active {
    background: none !important;
}

.slideshow_nav {
    clear: both;
    color: #999999;
    font-size: 12px;
    padding-bottom: 10px;
}

.slideshow_nav a {
    color: #666666;    
    text-decoration: none;    
}

.slideshow_nav a:hover {
    background: none !important;
    color: #999999;
    text-decoration: none;
}

.slideshow_nav a:active {
    color: #ff3300;
}

.slideshow_count {
    color: #999999;
    font-size: 12px;
}

ul.slideshow_thumbs {
    margin: 0;
    padding: 0;
}

.slideshow_thumb {
    float: left;
    list-style: none;
    margin: -3px 7px 7px -3px;
}

.slideshow_thumb a {
    background: none !important;
    border: 1px solid transparent;
    display: block;
    padding: 2px;
}

.slideshow_thumb a:hover {
    background: none !important;
    border: 1px solid #ccc;
}

a.activeSlide {
    background: none;
    border: 1px solid #ccc;
}

.slideshow_thumb a:active,
a.activeSlide:active {
    background: none !important;
    border: 1px solid #666;
}

.slideshow_thumb img {
    border: 0;
    display: block;
    margin: 0;
    height: 60px;
}

.slideshow_caption {
	clear: both;
	display: block;
	font-size: 11px;
	padding: 5px 0 5px 0;
}

/**
 * Fullscreen button
 */

a#fullscreen {
    background-color: #1a1a1a;
    background-image: url(/_gfx/fullscreen_open.png);
    background-repeat: no-repeat;
    background-position: 67px 3px;
    border: 1px solid #1a1a1a;
    color: #bbbbbb;
    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;
    text-align: left;
    text-decoration: none;
    width: 74px;
}

a#fullscreen:hover {
    background-color: #ffffff;
    color: #000000;
}

a#fullscreen:active {
    background-color: #ffffff;
    border: 1px solid #999999;
    color: #666666;
}

/*
 * Project footer
 */

.project_footer {
    color: #999999;
    clear: both;
    font-size: 11px;
    padding: 30px 0px 0px 0px;
}

.comment_link a {

}

.comment_link a:hover {

}

.footer_title_type {
    color: #000000;
    font-weight: bold;
}

.project_views {
    color: #999999;
    font-style: italic;
}

.project_footer .permalink a {
	color: #999999;
	display: none;
	font-style: italic;
}

.project_footer .permalink a:hover {
	background: #ffff00;
	color: #000000;
}

.project_footer .permalink a:active {
	background: #000000;
	color: #ffffff;
}

.tags {
	color: #999999;
}

.tags a {
	color: #000000;
	text-decoration: none;
}

.tags a:hover {
	background: #ffff00;
	text-decoration: none;
}

.tags a:active {
	background: #000000;
	color: #ffffff;
}

.project_footer .editlink a {
	color: #0066ff;
	font-style: italic;
}

.project_footer .editlink a:hover {
	background: #ffff00;
	color: #000000;
}

.project_footer .editlink a:active { 
	background: #000000;
	color: #ffffff;
}

.project_bottom {
    clear: both;
    margin: 40px 0 0;
}

/*
 * Content > Thumbnails
 */

.project_thumb {
    float: left;
    margin: 0 3px -9px 0;
    position: relative;
}

.project_thumb .hover {
    cursor: pointer;
    text-decoration: none;
}

.project_thumb .nohover {
    text-decoration: none;
}

.project_thumb .hover .thumb_title span {
    background: none;
    color: #0a0a0a;
}

.project_thumb.active .thumb_title span {
    background: #ffff99;
}

.cardimgcrop {
    background: #f3f3f3;
    margin: 0 0 12px 0;
    position: relative;
    min-width: 200px;
    min-height: 280px;
}

.cardimgcrop.notitle_notag {
    margin-bottom: 0px;
}

.loader_holder {
    display: none;
    position: absolute;
    top: 8px; left: 8px;
    z-index: 3;
}

.thumb_title {
    overflow: hidden;
    white-space: nowrap;
}

.thumb_title.notag {
    margin: 0 0 22px 0;
}

.thumb_title .text {
    color: #0a0a0a;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.thumb_tag {
    color: #999999;
    height: 3em;
    line-height: 15px;
    margin: 0 0 2px 0;
    overflow: hidden;
}

.thumb_tag.notitle {
    margin-top: 5px;
}

.thumb_tag a {
    color: #999999;    
    font-size: 11px;
    line-height: 1.5em;
    text-decoration: none;
}

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

/*
 * Search results
 */

#search_form {
	position: absolute;
	top: 34px; left: 780px;
}

#search_form #search_term {
	color: #999999;
	width: 188px;
}

#search_form_results {
    padding-bottom: 90px;
}

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

#search_term {
	background: #ffffff;
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    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 a {
    color: #999999;
    text-decoration: none;
}

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

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

/*
 * Footer
 */

.bottompad {
    clear: both;
    position: relative;
    margin: 35px 0 0 0;
    width: 705px;
}

.pagination {
	color: #999999;
	font-size: 15px;
	margin: 1.5 0 0 0;
}

.pagination a {
	color: #999999;
	text-decoration: underline;
}

.pagination a:hover {
	color: #000000;
}

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

/*
 * Other
 */

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

.permalink_page .project_title {
	padding: 38px 0px 30px;
}

/* "Running on Cargo" */
.cargo_link {
    display: none;
    color: #cccccc;
    font-size: 11px;
    line-height:1.5;
    position: fixed;
    right: 15px; bottom: 10px;
    text-align: right;
    z-index:99;
}

.cargo_link a {
	color: #999999;
	text-decoration: underline;
}

.cargo_link a:hover {
	color: #000000;
	text-decoration: underline;
}

.cargo_link a:active {
	background: #000000;
	color: #ffffff;
}

/*
 * 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: url("/_gfx/playpause.png");    
}

.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;
}
.thumb_title {
    background: none;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    left: 0px;
    margin-top:-7px;
    padding: 0;
    top:50%;
    z-index: 99;
    position: absolute;

    filter: alpha(opacity=0);
    opacity: 0;

    -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;
}
.project_thumb:hover .thumb_title{
    filter: alpha(opacity=100);
    opacity: 1;
}
.project_thumb:hover .cardimgcrop img {
    opacity: .2;
    filter: alpha(opacity=20);
}
.cardimgcrop img {
    opacity: 1;
    filter: alpha(opacity=100);

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