html, body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0);
}
body {
	overflow: hidden;
	font-family: Arial;
}
.container {
	max-width: 1040px;
	margin: auto;
}
.text_field {
    position: relative;
    display: table;
    border-collapse: separate;
}
#autosearch {
	font-size: 14px;
	padding: 15px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 50px;
    display: table-cell;
}
.eac-item {
    font-size: 15px;
    padding: 5px;
    font-family: Arial;
}
.eac-item > a {
	color: #333;
}
.eac-item > a > b{
	color: #FFA500;
}
.btn-group {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
.fa-search {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../img/search_icon.png') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}
.button{
    position: relative;
    border-radius: 0;
    height: 50px;
    float: left;
    line-height: 1.8;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    background-color: #00b3db;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 300ms;
    border: 1px solid #285e8e;
    padding-right: 15px;
    padding-left: 15px;
}
.button:hover {
    background-color: #3276B1;
}
.easy-autocomplete-container {
    top: 50px;
}

.easy-search-container{
    top: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.easy-search-container ul{
    list-style-type: none;
    background-color: gray;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px dotted #ccc;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}

.easy-search-container ul li, .easy-search-container ul .eac-category {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px;
}
.easy-search-container ul li.selected div {
    font-weight: normal;
}
.easy-search-container ul li div {
    display: block;
    word-break: break-all;
}
.eac-item {
    font-size: 15px;
    padding: 5px;
    font-family: Arial;
}

.eac-item > a {
    color: #333;
}
#results ul li:hover {
    background-color: #EBEBEB;
}