html {
  font-size: calc(10px + .2vw);
  height: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
}

.fas::before, .far::before {
  font-family: "Font Awesome 5 Free";
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

::-moz-selection {
  background: #F0510D;
  color: white;
}

::selection {
  background: #F0510D;
  color: white;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  line-height: 3rem;
}

header {
  -ms-flex-preferred-size: 15vh;
  flex-basis: 15vh;
  max-height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #F5F5F5), to(#dbdbdb));
  background: linear-gradient(to top, #F5F5F5 20%, #dbdbdb 100%);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}


header .logo {
  display: flex;
  align-items: center;
  height: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  min-width: 0;
  padding-left: 2vw;
}

header .logo svg {
  display: block;
  margin: 0  auto;
  min-width: 0;
  width: 100%;
  max-height: 15vh;
}

header .logo img {
  display: block;
  margin: 0  auto;
  min-width: 0;
  width: 100%;
  max-height: 15vh;
}

header .main-title {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0.5;
  flex-shrink: 0.5;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 15vh;
  font-size: 3vw;
  font-weight: lighter;
  text-align: center;
}


@media (max-width: 500px) {
  header .main-title {
    font-size: 20px !important;
  }
  #acad  { display: none; }
}

header .smaller {
  font-family: inherit;
  font-size: 0.7em;
  margin-left: 2rem;
}

#acad {
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 2px;
  padding-left: 0px;
}

@media (max-width: 1500px) {
  header .smaller {
    font-family: inherit;
    font-size: 0.6em;
    margin-left: 1rem;
  }
}

@media (max-width: 500px) {
  header .smaller {
    margin-left: 0;
  }
}

@media (max-width: 400px) {
  header .smaller {
    display: none;
  }
}

@media (max-width: 1330px) {
  header {
   /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 25vw;

  }

  
 #fmilogo { order: 1; }
 #acad { order: 1; }
 #title { order: 2; }

  .logo {
    -ms-flex-preferred-size: fit-content;
    flex-basis: fit-content;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-height: 50%;
  }
  .logo svg {
    height: 100%;
    width: auto;
    min-height: 0;
    max-height: 12vw;
  }

  .logo img {
    height: 100%;
    width: auto;
    min-height: 0;
    max-height: 12vw;
  }
  .main-title {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-height: 12vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 4vw !important;
    line-height: 12vw !important;
  }
}

@media (max-width: 450px) {
  header {
    min-width: 100% !important;
  }
  .topic {
    width: 100px;
    height: 100px;
  }

  #acad { 
    max-height: 60px;
  }
}

.main {
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

nav {
  background-color: #F5F5F5;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 360px;
  min-width: 200px;
  font-size: 1.3vw;
  text-align: center;
  position: relative;
}

nav #menu {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 150px;
  margin-top: 3rem;
  padding: 0;
  font-weight: lighter;
  z-index: 1;
}

nav #menu li {
  height: 6rem;
  margin: 1rem;
  margin-right: 0;
  padding: 1rem;
  border-left: 5px solid #5a5a5a;
  border-top: 2px solid #5a5a5a;
  border-bottom: 2px solid #5a5a5a;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.5), inset -4px 1px 19px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.5), inset -4px 1px 19px -6px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  background-color: rgba(196, 196, 196, 0.5);
  color: #555555;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
}

nav #menu li:hover {
  background-color: #F5F5F5;
  -webkit-box-shadow: -5px 5px 5px 0 #5a5a5a inset -4px 1px 19px -6px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 5px 5px 0 #5a5a5a inset -4px 1px 19px -6px rgba(0, 0, 0, 0.5);
}

nav #menu li.active {
  background-color: white;
  border-left: 5px solid #5a5a5a;
  border-top: 2px solid #5a5a5a;
  border-bottom: 2px solid #5a5a5a;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: -5px 5px 5px 0 #5a5a5a;
  box-shadow: -5px 5px 5px 0 #5a5a5a;
}

