/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#flexbox .display-box {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
#reset .global-reset html,
#reset .global-reset body,
#reset .global-reset div,
#reset .global-reset span,
#reset .global-reset applet,
#reset .global-reset object,
#reset .global-reset iframe,
#reset .global-reset h1,
#reset .global-reset h2,
#reset .global-reset h3,
#reset .global-reset h4,
#reset .global-reset h5,
#reset .global-reset h6,
#reset .global-reset p,
#reset .global-reset blockquote,
#reset .global-reset pre,
#reset .global-reset a,
#reset .global-reset abbr,
#reset .global-reset acronym,
#reset .global-reset address,
#reset .global-reset big,
#reset .global-reset cite,
#reset .global-reset code,
#reset .global-reset del,
#reset .global-reset dfn,
#reset .global-reset em,
#reset .global-reset img,
#reset .global-reset ins,
#reset .global-reset kbd,
#reset .global-reset q,
#reset .global-reset s,
#reset .global-reset samp,
#reset .global-reset small,
#reset .global-reset strike,
#reset .global-reset strong,
#reset .global-reset sub,
#reset .global-reset sup,
#reset .global-reset tt,
#reset .global-reset var,
#reset .global-reset b,
#reset .global-reset u,
#reset .global-reset i,
#reset .global-reset center,
#reset .global-reset dl,
#reset .global-reset dt,
#reset .global-reset dd,
#reset .global-reset ol,
#reset .global-reset ul,
#reset .global-reset li,
#reset .global-reset fieldset,
#reset .global-reset form,
#reset .global-reset label,
#reset .global-reset legend,
#reset .global-reset table,
#reset .global-reset caption,
#reset .global-reset tbody,
#reset .global-reset tfoot,
#reset .global-reset thead,
#reset .global-reset tr,
#reset .global-reset th,
#reset .global-reset td,
#reset .global-reset article,
#reset .global-reset aside,
#reset .global-reset canvas,
#reset .global-reset details,
#reset .global-reset embed,
#reset .global-reset figure,
#reset .global-reset figcaption,
#reset .global-reset footer,
#reset .global-reset header,
#reset .global-reset hgroup,
#reset .global-reset menu,
#reset .global-reset nav,
#reset .global-reset output,
#reset .global-reset ruby,
#reset .global-reset section,
#reset .global-reset summary,
#reset .global-reset time,
#reset .global-reset mark,
#reset .global-reset audio,
#reset .global-reset video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#reset .global-reset body {
  line-height: 1;
}
#reset .global-reset ol,
#reset .global-reset ul {
  list-style: none;
}
#reset .global-reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
#reset .global-reset caption,
#reset .global-reset th,
#reset .global-reset td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#reset .global-reset q,
#reset .global-reset blockquote {
  quotes: none;
}
#reset .global-reset q:before,
#reset .global-reset blockquote:before,
#reset .global-reset q:after,
#reset .global-reset blockquote:after {
  content: "";
  content: none;
}
#reset .global-reset a img {
  border: none;
}
#reset .global-reset article,
#reset .global-reset aside,
#reset .global-reset details,
#reset .global-reset figcaption,
#reset .global-reset figure,
#reset .global-reset footer,
#reset .global-reset header,
#reset .global-reset hgroup,
#reset .global-reset menu,
#reset .global-reset nav,
#reset .global-reset section {
  display: block;
}
#reset .reset-box-model {
  margin: 0;
  padding: 0;
  border: 0;
}
#reset .reset-font {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#reset .reset-focus {
  outline: 0;
}
#reset .reset-body {
  line-height: 1;
}
#reset .reset-list-style {
  list-style: none;
}
#reset .reset-table {
  border-collapse: collapse;
  border-spacing: 0;
}
#reset .reset-table-cell {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#reset .reset-quotation {
  quotes: none;
}
#reset .reset-quotation:before,
#reset .reset-quotation:after {
  content: "";
  content: none;
}
#reset .reset-image-anchor-border {
  border: none;
}
#reset .reset-html5 article,
#reset .reset-html5 aside,
#reset .reset-html5 details,
#reset .reset-html5 figcaption,
#reset .reset-html5 figure,
#reset .reset-html5 footer,
#reset .reset-html5 header,
#reset .reset-html5 hgroup,
#reset .reset-html5 menu,
#reset .reset-html5 nav,
#reset .reset-html5 section {
  display: block;
}
html {
  position: absolute;
  width: 100%;
  /* height: 100%; */

  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
}
body {
  background-color: #01acd8;
  background-image: url("images/bg_tile.png");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center;
  color: #000000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22.5px;
  margin: 0px;
}
a {
  background-color: #a9f8ff;
  color: #000000;
  text-decoration: none;
  padding: 2px 9px;
}
a:hover {
  background-color: #ffffff;
}
img {
  margin: 0px;
}
h2 {
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  padding-top: 20px;
}
section.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
section.padded {
  padding: 15px 40px 15px 40px;
}
section.main {
  min-height: 600px;
}
section.map {
  min-height: 840px;
}
.imglinks a {
  padding: 0px 0px;
  border: none;
  background-color: transparent;
}
a img {
  border: none;
}
section.sponsors {
  min-height: 180px;
}
section.events {
  min-height: 360px;
}
div.content {
  width: 960px;
  margin: auto;
}
div.maininfo {
  color: #ffffff;
  background-color: #000000;
  font-size: 30px;
  text-align: center;
  padding: 10px 0px;
  margin: 0px;
}
div.widecolumn {
  width: 600px;
  float: left;
}
/* Pictos */
div.pictos2rule {
  width: 600px;
  height: 120px;
}
div.pictos3column {
  width: 180px;
  float: left;
  line-height: 0;
}
div.pictos2column {
  width: 120px;
  float: left;
  line-height: 0;
}
div.narrowcolumn {
  width: 360px;
  float: left;
}
ul.centeredlist {
  text-align: center;
  list-style-type: none;
  padding: 10px;
  margin: 0px;
}
ul.centeredlist li {
  margin: 0px 0px;
  padding: 10px;
}
ul.sponsors {
  list-style-type: none;
  padding: 0px 0px;
  margin: 30px;
}
ul.sponsors li {
  float: left;
  margin: 0px 3px;
}
/*participants*/
section.presentations {
  min-height: 3720px;
  /*height should be divisible by 60*/

}
section.presentations p {
  text-align: center;
}
ul.presentations {
  list-style-type: none;
  padding: 0px;
}
ul.presentations li {
  margin-bottom: 20px;
}
ul.presentations span.pname {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
ul.presentations span.ptitle {
  display: block;
  font-style: italic;
}
ul.presentations span.pfile {
  display: block;
}
ul.presentations span.pfile a {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
}
ul.presentations span.pfile a:hover {
  background-color: #ffffff;
  color: #000000;
}
ul.presentations span.plinks {
  display: block;
  font-size: 14px;
}
