/* @override 
	http://evdh.net/_css/evdh_net_v2.css?v=2.0 */

/*
	http://localhost:8888/evdh.net/_3/_css/evdh_net.css */

html,body,div,span,object,h1,h2,h3,h4,h5,h6,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,iframe {
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;
}
div {
	display: block;
}
p {
	display: block;
	margin-top: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

html {
	font-size: 62.5%;
}



html, body {
	height: 100%;
	width: 100%;
	scrollbar-color: #797979 #101010;
}

body {
	position: relative;
	margin-top: 0px;
	/*-webkit-overflow-scrolling: touch;*/
	-webkit-overflow-scrolling: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #1b2229;
	/*scrollbar-color: #797979 #101010;*/
}
body::-webkit-scrollbar {
	width: 8px; 
	height: 8px; 
}
body::-webkit-scrollbar-thumb { /* Foreground */
	background: #797979;
	border-radius: 0px;
	/*box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25);*/
}
body::-webkit-scrollbar-track { /* Background */
	background: #101010;
}


#container {
	position: relative;
	height: 100%;
	width: auto;
	left: 120px;
	margin: 0;
	margin-right: 120px;
}

#nav_left {
	position: fixed;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	overflow-y: scroll;
	float: none;
	text-align: left;
	background-color: black;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 999999;
}

#nav_left::-webkit-scrollbar {
	width: 8px; 
	height: 8px; 
}
#nav_left::-webkit-scrollbar-thumb { /* Foreground */
	background: #797979;
	border-radius: 0px;
	/*box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25);*/
}
#nav_left::-webkit-scrollbar-track { /* Background */
	background: #101010;
}

.nav_left_img {
	background-color: #000;
	border-color: #000;
	width: 100%; /*97%*/
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}
.nav_left_img a {
	display: block;
	height: 100%;
	width: 100%;
}
.nav_left_img a:hover {
	border: 0px;
	text-decoration: underline;
}
.nav_left_img img {
	width: 100%;
	height: auto;
}


#nav_top { 
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
#nav_top_content {	
	margin-left: 120px;
	background-color: #4f647b;
	border-bottom: 1px #fff solid;
	text-align: center;
	font-size: 150%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 33px;
	white-space: nowrap;
	overflow: hidden;
}
#nav_top ul li {
	position: relative;
	float: left;
	text-align: center;
	display: block;
	padding-right: 25px;
	list-style: none;
}
#nav_top #mobile-nav {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 20px;
	background-size: 50px;
}
#nav_top .name_holder {
	display: none;
	float: none;
	margin: 0;
	text-align: center;
}
#nav_top_content ul {
	display: block;
}

#main {
	position: relative;
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0 30px;
	font-size: 160%;
	line-height: 120%;
	font-weight: normal;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}
#main:before {
	content: " ";
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
}
#main:after {
	content: " ";
	position: relative;
	display: block;
	height: 50px;
	width: 0;
	display: none;
}
#main img {
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 220px);
}

pre {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#downloads {
	position: absolute;
	left: 150px;
	margin-top: 50px;
	height: 90%;
	margin-right: 30px;
	color: #888888;
	border: 0px #fff solid;
}

#source {
	height: 80%;
	width: 80%;
	margin-left: 150px;
	margin-top: 75px;
	border: 0px #fff solid;
	font: normal 17px/120% Arial, Helvetica, Geneva, sans-serif;
}

#dl_content {
	margin-top: 50px;
}

.name_holder {
	position: relative;
	text-align: right;
	border: 0px #fff solid;
	color: #aaa;
	font-style: italic;
	font-size: 120%;
	font-weight: bold;
	top: -22px;
}

#index_bio_title {
	position: relative;
	margin-top: 40px;
	font-size: 140%;
	color: #fff;
}
#index_bio_text {
	position: relative;
/*	margin-top: 52px;*/
	margin-bottom: 10px;
	color: #99b4cd;
}

/* NEWS */
#news_title {
	font-size: 130%;
	color: #fff;
	padding-top: 34px;
	padding-bottom: 20px;
}

#news_text {
	overflow: auto; 
	font-family: sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
}




/* Slideshow */

#slideshow_1{
	float:none;
	width:auto;
	height:auto;
	position:relative;
}


#leftbutton{
	float: left;
    position:relative;
    width: 50px;
	height:53px;
}

#leftbutton .prevButton{
	height:53px;
	width:50px;
	position:absolute;
	background:url('https://www.evdh.net/_img/buttons.png') no-repeat;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#leftbutton .prevButton:hover{ background-position:left bottom;left:0;}


#rightbutton{
	float: right;
    position: relative;
	height:53px;
    width: 50px;
}

