body{
	font-family: 'Montserrat', sans-serif;
}

.navbar-default {
    background-color: #ffd500;
    border-color: #ffd500;
	background-image: none;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.navbar .navbar-brand {  
	margin:0;  
	padding:0;  
	height: 53px;  
	vertical-align: middle;
}  
.navbar-header {
	vertical-align: middle;
}

.ico {
    margin: 5px !important;
}

.jumbotron{
	background-color: #ffd500;
    margin:10px !important;
	padding: 5px;
}


#custom-search-form {
	margin:0;
	margin-top: 2px;
	padding: 0;
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 12px;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  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: 5px;
  cursor: pointer;
  background-color: #fff; 
  color: #000;
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
  color: #000;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}