.green-gr,
.btn-lnk-home,
.btn-lnk.enter {
background: #347DC4;
background: -moz-linear-gradient(top, #7fc434 0%, #4c890c 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #7fc434), color-stop(100%, #4c890c));
background: -webkit-linear-gradient(top, #347DC4 0%, #347DC4 100%);
background: -o-linear-gradient(top, #7fc434 0%, #4c890c 100%);
background: -ms-linear-gradient(top, #7fc434 0%, #4c890c 100%);
background: linear-gradient(to bottom, #347DC4 0%, #347DC4 100%);
}
.green-gr:hover,
.btn-lnk-home:hover,
.btn-lnk.enter:hover {
background: #a5d644;
background: -moz-linear-gradient(top, #347DC4 0%, #347DC4 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #347DC4), color-stop(100%, #347DC4));
background: -webkit-linear-gradient(top, #347DC4 0%, #347DC4 100%);
background: -o-linear-gradient(top, #347DC4 0%, #347DC4 100%);
background: -ms-linear-gradient(top, #347DC4 0%, #347DC4 100%);
background: linear-gradient(to bottom, #FFF 0%, #347DC4 100%);
}