.button {
  display: block;
  text-align: center;
}
.button a {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vc_btn3-left {
  float: left;
}
.vc_btn3-right {
  float: right;
}
.vc_btn3-center {
  text-align: center;
}
