* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
  color: black;
}


html {
	width: 1024px;
	height: 100%;
	margin: auto;
}

body {
	background: #444;
	font-family: Arial, Verdana, Heveltica;
}

div#headerNav {
	box-shadow: 0px 0px 20px #000;
}

div#topBack {
	max-width: 1024px;
	padding: 30px 40px;
	margin: 0 auto;
	background: url('pictures/florence2.png') no-repeat center center/cover;
	overflow: auto;
	height: 350px;
	max-height: 400px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

div#topBack div#logos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: flex-end;
	gap: 15px;
}

div#topBack div#logo2 {
	align-self: flex-end;
}

div#topBack div#mainTitle {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	font-family: Arial, Verdana, Heveltica;
	text-decoration: none;
}

div#topBack div#mainTitle .event-name {
	text-shadow: 0 0 4px red, 0 0 4px red, 0 0 4px red, 0 0 4px red, 0 0 4px red;
	margin: 0;
}

div#topBack div#mainTitle .event-description {
	margin: 0;
	font-size: 1.1rem;
	text-shadow: 0 0 4px red, 0 0 4px red, 0 0 4px red, 0 0 4px red, 0 0 4px red;
}

div#topBack div#mainTitle .event-date {
	margin: 0;
	font-size: 1.1rem;
	/* margin-top: 10px; */
	text-shadow: 0 0 4px red, 0 0 4px red, 0 0 4px red, 0 0 4px red, 0 0 4px red;
}

div#topBack div#mainTitle a {
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Verdana, Heveltica;
	text-decoration: none;
}

div#logosBar {
	max-width: 1024px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #fff; 
	height: 50px;

	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

div#logosBar img{
	height:45px;
}

div#logosBar a {
	display: block;
	align-self: center;
}
/**** MENU ******/
div#menuBack {
	max-width: 1024px;
	background: #000;
	padding: 0px 10px;
}

div#menuBack ul.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;

	position: relative;
}

div#menuBack ul.menu li a,
div#menuBack ul.menu li p {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Heveltica;
	font-size: 0.85rem;
	font-weight: bold;
	text-align: center;
	padding: 12px;
}

div#menuBack ul.menu li p {
	margin: 0;
}

div#menuBack ul.menu li a:hover,
div#menuBack ul.menu li p:hover {
	cursor: pointer;
	background: #333;
	color: #fff;
}

/*** SUBMENU ****/
div#menuBack ul.menu .submenu {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

div#menuBack ul.menu li.program-hover:hover .program-submenu {
	display: block;
}

div#menuBack ul.menu li.cfp-hover:hover .cfp-submenu {
	display: block;
}

div#menuBack ul.menu .submenu li.submenu-li {
	color: black;
	display: block;
}

div#menuBack ul.menu .submenu li.submenu-li a {
	text-decoration: none;
	color: #000;
	padding: 12px 16px;
	display: block;
	font-family: Verdana, Arial, Heveltica;
	font-size: 0.85rem;
	font-weight: bold;
	text-align: left;
}

div#menuBack ul.menu .submenu li.submenu-li a:hover {
	background: #333;
	color: #fff;
}

/*** DEFAULT CONFIG ***/
blockquote {
	color: #5b0024;
}

div#mainBody p.title {
	font-family: Arial, Verdana, Heveltica;
	color: #333;
	font-size: xx-large;
	font-weight: bold;
	margin-top: 10px;
}

div#mainBody p.subtitle {
	font-family: Arial, Verdana, Heveltica;
	color: #333;
	font-size: x-large;
	font-weight: bold;
	margin-top: 10px;
}

div#mainBody p.plaintext {
	font-family: Arial, Verdana, Heveltica;
	text-align: justify;
	color: black;
	margin-top: 10px;
}

div#mainBody p.subsubtitle {
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}

div#mainBody p.subsubsubtitle {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}

div#mainBody table.people_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-collapse: collapse;
	width: 690px;
}

div#mainBody table.people_table td.none {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 5%;
}

div#centerBack {
	margin: 0 auto;
	max-width: 1024px;
	padding: 20px 0px;
	padding-bottom: 0px;
	background: #fff;
	box-shadow: 0px 0px 20px #000;
	clear: both;
	height: auto;
	overflow: auto;
}

div#mainBody {
	margin: 0 80px;
}

div#twitter {
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 50px;
	background: transparent;
	width: 200px;
	float: right;
	overflow: auto;
}
div#footer {
	margin: 10px;
	padding: 10px 5px;
	border-top: solid 1px black;
	text-align: center;
}

