.search-form {
  display: inline-block;
  position: relative;
  width: 267px;
  margin-right: 28px;
}
.search-form_label {
  height: 23px;
  display: block;
  padding: 2px 40px 2px 8px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #9e9e9e;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  height: 20px;
}
.search-form_submit {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 2px;
  right: 9px;
  width: 25px;
  height: 20px;
  color: #333333;
  font: 400 14px/22px 'FontAwesome', sans-serif;
}
.search-form_submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form_submit:before {
  content: '\f002';
}
.search-form_submit:hover {
  color: #009c82;
}
@media (max-width: 479px) {
  .search-form {
    width: 200px;
  }
}
.search-form_toggle {
  float: right;
  display: inline-block;
  color: #6d6c6c;
  font: 400 44px/44px 'FontAwesome';
}
.search-form_toggle:before {
  content: '\f002';
}
.search-form_toggle.active,
.search-form_toggle:hover {
  color: #009c82;
}
.search-form_toggle.active:before {
  content: '\f00d';
}
.search-form_liveout {
  z-index: 9;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lt-ie9 .search-form_liveout {
  filter: alpha(opacity=0);
}
.search-form_liveout .search_list {
  font-size: 14px;
  line-height: 24px;
  background: #e6e6e6;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-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: #ffffff;
  color: #6d6c6c;
}
.search-form_liveout .search_link .search_title {
  color: #434343;
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  color: #009c82;
}
.search-form_liveout .search_link:hover .search_title {
  color: #6d6c6c;
}
.search-form_liveout .search_error {
  display: block;
  color: #009c82;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  color: #6d6c6c;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form_liveout button:hover {
  color: #009c82;
}
input:focus + .search-form_liveout {
  opacity: 1;
}
.lt-ie9 input:focus + .search-form_liveout {
  filter: alpha(opacity=100);
}
.search-form_liveout .tablet,
.mobile .search-form_liveout {
  display: none !important;
}
#content {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.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-family: 'Play', sans-serif;
  vertical-align: top;
}
.search-frame img {
  max-width: 100%;
  height: auto;
}
.search-frame a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-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: #009c82;
}
.search-frame .search_list {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  counter-reset: li;
}
.search-frame .search_list li {
  padding: 24px 21px 22px 45px;
  position: relative;
  background: none;
  box-sizing: border-box;
}
.search-frame .search_list li:before {
  position: absolute;
  left: 0;
  top: 27px;
  width: 36px;
  height: 36px;
  font: 700 18px/36px "Roboto Condensed", sans-serif;
  color: #ffffff;
  background: #f9c700;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: counter(li, decimal);
  counter-increment: li;
}
.search-frame .search_list li h4 {
  margin-top: 10px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 20px;
}
.search-frame .search_list li h4 a:hover {
  color: #f9c700;
}
.search-frame .search_list + li {
  margin-top: 20px;
}
.search-frame .search {
  color: #007360;
}
.search-frame .match {
  color: #6d6c6c;
  font-size: 12px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .search-form {
    width: 134px;
  }
}
@media (max-width: 979px) {
  .search-form {
    width: 116px;
  }
}