@media (max-width: 850px) {
  nav {
    min-width: 0;
    max-width: 50px;
    background-color: white;
 
  }
  nav #hamburger {
    position: absolute;
    top: 10px;
    left: 5px;
    display: none;
    cursor: pointer;
  }
}

@media (max-width: 850px) and (max-width: 850px) {
  nav #hamburger {
    display: block;
  }
}

@media (max-width: 850px) {
  nav #hamburger span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #c4c4c4;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  nav #hamburger span:first-child {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  nav #hamburger span:nth-child(2) {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  nav #hamburger.checked span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(1px, -2px);
            transform: rotate(45deg) translate(1px, -2px);
    background: #c4c4c4;
  }
  nav #hamburger.checked span:nth-child(2) {
    opacity: 0;
  }
  nav #hamburger.checked span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-4px, 0px);
            transform: rotate(-45deg) translate(-4px, 0px);
  }
  nav #menu {
    top: 0px;
    margin-top: 40px;
    padding: 5px;
    background-color: #3d3d3d;
    opacity: 1;
    padding-top: 20px;
    -webkit-transform: translate(-3000%, 0);
            transform: translate(-3000%, 0);
    -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  nav #hamburger.checked + ul {
    -webkit-transform: none;
            transform: none;
    width: 450px;
    max-width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    cursor: pointer;
  }
  nav #menu li {
    height: initial;
    margin: initial;
    padding: initial;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-bottom-left-radius: 0;
    background-color: #3d3d3d;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    font-size: 20px;
    color: #F5F5F5;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-bottom: 1vw;
    -webkit-transition: font-size 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: font-size 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  nav #menu li::after {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    top: 200%;
    text-align: center;
    height: 3px;
    width: 60%;
    background-color: #F5F5F5;
  }
  nav #menu li:last-child::after {
    display: none;
  }
  nav #menu li:hover {
    background-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-bottom-left-radius: 0;
    font-size: 30px;
  }
  nav #menu li.active {
    background-color: #3d3d3d;
    border-bottom-left-radius: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-bottom-left-radius: 0;
    font-size: 30px;
  }
}

.main .content {
  -ms-flex: 1 1 80%;
      flex: 1 1 80%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: white;
  max-width: calc(100%-200px);
  margin-bottom: 2em;
}

.thankyou {
  text-align: center;
  padding: 2vw;
}

.thankyou img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20vw;
  -webkit-animation-name: pacman;
          animation-name: pacman;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.thankyou h2 {
  position: relative;
  display: inline;
  vertical-align: middle;
  font-size: 3vw !important;
  -webkit-animation-name: disappear;
          animation-name: disappear;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.thankyou p {
  font-size: 2vw !important;
}

@media (max-width: 700px) {
  .thankyou h2 {font-size: 4vw !important;}
  .thankyou p {font-size: 3vw !important;}
}

#privacy p, li {
  font-size: 1em;
  color: #7e7d7d;
}

#privacy h2, ul {
  margin: auto;
}

#privacy u {
  text-decoration: underline;
}

#register {
  margin-top: 2vw;
  margin-bottom: 3vw;
  margin-left: 30%;
  font-size: 2em;
  color: #F0510D;
  background-color: #fff;
  border: 2px solid #F0510D;
  border-radius: 5px;
  padding: .5em;
  cursor: pointer;
}

@media (min-width: 2000px) {
  #register {
    margin-left: 20%;
  }
}

@media (max-width: 900px) {
  #register {
    margin-left: 20%;
  }
}

@media (max-width: 500px) {
  #register {
    margin-left: 0;
  }
}

