@import url("https://fonts.googleapis.com/css?family=Suez+One|M+PLUS+1p|M+PLUS+Rounded+1c");
html {
  position: relative;
  min-height: 100%;
}

@media only screen and (min-width: 576px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (max-width: 575px) {
  html {
    font-size: 100%;
  }
}

h1 {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  font-family: 'M PLUS 1p';
  padding: .75em 2.2em;
  background-color: #343434;
  border-radius: 2px;
}

h1:after {
  position: absolute;
  top: 1.5rem;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 1.0rem;
  height: 1.0rem;
  background-color: #fff;
  border-radius: 100%;
}

h2 {
  position: relative;
  color: #343434;
  font-size: 1.0rem;
  font-weight: bold;
  margin-left: 1.5em;
  margin-top: 1.0rem;
  margin-bottom: 0.0rem;
}

h2:after {
  position: absolute;
  top: 0.6rem;
  left: -1.0em;
  transform: translateY(-50%);
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  background-color: #343434;
  border-radius: 100%;
}

h3 {
  position: relative;
  font-size: 1.0rem;
  font-weight: bold;
  color: #343434;
  margin: 0.5em;
  margin-left: 1.5rem;
}

h3:after {
  position: absolute;
  top: 0.6rem;
  left: -1.0em;
  transform: translateY(-50%);
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background-color: #343434;
  border-radius: 10%;
}

h4 {
  font-size: 1.0rem;
  font-weight: normal;
  color: #666;
  margin: 0.5em;
}

a {
  color: #2e5dc5;
  text-decoration: none;
}

a:hover {
  color: #1b3672 !important;
  text-decoration: underline;
}

a:visited {
  color: #2e5dc5;
  text-decoration: none;
}

a:active {
  color: #2e5dc5;
  text-decoration: none;
}

a.link-button {
  font-size: 0.9rem;
  color: #fff !important;
  line-height: 3em;
  white-space: nowrap;
  background-color: #2e5dc5;
  padding: 10px 15px;
  margin: 0px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

a.link-button:hover {
  text-decoration: none;
  background-color: #1b3672;
}

a.link-button.large {
  font-size: 1.1rem;
  padding: 15px 20px;
}

body {
  margin-bottom: 70px;
  font-size: 1.0rem;
  padding-top: 287.5px;
}

p {
  padding: 10px 10px 10px 15px;
}

.blank {
  margin: 0px 7px;
}

table.table {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.table thead tr td {
  background-color: #fcfcfc;
}

table.table tr:nth-child(1) td {
  border-top: 0px;
}

.inline li {
  margin-bottom: 5px;
}

.inline li ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.accent {
  color: #e71349;
  font-weight: bold;
}

.strikethrough {
  text-decoration: line-through;
}

.container {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .container.inner {
    width: 90%;
    max-width: 1200px;
  }
}

@media only screen and (max-width: 575px) {
  .container.inner {
    width: 100%;
  }
}

.navbar {
  position: absolute;
  display: inline;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 31.25px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 6px 2px #000000;
  z-index: 2;
}

.navbar .container {
  display: block;
}

.absolute-top {
  position: absolute;
  max-width: none;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media only screen and (min-width: 576px) {
  #navbarSupportedContent {
    padding-left: 1.0rem;
  }
}

@media only screen and (max-width: 575px) {
  #navbarSupportedContent {
    margin-top: 20px;
  }
}

button.navbar-toggler {
  margin-left: 1.0rem;
}

.navbar-nav .dropdown-menu li a {
  font-size: 0.8rem;
}

@media only screen and (min-width: 576px) {
  .navbar-nav .dropdown-menu li a {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-nav .dropdown-menu li a {
    padding: 5px 5px;
  }
}

.navbar-nav {
  font-family: 'M PLUS Rounded 1c';
  font-size: 0.9rem;
  padding-top: 37.5px;
}

.navbar-nav .open a {
  background-color: transparent !important;
}

@media only screen and (min-width: 576px) {
  .navbar-nav li.nav-item {
    font-size: 0.9rem;
  }
  .navbar-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 10px 30px 10px 0px;
    text-align: center;
  }
  .navbar-nav li.nav-item a.nav-link:hover {
    color: #cccccc !important;
    text-decoration: none;
  }
  .navbar-nav li.nav-item a.nav-link:active {
    color: #fff;
    text-decoration: none;
  }
  .navbar-nav li.nav-item a.nav-link:visited {
    color: #fff;
    text-decoration: none;
  }
  .navbar-nav .dropdown-menu a.dropdown-item {
    color: #333 !important;
    text-align: center;
  }
  .navbar-nav .dropdown-menu a.dropdown-item:hover {
    color: black !important;
    text-decoration: none;
  }
  .navbar-nav .dropdown-menu a.dropdown-item:active {
    color: #333;
    text-decoration: none;
  }
  .navbar-nav .dropdown-menu a.dropdown-item:visited {
    color: #333;
    text-decoration: none;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-nav {
    padding-top: 0px;
  }
  .navbar-nav li.nav-item {
    background-color: #343434;
    border-bottom: 1px solid #ccc;
  }
  .navbar-nav a.nav-link {
    margin-left: 1.0rem;
  }
  .navbar-nav .dropdown-menu {
    padding: 0px;
    margin: 0px;
    display: block;
  }
  .navbar-nav li.nav-item a.nav-link, .navbar-nav .dropdown-item a.nav-link {
    padding: 5px 0px;
    color: #fff;
  }
  .navbar-nav li.nav-item a.nav-link:hover, .navbar-nav .dropdown-item a.nav-link:hover {
    color: #fff !important;
    text-decoration: none;
  }
  .navbar-nav li.nav-item a.nav-link:active, .navbar-nav .dropdown-item a.nav-link:active {
    color: #fff !important;
    text-decoration: none;
  }
  .navbar-nav li.nav-item a.nav-link:visited, .navbar-nav .dropdown-item a.nav-link:visited {
    color: #fff !important;
    text-decoration: none;
  }
  .navbar-nav a.dropdown-item {
    font-size: 0.9rem;
    padding-left: 2.0rem;
    background-color: #343434;
    border-top: 1px solid #ccc;
    color: #fff;
  }
  .navbar-nav a.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
  }
  .navbar-nav a.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
  }
  .navbar-nav a.dropdown-item:visited {
    color: #fff !important;
    text-decoration: none;
  }
}

.navbar-brand {
  float: none;
  font-size: 0.8rem;
  padding-left: 1.0rem;
}

.navbar-brand #title {
  white-space: normal;
  font-family: 'Suez One', serif;
  color: #57bfda;
}

