.site-header {
	color: rgb(255, 255, 255);
}
.search-bar {
	margin: 0px auto 20px; 
	width: 100%; 
	position: relative; 
	max-width: 90%;
}
.search-bar .icon-search {
	font-size: 18px;
}
@media screen and (max-width:768px)
{
.search-bar {
	margin-bottom: 15px; 
	display: block; 
	max-width: 100%;
}
}
.search-bar input {
	padding: 15px 15px 15px 15px; 
	width: 100%; 
	line-height: 5px !important; 
	font-family: Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif; 
	font-size: 14px; 
	font-weight: 500; 
	margin-bottom: 0px;
}
.search-bar input::placeholder {
	color: rgb(200, 200, 200); 
}
.search-bar .search-bar--submit {
	margin: 0px; 
	border: 0px currentColor; 
	border-image: none; 
	top: 2px; 
	width: 45px; 
	text-align: center; 
	right: 0px; 
	bottom: 0px; 
	position: absolute; 
	cursor: pointer;
}

.site-header .search-bar .search-bar--submit {
	color: rgb(0, 0, 0);
}
.site-header .search-bar input {
	border: 0px currentColor; 
	color: rgb(255, 255, 255); 
	background-color: rgb(110, 110, 110);
}
.icon-fallback-text{
	background: url("/images/search.png") no-repeat 50% 50%;
	background-size: 50%;
}