.main .content-page {
  margin: 0 auto;
  margin-top: 5vh;
  padding-left: 5vw;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

@media (min-width: 1500px) {
  .main .content-page {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    width: 90%;
    max-width: 1500px;
  }
}

@media (max-width: 1500px) {
  .main .content-page {
    margin: none;
    padding-left: 2vw;
    padding-right: 1vw;
    max-width: calc(100% - 4vw);
  }
}

@media (max-width: 600px) {
  .main .content-page {
    margin: none;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    max-width: 100%;
    padding-top: 3vw;
  }
}

@media (max-width: 480px) {

  .main .content {
    min-width: 100%;
    max-width: 100%;
  }


  .main .content-page {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    left: 0px;
    top: 0 !important;
    margin: 0;
    padding: 9vw 5px 0 10px;
  }
  /* footer {
    position: fixed;
    top: 100%;
  } */
}

.main .content-page p {
  position: relative;
  margin: 0 auto;
  font-size: calc(14px + .5vw);
  font-weight: lighter;
  line-height: calc(1.5 * .5vw + 14px) !important;
  max-width: 1000px;
}

.main h2 {
  font-size: 2em;
  font-family: inherit;
  max-width: 100%;
}

.main h3 {
  font-size: 2em;
  color: #F0510D;
  font-family: inherit;
}

.main .text {
  margin-bottom: 2vh;
  max-width: calc(100%-200px);
}

.main .highlight {
  color: #F0510D;
  font-weight: bold;
}

.main .highlight:visited {
  color: #F0510D;
}

.main .neco {
  color: #F0510D;
}

.main .sections {
  max-width: 100%;
}

.main .topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1100px;
  max-width: 100%;
  margin-bottom: 2rem;
}

.main .topic {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #c4c4c4;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 20px;
  padding-left: 3px;
  padding-right: 3px;
  overflow: hidden;
  -webkit-box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: default;
}

.main .topics > *:nth-child(1),
.main .topics > *:nth-child(3),
.main .topics > *:nth-child(5),
.main .topics > *:nth-child(8),
.main .topics > *:nth-child(10),
.main .topics > *:nth-child(12) {
  background-color: white;
}

.main .topics > *:nth-child(1)::before,
.main .topics > *:nth-child(3)::before,
.main .topics > *:nth-child(5)::before,
.main .topics > *:nth-child(8)::before,
.main .topics > *:nth-child(10)::before,
.main .topics > *:nth-child(12)::before {
  border-color: #F5F5F5 #FFF;
}

