.btn-xlg {
  padding: 16px 21px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.;
  background: #faf6ee;
  border: 4px solid #daceb6;
}

  .btn-xlg:hover {
	top: 0;
	background-color: #fffcf7;
    border: 4px solid #e5dac4;
}
