.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 150px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;	
  margin-top: 10px;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 300px;
  border-radius: 25px 25px 25px 25px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: limegreen;
  left: initial;
  font-size: 15px;
}


.form-control {color: #0098d0 !important; font-weight: 300;}



@media only screen and (max-width: 800px) {
	.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width:345px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
	border: 1px solid #ccc;	
	margin-top: 10px;
	}
	
	.search-form .form-group:hover,
	.search-form .form-group.hover {
	width:345px;
	border-radius: 25px 25px 25px 25px;
	}
	
}