@media screen and (min-width: 1600px) {
  .main .topic {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 1400px) {
  .main .topics {
    width: 800px;
  }
  .main .topics > *:nth-child(4n),
  .main .topics > *:nth-child(8n+1),
  .main .topics > *:nth-child(8n+3),
  .main .topics > *:nth-child(8n+6) {
    background-color: white;
  }
  .main .topics > *:nth-child(4n)::before,
  .main .topics > *:nth-child(8n+1)::before,
  .main .topics > *:nth-child(8n+3)::before,
  .main .topics > *:nth-child(8n+6)::before {
    border-color: #F5F5F5 #FFF;
  }
  .main .topics > *:nth-child(8n+2),
  .main .topics > *:nth-child(8n+4),
  .main .topics > *:nth-child(8n+5),
  .main .topics > *:nth-child(8n+7) {
    background-color: #c4c4c4;
  }
  .main .topics > *:nth-child(8n+2)::before,
  .main .topics > *:nth-child(8n+4)::before,
  .main .topics > *:nth-child(8n+5)::before,
  .main .topics > *:nth-child(8n+7)::before {
    border-color: #c4c4c4 #FFF;
  }
}

@media screen and (max-width: 900px) {
  .main .topics {
    width: 600px;
  }
  .main .topics > *:nth-child(odd) {
    background-color: white;
  }
  .main .topics > *:nth-child(odd)::before {
    border-color: #F5F5F5 #FFF;
  }
  .main .topics > *:nth-child(even) {
    background-color: #c4c4c4;
  }
  .main .topics > *:nth-child(even)::before {
    border-color: #c4c4c4 #FFF;
  }
}

@media (max-width: 700px) {
  .main .topics {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .main .topics {
    width: 100%;
  }
  .main .topics > *:nth-child(4n+2),
  .main .topics > *:nth-child(4n+3) {
    background-color: white;
  }
  .main .topics > *:nth-child(4n+2)::before,
  .main .topics > *:nth-child(4n+3)::before {
    border-color: #F5F5F5 #FFF;
  }
  .main .topics > *:nth-child(4n),
  .main .topics > *:nth-child(4n+1) {
    background-color: #c4c4c4;
  }
  .main .topics > *:nth-child(4n)::before,
  .main .topics > *:nth-child(4n+1)::before {
    border-color: #c4c4c4 #FFF;
  }
}

@media (max-width: 450px) {
  .main .topics {
    max-width: 100%;
  }
  .main .topic {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 365px) {
  .main .topics {
    max-width: 100%;
    margin-left: none;
  }
  .main .topic {
    width: 130px;
    height: 130px;
    margin: 15px 15px 0 15px;
    margin-left: 0;
    font-size: 9px;
  }
}

.topic::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  right: -1px;
  border-width: 0;
  border-style: solid;
  border-color: #c4c4c4 #FFF;
  -moz-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0 0 5px #555;
  box-shadow: 0 0 5px #555;
  -webkit-transition: all .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.topic:hover {
  -webkit-box-shadow: 26px -18px 5px -23px rgba(0, 0, 0, 0.5), -18px 27px 5px -23px rgba(0, 0, 0, 0.5);
          box-shadow: 26px -18px 5px -23px rgba(0, 0, 0, 0.5), -18px 27px 5px -23px rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(135, 134, 134, 0.1);
}

.topic:hover::before {
  border-width: 40px 40px 0 0;
}

.main .speakers {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5vw;
  column-gap: 5vw;
  margin-bottom: 2rem;
}

.main .speakers p,
.main .speakers a {
  font-size: calc(12px + .5vw);
}

.main #program .speakers {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* Registration form */
#registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fees {
  margin-bottom: 3vw;
  max-width: 850px;
}

.registration-form {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media (max-width: 480px) {
  .registration-form {
    padding-right: 5px;
  }
}

#reg-form {
  background-color: #F5F5F5;
  width: 90%;
  padding: 2rem 4rem;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  #reg-form {
    width: 100%;
    padding: 1em;
  }
}

#reg-form #registration-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 400;
  color: #F0510D;
}

#reg-form fieldset {
  border: 1px solid #c4c4c4;
  padding: 1em;
  margin-bottom: 2rem;
  background-color: white;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(72, 72, 72, 0.3);
  box-shadow: 5px 5px 5px 0 rgba(72, 72, 72, 0.3);
}

#reg-form input[type="text"],
#reg-form input[type="email"] {
  border: none;
  outline: none;
  border-bottom: 2px solid #c4c4c4;
  background-color: transparent;
  display: block;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  width: 90%;
  font-size: 1.3rem;
  font-family: inherit;
}

@media (max-width: 360) {
  #reg-form input[type="text"],
  #reg-form input[type="email"] {
    width: 100%;
  }
}

#reg-form input:focus {
  border-bottom: 2px solid #F0510D;
}

#reg-form input:focus {
  border-bottom: 2px solid #F0510D;
}

.confirmation { display:none; }

label {
  position: relative;
}

label[data-tooltip]::before {
  position: absolute;
  z-index: 2;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 30vw;
  height: auto;
  padding: 10px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  border-radius: 3px;
  background-color: #c4c4c4;
  color: black;
  content: attr(data-tooltip);
  bottom: calc(100% + 5px);
  left: 0%;
}

label[data-tooltip]::after {
  position: absolute;
  z-index: 1;
  display: none;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  content: "";
  bottom: 100%;
  left: 20%;
  border-bottom-width: 0;
  border-top-color: #c4c4c4;
}

label:hover::before, label:hover::after, label:focus-within::after, label:focus-within::before {
  display: inline;
}

