table {
  table-layout: fixed;
  width: 80%;
  border-collapse: collapse;
  border-style: solid;
  border-width: 2px;
  border-color: #0066ff;
}

*{
    margin: 0px; 
    padding: 0px;
}

hr{
    width: 100%;
    color: #0066ff;
    margin-top: 6px;
    margin-bottom: 6px;
	background-color: #0066ff;
	height: 2px;
    
}

html {
	height:100%;
}

/* website body whole page */
body {
    text-align:left;
    font-family: 'Helvetica', sans-serif;
    font-size: 1em;
    height:100%;
    background-color:#fff;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

body > #container {
height: auto;
}

#main {
    margin: auto;
    width: 100%;
    min-height: 100%;
    position: relative;
    background-color:white;
}

/* left side of the page for logo and menu */
#left{
    position: fixed;
    z-index: 200;
    float: left;
    width: 230px;
    background-color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
}

/* right side of the page for title and content */
#right{
    position: relative;
    text-align: center;
    overflow: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    background-color: #dfdfdf;
}

#header-image{
    width: 230px;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

#header-image img{
    display: inline-block;
    padding-top: 25px;
    margin: 0;
}

#header {
    height: 128px;
    width: 100%;
    padding: 0;
    margin: 0;
 /*   background-image: url("../img/annecy.jpg");*/
 /*   background: #1372ff; */
    background: #0066ff; 
    color:#FFFFFF;
    position: fixed;
    z-index: 999;
    border-bottom-color: #dfdfdf;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

#title {
    margin: 0;
    text-align : center;
    padding : 0;
    display: block;
    /*text-shadow: 2px 2px 4px black;*/
}

#title h1 {
    font-size:30px;
    color: #fff;
    padding-top: 30px;
}

#title h2 {
    font-size:21px;
    color: #fff;
    padding-top : 5px;
}

/* Slideshow part */

.mySlides {display:none}

.slideshow-container {
  position: relative;
  display: block;
  margin: auto;
  z-index: 40;
}

.active {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

/* End slideshow part */

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    background: #1372ff;
    color:#FFFFFF;
    text-align: right;
}

#menu {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:left;
}

#menu ul {
    list-style-type: none;
}

#menu a {
    color:#3f3f3f;
    text-decoration:none;
    font-size:14px;
    display:block;
    margin-left: 0;
    padding-left: 5px;
    padding-top:8px;
    padding-bottom:8px;
}

#menu a:hover {
   /* background: #3f3f3f; 98BFEB; */
    background: #66b3ff;
    color:#FFFFFF;
}

#menu a.selected{
    background: #006BFA;
    color:#FFFFFF;
}

#container {
    position:relative;
    height: 100%;
    width: 100%;
    text-align:left;
    padding-top: 128px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color:#dfdfdf;
    display: inline-block;
}

#container h1 {
    text-align: left;
    color: #555555;
    font-size:15px;
    font-weight: 550;
    margin-top: 0;
    margin-bottom:10px;
    
}

#container h2 {
    font-size:19px;
    font-weight:bold;
    text-decoration:none;
    margin-bottom:10px;
    margin-top:5px;
}

#container h3 {
    font-size:15px;
    font-weight:650;
    text-decoration:none;
    margin-bottom:5px;
    margin-top:5px;
}

#wrapper a{
    text-decoration: none;
    color: #3c8afc;
}


#wrapper a:hover{
    color: #555555;
    text-decoration: underline;
}

#wrapper-speakers a{
    text-decoration: none;
    color: #555555;
}

#wrapper-speakers a:hover{
    color: #3c8afc;
    text-decoration: underline;
}

.nolist{
    list-style-type:none;
}

.bold{
    font-weight:bold;
}

.top{
    vertical-align: top;
}

#sponsors {
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}

#sponsors img{
    padding-right: 40px;
    padding-bottom: 40px;
    display: inline-block;
}

#sponsors h1{
    font-size:17px;
    font-weight: 550;
    margin-bottom:25px;
    color: #0066ff;
}

#section {
    margin-bottom:15px;
    padding-right: 20px;
    text-align:justify;
    position:relative;
}

#section-previous {
    margin-bottom:15px;
    padding-right: 20px;
    text-align:justify;
    position:relative;
}

#section-previous a {
    color: #0066ff;
    text-align: left;
}

#section-previous a:hover {
    color: #ffffff;
    background-color: #66b3ff; 
    text-decoration: none;
}

