.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.splash {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center; }
  .splash .copyright {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    -moz-transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    -ms-transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    -o-transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8); }
  .splash .jumbotron p {
    font-weight: 400; }
  .splash.bg_image .jumbotron {
    margin: 40px;
    background-color: white;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    -moz-transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    -ms-transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    -o-transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s;
    transition: opacity 0.7s ease-out 0.3s, filter 0.7s ease-out 0.3s; }
  .splash.bg_image:hover .jumbotron {
    opacity: 0;
    filter: alpha(opacity=0); }
  .splash.bg_image:hover .jumbotron:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .splash.bg_image:hover .copyright {
    opacity: 1;
    filter: alpha(opacity=100); }
  .splash.bg_image:hover .jumbotron:hover + .copyright {
    opacity: 0;
    filter: alpha(opacity=0); }

h2 a {
  color: inherit; }
  h2 a:hover {
    color: inherit;
    text-decoration: none; }

#menu, #dates {
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s; }

#dates table {
  font-size: 13px; }

#latest-news {
  display: none; }

#twitter-stream ul {
  padding: 0; }
#twitter-stream li {
  position: relative;
  padding: 5px 3px 5px 25px;
  background-repeat: no-repeat;
  background-position: left center;
  white-space: pre-wrap;
  list-style-type: none; }
  #twitter-stream li .tweet {
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABgklEQVR42s1Sv0sCYRh+oaElssHma2gIAjlwjWoKx4b2/A+0PYyWSCippSiikoJLCnKyUEwRRELoJCyjH2d0SnDgaV5h6vDmKx553GmOPfDCxz0/7vlePvgfkBFN3TjHxa1n+jAesfv5A0GuMCrXPPO5ImvZjaVIaGQmDnbSCN4swt4DmtbCJQpkt6O8PyPNQeStYINjEZnNq1cKgzZ4rl8WiIMz+Xd8ElLgoE9U7JePXKNG1dIkuHcEdxjba7oSeQ9xRuO8KZ8g4hiEhcKMk/88VQmqCStBHNkICczRvdgpoIFRIKSk8gRV0omoEY2BmQ19PIEKRBxQG/Q6jmSRg3YI5frkUvrLa/LLSi8BpNcEKAoOs77MHW34L/N8UgkgYr8mABH7GmPdz1bcJCBhp7uXajUrGIHegCshrjPcc76TuVjHKfqZxuiKZpaHVgMyvQHYSuk2T3uh/WjN2vpM4btuO89VF0k4G1didA060zfiSKM363dgbgnH6YW1zuZuRsIPHLDKnOpzigwAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center; }
  #twitter-stream li .tweet-date {
    font-style: italic;
    color: grey; }

.cfps, .workshops {
  list-style: none;
  padding: 0; }

.row {
  margin-top: 40px; }

.images img {
  width: 100%; }
.images #unine-illustration {
  display: none; }
  @media (min-width: 992px) {
    .images #unine-illustration {
      display: block; } }

#map {
  margin-bottom: 10px;
  min-height: 100%;
  width: 100%;
  height: 500px; }

#calendar {
  width: 100%; }
  #calendar tr {
    height: 20px; }
  #calendar td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #333333; }
    #calendar td a {
      cursor: pointer;
      text-decoration: none; }
  #calendar td.empty {
    border: none; }
  #calendar td.break {
    background-color: #eeeeee; }
  #calendar td.common {
    background-color: #eba5a3; }
  #calendar td.keynote {
    background-color: #a3d7a3; }
  #calendar td.presentation {
    background-color: #fae3c4; }
  #calendar td.workshop {
    background-color: #f4c37d; }
  #calendar td.day {
    width: 24%;
    color: #fff;
    background-color: #337ab7; }
  #calendar td.hour {
    width: 4%;
    color: #fff;
    background-color: #337ab7;
    text-align: right;
    vertical-align: top;
    padding-right: 5px; }

.detailed-program {
  padding: 0;
  list-style: none; }
  .detailed-program li {
    padding: 5px;
    /* target animation */
    transition: all 1s ease;
    margin-left: -5px;
    /* END target animation */ }
    .detailed-program li[id] {
      transition: none;
      margin-top: -150px;
      height: 150px;
      visibility: hidden;
      display: block; }
    .detailed-program li.active {
      border-left: 10px solid white; }
    .detailed-program li.active {
      animation: highlight 3s ease;
      transform: translateX(5px);
      background-color: #eeeeee; }
@keyframes highlight {
  0% {
    border-left-color: #333333; }
  100% {
    border-left-color: white; } }
:target:before {
  content: "";
  display: inline-block;
  height: 180px;
  margin: -180px 0 0; }

body {
  padding-top: 50px; }
  body > .container {
    margin-top: 20px; }

.navbar {
  margin-bottom: inherit; }
  .navbar .dropdown {
    margin-right: -4px; }
    .navbar .dropdown > a {
      display: inline-block;
      padding-right: 30px; }
      .navbar .dropdown > a.dropdown-toggle {
        background-color: inherit;
        margin-left: -25px;
        padding-left: 5px;
        padding-right: 7px; }
    .navbar .dropdown.active > a.dropdown-toggle:hover, .navbar .dropdown.open > a.dropdown-toggle:hover {
      background-color: #d7d7d7 !important; }

footer {
  margin-top: 30px;
  padding: 40px 20px 0;
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  @media (min-width: 992px) {
    footer {
      margin-top: 100px; } }
  footer .row {
    margin: 10px auto;
    text-align: center; }
  footer .logos > div {
    height: 150px; }
  footer .logo {
    padding: 40px; }
    @media (max-width: 991px) {
      footer .logo {
        padding: 80px; } }
    @media (max-width: 767px) {
      footer .logo {
        padding: 40px; } }
    @media (max-width: 527px) {
      footer .logo {
        padding: 30px; } }
    @media (max-width: 480px) {
      footer .logo {
        padding: 15px; } }
    @media (max-width: 240px) {
      footer .logo {
        padding: 10px; } }
    footer .logo img {
      max-width: 100%; }

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