#reg-form input:-webkit-autofill,
#reg-form input:-webkit-autofill:hover,
#reg-form input:-webkit-autofill:focus,
#reg-form textarea:-webkit-autofill,
#reg-form textarea:-webkit-autofill:hover,
#reg-form textarea:-webkit-autofill:focus,
#reg-form select:-webkit-autofill,
#reg-form select:-webkit-autofill:hover,
#reg-form select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

#reg-form input:invalid:not(:focus):not(:placeholder-shown) {
  border-radius: 3px;
  background: rgba(240, 81, 13, 0.3);
}

#reg-form input:valid:not(:focus):not(:placeholder-shown) {
  border-bottom: 2px solid black;
}

#reg-form #email {
  margin-bottom: 2rem;
}

#reg-form label {
  font-size: 1rem;
  color: #c4c4c4;
}

#reg-form label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  vertical-align: middle;
}

#reg-form .custom-check {
  display: inline;
  position: relative;
  margin-left: .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

#reg-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #c4c4c4;
  border: 1px solid black;
}

#reg-form .custom-check:hover input ~ .checkmark {
  background-color: #F5F5F5;
}

#reg-form .custom-check input:focus ~ .checkmark {
  background-color: #F5F5F5;
}

#reg-form .custom-check input:checked ~ .checkmark {
  background-color: #F0510D;
}

.privacy {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  color: grey;
  line-height: 1.5em;
  margin-bottom: 1vw;
}

@media (max-width: 800px) {
  .privacy {
    margin-bottom: 2vw;
  }
}

#policy {
  text-decoration: underline !important;
  cursor: pointer;
}

#reg-form button {
  margin: 0 auto;
  width: 10rem;
  padding: 0.5rem;
  font-size: 2rem;
  background-color: #F0510D;
  color: white;
  border: none;
  border-radius: .5rem;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#closepolicy {
  margin: auto;
  display: block;
}

#reg-form button:hover,
#reg-form button:focus {
  -webkit-box-shadow: inset 0 0 0 2px white;
  box-shadow: inset 0 0 0 2px white;
  border: 1px solid #F0510D;
  background-color: #ff6827;
}

#reg-form button:active {
  -webkit-box-shadow: 0 5px #c4c4c4;
  box-shadow: 0 5px #c4c4c4;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

#reg-form legend {
  font-size: 2rem;
  color: #F0510D;
}

#reg-form #participant-group {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-width: 25rem;
}

@media (max-width: 900px) {
  #reg-form #participant-group {
    min-width: 40rem;
  }
}

@media (max-width: 680px) {
  #reg-form #participant-group {
    min-width: 35em;
  }
}

@media (max-width: 600px) {
  #reg-form #participant-group {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    min-width: 100%;
  }
}

#reg-form #address-group {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-width: 25rem;
}

@media (max-width: 900px) {
  #reg-form #address-group {
    min-width: 40rem;
  }
}

@media (max-width: 680px) {
  #reg-form #address-group {
    min-width: 35em;
  }
}

@media (max-width: 600px) {
  #reg-form #address-group {
    min-width: 100%;
  }
}

#reg-form #abstract-group {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  display: none;
}

#reg-form #abstract-group input {
  margin: 0 auto;
  width: 90%;
}

#reg-form #abstract-group textarea {
  width: 90%;
  height: 30vw;
  padding: 1rem;
  outline: none;
  border: 2px solid #c4c4c4;
  border-radius: 4px;
  resize: none;
  font-size: 1rem;
  line-height: 1.5rem;
}

#reg-form ::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 0.75em;
  color: #c4c4c4;
}

#reg-form :-ms-input-placeholder {
  font-family: inherit;
  font-size: 0.75em;
  color: #c4c4c4;
}

#reg-form ::-ms-input-placeholder {
  font-family: inherit;
  font-size: 0.75em;
  color: #c4c4c4;
}

#reg-form ::placeholder {
  font-family: inherit;
  font-size: 0.75em;
  color: #c4c4c4;
  font-style: italic;
}

