@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
.search-form {
  display: none;
  position: absolute;
  width: 300px;
  right: 0px;
  top: 105%;
  z-index: 999;
}
.search-form_label {
  display: block;
  padding: 12px 40px 12px 10px;
  background: #FFF;
  border: none;
}
.search-form_input {
  color: #008cd4;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 40px;
  padding: 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.search-form_submit {
  -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: 12px;
  right: 5px;
  width: 40px;
  height: 40px;
  padding: 0px 10px;
  color: #ffcc00;
  border: none;
  outline: none;
  font: 400 18px/22px 'FontAwesome', sans-serif;
  background: #404040;
  cursor: pointer;
}
.search-form_submit:before {
  content: '\f002';
}
.search-form_submit:hover {
  color: #FFF;
}
@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}
.search-form_toggle {
  cursor: pointer;
  float: right;
  position: relative;
  display: inline-block;
  color: #000000;
  font: 400 20px/20px 'FontAwesome';
  color: #FFF;
  border-radius: 147px;
  background: #404040;
  width: 43px;
  height: 43px;
  padding: 11px 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form_toggle:before {
  content: '\f002';
}
.search-form_toggle.active,
.search-form_toggle:hover {
  color: #ffcc00;
}
.search-form_toggle.active:before {
  content: '\f00d';
}
.search-form {
  display: none;
}
.search-form.on {
  display: block;
}
.search-form_liveout {
  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;
}
.search-form_liveout .search_list li {
  margin-top: 3px;
  background: #FFF;
}
.search-form_liveout .search_link {
  display: block;
  padding: 5px 10px;
  background: #FFF;
  color: #999;
}
.search-form_liveout .search_link .search_title {
  color: #008cd4;
  text-transform: uppercase;
  font-size: 20px;
}
.search-form_liveout .search_link:hover {
  background: #008cd4;
  color: #a1dfff;
}
.search-form_liveout .search_link:hover .search_title {
  color: #FFF;
}
.search-form_liveout .search_error {
  display: block;
  color: #008cd4;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #008cd4;
  background: #fafafa;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.search-form_liveout button:hover {
  background: #008cd4;
  color: #FFF;
}
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;
}
.search-frame {
  height: auto;
}
.search-frame,
.search-frame body {
  width: 100%;
  height: auto;
  background: transparent;
  font: 400 14px/24px 'Roboto', sans-serif !important;
}
.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;
  -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 {
  font-size: 20px;
  text-transform: uppercase;
}
.search-frame h4 a:hover {
  text-decoration: underline;
}
.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;
  margin-bottom: 35px;
}
.search-frame .search_list li:before {
  content: '\f0f6';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  font: 400 24px 'FontAwesome';
  line-height: inherit;
}
.search-frame .search_list + li {
  margin-top: 20px;
}
.search-frame .search {
  color: #777777;
}
.search-frame .match {
  color: #747272;
  font-size: 11px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}
@media (max-width: 980px) {
  .search-form {
    position: relative;
    width: 100%;
  }
  .search-form label input {
    border: 1px solid #909090;
  }
}
