/*Custom CSS here..*/
.black-box-btn{
  display: inline-block;
  float: none;
  outline: 0px;
  height: 36px;
  width: auto;
    padding: 0 20px;
  cursor: pointer;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  background: none;
  font-size: 0.75em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}
.black-box-btn:hover{
	background: #000;
	color: #fff;
}