#reg-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

#reg-form input:focus:-moz-placeholder {
  color: transparent;
}

#program .speakers {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

p.coming-soon {
  font-size: 2.5vw !important;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #F0510D;
  margin-bottom: 3rem !important;
}

@media (min-width: 2200px) {
  p.coming-soon {
    font-size: 1.8vw !important;
  }
}

@media (max-width: 800px) {
  p.coming-soon {
    font-size: calc(3.5vw + 5px) !important;
    margin-top: 10px !important;
  }
}
#smallprint {
  font-size: 0.9em;
  color: #525251;
}

.location {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.location .description {
  font-size: inherit;
}

.location .pictures {
  background-color: black;
  position: relative;
}

.location .pictures img {
  width: 17vw;
  height: 25vw;
}

.location .pictures a {
  display: inline;
}

.location .pictures .picture {
  width: 25vw;
  height: 25vw;
  background: url("/img/italian.jpg") no-repeat;
  background-size: cover;
  display: inline-block;
}

.location .pictures .picture:hover {
  background: url("/img/spork-mapa.png") no-repeat;
  background-size: cover;
}

.location .pictures #charitas {
  background: url("/img/charitas-int.jpg") no-repeat;
  background-size: cover;
}

.location .pictures #charitas:hover {
  background: url("/img/charitas.jpg") no-repeat;
  background-size: cover;
}

.location .pictures #emauzy {
  background: url("/img/refektar.jpg") no-repeat;
  background-size: cover;
}

.location .pictures #emauzy:hover {
  background: url("/img/emauzy-mapa.jpg") no-repeat;
  background-size: cover;
}

.location .pictures #krc {
  background: url("/img/mirecek12.jpg") no-repeat;
  background-size: cover;
}

.location .pictures #krc:hover {
  background: url("/img/krc-mapa.jpg") no-repeat;
  background-size: cover;
}

.location .pictures .overlay {
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  height: 15%;
  opacity: 1;
  color: white;
  font-size: 1.3vw;
  padding: 5px 20px 5px 20px;
}

.location .pictures .overlay .smaller {
  font-family: inherit;
  font-size: 0.7em;
  position: absolute;
  bottom: 0;
}

.see-map {
  float: right;
  border: 1.5px solid white;
  padding: 5px;
  cursor: pointer;
  margin-top: 6px;
}

@media (max-width: 1200px) {
  .location .pictures img {
    width: 19vw;
    height: 35vw;
  }
  .location .pictures .picture {
    width: 35vw;
    height: 35vw;
  }
  .location .pictures .overlay {
    font-size: 1.8vw;
  }
}

@media (max-width: 1000px) {
  .location .pictures img {
    width: 25vw;
    height: 40vw;
  }
  .location .pictures .picture {
    width: 40vw;
    height: 40vw;
  }
  .location .pictures .overlay {
    font-size: 1.8vw;
    bottom: 5px;
  }
}

@media (max-width: 850px) {
  .location .pictures img {
    width: 25vw;
    height: 40vw;
  }
  .location .pictures .picture {
    width: 40vw;
    height: 40vw;
  }
  .location .pictures .overlay {
    font-size: 2vw;
    bottom: 2px;
  }
}

@media (max-width: 700px) {
  .location {
    width: 70vw;
  }
  .location .pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60vw;
  }
  .location .pictures img {
    width: 45vw;
    height: 60vw;
    margin-bottom: 10px;
  }
  .location .pictures .picture {
    width: 60vw;
    height: 60vw;
  }
  .location .pictures .overlay {
    font-size: 3vw;
    bottom: 5px;
    height: 10%;
    padding-left: 10px;
  }
  .location .pictures .overlay .smaller {
    font-size: 0.5em;
  }
}

