.ikiss-autocomplete-result-wrap {
    display: none;  
	position: absolute;
	top: 40px;
    left: -150px;
    right: 0;
	z-index: 105 !important; 
	background: rgba(240, 240, 240, 1);
	color: #404040;
	box-shadow: 0 5px 15px #000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	text-align:left;
	font-size: 0.875em;
    padding: 10px 10px 0 10px;
}
.ikiss-autocomplete-result-wrap h2 {
    color: #404040;
    font-weight: 600;
	font-size: 1.125em;
	padding: 5px 0 0;
	margin: 0;
}
.ikiss-autocomplete-result-head ul {
    padding: 10px 0;
    border-bottom: 1px solid rgba(64, 64, 64, 0.45);
    transition: all 2s;
}
.ikiss-autocomplete-result-head ul li{
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
    padding: 2px 0;
}
.ikiss-autocomplete-result-wrap .btn {
    padding: 7px 15px 10px;
    background-color: #00929c;
    color: #fff;
    border-radius: 3px;
    font-weight: normal;
    font-size: 1em;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
    border: none !important;
    margin: 20px auto;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.ikiss-autocomplete-result-head ul li a:before {
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    color: #404040;
}
.ikiss-autocomplete-result-head ul li a[href*="object"]:before, .ikiss-autocomplete-result-head ul li a[href*="NavID"]:before {
    content: '\f15c';
}
.ikiss-autocomplete-result-head ul li a[href*="ModID=9"]:before {
    content: '\f2bb';
}
.ikiss-autocomplete-result-head ul li a[href*="ModID=255"]:before {
    content: '\f1ea';
}
.ikiss-autocomplete-result-head ul li a[href*="ModID=10"]:before {
    content: '\f19c';
}
.ikiss-autocomplete-result-head ul li a[href*="PDF"]:before {
    content: '\f1c1';
}
@media only screen and (max-width:700px) {
.ikiss-autocomplete-result-wrap {
    left: 0;
}
.ikiss-autocomplete-result-wrap .btn {
    width: 100%;
}
}