#search {
  margin-top: 58px;
  margin-bottom: 87px;
  margin-right: 1px;
  position: relative;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  height: 50px;
  width: 300px;
  background: #ffffff;
  border-bottom: 4px solid #ededed;
}
#search::-ms-clear {
  display: none;
}
#search input {
  border-radius: 0;
  border-bottom: 4px solid #ededed;
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #bbbaba;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  height: 46px;
  width: 260px;
  background: #ffffff;
  padding: 0 0 2px 13px;
}
#search input::-ms-clear {
  display: none;
}
#search a {
  position: absolute;
  cursor: pointer;
  color: #ffffff;
  top: 50%;
  margin-top: -12px;
  right: 34px;
}
#search a > .search_icon {
  display: block;
}
#search a > .search_icon:hover:before {
  color: #d48f17;
}
#search a > .search_icon:before {
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f002';
  color: #fcaf17;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#search a > .search_icon:hover {
  background-position: center -17px;
}
@media (max-width: 979px) {
  #search {
    width: 100%;
  }
  #search input {
    width: 196px;
  }
}
@media (max-width: 767px) {
  #search {
    width: 420px;
    margin-top: 20px;
  }
  #search input {
    width: 380px;
  }
}
@media (max-width: 480px) {
  #search {
    width: 270px;
  }
  #search input {
    width: 230px;
  }
}