@media (max-width: 500px) {
  .description {
    max-width: 90%;
  }
  .description .highlight {
    font-size: 80%;
  }
  .location {
    width: 90vw;
  }
  .location .pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80vw;
  }
  .location .pictures img {
    width: 80vw;
    height: 80vw;
    margin-bottom: 10px;
  }
  .location .pictures .picture {
    width: 80vw;
    height: 80vw;
  }
  .location .pictures .overlay {
    font-size: 4vw;
    padding: 5px 5px 0 5px;
    height: 15%;
    text-align: center;
  }
  .location .pictures .overlay .smaller {
    display: none;
  }
  .see-map {
    margin: 0 auto;
    margin-top: 6px;
    float: none;
    display: block !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/*#dates p {
  margin: 0 0 3em 0 !important;
  font-weight: 500;
  max-width: 740px;
}
*/

#dates p {
  margin: 0 0 3em 0 !important;
  max-width: 740px;
}

#program  h3 {
  font-size: 1.75em;
  font-family: inherit;
  color: #7e7d7d;
}

#dates  h3 {
  font-size: 1.75em;
  font-family: inherit;
  color: #7e7d7d;
}


#summer h2 {
  color: #F0510D;
  margin-bottom: 2rem;
}

#summer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}

#summer__text p {
  margin: 0 !important;
  margin-bottom: 2rem !important;
  padding: 0;
  padding-left: 20px;
  line-height: 1.5em !important;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 16px;
}

#summer__text img {
  max-width: 400px;
  min-width: 200px;
  width: 100%;
  height: auto;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: .8;
      flex-shrink: .8;
  margin-bottom: 20px;
}

@media (min-width: 1400px) {
  #summer__text p {
    font-size: 20px !important;
    max-width: 650px;
  }
}

@media (min-width: 1200px) {
  #summer__text p {
    font-size: calc(1.1vw + 5px);
  }
}

@media (max-width: 750px) {
  #summer__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #summer__text p {
    padding-left: 0;
  }
}

#organizers h2 {
  text-align: center;
  margin-bottom: 1.5em;
}

@media (max-width: 1250px) {
  #organizers h2 {
    margin: 0 calc((100%-400px)/2) 1.5em auto;
  }
}

#card-container {
  max-width:70%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card {
  position: relative;
  background-color: #c4c4c4;
  width: 500px;
  height: 170px;
  margin: 40px 30px 10px 0;
  max-width: 500px;
  min-width: 500px;
  -webkit-box-shadow: 3px 5px 7px rgba(72, 72, 72, 0.7);
          box-shadow: 3px 5px 7px rgba(72, 72, 72, 0.7);
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}

@media (max-width: 1250px) {
  .card {
    margin: 25px auto;
  }
}

@media (max-width: 500px) {
  .card {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 0;
  }

  #card-container {
    max-width: 100%;
  }
}

.card::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#7c7a7a), color-stop(70%, #d3d2d2));
  background: linear-gradient(to top, #7c7a7a 0%, #d3d2d2 70%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 30px;
}

@media (max-width: 450px) {
  #card-container {
    max-width: 100%;
  }
  .card {
   height: 200px;
 }
 }

@media (max-width: 400px) {
  #card-container {
    max-width: 100%;
  }
  .card::before {
    left: 20px;
  }
}



.card::after {
  content: "";
  background-image: url("/img/kverka.png");
  background-position: 50% 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 40px;
}

@media (max-width: 400px) {
  .card::after {
    left: 30px;
  }
}

.card_name {
  position: absolute;
  left: 35%;
  top: 20px;
  font-size: 1.8em;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1800px) {
  .card_name {
    font-size: 1.7em;
  }
}


@media (max-width: 500px) {
  .card_name {
    left: 35%;
  }
}


@media (max-width: 450px) {
  .card_name {
    left: 5%;
    top: 55%;
    font-size: 1.7em;
  }
}

.card_email {
  position: absolute;
  left:35%;
  top: 50px;
  font-size: 1em;
  color: #555555;
}

@media (max-width: 500px) {
  .card_email {
    left: 45%;
    top: 50px;
  }
}

