
.pnssearch{
	padding:4px;
	font-size:15px;
	background-image: url(img/ico-search.gif);
		border: 0px solid #eee;
  color: #fff;
  border-radius: 7px;
	background-repeat: no-repeat;
	background-position: 14px;
	padding-left: 50px;
width:auto;
	transition:all 0.3s ease;
	background-size: 20px;
	height: 100%;
	background-color: #0b0b0b;
	width: calc(100% - 50px);
	border-radius: 100px;
	border: 2px solid red;
}
.pnssearch:focus{
	border:2px solid #fff;
	outline:0px;
}
#pnssearch{
	position: relative;
	z-index: 999;
	height: 40px;
	float: left;
	width: calc(100% - 400px);
}
#pnssearchres{
  border: 0px;
  padding: 0px;
  position: absolute;
  display: none;
color: #fff;
background: #0b0b0b;
  width: 380px;
  border-radius: 10px;
  overflow: hidden;
}
#pnssearchres a span{
	display: inline-block;
  font-weight: 800;
  padding-right: 10px;
  color: red;
}
#pnssearchres a{
	margin:0;
	color: #fff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #333;
	padding: 13px 20px;
	transition:all 0.3s ease;
}
#pnssearchres a:hover{
	background-color:#e10102;
	color:#fff;
}
#pnssearchres a:hover span{
	color:#fff;
}
#pnssearchres a:last-of-type{
	border:0px;
}