/* adi_animated elements */
.adistory {
  padding: 0px 0 0 5px;
  color: #ffffff; !important; 
  opacity: 0.1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.adistory a {
	text-decoration:none !important;
	/* color:#ffffff; !important;	*/
	color:#0000ff; !important;	
	/* background-color:#F75264; */
	/* font-weight:bold; !important; */
	letter-spacing:-0.5px;
	padding:2px;
}

.adistory.adi_animated {
  opacity: 1;
}

/* animation transition styles */
.adistory.aditop {
  display: inline;
  width: auto;
  text-align: left;
  margin-top: -5px;

}
.adistory.aditop.adi_animated {
  margin-top: 0px;
}
.adistory.aditop.dis {
  margin-top: 0px;
}

.adistory.btm {
  display: inline;
  width: auto;
  text-align: center;
  margin-top: 25px;
}
.adistory.btm.adi_animated {
  margin-top: 0;
}
.adistory.btm {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.adistory.btm.adi_animated {
  margin-top: 0;
}