/*-------default fonts---------*/


@font-face {
  font-family: 'text-font'; /* oxygen-regular - latin-ext */
  font-style: normal;
  font-weight: 400;
  src: url('oxygen-v5-latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: url('oxygen-v5-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('oxygen-v5-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('oxygen-v5-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('oxygen-v5-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('oxygen-v5-latin-ext-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'identity-font';
    src: url('harlequinflf-webfont.eot');
    src: url('harlequinflf-webfont.eot?#iefix') format('embedded-opentype'),
         url('harlequinflf-webfont.woff2') format('woff2'),
         url('harlequinflf-webfont.woff') format('woff'),
         url('harlequinflf-webfont.ttf') format('truetype'),
         url('harlequinflf-webfont.svg#harlequinflfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*-------default colors---------*/
/*

#996699 -- viola

#6d476d -- viola scuro

#e6e6e6 -- sfondo grigio

#a8a8a8 -- testo grigio

*/
/*-------------------------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'text-font', sans-serif;
	background: #E6E6E6;
	font-size: 0.9vw;
}

h4 {
font-family: 'identity-font';
	font-size: 1.7vw;
	margin: 0.3vw 0 0 0;
	font-weight: normal;
	color: #996699;
}

p {
	font-size: 0.6vw;
	margin: 0.3vw 0 0 0;
}

ul {
	font-size: 0.6vw;
}

#abstract ul {
	font-size: 0.9vw;
}

hr {
	margin: 1vw 0 1vw 0;
	border: 0;
	height: 0;
	border-top: 1px solid #E6E6E6;
}

a {
	text-decoration:none;
	outline: none;
}

.italic {
font-family: georgia, serif;
font-style: italic;	
}

.bold {
	font-weight: bold;
}

.hidden {
	display:none;
		}
		
.visible {
	display:block;
		}

#wrapper {
	width: 80%;
	margin: 1vh auto;
}

.box {
	position: relative;
	background: #fff;
	padding: 0;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}



#language {
	text-align:right;
}

#language img {
	width: 1.2vw;
}


#toggle_nav {
	display:none;
}


/*
#nav {
	width: 100%;
	background: #9ec6e5;
	padding: 0;
	text-align: center;
}


#nav a {
	color: #000;
	text-decoration:none;
	width: 100%;
	line-height: 1.8vw;
	font-size: 0.8vw;
	margin: 0;
	padding: 0.5vw 1.3vw;

}

#nav a:hover {
background: #1D5A8E;
color: #fff;
}
*/

.nav {
	width: 100%;
    background: #996699;
	padding: 0;
	text-align: right;
}

.nav span.nav_sitename {
display: none;
}

.nav-fixed span.nav_sitename {
display: block;
postion: absolute;
float: left;
font-family: 'identity-font', 'georgia';
font-size: 1.3vw;
color: #fff;
width: 10%;
background: #6d476d;
line-height: 1.8vw;
text-align: center;
}

.nav-fixed {
top: 0;
z-index: 100;
position: fixed;
background: #996699;
text-align: right;
width: 80%; 
}

.nav a,
.nav-fixed a  {
	color: #fff;
	text-decoration:none;
	width: 100%;
	line-height: 1.8vw;
	font-size: 0.9vw;
	margin: 0;
	padding: 0.5vw 2.8vw;

}

.nav a:hover,
.nav-fixed a:hover {
background: #6d476d;
color: #fff;
}


#header {
clear:both;
font-family: 'identity-font', 'georgia';
padding: 1%;	
color: #a8a8a8;
}


#identity {
width: 100%;
}

#gate img{
width: 6vw;
}


#name {
border-bottom: 1px solid;
font-family: 'text-font', sans-serif;
font-size: 1.2vw;
margin: 0 0 1.1vh 0;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

#slogan {
text-align: left;
font-size: 1.8vw;
white-space: nowrap;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}


#event {
width: 98%;
margin: 1%;
padding: 1% 0 0 0;
}

#event td {
	padding: 1%;
}

#place_year {
font-family: 'identity-font', 'georgia';
font-size: 4.5vw;
white-space:nowrap;
width: 20%;
position: relative;
text-align: left;
}

#place_year img {
width: 8vw;
}

.place {
	
}

.year {
font-size: 70%;
}

#info {
padding-left: 2%;
width: 58%;
}

#title {
font-size: 2.5vw;
color: #996699;
font-family: 'identity-font', 'georgia';
}