/* ** ADVERTISEMENT ** */
div#centerBack div#peu {
	padding-top: 10px;
	font-family: Arial, Verdana, Heveltica;
	font-size: 0.8em;
	color: black;
	text-align: center;
	background: transparent;
}

div#ad {
	background: #ccccff;
	padding: 20px;
	padding-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

div#ad p.subtitle {
	font-family: Arial, Verdana, Heveltica;
	color: #006;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 0px;
}

div#ad p.plaintext {
	font-family: Arial, Verdana, Heveltica;
	text-align: justify;
	color: black;
	font-size: 0.75rem;
}
/* ** -- -- ** */

/* *** HOMEPAGE ***  */

.homepage-parent .list {
	margin-top: 20px;
}

.homepage-parent .sponsor {
	margin-top: 20px;
/*	color: red;*/
}

.homepage-parent .sponsor img {
	margin-top: 20px;
	width: 200px;
}

.notification{

	color: red;

}

/* *** Call for Papers (CFP) *** */
.cfp-parent .download-pdf-p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.cfp-parent .download-pdf-p a {
	font-size: inherit;
	color: #333;
	text-decoration: underline;
}

.cfp-parent .list {
	margin: 20px 0 20px 20px;
}

.homepage-parent .list {
	margin: 20px 0 20px 20px;
}

.cfp-parent .sublist {
	margin: 0px 0 0px 40px;
}

.cfp-parent .tititem {
	font-weight: bold;
}

.cfp-parent .subitem {
	font-weight: normal;
}

/* *** TIMETABLE (program.html) *** */
.timetable {
	width: 100%;
}

.timetable .table-title {
	font-weight: bold;
	font-size: 18px;
	background-color: #333;
	color: #fff;
}

.timetable thead tr th {
	font-weight: bold;
	font-size: 14px;
	background-color: #333;
	color: #fff;
}

.timetable tbody tr {
	height: 15px;
}

.timetable tbody tr td span {
	color: #000000;
}

.timetable tbody tr .td-time {
	text-align: center;
	background-color: #f2f4ed;
	height: 15px;
	vertical-align: middle;
	width: 100px;
	border-style: solid;
	border-color: #ffffff;
	text-align: center;
	padding: 5px;
}

.timetable tbody tr .td-itinerary {
	width: 150px;
	padding: 15px;
}

.timetable tbody tr .td-itinerary-a {
	background-color: #c0ded9;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-color: #ffffff;
}

.timetable tbody tr .td-itinerary-b {
	background-color: #b2c2bf;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-color: #ffffff;
}

.timetable tbody tr .td-itinerary-c {
	background-color: #dec0c5;
	text-align: center;
	height: 15px;
	vertical-align: middle;
	border-style: solid;
	border-color: #ffffff;
}

/* *** SESSIONS *** */
.tg1 .paperSessionName2 {
	font-family: Verdana, Arial, Heveltica;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #3b3a30;
	color: #ffffff;
	vertical-align: top;
}
.tg1 .DAY {
	font-family: Verdana, Arial, Heveltica;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #b2c2bf;
	color: #000000;
	vertical-align: top;
}
.tg1 .paperSessionChair2 {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #b2c2bf;
	color: #000000;
	vertical-align: top;
}
.tg1 .paperSessionTime2 {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #d0efea;
	color: #000000;
	vertical-align: top;
}
.tg1 .paperInvitedTalk {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #b2c2bf;
	color: #000000;
	vertical-align: top;
}
.tg1 .paperInvitedAuthorName {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #f2f4ed;
	color: #000000;
	vertical-align: top;
}
.tg1 .paperInvitedTalkTime {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #d0efea;
	color: #000000;
	vertical-align: top;
}
.tg1 .paperSessionPaperTitle {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #f2f4ed;
	color: #000000;
	vertical-align: top;
}
.tg1 .paperSessionAuthorName {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #f2f4ed;
	color: #000000;
	vertical-align: top;
}

/* *** TALKS (keynote.html) *** */
#mainBody-keynote {
	display: flex;
	flex-direction: column;
	margin: 50px 100px;
}

