.speaker-list {
  display: block;  
width: 500px ;  
}
.date {
width: 150px;  
}
.source {
 color: #777777;  font-size: 13px;
}
.speaker-list  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.speaker-list  li {  padding-left: 1em; 

  text-indent: -.9em;
}

.speaker-list li::before {
  content: "• ";
  color: #0091D8; /* or whatever color you prefer */ font-size: 24px;
}

.speaker-list ul li {  display: block;
 font-size: 13px; font-family: "Montserrat", sans-serif; line-height: 17px; margin-bottom: 7px;
}
.Iam {
margin:  30px 0px 140px 0; font: normal ;
	width: 100%;
 font-size: 33px;
font-family: "Montserrat", sans-serif;
  color: white;
}
.Iam p {
  height: 45px;float:left;
}
.Iam em {
 font-style: normal;
font-weight: 600;
}
.Iam b {
	float:left;
  overflow: hidden;
  position: relative;
  height: 45px;
  top: 40px;
	width:100%; font-weight: 100;   
}
.Iam .innerIam {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;

/*animation*/
-webkit-animation:move 12s;
   -moz-animation:move 12s;
    -ms-animation:move 12s;
     -o-animation:move 12s;
        animation:move 12s;
/*animation-iteration-count*/
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
/*animation-delay*/
-webkit-animation-delay:3s;
   -moz-animation-delay:3s;
    -ms-animation-delay:3s;
     -o-animation-delay:3s;
        animation-delay:3s;
}
@keyframes move{
    0%  { top: 0px; }
    10% { top: -50px; }
    20% { top: -100px; }
    30% { top: -150px; }
    40% { top: -200px; }
    50% { top: -250px; }
    60% { top: -300px; }
    70% { top: -350px; }
	80% { top: -400px; }
}

@-webkit-keyframes move {
    0%  { top: 0px; }
    10% { top: -50px; }
    20% { top: -100px; }
    30% { top: -150px; }
    40% { top: -200px; }
    50% { top: -250px; }
    60% { top: -300px; }
    70% { top: -350px; }
	80% { top: -400px; }
}
@-moz-keyframes move {
   0%  { top: 0px; }
    10% { top: -50px; }
    20% { top: -100px; }
    30% { top: -150px; }
    40% { top: -200px; }
    50% { top: -250px; }
    60% { top: -300px; }
    70% { top: -350px; }
	80% { top: -400px; }
	90% { top: -450px; }

}
@-o-keyframes move {
   0%  { top: 0px; }
    10% { top: -50px; }
    20% { top: -100px; }
    30% { top: -150px; }
    40% { top: -200px; }
    50% { top: -250px; }
    60% { top: -300px; }
    70% { top: -350px; }
	80% { top: -400px; }
}
@keyframes move {
    0%  { top: 0px; }
    10% { top: -50px; }
    20% { top: -100px; }
    30% { top: -150px; }
    40% { top: -200px; }
    50% { top: -250px; }
    60% { top: -300px; }
    70% { top: -350px; }
	80% { top: -400px; }
}


/** BG - Static */
#hero-bg-static {
  background-image: url("../images/bg-hero.jpg");
}

/** BG - Parallax */
#hero-bg-parallax > .bg-img-parallax {
  background: url("../images/bg-hero-parallax.jpg");
}

/** BG - Slider */
#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(1) {
  background: url("../images/bg-hero-slide-1.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(2) {
  background: url("../images/bg-hero-slide-2.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(3) {
  background: url("../images/bg-hero-slide-3.jpg");
}

/** BG - Slideshow */
#hero-bg-slideshow .slides > .bg-img-cover:nth-child(1) {
  background: url("../images/bg-hero-slide-1.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(2) {
  background: url("../images/bg-hero-slide-2.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(3) {
  background: url("../images/bg-hero-slide-3.jpg");
}

/** BG - Video */
#hero-bg-video:before {
  z-index: 15;
}

#hero-bg-video .container {
  position: relative;
  z-index: 20;
}

#hero-bg-video .player.is-mobile {
  display: none;
}


/*
* Countdown
*/

#countdown {
  margin-bottom: 10px;
  margin-top: -40px;
}


/*
* Section - Venue
*/

#venue {
  background-image: url("../images/bg-venue.jpg");
}


/*
* Promo
*/

#promo {
  background-image: url("../images/bg-promo.jpg");
}


/*
* Ticket
*/

#ticket {
  background-image: url("../images/bg-ticket.jpg");
}

/*
* report
*/

#report {
  background-image: url("../images/bg-report.jpg");
}

/*
* Register
*/

#register {
  background-image: url("../images/bg-register.jpg");
}


/*
* Footer
*/

.footer-logo {
  max-height: 40px;
}

.footer-icon-social {
  bottom: 10px;
  position: relative;
}
.bg-overlay-blue {
background-color: #63b02e;
}

@media (max-width: 768px) {
  /*
  * Border
  */
 .Iam { font-size: 24px; line-height: 50px } }

  /*