#header-title {
    margin-bottom:15px;
    padding-right: 20px;
    text-align:left;
    position:relative;
}

#section-speaker {
    width: 60%;
    text-align:left;
    position:relative;
    display: inline-block;
    vertical-align: middle;
}

#section-speaker h3{
    font-size: 20px;
}

#section-speaker h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

#section-speaker h2{
    font-size: 20px;

    line-height: 1.2;
    color: #0066ff;
    text-transform: capitalize;
}

#section-speaker a {
    font-size: 18px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    z-index: 9999;
    color: #ffffff;
    background-color: #0066ff;
}

#section-speaker a:hover {
    color: #ffffff;
    background-color: #66b3ff; 
    text-decoration: none;
}

#section h1 {
    font-size:17px;
    font-weight: 550;
    margin-bottom:5px;
    color: #0066ff;
}


#header-title h1 {
    font-size:22px;
    font-weight: 550;
    margin-bottom:5px;
    color: #0066ff;
    text-align: center;
}

#section li {
    font-size: 14px;
    margin-top:4px;
    margin-left:15px;
    margin-right:30px;
    margin-bottom:4px;
    line-height:18px;
}

#section p {
    width:90%;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5em;
    display: inline-block;
}

a.popup {
    position:relative;
    text-decoration:none;
}

a.popup span {
    display:none;
}

a.popup:hover span {
    display:block;
    position:absolute;
    top:0px;
    left:60px;
    background-color:#eee;
    color:black;
    text-decoration:none;
    font-size:16px;
    padding:5px;
    border:solid 1px black;
}

#googlemap{
    margin-right: 15px;
    margin-top:15px;
    margin-bottom:35px;
    height:300px;
    border:1px solid black;
}

#infos{
  color:#FFFFFF;
  text-decoration:none;
  font-size:12px;
  display:block;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;  
}

.style38 {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.2em;
    background-color: #94D9FF;
    text-align: center;
    font-weight: bold; 
    
}

.style39 {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.2em;
    background-color: #BFE7FD;
    text-align: center;
    
}

.style40 {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.2em;
    background-color: #BFE7FD;
    font-weight: bold; 
    text-align: center; 
}

.style41 {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.2em;
    background-color: #DBE6EC;
    text-align: center;
    
}

.style42 {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.2em;
    background-color: #DBE6EC;
    font-weight: bold;  
    text-align: center;  
}


#nav_bar .selected {
    background: #006BFA;
    color:#FFFFFF;
}

.column-two{
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.column-two-left {
    float: left;
    width: 50%;
    display: inline-block;
}

.column-two-right {
    float: right;
    width: 50%;
    display: inline-block;
}

#banner {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

#footer h4 {
    font-size: 0.9em;
    padding-top : 15px;
    padding-bottom: 15px;
    padding-right: 30px;
}

#section h2 {
    font-size: 16px;
    font-weight: 550;
    margin-top: 5px;
    margin-bottom: 7px;
}

#section h4 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.legend {
    position: absolute;
    max-width: 1500px;
    width: 870px;
    padding-bottom: 15px;
    box-shadow: 0 4px 2px -2px #aaaaaa;
}

.fix-legend {
    max-width: 1500px;
    width: 870px;
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    top: 128px;
    box-shadow: 0 4px 2px -2px #aaaaaa;
}

#three-columns {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

#three-columns-left {
    width: 32%;
    padding-left: 0;
    padding-right: 1%;
    display: inline-block;
    float: left;
    text-align: left;
}

#three-columns-middle {
    width: 32%;
    padding-right: 1%;
    display: inline-block;
    float: left;
    text-align: left;
}

#three-columns-right {
    width: 32%;
    padding-right: 0;
    display: inline-block;
    float: left;
    text-align: left;
}


#agenda-legend{
    width: 30%; 
    margin-top: 10px;
    display: inline-block;
    float: left;
    padding-right: 3%;
}

#agenda-legend-color{
    width: 80%;
    float: left;
    height: 20px;
    max-width: 300px;
    color: #000000;
}



#agenda-block{
    width: 30%;
    display: inline-block;
    float: left;
    margin-top: 55px;
    padding-left: 0;
    padding-right: 3%;
    height: 720px;
}

#agenda-title{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

#agenda-title h1{
    font-size: 20px;
    font-weight: 550;
    color: #0066ff;
    text-align: left;
}

