
.search-navigation {
  	position: absolute;
  	z-index: 9;
    top: 843px;
    left: 633px;
    text-align: center;
  	color: #000;
  	font-size: 33px;
  	font-family: inherit;
  	font-weight: 800;
}
.btn-primary a{
	display: block;
    color: #000;
}
.btn-primary {
  border-radius: 0px;
  padding:0;
  border:0;
  background: #fff;
  color: #000;
  width: 99px;
  height: 56px;
  font-size: 28px;
  line-height: 56px;
  float: left;
  margin-right: 1em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover{
	background-color: #fff;
}
.btn-primary:hover a, .btn-primary:active a, .btn-primary:active:hover a{
    color: #000;
}