#rightbutton .nextButton{
	height:53px;
	width:50px;
	position:absolute;
	background:url('https://www.evdh.net/_img/buttons.png') no-repeat;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#rightbutton .nextButton:hover{background-position:right bottom;right:0;}


#container4{
	float: none;
	width:auto;
	height:auto;
	position:relative;
}

#container4 ul{
	width:100%;
	height:100%;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container4 li:first-child{	float: left;
	display:list-item;
	position:relative;
}

#container4 li{	float: left;
	position:relative;
	display:none;
}




.news_img {
	float: right;
	position: relative;
}

.news_item {
	background-color: #292b30;
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.news_spacer {
	height: 5px;
	background-color: #1b2229;
}




.work_category {
	background-color: #1b2229;
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	color: #fff
}

.work_item {
	background-color: #292b30;
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.work_spacer {
	height: 5px;
	background-color: #1b2229;
}

.work_title {
	color: #fff;
	/*font-size: 100%;*/
}

.work_title a:link {
	color: #fff;
	text-decoration: none;
}

.work_title a:visited {
	color: #fff;
	text-decoration: none;
}

.work_title a:hover {
	color: #d9d9d9;
	text-decoration: underline;
}

.work_details {
	font-size: 14px;
	line-height: 19px;
	color: #7f7f7f;
	margin-right: 20px;
}

.work_details a:link, a:visited {
	color: #b2b2b2;
	text-decoration: none;
}

.work_details a:hover {
	color: #e9e9e9;
	text-decoration: underline;
}




.release_item {
	background-color: #292b30;
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.release_spacer {
	height: 5px;
	background-color: #1b2229;
}

.release_title {
	color: #fff;
	/*font-size: 100%;*/
}

.release_title a:link {
	color: #fff;
	text-decoration: none;
}

.release_title a:visited {
	color: #fff;
	text-decoration: none;
}

.release_title a:hover {
	color: #d9d9d9;
	text-decoration: underline;
}

.release_details {
	font-size: 14px;
	line-height: 19px;
	color: #7f7f7f;
	margin-right: 20px;
}

.release_details a:link, a:visited {
	color: #b2b2b2;
	text-decoration: none;
}

.release_details a:hover {
	color: #e9e9e9;
	text-decoration: underline;
}

.release_image {
	width: 100px;
}




.rental_item {
	background-color: #292b30;
	overflow: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.rental_spacer {
	height: 5px;
	background-color: #1b2229;
}

.rental_title {
	color: #fff;
	font-size: 14px;
}

.rental_title a:link {
	color: #fff;
	text-decoration: none;
}

.rental_title a:visited {
	color: #fff;
	text-decoration: none;
}

.rental_title a:hover {
	color: #d9d9d9;
	text-decoration: underline;
}

.rental_details {
	font-size: 14px;
	line-height: 19px;
	color: #7f7f7f;
	margin-right: 20px;
}

.rental_details a:link, a:visited {
	color: #b2b2b2;
	text-decoration: none;
}

.rental_details a:hover {
	color: #e9e9e9;
	text-decoration: underline;
}

#project_title {
	margin-top: 20px;
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
}

#project_subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
	margin-top: 20px;
	margin-left: 20px;
	height: 20px;
}

.top_photo {
	display:none;
	margin-top: 40px;
	margin-bottom: 20px;
	}

.not_top_photo {
	display:block;
	}

.single_column {
	display:none;
	}
	
.double_column {
	display:block;
	}
	


/* double column page */
#content_left {
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #99b4cd;
	width: 47.5%;
/*	height: 75%;
	max-height: calc(100vh - 200px);*/
	float: left;
}

#title_left {
	margin-top: 20px;
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
}

#subtitle_left {
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
	margin-top: 20px;
	margin-left: 20px;
	height: 20px;
}

#content_left_inside {
	margin-top: 50px;
	margin-bottom: 10px;
	overflow: auto;
	color: #99b4cd;
	max-height: calc(100vh - 195px);
}

#content_left_inside::-webkit-scrollbar {
	width: 8px; 
	height: 8px; 
}
#content_left_inside::-webkit-scrollbar-thumb { /* Foreground */
	background: #797979;
	border-radius: 0px;
	/*box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25);*/
}
#content_left_inside::-webkit-scrollbar-track { /* Background */
	background: #101010;
}


#content_right {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 47.5%;
/*	height: 75%;
	max-height: calc(100vh - 200px);*/
	float: right;
	overflow: hidden;
}

#title_right {
	margin-top: 20px;
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
}

#subtitle_right {
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
	margin-top: 20px;
	margin-left: 20px;
	height: 20px;
}

#content_right_inside {
	margin-top: 50px;
	margin-bottom: 20px;
	overflow: auto;
	max-height: calc(100vh - 195px); 
}

