.residenza {
	padding:0px 50px 0 10px;
}

.twitter-typeahead{
	width: 100%;	
}

::-moz-placeholder {
	text-align:left!important;
}
::-ms-input-placeholder  {
	text-align:left!important;
}
::-webkit-input-placeholder  {
	text-align:left!important;
}

:-webkit-input-placeholder  {
	text-align:left!important;
}

.calendar ::-ms-input-placeholder {
	text-align:center!important;
}

.calendar ::-moz-placeholder {
	text-align:center!important;
}

.calendar ::-webkit-input-placeholder {
	text-align:center!important;
}

.calendar :-webkit-input-placeholder {
	text-align:center!important;
}

.calendar .placeholder {
	color:#ccd4e1; 
}

.typeahead,
.tt-query,
.tt-hint {
	width: 100%
}

.typeahead {
 
}

.typeahead:focus {
	color:#002a67;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.twitter-typeahead .tt-hint, .twitter-typeahead .tt-input {
  font-size:14px;
  line-height:14px;
  text-transform: none;
  text-align:left;
  padding-left:10px;
  /*font-family:'frutigernextltbold';**/
  font-family:'frutigernextltregular';
  background-color:#fff!important;
  color:#002a67;
}

.twitter-typeahead .tt-hint:focus, .twitter-typeahead .tt-input:focus {
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 5px 5px 0 0;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 0px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 0 0 5px 5px;
    margin: 0;
    overflow-y: auto;
    max-height:210px;
    padding: 10px 10px 5px;
    color:#002a67;

}

.tt-suggestion {
  padding: 5px 6px;
  font-size: 14px;
  line-height: 14px;
  color:#002a67;
  margin-bottom:5px;
  cursor:pointer;
}

.tt-suggestion.tt-cursor {
  color: #ef7a00;
  background-color: #fff;
  cursor:pointer;

}

.tt-suggestion.tt-cursor p {
  color:#ef7a00!important;

}

.tt-suggestion p {
  margin: 0;
  color:#002a67!important;
}

.tt-suggestion p:hover {
  color:#ef7a00!important;
}

.gist {
  font-size: 14px;
  color:#002a67;
}

.twitter-typeahead ::-moz-placeholder, .twitter-typeahead ::-webkit-input-placeholder, .twitter-typeahead ::-ms-input-placeholder {
    text-align: left;
}