@media only screen and (min-width: 576px) {
  .navbar-brand #title {
    font-size: 3.0rem;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-brand #title {
    font-size: 2.0rem;
  }
}

.navbar-brand #date {
  white-space: normal;
  font-family: 'M PLUS Rounded 1c';
  font-size: 1.0rem;
  color: #fff;
}

.navbar-brand #info {
  white-space: normal;
  font-family: 'M PLUS Rounded 1c';
  font-size: 1.0rem;
  color: #fff;
}

@media (min-width: 979px) {
  ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
}

.btn {
  margin: 3px;
  background-color: #343434;
  border: 0px;
}

.sns-icon {
  padding: 5px 10px 5px 10px;
  font-size: 0.9rem;
}

.sns-icon .sns-title {
  font-weight: bold;
  margin-left: 5px;
}

.sns-icon a:hover {
  text-decoration: none;
}

.sns-icon img {
  width: 20px;
}

.footer {
  font-size: 0.8rem;
  font-family: 'M PLUS Rounded 1c';
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.footer .textbox {
  border-top: 1px #ccc solid;
}

@media only screen and (min-width: 576px) {
  .footer .textbox {
    height: 50px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .footer .textbox {
    height: 50px;
    padding-top: 10px;
  }
}

.footer img {
  background-color: #ffffff;
  height: 15px;
  padding: 3px;
  border-radius: 3px;
  margin-right: 25px;
}

.news-date {
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}

.program a {
  color: #333;
  text-decoration: underline;
}

.program a:hover {
  color: #999 !important;
  text-decoration: none;
}

.program a:visited {
  color: #333;
  text-decoration: underline;
}

.program a:active {
  color: #333;
  text-decoration: underline;
}

.program.title {
  font-weight: bold;
  font-size: 0.9rem;
  margin: 1px;
  padding: 5px;
}

.program.author {
  font-size: 0.8rem;
  margin: 1px;
  padding: 5px;
}

.program.session {
  color: #343434;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: solid 8px #57bfda;
  padding: 10px 0px;
  margin: 2.0rem 0px 2.0rem 0px;
  background-color: #e9f7fa;
}

.program.session .chair {
  font-size: 1.0rem;
  font-weight: normal;
}

.program.image {
  margin: 1px;
  width: auto;
  max-width: 100%;
  max-height: 200px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.program.abstract-title {
  color: #fff;
  font-size: 0.6rem;
  padding: 5px 0.5rem;
  border: 0px;
  background-color: #343434;
}

.program.abstract-title.abstract-open {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.program.abstract-title.abstract-close {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.program.abstract {
  font-size: 0.8rem;
  border: 1px solid #f0f0f0;
  padding: 0.5rem;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.awards.title {
  font-weight: bold;
  font-size: 1.0rem;
  margin: 1px;
  padding: 5px;
}

.awards.author {
  font-size: 0.9rem;
  margin: 1px;
  padding: 5px;
}

.panel {
  box-shadow: none;
}

.panel-default {
  border: 0px;
}

table.program {
  width: 100%;
  display: table;
  margin: 0px;
}

table.program tbody {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

table.program tr td:first-child {
  width: 20%;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

table.program tr.session {
  background-color: #e9f7fa;
}

.keynotes p.img {
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .news {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 575px) {
  .news {
    font-size: 1.0rem;
  }
}

.news ul {
  counter-reset: list;
  list-style-type: none;
}

.news ul li {
  position: relative;
  left: -5px;
}

.news ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #343434;
  top: 0.6rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sponsor-title {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.sponsor-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.sponsor-title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

@media only screen and (min-width: 576px) {
  .sponsor-title.platinum {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .sponsor-title.gold {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sponsor-title.silver {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .sponsor-title.bronze {
    font-size: 1.2rem;
    font-weight: bold;
  }
}

@media only screen and (max-width: 575px) {
  .sponsor-title.platinum, .sponsor-title.gold, .sponsor-title.silver, .sponsor-title.bronze {
    font-size: 1.1rem;
    font-weight: bold;
  }
}

.sponsor {
  text-align: center;
  min-height: 250px;
}

.sponsor img {
  margin: 0px 0px;
  vertical-align: middle;
  height: 100%;
  min-height: 150px;
  object-fit: contain;
  /*
    &.platinum {
      max-width: 500px;
    }

    &.gold {
      max-width: 400px;
    }

    &.silver {
      max-width: 300px;
    }

    &.bronze {
      max-width: 250px;
    }
*/
}

@media only screen and (min-width: 576px) {
  .sponsor img {
    width: 75%;
  }
  .sponsor img.wide {
    width: 80%;
  }
  .sponsor img.wider {
    width: 95%;
  }
  .sponsor img.short {
    height: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .sponsor img {
    width: 50%;
  }
  .sponsor img.wide {
    width: 60%;
  }
  .sponsor img.wider {
    width: 75%;
  }
  .sponsor img.short {
    height: 50%;
  }
}

.links ol {
  counter-reset: list;
  list-style-type: none;
}

.links ol li {
  position: relative;
  font-weight: bold;
  font-size: 14px;
}

.links ol li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #343434;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#teaser {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 250px;
}

#teaser img {
  position: absolute;
  width: 100%;
  height: 250px;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
}

#teaser img.active {
  z-index: 10;
  opacity: 1.0;
}

#teaser img.last-active {
  z-index: 9;
}

#gallery {
  padding: 0.0rem 1.0rem;
}

#gallery div.image {
  padding: 3px 3px;
  width: 100%;
}

#gallery div.image img {
  width: 100%;
  height: 6.0rem;
  border-radius: 3px;
  object-fit: cover;
}

.keynotes img.teaser {
  width: 100%;
  border-radius: 2px;
}

.keynotes .abstract {
  padding: 0.5rem;
}

.keynotes .profile {
  text-align: center;
  padding: 0rem 0rem 2rem 0rem;
}

.keynotes .profile .portrait {
  width: 100%;
  max-width: 120px;
  border-radius: 100%;
}

.keynotes .copyright {
  font-size: 0.5rem;
  text-align: right;
}

.tutorial .abstract {
  padding: 0.5rem;
}

.tutorial .profile {
  text-align: center;
  padding: 0rem 0rem 2rem 0rem;
}

.tutorial .profile .portrait {
  width: 100%;
  max-width: 120px;
  border-radius: 100%;
}

.text-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.text-overlay img {
  width: 100%;
}

.text-overlay .caption {
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
  padding: 5.0rem;
}

.text-overlay .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.text-overlay:hover .mask {
  opacity: 1;
  padding-top: 40px;
}
