body {
	font-family: Helvetica;
	color: #373737;
	margin: 0px !important;
}

h1 {
	text-align: center;
	color: #b28353;
}

.hcenter, .center {
	text-align: center;
}

/************************* NAV *************************/ 
div.mainnav {
	overflow: hidden;
	width: 230px;
	/*background-color: #333;*/
	position: relative;
	float:left;
	font-size: 15px;
	color: #000;
	height: auto;
	background-color: #f7f7f7;
	margin-top: -20px;
	padding: 1px;
	text-align: left;
	line-height: 2.8em;
	min-height: 900px;
}

.mainnav #myLinks {
	display: none;
}

.mainnav a {
	/*color: #404040;*/
	padding: 10px;
	text-align:center;
	text-decoration: none;
	color: transparent;
	background: #666666;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	/*text-shadow: 0px 3px 3px rgba(255,255,255,0.5);*/
}

.mainnav a:hover {
	color: #1e7355;
}

a.icon {
	display:none;
}

a {
	color: #1e7355;
}

a:hover, a:visited, a:active {
	color: #1e7355;
}


/************************* CONTENT *************************/ 
article {
	display: inline-block;
	padding: 1em 2em 2em 2em;
}

#content {
	max-width: 1300px;
	line-height: 1.6;
	text-align: left;
}

/**************** Flashy ****************/
.callforapplication {
	position: absolute;
 	right: 22%;
}

.flash {
	padding: 10px;
  text-align: center;
  line-height: 8px;
  background-color: #0c62aa;
  box-shadow: 0px 0px 16px #000;
  color: #fff;
  animation-name: flash;
  animation-duration: 6s;
  transition: 2s all;
}

.flash:hover {
	cursor: pointer;
	background-color: #032c4f;
}

.flash a {
	color: white;
	text-decoration: none;
}

@keyframes flash {
	0%  {background-color: #0c62aa;}
	20% {background-color: #032c4f;}
	40% {background-color: #0c62aa;}
	60% {background-color: #032c4f;}
	80% {background-color: #0c62aa;}
	90% {background-color: #032c4f;}
	100%  {background-color: #0c62aa;}
}

.nonflash {
	padding: 10px;
  text-align: center;
  line-height: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 16px #000;
  color: #0c62aa;
  margin-top: 10px;
  font-size: 13px;
}

	/*************** logók ***************/
	#logok {
		text-align: center;
	}
	
	#logok img {
		max-width: 150px;
		max-height: 70px;
		margin: 30px;
		transition: transform .2s;
	}

	#logok img.img-logo-big{
		max-width: 210px;
		max-height: 120px;
	}

	#logok img.img-logo-small{
		max-width: 120px;
		max-height: 50px;
	}


	#logok img:hover {
		transform: scale(1.5);
	}

	article.cimer {
		padding-bottom:0;
		text-align: center;
		display: block;
	}

	article.cimer img {
		max-height: 100px;
		margin-left: 20px;
		margin-right: 20px;
	}



	/*************** transforms ***************/
	
	.reveal{
		animation: fadeInAnimation ease 3s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
		margin: 5px auto;
		}

	.reveal > p > img {
		text-align: center;
	}

	@keyframes fadeInAnimation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.reveal_elso{
		animation: fadeInAnimation ease 3s;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
		}

	@keyframes fadeInAnimation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	/*************** table ***************/
	table {
		min-width: 600px;
		max-width: 600px;
		border: solid 2px rgba(0, 0, 0, 0.4);
		border-spacing: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		box-shadow: 0px 0px 3px #efefef;
	}

	table, th, td {
  		border: solid 1px rgba(0, 0, 0, 0.4);
  		text-align: left;
  		padding: 7px;
	}


	/*************** practical informations ***************/
	ul.places > li {
		padding:10px;
	}

	.disclaimer {
	padding: 10px;
	border: 1px solid #cecece;
	}

	/*************** sociall program ***************/

	.socialp {
		margin:5px;
		width: 300px;
	}

	/*************** programme ***************/
	.programme-gold {
		padding: 10px;
		background-color: #c9bf8e;
	}

	.programme-white {
		padding: 10px;
		background-color: #e6e6e659;
	}

	/*************** maps ***************/
	.img-magnifier-container {
		position:relative;
	}

	.img-magnifier-container img {
		max-width: 600px;
	}

	.img-magnifier-glass {
		position: absolute;
		border: 3px solid #000;
		border-radius: 50%;
		cursor: none;
		/*Set the size of the magnifier glass:*/
		width: 150px;
		height: 150px;
	}


	/*************** form ***************/
	.forminputs {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
		line-height: 1.6em;
	}

	textarea {
		resize: none;
	}

	input[type=text], input[type=file] , input[type=email], select {
		height: 2em;
		width: 280px;
	}

	/*************** video ***************/
	iframe {
		width: 560px;
		height: 315px;
	}

	/*************** organizers flex ***************/

	/*.flex-container {
		display: flex;
		flex-wrap: wrap;
	}

	.flex-container.column {
		flex-direction: column;
	}

	.flex-container.advcolumn {
		/*width:200px;*/
	/*}*/

	/*************** organizers grid ***************/

	.grid-container {
		display:grid;
		grid-template-columns: auto auto;
		place-content: center;
	}

	.grid-item, .team-img-1, .team-img-2 {
		text-align: center;
		max-width:  500px;
	}

	.grid-item>.flex-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.grid-item>.flex-container>div {
		width: 170px;
		min-height: 460px;
		margin: 15px;
	}

	.grid-item:last-child {
		border-left: 2px solid #dfdfdf;
	}

	.description-small {
		font-size: 11px;
	}

	#conference-board {
		border-right: 1px solid #e6e6e6;
	}

	.confboard {
		max-width: 500px;
	}

	img.organizer-logo {
		float:right;
		width: 100px;
		margin: 30px;
	}

	.oranizer-institutions {
		margin-top: 20px;
		margin-bottom: 20px;
		min-height: 180px;
	}

	.teams ul li {
		list-style: none;
		float:left;
		margin: 6px;
		background-color: #0c62aa;
		padding: 5px;
		border-radius: 4px;
		transition: all 0.5s;
		cursor: pointer;
	}

	.teams ul li:hover {
		background-color: #094C82;
	}

	.teams ul li a {
		text-decoration: none;
		color: #fff;
	}

	.team-img {
		width: 250px;
		text-align: center;
		margin: 5px auto;
		min-height:420px;
	}

	.team-desc {
		padding-left: 15px;
	}


	/*************** gallery list ***************/

	ul.gallery-list {
		list-style: none;
		width:95%;
	}

	ul.gallery-list li {
		margin: 20px;
		border: 2px solid #6c6c6c;
		transition: all 0.5s ease;
	}

	ul.gallery-list li:hover {
		cursor: pointer;
		background-color:#cecece;
	}

	ul.gallery-list li a {
		text-decoration: none;
		font-weight: 600;
		display: block;
		padding: 10px;
	}

	ul.gallery-list li a:visited {
		color: #0c62aa;
	}

/************************* FOOTER *************************/ 
footer {
	height: 100%;
	background-color: #2b2b2b;
	color: #7b7b7b;
	padding: 1em;
	text-align: right;
	width: auto;
}


/***Buttons ***/
input[type="submit"], button {
	background-color: #ffffff;
	border: 2px solid #0c62aa;
	padding: 10px;
	font
}


input[type="submit"]:hover, button:hover {
	cursor: pointer;
	background-color: #eaeaea;
}