#agenda-title h2{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

#agenda-title hr{
    width: 80%;
    position: relative;
}

#agenda-slot{
    width: 100%;
    display: inline;
    text-align: center;
    margin: 0;
    padding: 0;
}

#agenda-event a{
    text-decoration: none;
    color: #000000;
}

#agenda-event a:hover{
    text-decoration: none;
    color: #FFFFFF;
}

.minikey{
    background: #F2958C; 
    color:#fff;
}

.keynote{
    background: #B6D1F2; 
    color:#fff;
}

.indepth{
    background: #FEC877;
    color:#fff;
}

#agenda-event {
    width: 80%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    float: left;
    /* float: right; */
}

#agenda-event h3{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #000000;
}

#agenda-event h4{
    font-size: 11px;
    font-weight: 400;
}

/* fancybox style */
a.fancybox img {
        border: none;
        box-shadow: 0 1px 7px rgba(0,0,0,0.6);
        -o-transform: scale(1,1); 
        -ms-transform: scale(1,1); 
        -moz-transform: scale(1,1); 
        -webkit-transform: scale(1,1); 
        transform: scale(1,1); 
        -o-transition: all 0.2s ease-in-out; 
        -ms-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -webkit-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out;
}

a.fancybox:hover img {
    position: relative; 
    z-index: 999;
    -o-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
#wrapper {
    background: #fff;
    position: relative;
    left: 115px;
    max-width: 1500px;
    width: 870px;
    margin-top: 15px;
    padding-top: 20px ;
    padding-bottom: 30px ;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    min-height: 1000px;
}

#wrapper-speakers {
    background: #fff;
    position: relative;
    left: 115px;
    max-width: 1500px;
    width: 850px;
    margin-top: 15px;
    padding-top: 20px ;
    padding-bottom: 30px ;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    min-height: 900px;
}

#wrapper ul {
    margin-bottom: 20px;
    list-style-type: none;
}

#wrapper-speakers ul {
    margin-bottom: 20px;
    list-style-type: none;
}

#wrapper li {
    padding: 0;
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 0;
}

#wrapper-speakers li {
    padding: 0;
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 0;
}

#banner img {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