#content_right_inside::-webkit-scrollbar {
	width: 8px; 
	height: 8px; 
}
#content_right_inside::-webkit-scrollbar-thumb { /* Foreground */
	background: #797979;
	border-radius: 0px;
	/*box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25);*/
}
#content_right_inside::-webkit-scrollbar-track { /* Background */
	background: #101010;
}




/* project page */

#content_text {
	margin-top: 25px;
	margin-bottom: 10px;
	overflow: auto;
	color: #99b4cd;
	width: 47.5%;
/*	height: 75%;*/
	max-height: calc(100vh - 200px);
	float: left;
	padding-right: 5px;
}

#content_text a:link{
	color: #6d9fcd;
}

#content_text a:hover{
	color: #7cb5ea;
}

#content_text::-webkit-scrollbar {
	width: 8px; 
	height: 8px; 
}
#content_text::-webkit-scrollbar-thumb { /* Foreground */
	background: #797979;
	border-radius: 0px;
	/*box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25);*/
}
#content_text::-webkit-scrollbar-track { /* Background */
	background: #101010;
}


.content_photos {
	margin-top: 25px;
	margin-bottom: 20px;
	width: 47.5%;
/*	height: 75%;*/
	max-height: calc(100vh - 200px);
	float: right;
	overflow: auto;
}
.content_photos::-webkit-scrollbar {
	width: 8px; 
	height: 8px; 
}
.content_photos::-webkit-scrollbar-thumb { /* Foreground */
	background: #797979;
	border-radius: 0px;
	/*box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25);*/
}
.content_photos::-webkit-scrollbar-track { /* Background */
	background: #101010;
}


.content_img {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

.content_media {
	font-size: 12px;
	background-color: #2a2a2a;
	padding: 6px 5px 5px 10px;
	color: gray;
	margin-bottom: 20px;
}

#photo_list {
	font-size: 13px;
	line-height: 18px;
}

.gallery_title {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: white;
/*	margin-left: 20px; */
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery_details{
	font-size: 14px;
	color: #99b4cd;
/*	margin-left: 20px; */
}
.photo_title {
	padding-bottom: 25px;
	color: white;
}

.anchor {
	height: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px #fff solid;	
}

.photo_credits {
	font-size: 12px;
	color: gray;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
}

.spacer {
	height: 25px;
}

.separation {
	height: 1px;
	border-bottom: 1px #fff solid;	
}

.dl_line {
	width: 700px;
	height: 25px;
	border: 0px #fff solid;	
}

.dl_item {
	float: left;
	width: 400px;
	height: 25px;
	border: 0px #fff solid;
}

.dl_size {
	float: left;
	width: 150px;
	height: 25px;
	border: 0px #fff solid;	
}

.dl_last {
	float: left;
	width: 150px;
	height: 25px;
	border: 0px #fff solid;	
}

#credits {
	display: block;
	margin-top: 25px;
	color: white;
	padding-bottom: 20px;
}

#credits_title {
	font-size: 16px;
	margin-bottom: 15px;
}

.credits_content {
	margin-left: 0px;
	margin-top: 1px;
	font-size: 12px;
}

#credits_2 {
	display: none;
	margin-top: 25px;
	color: white;
	padding-bottom: 20px;
}

#credits_title_2 {
	font-size: 16px;
	margin-bottom: 15px;
}

.credits_content_2 {
	margin-left: 0px;
	margin-top: 1px;
	font-size: 12px;
}

table {
    border-collapse: collapse;
}

th, td {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
	height: 12px;
    vertical-align: middle;
	padding: 5px;
    text-align: left;
    }
    
.publication_table {
    border-collapse: collapse;
}

.publication_table th {
    border-top: 0px solid #444;
    border-bottom: 0px solid #444;
	height: 12px;
    vertical-align: top;
	padding: 5px;
    text-align: left;
 }

.publication_table td {
    border-top: 0px solid #444;
    border-bottom: 0px solid #444;
	height: 12px;
    vertical-align: top;
	padding: 5px;
    text-align: left;
}


img {
	border: 1px;
}

/* p classes */




.title {
	color: #fff;
	font-size: 95%;
}
.details {
	font-size: 85%;
	line-height: 150%;
	color: #7f7f7f;
	margin-right: 5px;
	padding-bottom: 5px;
}

.details a:link {
	color: #b2b2b2;
	text-decoration: none;
}

.details a:visited {
	color: #b2b2b2;
	text-decoration: none;
}

.details a:hover {
	color: #e9e9e9;
	text-decoration: none;
}

.title a:link {
	color: #fff;
	text-decoration: none;
}

.title a:visited {
	color: #fff;
	text-decoration: none;
}

.title a:hover {
	color: #d9d9d9;
	text-decoration: underline;
}

