*,
*:before,
*:after,
#bottom .inside .right a {
  transition: none !important;
  animation: none !important;
  transform: none !important;
    -webkit-transform: none !important;
  } 
a {
  transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
  animation: none !important;
}
