body {
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}

html * {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1700px;
  margin: 10px auto;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.clear {
  clear: left;
}

h1,
h2 {
  font-size: 12pt;
  font-weight: 200;
}

h1 span {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 15px;
}

h4 {
  font-weight: 200;
}

h1,
h3,
img {
  cursor: pointer;
}

p {
  line-height: 150%;
}

p + p {
  margin-top: 7px;
}
p + h4 {
  margin-top: 30px;
}
h1 + h2 {
  margin-top: 13px;
}

a {
  color: #fff;
}

a.grey {
  color: rgba(255, 255, 255, 0.5);
}

.top {
  padding: 0px 0;
  color: #000;
  width: 100%;
  position: absolute;
  top: 0px;
  color: white;
  z-index: 10;
}

a.nolink {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

a.toplink {
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  display: block;
  padding-bottom: 2px;
  float: left;
  letter-spacing: 1px;
}

.half {
  min-width: 500px;
  width: 50%;
  float: left;
}

.halfins {
  width: 40%;
  padding-right: 10%;
  float: left;
}

.within {
  padding-right: 10%;
}

.speaker {
  position: relative;
  width: 90%;
  margin: 0 auto 50px;
}

.speaker img {
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.speaker a {
  color: rgba(255, 255, 255, 0.5);
}

.divider {
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  margin: 50px 0;
}

.cover {
  width: 90%;
  padding-top: 15px;
  display: none;
}

.show-cover {
  display: block;
}

.main-cover {
  top: 110px;
  display: none;
}

p {
  font-size: 15px;
  line-height: 150%;
}

.endgame p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.endgame h3,
.endgame h4 {
  color: rgba(255, 255, 255, 0.5);
}

p.big-type {
  font-size: 18px;
}

p u {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

p.colo {
  margin-bottom: 27px;
}

p span {
  text-transform: uppercase;
}

.mobile-speaker {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .container {
    margin: 0;
  }

  .half {
    float: none;
    margin: auto;
    min-width: inherit;
    width: auto;
  }

  .speaker {
    width: auto;
    margin: 0 10px 50px 10px;
  }

  .halfins {
    float: none;
    width: 100%;
  }
}

.walking {
  display: block;
  position: absolute;
  right: 130px;
  right: 20px;
  max-width: 135px;
  top: 10px;
}
.walking2 {
  display: block;
  position: absolute;
  right: 130px;
  right: 115px;
  max-width: 135px;
  top: 15px;
}


.animation_mainpage {
  width: 100%;
  height: 100vh;
  background-color: white;
}
.animation {
  width: 100%;
  min-height: 80%;
  background-color: white;
  /* background-image: url(images/design1.gif);
  background-position: center center;
  background-repeat: no-repeat; */
  background-size: 55%;
}

#slideshow {
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#slideshow > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.slider {
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.anim1,
.anim2,
.anim3,
.anim4 {
  position: absolute;
  width: 100%;
  height: 70%;
}
#cycler {
  position: relative;
}
#cycler .anim {
  position: absolute;
  z-index: 1;
}
#cycler .activeanim {
  z-index: 3;
}

.anim {
  width: 100%;
  min-height: 100%;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 88%;
}

.anim1 {
  background-image: url(images/slides/REDO25-homepage.png);
}


@media only screen and (max-width: 800px) {
  html,
  body {
    overflow-x: hidden;
  }
  .logo {
    /* font-size: 74px !important;
    line-height: 80px !important; */
    padding-left: 7px;
  }
  .speaker_mob {
    margin-bottom: 0px;
    clear: both;
    float: left !important;
    display: block;
  }
  .mobutton1 {
    clear: both;
    float: left !important;
    margin-top: 0px !important;
  }
  .mobutton2 {
    float: left !important;
    margin-top: 0px !important;
  }
  .speaker_mob .mobutton {
  }
  .speaker_mob .mob_date {
    margin-bottom: 20px;
    padding-left: 7px;
  }
  .animation {
    min-height: 100% !important;
  }
  .animation_mainpage {
    overflow: hidden;
  }
  .anim {
    background-size: contain;
    background-position: center;
    width: 100%;
  }
  .anim1 {
    background-image: url(images/slides/REDO25-homepage.png);
    background-size: 200% !important;
  }
  .mobile-speaker {
    display: block;
  }
  .speaker-container {
    display: none;
  }
}

.speaker_mob {
  margin-bottom: 0px;
}




@media only screen and (max-width: 600px) {
  .baloon {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .slider {
    height: 100vh;
  }

  .animation_mainpage {
    height: 100vh;
  }

  #slideshow {
    height: 100vh;
  }

  .anim {
    background-size: contain;
    background-position: center 60%;
    background-size: 150%;
    width: 100%;
  }
  
  .fr {
      float: left !important;
  }

}