.twitter-typeahead{
	width: 100%;
	height: 52px;
}

.tt-menu{
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	color: black;
	margin-top: 15px;
	margin-left: 30px;
	border: 1px solid rgba(0,151,169,0.20);
}

.tt-hint{
	color: #999999 !important;
}

.tt-suggestion{
	border-bottom: 1px solid #cfd1d2;
    color: #000000;
    display: inline-block;
    font-family: 'VetoCom Light', Arial, Helvetica;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: none;
    width: 100%;
}

.tt-suggestion strong{
	color: #0097a9;
}

.tt-suggestion:hover{
	background-color: #0097a9 !important;
	color: #000000;
	cursor: pointer;
}

.tt-suggestion:hover strong{
	color: #ffffff;
}

.tt-cursor{
	background-color: #0097a9;
}

.tt-cursor strong{
	color: #ffffff;
}

.tt-suggestion img{
	float: left;
    width: 10%;
}

.tt-info .tt-name{
	float: left;
    padding-left: 20px;
    width: 60%;
	word-wrap: break-word;
}

.tt-info .tt-price{
	float: left;
    padding-left: 20px;
    width: 30%;
	font-size: 14px;
}

@media screen and (max-width: 600px) {

	.tt-suggestion img{
		width: 20%;
	}

	.tt-info{
		float: left;
		width: 80%;
		padding-left: 15px;
	}

	.tt-info .tt-name{
		float: none;
		padding-left: 0;
		width: 100%;

	}

	.tt-info .tt-price{
		float: none;
		padding-left: 0;
		width: 100%;
	}

	#homepage .twitter-typeahead
	{
		position:static !important;
	}

	#homepage .tt-menu
	{
		margin-left: 0;
		margin-top:5px;
	}
}