#title.normal {
font-size: 1.4vw;
color: #000;
font-family: 'text-font', sans-serif;
}

blockquote#title {
  display:block;
  padding: 1% 1% 1% 5%;
  margin: 0 0 2%;
  position: relative;
}

blockquote#title::before{
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 2.0vw;
  font-weight: bold;
  color: #999;
  position: absolute;
  margin: -0.5vh 0 0 -1.5vw;
}

blockquote#title::after{
  font-family: Georgia, serif;
  font-size: 2.0vw;
  font-weight: bold;
  color: #999;
  content: "\201D";
  position: absolute;
  margin: 1.2vh 0 0 0.5vw;
}






#date {
font-size: 1.6vw;
}

#address {
font-size: 1.0vw;
}

#sponsors {
font-size: 0.9vw;
border-left: 2px dashed #ccc;
}

#sponsors img{
width: 8vw;
}

#content {
padding: 3vw;
	
}

#content img {
display: block;
margin: 0 auto;
}

#abstract {
	font-size: 0.9vw;
}

a.anchor {
	display: block;
	height: 60px;
}



/*----Program-----*/
#program {
	position: relative;
}

h3.day {
	padding: 10px;
	background: #e6e6e6;
	cursor:pointer;
}

a h3{
	color: #000;
}

.note {
	font-size: 0.7vw;
}

.program_section {
	margin: 2vh 0 2vh 0;
}

.time {
	width: 12vw;
	padding: 0.5vh 0 0 0;
	float: left;
}

.session {
	overflow:hidden;
}

.session_title {
	font-size: 1.3vw;
}

.session_abstract {
	font-size: 0.7vw;
}

ul.speech {
	font-size: 0.7vw;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.speech li {
margin: 1vh 0 0 0;
padding: 0.5vh 0 0.5vh 0.5vw;
border-left: 0.5vw solid #E6E6E6;
}

.author {
	font-size: 0.9vw;
	font-weight: 700;
}

.title_small {
	font-size: 1.0vw;
}

blockquote.title_small {
  display:inline-block;
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
}

blockquote.title_small::before{
  content: "\201C  ";
  font-family: Georgia, serif;
  font-size: 0.9vw;
  font-weight: bold;
  color: #999;
}

blockquote.title_small::after{
  font-family: Georgia, serif;
  font-size: 0.9vw;
  font-weight: bold;
  color: #999;
  content: "  \201D";
}


a.detail_button {
	display: inline-block;
	padding: 0.2vw;
	color: #727272;
	font-size: 0.9vw;
}

a.detail_button:hover {
color: #996699;
cursor: pointer;
}

.detail {
padding: 1%;
}













#footer {
text-align:right;
margin: 10px 0px 0px 0px;
font-size:10pt;
}

.top {
	text-align:right;
	clear:both;
}

.top a {
 display: inline-block;
 padding: 5px 10px 8px 10px;
 text-decoration: none;
 color: #000;
 background: #E6E6E6;
 font-size: 9pt;
 line-height: 9pt;
}

.top a:hover{
 color: #fff;
 background: #996699;
}






/*
@media only screen and (max-width: 700px) {
		
		.hidden {
			display:block;
		}
		
		.visible {
			display:none;
		}
		
		#wrapper {
			width: 95%;
		}
		
		#language img {
		width: 15px;
		}
		
		.box {
			box-shadow:none;
		}

		#header {
			height: 45px;
		}
		
		#toggle_nav {
			display:block;
			float: left;
			margin: 0 20px 0 0;
			background:#e0e0e0;
			color: #fff;
			text-align:center;
			padding: 5px 10px 8px 10px;
		}
		
		#toggle_nav a {
			color: #000;
		}
		

		#nav {
			position: absolute;
			top: 85px;
			width: 70%;			
			background: #e0e0e0;
			height: auto;
			box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
			z-index: 5;
			border: 1px solid #C9C9C9;
			text-align:center;
		}
		#nav a {
			position:relative;
			display:block;
			font-size: 10pt;
			padding: 10px 0 10px 0;
		}
		
		#logo {
			height: 100%;
		}
		
		#logo h1 {
			font-size: 12pt;
			line-height: 45px;
		}
		
		h4 {
			font-size: 10pt;
			margin: 10px 0 0 0;
		}

		p {
			font-size: 8pt;
			margin: 5px 0 0 0;
		}
		
		#content {
			clear:both;
		}
		
	
}

*/