#main a:link {
/*	text-decoration: none; */
/*	color: #fff; */
}

#main a:hover {
	text-decoration: none;
/*	color: #d9d9d9; */
}

#index_bio_text a:link {
	text-decoration: none;
	color: #6d9fcd;
	}
#index_bio_text a:visited {
	text-decoration: none;
	color: #6d9fcd;
	}

#index_bio_text a:hover {
	text-decoration: none;
	color: #7cb5ea;
}

a:link {
	text-decoration: none;
	color: #cbcbcb;
}

a:visited {
	text-decoration: none;
	color: #cbcbcb;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:active {
	text-decoration:none;
	color: #bbb;
}




@media only screen and (max-width: 1024px) {
	
	html {
		overflow-y: scroll;
		}
	
	html,body {
		margin: 0px;
		padding-bottom: 50px;
	}
	
	.name_holder {
		display: none;
	}
	
	#nav_top { 
		position: absolute;
		top: 0;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		z-index: 0;
		margin-right: 0px;
	}
	#nav_top_content {
		margin-left: 0px;
		border: 0;
		padding: 0px;
	}
	#nav_top .name_holder {
		display: block;
		margin: 10px 20px 10px;
		width: 85%;
		top: 0px;
	}	
	#nav_top #mobile-nav {
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		width: 100%;
	}
	#nav_top #mobile-nav #mobile-icon {
		position: absolute;
		right: 20px;
		top: 6px;
		width: 28px;
		height: 28px;
		background: url(../_img/dropdown.png) center no-repeat;
		background-size: 100%;
		opacity: .6;	
	}
	#nav_top_content ul {
		display: none;
		height: auto;
	}
	#nav_top ul li {
		position: relative;
		float: none;
		padding-left: 0px;
		padding: 5px;
		text-align: center;
		list-style: none;
		font-size: 14px;
	}
	
	#container {
		overflow: visible;
	}
	
	#main {
		padding: 0 4%;
		overflow: visible;
	}
	.content_img {
		margin-bottom: 15px;
	}
		
	.details {
		margin-right: 2%;
		line-height: 140%;
	}

	.top_photo {
	float: none;
	width: auto;
	display:block;
	}
	
	.not_top_photo {
	display:none;
	}
	
	.single_column {
	display:block;
	}
	
	.double_column {
	display:none;
	}
	
	#content_left {
	overflow: visible;
	float: none;
	height: auto;
	max-height: none;
	width: auto;
	}
	
	#content_left_inside {
	overflow: visible;
	max-height: none;
	}

	#content_right {
	overflow: visible;
	float: none;
	height: auto;
	max-height: none;
	width: auto;
	margin-top: 25px;
	}

	#content_right_inside {
	overflow: visible;
	max-height: none;
	}		
	
	#content_text {
	overflow: visible;
	float: none;
	height: auto;
	max-height: none;
	width: auto;
	padding-right: 0px;
	}
	
	.content_photos {
	overflow: visible;
	float: none;
	height: auto;
	max-height: none;
	width: auto;
	margin-top: 20px;
	}
	
	#credits_2 {
	display: block;
	}
	
	#credits {
	display: none;
	}
	
	#main img {
	max-height: calc(100vh - 32px);
	}

}

@media only screen and (max-width: 600px) {
	html {
		font-size: 55%;
	}
	body {
			
	}
	#container {
		max-width: 80%;
		left: 20%;
	}
	#nav_left {
	
	}
	
	#container {
		position: relative;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-right: 0;
	}
	#main {
		position: relative;
		width: auto;
		max-width: 100%;
		height: 100%;
		font-size: 160%;
		line-height: 135%;
		padding: 0 4%;
		-webkit-overflow-scrolling: touch;
	}
	#nav_left {
		text-align: left;
		-webkit-overflow-scrolling: touch;
		width: 20%;
		z-index: 999999;
	}
	
	#nav_top .name_holder {
		width: 70%;
		text-align: left;
		font-size: 100%;
		white-space: nowrap;
	}
	
	#nav_top #mobile-nav {
	}
	#nav_top #mobile-nav #mobile-icon {
		right: 10px;
		top: 6px;
		width: 20px;
		height: 20px;
	}
	
	#index_bio_title {
		position: relative;
		color: #fff;
	}
	#index_bio_text {
		position: relative;
		margin-top: 32px;
	}
	
	.content_img {
		float: none;
		text-align: center;
		margin-left: 0;
	}
	.credits_content {
		margin-left: 0px;
	}
	
	.release_image {
	width: 50px;
	}

	

}

/*
<style type="text/css">
    .Table
    {
        display: table;
    }
    .Heading
    {
        display: table-row;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
</style>
*/
	