@charset "UTF-8";
.search-form {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 300px;
  padding: 5px 0px;
  width: 300px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999999;  
}
@media (min-width: 768px) {
  .search-form {
    display: none;
  }
}
.search-form_label {
  /*display: block;*/
  padding: 0px 3px 3px 3px;
  background: #ededed;
  border: 1px solid #acacac;
  background: #444 none repeat scroll 0% 0%;
  border: 1px solid #FFF;
  border-radius: 5px;
  /*float:right;*/
  margin-right: 10px;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #fff;
  /*display: block;
  width: 100%;*/
  font-size: 12px;
  line-height: 1.3;
}
.search-form_submit {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 25px;
  height: 22px;
  color: #fff;
  font: 400 18px/22px 'FontAwesome', sans-serif;
}
.search-form_submit:before {
  /*content: "";*/
}
.search-form_submit:hover {
  color: #47bbec;
}
@media (max-width: 479px) {
  .search-form {
    width: 100%px;
  }
  .search-form_label {
	 margin-right:5px;
  }
  .search-form_input {
	  font-size:11px;
  }
  .search-form_submit {
	  top:38%;
  }
}

.on {
  display: block;
}

.search-form_toggle {
  display: none;
  color: #333;
  font: 400 22px/22px "FontAwesome";
  z-index: 99999999999;
}
@media (min-width: 768px) {
  .search-form_toggle {
    position: fixed;
    right: 20px;
    top: 84px;
    display: inline-block;
  }
}
.search-form_toggle:before {
  content: "";
}
.search-form_toggle.active, .search-form_toggle:hover {
  color: #fff;
}
.search-form_toggle.active:hover {
  color: #333;
}
.search-form_toggle.active:before {
  content: "";
}
@media (min-width: 768px) {
  .search-form_toggle {
    font: 400 33px/33px "FontAwesome";
    position: absolute;
    top: 151px;
    right: 37px;
  }
}
@media (min-width: 992px) {
  .search-form_toggle {
    top: 73px;
  }
}
@media (min-width: 1200px) {
  .search-form_toggle {
    top: 78px;
  }
}

.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  /*left: 0;*/
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lt-ie9 .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-form_liveout .search_list {
  font-size: 14px;
  line-height: 24px;
  background: #FFF;
  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: #f68724;
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #f68724;
  color: #fef2e8;
}
.search-form_liveout .search_link:hover .search_title {
  color: #FFF;
}
.search-form_liveout .search_error {
  display: block;
  color: #f68724;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #f68724;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #f68724;
  color: #FFF;
}
input:focus + .search-form_liveout {
  opacity: 1;
}
.lt-ie9 input:focus + .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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 h4 a {
  font-size: 20px;
  color: #7777;
  text-transform: uppercase;
}
.search-frame h4 a:hover {
  color: #515151;
}
.search-frame img {
  max-width: 100%;
  height: auto;
}
.search-frame a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -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 .search_list {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
}
.search-frame .search_list li {
  padding-left: 40px;
  position: relative;
}
.search-frame .search_list li + li {
  margin-top: 40px;
}
.search-frame .search {
  color: #777777;
}
.search-frame .match {
  color: #333;
  font-size: 11px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}