.tg2 .paperSessionName2 {
	font-family: Verdana, Arial, Heveltica;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #3b3a30;
	color: #ffffff;
	vertical-align: top;
}
.tg2 .paperSessionChair2 {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	text-align: justify;
	word-break: normal;
	background-color: #b2c2bf;
	color: #000000;
	vertical-align: top;
}
.tg2 .paperSessionTime2 {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #d0efea;
	color: #000000;
	vertical-align: top;
}
.tg2 .paperSessionTime3 {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #b2c2bf;
	color: #000000;
	vertical-align: top;
}
.tg2 .paperInvitedTalk {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #b2c2bf;
	color: #000000;
	vertical-align: top;
}
.tg2 .paperInvitedAuthorName {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #f2f4ed;
	color: #000000;
	vertical-align: top;
}
.tg2 .paperInvitedTalkTime {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #d0efea;
	color: #000000;
	vertical-align: top;
}
.tg2 .paperSessionPaperTitle {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #f2f4ed;
	color: #000000;
	vertical-align: top;
}
.tg2 .paperSessionAuthorName {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #f2f4ed;
	color: #000000;
	vertical-align: top;
}

.photo {
	font-weight: bold;
	text-align: left;
	background: white;
	width: 120px;
	padding-left: 20px;
}

.text {
	font-family: Arial, Verdana, Heveltica;
	font-size: 1em;
	font-weight: normal;
	color: black;
	text-align: left;
	padding-left: 20px;
}

/* *** REGISTRATION *** */
.registration-parent .registration-link-div {
	text-align: center;
	margin: 40px 0;
	font-weight: bold;
}

/* *** VENUE (location.html) *** */
.location-parent .list {
	margin-top: 20px;
}

.location-parent .google-map {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;

	margin: 20px 0;
}

.location-parent .google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* *** AWARDS *** */
.tg3 .paperSessionPaperTitle {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #ffffff;
	color: #000000;
	vertical-align: top;
}

.tg3 .paperSessionAuthorName {
	font-family: Verdana, Arial, Heveltica;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	overflow: hidden;
	word-break: normal;
	background-color: #ffffff;
	color: #000000;
	vertical-align: top;
}

.heading {
	margin-top: 20px;
	font-size: 18px;
	width: 600px;
	background-color: #f2f4ed;
}

/* table and mobile */
@media only screen and (max-width: 768px) {
	html {
		width: 100%;
	}

	div#topBack {
		padding: 20px 30px;
		margin-top: 0px;
	}

	div#topBack div#mainTitle {
		font-size: 1.5rem;
	}

	div#topBack div#mainTitle .event-date {
		font-size: 1rem;
	}

	div#menuBack {
		padding: 20px 20px;
	}

	div#menuBack ul.menu {
		flex-direction: column;
		align-items: normal;
		justify-content: left;
		text-align: left;
	}

	div#menuBack ul.menu li {
		padding: 12px 0;
	}

	div#menuBack ul.menu li a,
	div#menuBack ul.menu li p {
		font-weight: bold;
		text-align: left;
	}

	div#menuBack ul.menu li p {
		margin: 0;
		padding: 0;
		padding-left: 12px;
	}

	div#mainBody {
		margin: 0 40px;
	}

	.tg1,
	.tg2 {
		width: 100%;
	}

	.tg2 td.photo,
	.tg2 td.text {
		margin: 0;
		padding: 0;
	}

	/* div#mainBody p.subsubtitle {
		text-align: center;
	} */

	.tg2 .user-info-tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#mainBody-keynote {
		margin: 50px 50px;
	}
}

/* small mobile screens */
@media only screen and (max-width: 485px) {
	div#topBack {
		padding: 20px 20px;
		height: 400px;
		max-height: 450px;
	}

	div#topBack .emb-iee-logo {
		width: 200px;
		height: 60px;
	}

	div#mainBody {
		margin: 0 30px;
	}

	.timetable {
		overflow-x: scroll;
	}

	.timetable tbody tr .td-itinerary {
		width: 100px;
		padding: 10px;
	}

	#mainBody-keynote {
		margin: 30px 20px;
	}
}

@media print {
	*{
		-webkit-print-color-adjust:exact !important;
		print-color-adjust:exact !important;
		box-shadow: none !important;
	}
	body {
		background:white;
		box-shadow: none !important;		
	}
	#headerNav {
		width: 100%;
		box-shadow: none !important;
	}
	#menuBack {
		display:none;
	}
	
	.event-name a{
		color: white !important;
		text-shadow: 0 0 4px red, 0 0 4px red, 0 0 4px red, 0 0 4px red, 0 0 4px red !important;
	}
	
	#centerBack {
		width: 100%;
		box-shadow: none !important;
	}
	div#topBack {
		background: url('pictures/florence2.png') no-repeat center center/cover;
	}
	#buttonRow {
		display:none;
	}
	
	#footer {
		border: none !important;
	}
	
}