.firstMoreBtn{position:relative; width:250px; background-color:rgba(0,0,0, .3); padding:0 50px 0 50px; border-radius:50px; margin:0 auto;display:block; cursor: pointer;}
.firstMoreBtn a {color:#fff;line-height: 2.9em;font-size: 14px; font-weight:bold; }
.firstMoreBtn:hover {background-color:rgba(0,0,0, 1);}

.nonbackBtn {
    background: -webkit-linear-gradient(-65deg, rgba(176,9,89,0.0) 57%, #b00959 43%) no-repeat;
    background: -o-linear-gradient(-65deg, rgba(176,9,89,0.0) 57%, #b00959 43%) no-repeat;
    background: -webkit-linear-gradient(155deg, rgba(176,9,89,0.0) 57%, #b00959 43%) no-repeat;
    background: -o-linear-gradient(155deg, rgba(176,9,89,0.0) 57%, #b00959 43%) no-repeat;
    background: linear-gradient(-65deg, rgba(176,9,89,0.0) 57%, #b00959 43%) no-repeat;
    background-size: 250% 200%;
    background-position: 98% 96%;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    color: #b00959;
}
.nonbackBtn:hover {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    background-position: 1% 4%;
}