
.top-header-search
{
	padding: 2px 8px 6px 0;
    width: 280px;
    font-size: 15px;
    color: #444A59;
    height: 36px;
    background-color: transparent;
    outline: none;
    vertical-align: middle;
    border: none;
	font-family:'Open Sans',sans-serif;
}
.search-button{    background: #F5F5FA;
    border: 1px solid rgba(163,174,194,0.50);
border-radius: 3px}
.search-box-open {
    background-color: #fff;
    box-sizing: content-box;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    padding: 7px 15px;
margin: 0}
img
{
	/*border-radius: 5px;*/
}
.autocomplete-items {
  /*position: absolute;*/
/*  width:300px;*/
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0%;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.b-featured
{
	padding:75px 0 75px;
}
.b-infoBar {
    padding: 6px 0;
}