@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

body {
	margin: 0;
	border: 0;
	font-family: "Avenir", "Helvetica", "sans-serif";
	font-size: .8em;
	color: #6a6a6a;
	text-align: justify;
}
h1 {
	font-size: 1.5em;
	color: #193e92;
	border-left: solid 2em #193e92;
	padding: 1em;
}
h2 {
	font-size: 1.3em;
	color: #193e92;
	padding-bottom: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 1.2em;
	color: #666;
	padding-top: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

#languages {
	background-color: #9c999a;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
}
#languages ul {
	margin: 0em 1em 0 0;
	padding-top: .5em 0 .5em 0;
	list-style-type: none;
	text-align: right; 		
}
#languages ul li {	
	padding: 0 .5em 0 .5em;
	margin-top: 1em;
	display: inline;
	border-left: solid .1em #FFF;
}
#languages ul li a {	
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
}
#languages ul li:first-child {
    border-left: none;
}
#content {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.logo {
	width: 40%;
}
#menu {	
	border-top: solid .5em #193e92;
}
#menu ul {
	margin:.5em 0;
	list-style-type: none;
	text-align: right;
}
#menu ul li {
	padding: 0 .5em 0 .5em;
	display: inline;
	border-left: solid .1em #3d599f;
}
#menu ul li:first-child {
    border-left: none;
}
#main {
	margin-top: 4em;
	width:100%;
	margin: 0;
	padding: 0 1em 0 1em;
}
#footer {	
	border-bottom: solid 2em #9c999a;
}

#copyright {
	background-image: url('../images/network_left.jpg');
	background-repeat: no-repeat;
	margin: 0% 15% 0 10%;
	padding: 5.55em 0 .5em 0;
	vertical-align: text-bottom;
}

#copyright {
	padding-left: 6em;	
}
#fundings, #contact, #mainImages, #imageGallery {	
	padding: 1em 0 1em 0;
	margin-bottom: 1.5em;
	border-bottom: solid .3em #3d599f;
	background-image: url('../images/network_right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#top {
	border-top: solid .3em #3d599f;	
	width: 75%;
}
.membername {
	font-weight: bold;	
	color: #3d599f;
}

#sliderbox {
	list-style-type: none;
}

.selected {
	display: block;		
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.no-selected {
	display: none;	
}

.sliderelement img {	
	float: left;
	width: 50%;
	height: 35%;
	margin-top: 1em;
	margin-bottom: 1em;
}

#sliderdescription {
	width: 45%;
	margin-left: 55%;
	padding-top: 15%;
	font-family: "Avenir", "Helvetica", "sans-serif";
	font-size: .8em;
	text-align: justify;
}

.clear {
	clear: both;	
}
.topic {
	clear:both;	
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: .3em solid #3d599f;
}

.topicImage {
	float: left;
	max-width: 20%;
	max-height: 20%;
	padding-right: 1em;
	padding-bottom: .5em;
	cursor:pointer;	
}
.topicDescription {	
	width: 80%;
	min-height: 20%;
}
.topic h2 {
	padding: 0;
	margin: 0;
}
.member {
	clear: both;	
}
.membersMain h2 {
	cursor:pointer;	
}
#publicationsMain h2 {
	cursor:pointer;	
}
.membersMain h3 {
	text-align:center;
	padding-bottom: 1em;
}
.memberImage {
	float: left;
	width: 6em;
	height: 8em;
	padding-right: 1em;
	padding-bottom: .5em;
	cursor:pointer;
}
.memberDescription {
	height: 8em;	
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 1em;
}
.membersSection {
	clear:both;
	border-bottom: .3em solid #3d599f;
}
.hiddenSection {
	display: none;	
}
.displayedHeader::before {
	content: url("../images/displayed.png");	
}
.hiddenHeader::before {
	content: url("../images/display.png");	
}
.noHiddenSection {	
	display: block;	
}
/* The Modal (background) */
.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 2em;
    border: 1px solid #888;
    width: 25%; 
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.protocolMain ul li {
	padding: .5em;
}
.protocolNoHiddenHeader,.protocolHiddenHeader {
	font-size: 1.3em;
	color: #193e92;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
	cursor: pointer;
	list-style-type: none;
}

.protocolNoHiddenHeader::before {
	content: url("../images/displayed.png");	
}
.protocolHiddenHeader::before {
	content: url("../images/display.png");	
}
.protocolNoHiddenSection {	
	display: block;	
}
.protocolHiddenSection {	
	display: none;	
}
#control {
	text-align: center;	
}
.galleryelement {
	padding-top: 2em;	
	padding-bottom: 2em;
	text-align: center;
}
.galleryelement img {
	max-width: 50em;
	max-height: 30em;
}
.gallerydescription {
	padding-top: 1em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}