.DownloadBTN2{
  width: 170px;
  display: inline-block;
  outline: none;
 -webkit-animation: fadein 1s;
 -moz-animation: fadein 1s;
 -ms-animation: fadein 1s;
 -o-animation: fadein 1s;
  animation: fadein 1s;
  margin: 0 auto;
  padding: 0;
  padding-top: 50px;
  }

.DownloadBTN2 a {
  display: block;
  height: 50px;
  width: 170px;
  color: white;
  font-family: 'Eng2' , 'IranSans-Light';
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  padding: 0;
  text-align: center;
  direction: ltr;
  text-transform: uppercase;
  text-decoration: none;  
  background: #90b713;
  background: -moz-linear-gradient(top, #90b713 0%, #a1ca04 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90b713), color-stop(100%,#a1ca04));
  background: -webkit-linear-gradient(top, #90b713 0%,#a1ca04 100%);
  background: -o-linear-gradient(top, #90b713 0%,#a1ca04 100%);
  background: -ms-linear-gradient(top, #90b713 0%,#a1ca04 100%);
  background: linear-gradient(top, #90b713 0%,#a1ca04 100%);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
  border-radius: 10px;
 -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
 -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.TopSliding{
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
   border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
   border-top-left-radius: 10px;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
   box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.BottomSliding{
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
   border-bottom-right-radius: 10px;
  -webkit-bottom-top-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
   border-bottom-left-radius: 10px;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
   box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}


.DownloadBTN2 p {
  background: #343434;
  display: block;
  height: 40px;
  width: 150px; 
  padding: 0px;
  margin: -50px 0 0 10px;
  text-align: center;
  font-family: 'IranSans-Light';
  font-size: 15px;
  direction: ltr;
  color: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition: margin 0.2s ease;
  -moz-transition: margin 0.2s ease;
  -o-transition: margin 0.2s ease;
  -ms-transition: margin 0.2s ease;
   transition: margin 0.2s ease;
}


.DownloadBTN2:hover .BottomSliding{
  margin: -5px 0px 0px 10px;
}
.DownloadBTN2:hover .TopSliding{
  margin: -85px 0px 0px 10px;
  line-height: 35px;
}


.DownloadBTN2:active .BottomSliding{
  margin: 0px 0px 0px 10px;
  background: #ff7200
}
.DownloadBTN2:active .TopSliding{
  margin: -90px 0px 0px 10px;
  background: #ff7200
}









@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}