#search {
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 1px;
  position: relative;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none;
  height: 40px;
  width: 200px;
  background: transparent;
}
#search::-ms-clear {
  display: none;
}
#search input {
  border-radius: 20px;
  font: 400 16px/24px "Lato", 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: 40px;
  width: 187px;
  background: transparent;
  padding: 6px 0 6px 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: 38px;
}
