/* adi_animated elements */
.adistory {
  padding: 0px 0 0 5px;
  color: #0000ff;  
  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;
	font-size : 14px !important;
	color:#0000ff !important;
	background-color:#dcdcdc;
	letter-spacing:-1px;
	font-weight:bold !important;
	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;
}