#search {
  margin-top: 33px;
  margin-bottom: 61px;
  position: relative;
  border-radius: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  outline: none;
  height: 33px;
  width: 100%;
  background: transparent;
}
#search::-ms-clear {
  display: none;
}
#search input {
  border-radius: none;
  font: 300 13px/18px "Ubuntu", sans-serif;
  color: #ffffff;
  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: 33px;
  width: 330px;
  background: transparent;
  padding: 0 0 5px 13px;
}
#search input::-ms-clear {
  display: none;
}
#search input::-webkit-input-placeholder {
  color: #ffffff;
}
#search input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#search input:-ms-input-placeholder {
  color: #ffffff;
}
#search a {
  position: absolute;
  font-size: 25px;
  cursor: pointer;
  color: #ffffff;
  top: 50%;
  margin-top: -8px;
  right: 8px;
}
#search a:hover {
  color: #f8a45b;
}
#search a > .search_icon {
  display: block;
  width: 22px;
  height: 17px;
  background: url(../images/search_icon.png) no-repeat center 0px;
}
#search a > .search_icon:hover {
  background-position: center -17px;
}
@media (max-width: 1199px) {
  #search input {
    width: 260px;
  }
}
@media (max-width: 979px) {
  #search input {
    width: 196px;
  }
}
@media (max-width: 767px) {
  #search input {
    width: 380px;
  }
}
@media (max-width: 480px) {
  #search input {
    width: 230px;
  }
}
