.Iam {
  font: normal 20px Montserrat, sans-serif;
  color: #999;
}
.Iam p {
  float: left;
  margin-right: 0.3em;
  margin-top: 20px;
  color: #F0F3F4;
}

@media (max-width: 500px)
{
  .Iam p {
    float: left;
    margin-right: 0.3em;
    margin-top: 0px;
    color: #F0F3F4;
  }
}

.Iam b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 24px;
  top: 20px;
}

@media (max-width: 500px)
{
  .Iam b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 24px;
    margin-bottom: 30px;
  }
}

.Iam .innerIam {
  display: inline-block;
  color: #FDFEFE;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;


/*animation*/
-webkit-animation:move 10s;
   -moz-animation:move 10s;
    -ms-animation:move 10s;
     -o-animation:move 10s;
        animation:move 10s;
/*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; }
20% { top: -24px; }
40% { top: -48px; }
60% { top: -71px; }
80% { top: -95px; }
}

@-webkit-keyframes move {
    0%  { top: 0px; }
    20% { top: -24px; }
    40% { top: -48px; }
    60% { top: -71px; }
    80% { top: -94px; }
}
@-moz-keyframes move {
    0%  { top: 0px; }
    20% { top: -24px; }
    40% { top: -48px; }
    60% { top: -71px; }
    80% { top: -94px; }
}
@-o-keyframes move {
    0%  { top: 0px; }
    20% { top: -24px; }
    40% { top: -48px; }
    60% { top: -71px; }
    80% { top: -94px; }
}
@keyframes move {
    0%  { top: 0px; }
    20% { top: -24px; }
    40% { top: -48px; }
    60% { top: -71px; }
    80% { top: -94px; }
}

.divpsecial{
  margin: 0 0 20 0;
}

@media (max-width: 500px)
{
  .divpsecial{
    margin: 0 0 0 0;
  }
}

.divcenteranimation
{
  width: 50%;
  margin: 0 auto;
}