.bs-example{
	font-family: sans-serif;
	position: relative;
	margin: 50px;
}
.typeahead, .tt-query, .tt-hint {
	border: 1px solid #cccccc !important;
	border-radius: 8px;
	font-size: 18px;
	height: 40px;
	line-height: 30px;
	outline: medium none;
	padding: 0px 12px;
	width: 600px;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
	z-index: 999 !important;
}
.tt-suggestion {
	font-size: 16px;
	line-height: 24px;
	padding: 3px 20px;
	color:#000;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}
/*=========================================================
*                       RESPONSIVE CODE
*==========================================================*/
@media (max-width:1200px)
{
.typeahead, .tt-query, .tt-hint {
	width: 600px;
}
}
@media (max-width:1200px) and (min-width:992px)
{
.typeahead, .tt-query, .tt-hint {
	
	width:550px;
}
}
@media (max-width:992px) and (min-width:768px)
{
.typeahead, .tt-query, .tt-hint {
	
	width:400px;
}
}
@media (max-width:767px)
{
.typeahead, .tt-query, .tt-hint {
	
	width:250px;
}
}