.search-form {
  display: block;
  position: absolute;
  width: 300px;
  right: 0px;
  top:100%;
  z-index: 999;
}
.search-form_label {
  display: block;
  padding: 0px;
  background: #ededed;
  border: 0px solid #acacac;
}
.search-form_input {
  color: #333333;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  height: 46px;
  outline: none;
  border: none;
  padding: 10px;
  font-weight: 300;
}
.search-form_submit {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 46px;
  height: 46px;
  color: #FFF;
  border: none;
  background: #51c137;
  font: 400 18px/22px 'FontAwesome', sans-serif;
}
.search-form_submit:before {
  content: "\f002";
}
.search-form_submit:hover {
  background: #333333!important;
}
@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}
.search-form_toggle {
  margin-top: 30px;
  margin-right: 40px;
  margin-left: 92px;
  margin-bottom: 27px;
  float: right;
  color: #333333;
  font-size: 33px;
  width: 30px;
}
.search-form_toggle:before {
  content: "\f002";
  font-family: fontAwesome;
}
.search-form_toggle.active,
.search-form_toggle:hover 
{
  color: #ffffff;
}
.search-form_toggle:focus {
  color: #333;
}
.search-form_toggle.active:before {
  content: "\f00d";
  color: #333;
}
.search-form {
  display: none;
}
.search-form.on {
  display: block;
}
.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-form_liveout .search_list {
  font-size: 14px;
  line-height: 24px;
  background: #FFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.search-form_liveout .search_list li + li {
  margin-top: 2px;
}
.search-form_liveout .search_link {
  display: block;
  padding: 5px 10px;
  background: #FFF;
  color: #999;
}
.search-form_liveout .search_link .search_title {
  color: #ffffff;
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #ffffff;
  color: #ffffff;
}
.search-form_liveout .search_link:hover .search_title {
  color: #FFF;
}
.search-form_liveout .search_error {
  display: block;
  color: #ffffff;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #ffffff;
  color: #FFF;
}
input:focus + .search-form_liveout {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-form_liveout .tablet,
.mobile .search-form_liveout {
  display: none !important;
}
.search-frame,
.search-frame body {
  width: 100%;
  height: auto;
  background: transparent;
}
.search-frame,
.search-frame body,
.search-frame h1,
.search-frame h2,
.search-frame h3,
.search-frame h4,
.search-frame h5,
.search-frame h6,
.search-frame p,
.search-frame em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
.search-frame img {
  max-width: 100%;
  height: auto;
}
.search-frame a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-frame a:active {
  background: transparent;
}
.search-frame a:focus {
  outline: none;
}
.search-frame h4 a:hover {
  color: #ffffff;
}
.search-frame .search_list {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
}
.search-frame .search_list li {
  padding-left: 30px;
  position: relative;
}
.search-frame .search_list li:before {
  content: '\f0f6';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: inherit;
}
.search-frame .search_list + li {
  margin-top: 20px;
}
.search-frame .search {
  color: #777777;
}
.search-frame .match {
  color: #ffffff;
  font-size: 11px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}
#page_404 #search{
  margin-top: 34px;
}
#page_404 #search input{
  display: block;
  border:1px solid #c8c8c8;
  width: 370px;
  padding: 20px;
  margin-bottom: 54px;
}