#text-image h1 {
    margin-top: 2%;
    padding: 30px 0;
    width: 100%;
    font-size: 2em;
    color: #fff;
    text-align: center;
    background: rgba(22,22,22,0.3);
    display: inline-block;
  /*  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
}

#text-image {
    position: absolute;
    z-index: 51;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 25%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#text-image h2 {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}

#text-image a{
    color: #fff;
    padding: 0;
    display: inline-block;
    transition: all .3s ease-in-out;
}

#text-image a:hover{
    color: #fff;
    text-decoration: none;
    transform: scale(1.1)
}

#button-register{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 51;
}

#button{
    width: 350px;
    margin: 0 15px;
    display: inline-block;
}

#button img{
    width: 60%;
}

#menu h4 {
    color:#0066ff;
    font-size:14px;
    margin-left: 0;
    padding-left: 5px;
    padding-top:4px;
    padding-bottom:4px;
}

#left h5 {
    color:#fff;
    background: #0066ff;
    display: inline;
    font-size:11px;
    margin-left: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top:8px;
    padding-bottom:8px;
}

#left a{
    text-decoration: none;
}

#left h6 {
    color:#3f3f3f;
    display: inline-block;h4
    line-height: 1.4em;
    font-size:12px;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 15px;
    padding-top:15px;
    padding-bottom:8px;
}

#section h3 {
    font-size: 15px;
    font-weight: 550;
    margin-top: 5px;
    margin-bottom: 7px;
}

#menu-small {
    display: none;
    position: absolute;
    top: 50px;
    left: 8%;
}

#menu-small2 {
    display: none;
    position: absolute;
    top: 50px;
    left: 8%;
}

#speakers{
    display: inline-block;
    padding-top: 20px;
    padding-left: 0;
    padding-right : 0;
    padding-bottom : 0;
    margin : 0;
    width : 100%;
}

#speaker {
    text-align: center;
    display: inline-block;
    width: 160px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left : 0;
    padding-top : 0;
    margin : 0;
    position: relative;
    vertical-align: top;
}

#speaker-page {
    text-align: center;
    display: inline-block;
    width: 160px;
    padding-right: 70px;
    padding-left : 0;
    padding-top : 0;
    margin : 0;
    position: relative;
    vertical-align: middle;
}

.photo {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    height: 150px;
    width: 150px;
    overflow: hidden;
    text-align: center;
 }

.photo-speaker {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    height: 180px;
    width: 180px;
    overflow: hidden;
    text-align: center;
 }

.photo img {
    position: relative;
    top: -10%;
}

.photo-speaker img {
    position: relative;
    top: -10%;
}

#speaker h3{
    font-size: 14px;
    margin-bottom: 3px;
}

#speaker h4{
    font-size: 13px;
    line-height: 1.15em;
}

#speaker-page h3{
    font-size: 17px;
    margin-bottom: 3px;
}


#speaker-page h4{
    font-size: 15px;
    line-height: 1.15em;
}

#header-speaker{
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    display: inline-block;
    float: left;
    text-align: left;
}

@media only screen 
and (min-width : 1560px){
    .legend {
        width: 1260px;
    }
    
    .fix-legend {
        width: 1260px;
    }
    
    #wrapper{
        width: 1260px;
    }
    
    #wrapper-speakers{
        width: 1260px;
    }

}

@media only screen 
and (min-width : 1260px){
    #left{
        display: inline-block;
    }
    
    #menu-small{
        display: none;
        z-index: -1;
    }
    
    #menu-small2{
        display: none;
        z-index: -1;
    }
    
    #text-image h1 {
    color: #fff;
    text-align: center;
    }
}

@media only screen 
and (max-width : 1150px){
    #agenda-legend{
        width: 45%;
        padding-right: 5%;
    }
    #agenda-block{
        margin-top: 90px;
        width: 45%;
        padding-right: 3%;
    }
    
    #header-speaker
    {
        width: 100%;
    }
    
    #section-speaker{
        text-align: left;
        margin-top: 10px;
    }
    
    .column-two-left {
        width: 100%;
    }

    .column-two-right {
        width: 100%;
    }
    
    #menu-small{
        display: inline-block;
    }
    
    #left{
        display: none;
        z-index: 200;
        width: 300px;
    }
    
    #menu a{
        font-size: 18px;
    }
    
    #menu h4 {
    font-size:18px;
    }
    
    #left h6 {
    font-size:16px;
    }
    
    #left h5 {
    font-size:15px;
    }
    
    #container h1 {
    font-size:18px;
    }
    
    #section p {
    font-size: 17px;
    line-height: 1.6em;
    }
    
    #section li {
    font-size: 17px;
    }
    
    #section h1 {
    font-size:18px;
    }
    
    #section h2 {
    font-size: 18px;
    }
    
    #section h3 {
    font-size: 16px;
    }
    
    #main{
        position: static;
        min-width: 950px;
    }
    
    #header{
        width: 100%;
        min-width: 950px;
    }
    
    #container{
        padding-top: 128px;
    }
    
    #header-image{
        width: 100%;
        text-align: center;
    }
    
    #title{
        display: none;
    }
    
    .legend {
        width: 80%;
        min-width: 750px;
    }
    
    .fix-legend {
        width: 80%;
        min-width: 750px;
    }
    
    #wrapper{
        width: 80%;
        min-width: 750px;
        left: 0;
    }
    
    #wrapper-speakers{
        width: 80%;
        min-width: 750px;
        left: 0;
    }
    
    #button{
        width: 40%;
    }
    
    #button img{
    width: 80%;
    }  
    
    #text-image h1 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    }
}

@media only screen 
and (max-width : 950px){
    #header{
        width: 100%;
        min-width: 600px;
    }
    
    #main{
        position: static;
        min-width: 600px;
    }
    
    .legend {
        width: 80%;
        min-width: 450px;
    }
    
    #wrapper{
        width: 80%;
        min-width: 450px;
        left: 0;
    }
    
    #wrapper-speakers{
        width: 80%;
        min-width: 450px;
        left: 0;
    }
    
    #text-image h1 {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    }
    
    #button{
        width: 40%;
    }
    
    #button img{
    width: 80%;
    }   
}

@media only screen 
and (max-width : 720px){
    #agenda-legend{
        width: 80%;
        padding-right: 10%;
    }
    
    #text-image {
    margin-top: 15%;
    }
    
    #agenda-block{
        margin-top: 115px;
        width: 80%;
        padding-right: 10%;
    }
    
    #section-speaker {
        width: 100%;
        text-align:center;
    }
    
    #header-speaker{
        text-align: center;
    }
}
