@charset "UTF-8";
.search-form {
  display: block;
  position: relative;
  width: 300px;
  margin-top: 19px;
  margin-bottom: 35px;
}
.search-form_label {
  display: block;
  padding: 9px 40px 9px 10px;
  background: #FFFFFF;
  border-color: #b5b7bc;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  width: 94%;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #333;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  font-family: "Constantia", sans-serif;
}
.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: 0;
  right: -29px;
  width: 47px;
  height: 47px;
  border: 2px solid #d2b07e;
  color: #d2b07e;
  font: 400 18px/22px 'FontAwesome', sans-serif;
}
.search-form_submit:before {
  content: "";
}
.search-form_submit:hover {
  background-color: #d2b07e;
  color: #FFFFFF;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .search-form {
    width: 240px;
  }
}
@media (max-width: 479px) {
  .search-form {
    width: 260px;
  }
}

.search-form_toggle {
  float: right;
  display: inline-block;
  color: #fff;
  font: 400 44px/44px "FontAwesome";
}
.search-form_toggle:before {
  content: "";
}
.search-form_toggle.active, .search-form_toggle:hover {
  color: #31353d;
}
.search-form_toggle.active:before {
  content: "";
}

.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 93.5%;
  z-index: 1;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-form_liveout h4 {
  font-size: 16px;
  line-height: 24px;
}
.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);
  -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: #fff;
  color: #999999;
}
.search-form_liveout .search_link .search_title {
  color: #31353d;
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #31353d;
  color: #9299a8;
}
.search-form_liveout .search_link:hover .search_title {
  color: #fff;
}
.search-form_liveout .search_error {
  display: block;
  color: #31353d;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #31353d;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #31353d;
  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 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 {
  color: #31353d;
  font-family: "Constantia", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
.search-frame h4 a:hover {
  color: #fff;
}
@media (max-width: 979px) {
  .search-frame .search-frame h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.search-frame .search_list {
  color: #d2b07e;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  position: relative;
  counter-reset: num1;
}
.search-frame .search_list p {
  font: 300 15px/22px "Constantia", sans-serif;
}
.search-frame .search_list li {
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-frame .search_list li:hover {
  background: rgba(255, 132, 124, 0.4);
}
.search-frame .search_list li:before {
  content: counter(num1,decimal) ".";
  counter-increment: num1;
  position: absolute;
  left: 5px;
  top: 24px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: inherit;
  color: #31353d;
}
.search-frame .search_list + li {
  margin-top: 20px;
  border-top: 5px solid #31353d;
}
.search-frame .search_list .match {
  color: #31353d;
  font-size: 12px;
  display: block;
}
.search-frame .search {
  color: #31353d;
  font-weight: 700;
}
.search-frame .match {
  color: white;
  font-size: 12px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}
