.btn {
  font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid;
  text-decoration:none;
  padding: 15px;
  font-style: normal;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  background-color:#b5a34f;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
	color: #fff;
}
.btn a {
	color: #fff;
}

.btn-lg {
  height: 50px;
  line-height: 46px;
  min-width: 200px;
}
.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
  color: #FFF;
  border-color: #b5a34f;
}
.btn-white:hover,
.image-bg .btn:hover {
  background-color: #8E803F;
  color: #fff;
}
