.searchfield {
	width: 250px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.searchfield:focus {
	width: 105%;
}

/** JS animated input **/
.searchfieldjs {
	width: 105%;
}
.searchfieldjs:focus {
  color: #666;
}