@media (max-width: 450px) {
  .card_email {
    left: 51%;
    top: 50px;
    font-size: 1.2em;
  }
}

.card_inst {
  position: absolute;
  left: 5%;
  bottom: 10px;
  font-size: 0.8em;
  font-weight: 600;
  color: #555555;
  padding: 0;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .card_inst {
    font-size: 1.1em;
    line-height: 90%;
  }
}

@media (max-width: 360px) {
  .card_inst {
    font-size: 9px;
  }

}

#tlaskalova::after {
  background-image: url("/img/helena.png");
  background-position: 50% 50%;
}

#vannucci::after {
  background-image: url("/img/vannucci.png");
}

#mrazek::after {
  background-image: url("/img/jakubmrazek.png");
}

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0;
}

.efislogo {
  width: 40%;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

/*Program*/

#program p {
  text-align: left;
  margin: 0 0;
}

.time {
  float: left;
}

.time i {
  font-size: .9em;
} 

.fas { font-family: 'Font Awesome 5 Free' !important; }

.coffee-break {
  background-color: #ff6827;
  padding: 0 18px;
  overflow: hidden;
  font-size: 1.5em;
}

.social-program {
  padding: 0 18px;
  overflow: hidden;  
}

.social-program b {
  color: #ff6827;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-size: 1.5em;
  transition: 0.4s;
}

.accordion span, i, b {
  font-size: 1em;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2038";
  font-size: 1.5em;
}
  
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  font-size: 0.5em;
}




.tab {
overflow: hidden;
border: 1px solid #ccc;
border: none;
background-color: #f1f1f1;
width: 600px;
}


/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
background-color: rgb(255, 255, 255);
border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
max-width: 600px;
}


@media (min-width:2000px) {
  .panel p {
    font-size: 0.1em;
  }
  .tab {
    width: 800px;
    }

    .tabcontent {
      max-width: 800px;
      }

  [name = "talk"] {
      font-size: 0.5em;
   }

   .talkname {
     font-size: 0.9em;
   }
}

@media (max-width: 750px) {
  .tab {
    width: 100%;
    display: flex;
  }
  .tab button {
    width: 50%;
    font-size: 0.8em;
    padding: 10px 5px;
  }
}

/* Footer */
footer {
  -ms-flex-preferred-size: 5vh;
  flex-basis: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-even;
  -ms-flex-pack: space-even;
  justify-content: space-even;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #F5F5F5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #F5F5F5), to(#dbdbdb));
  background: linear-gradient(to bottom, #F5F5F5 20%, #dbdbdb 100%);
  font-size: 16px;
  color: #6d6d6d;
  max-width: 100vw;
}


@media (max-width: 1500px) {
  footer {
    font-size: 14px;
  }
}

footer .footer-side {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding-left: 1vw;
}

footer .copyright {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

footer .logo-container {
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  /*margin-bottom: 1vw;*/
}

.logo-container img {
  max-height: 5vh;
  width: auto;
 }

footer .support {
  font-size: calc(10px + 1vw);
  margin-right: 1vw;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

@media (max-width: 1350px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .copyright {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .logo-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 2vw;
  }
  footer .footer-side {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 800px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .copyright {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .logo-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 2vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-side {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer img {
   /* max-width: 30%; aktualni */
  }
}

@media (max-width: 600px) {
  footer .support {
    display: none;    
  }
  .logo-container img {
    max-height: 5vh;
    max-width: 90%;
    /*width: auto;*/
   }

   .efislogo {
    width: 60%;
  }
}

@media (max-width: 350px) {
  footer .copyright, footer .footer-side {
    font-size: 80%;
  }
}

.abstitle {
  font-size: 2.0em !important;
  font-weight: bold !important;
  color: #F0510D;
}

.absauthors {
    font-weight: bold !important;
}

.abstext {
  
}

.absaffiliations {
   font-style: italic;
}
/*# sourceMappingURL=styles.css.map */