#custom-search-input {
	width: 50%;
	margin: 20px auto;
}
#custom-search-input {
	width: 50%;
	margin: 20px auto;
}
#custom-search-input input {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #f7f7f7;
}
#custom-search-input input:hover {
   box-shadow: 0 0 5px rgba(81, 203, 238, 1);
   border: 1px solid rgba(81, 203, 238, 1);
   transition: all 0.3s ease-in-out 0s;
}
.btn.btn-info.btn-lg {
	background-color: transparent;
	border: none;
	color: #555555;
	outline: none;
	padding: 10px 10px;
}
input.form-control.input-lg {
	background: url(../images/search/search.svg) 97% center no-repeat #fff;
	background-size: auto 50%;
	padding: 0 45px 0 15px;
}
.btn.btn-info.btn-lg b {
	font-size: 1.2em;
}
#custom-search-input input[placeholder] {
	font-size: 1em;
}
.search-text {
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #8b8b8b;
}
.search {
	background-color: #f7f7f7;
	margin: 0;
}
@media (max-width:480px) {
	#custom-search-input {
		width: 80%;
	}
}