@charset "UTF-8";
div.sform {
  width: 100%;
  position: relative;
}

.search-form {
  display: block;
  opacity: 0;
  position: fixed;
  width: 230px;
  z-index: 1003;
  right: 20px;
  top: 110px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  -o-transform: translateY(-180px);
  -webkit-transform: translateY(-180px);
  transform: translateY(-180px);
}
@media (max-width: 1199px) {
  .search-form {
    top: 85px;
  }
}
@media (max-width: 767px) {
  .search-form {
    position: fixed;
    right: 10px;
    top: 85px;
  }
}
.search-form_label {
  width: 100%;
  display: block;
  padding: 10px 50px 10px 10px;
  background: #fff;
  border: 1px solid #4E4E4E;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #333333;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 33px;
}
.search-form_submit {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 14px;
  right: 22px;
  width: 25px;
  height: 22px;
  font: 400 24px/24px 'FontAwesome', sans-serif;
}
.search-form_submit:before {
  content: "";
}
.search-form_submit:hover {
  color: #f78f20;
}

.search-form_toggle {
  float: right;
  display: inline-block;
  color: #fff;
  font: 400 20px/43px "FontAwesome";
  position: absolute;
  right: 70px;
  top: -60px;
  min-width: 13px;
  z-index: 999999999;
  width: 43px;
  height: 43px;
  background: #f78f20;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .search-form_toggle {
    right: 25px;
  }
}
.search-form_toggle:before {
  content: "";
}
.search-form_toggle:focus {
  color: #fff;
}
.search-form_toggle:hover {
  color: #f78f20;
  background: #fff;
}
.search-form_toggle.active {
  background: #fff;
}
.search-form_toggle.active:before {
  content: "";
  color: #f78f20;
}
@media (max-width: 767px) {
  .search-form_toggle {
    position: fixed;
    right: 10px;
    top: 6px;
  }
}

.search-form + * {
  margin-top: 25px;
}

.search-form.on {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-form_liveout {
  text-align: left;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.search-form_liveout .search_list {
  padding: 10px;
  list-style-type: none;
  font-size: 12px;
  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_list a {
  padding-left: 5px;
}
.search-form_liveout .search_list p {
  margin: 0;
}
.search-form_liveout .search_link {
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 5px 10px;
  background: #fff;
  color: #333333;
}
.search-form_liveout .search_link .search_title {
  color: #333333;
  font: 700 13px/18px "Open Sans", sans-serif;
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #f78f20;
  color: #fff;
}
.search-form_liveout .search_link:hover .search_title {
  color: #fff;
}
.search-form_liveout .search_error {
  display: block;
  color: #f78f20;
  background: #2e2e2e;
  padding: 10px 10px;
  overflow: hidden;
  font-size: 14px;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  display: block;
  width: 100%;
  color: #7a4104;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #f78f20;
  color: #fff;
}
input:focus + .search-form_liveout {
  opacity: 1;
}
.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;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-frame a:active {
  background: transparent;
}
.search-frame a:focus {
  outline: none;
}
.search-frame h4 {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 979px) {
  .search-frame h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.search-frame h4 a:hover {
  color: #f78f20;
}
.search-frame .search_list {
  color: #8b8b8b;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  counter-reset: num1;
}
.search-frame .search_list p {
  font: 300 15px/22px "Open Sans", sans-serif;
}
.search-frame .search_list .match {
  color: #f78f20;
  font-size: 12px;
  display: block;
}
.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(0, 255, 0, 0.1);
}
.search-frame .search_list li:before {
  color: #333333;
  content: counter(num1) ".";
  counter-increment: num1;
  position: absolute;
  left: 5px;
  top: 20px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: inherit;
}
.search-frame .search_list li + li {
  border-top: 5px solid #f78f20;
}
.search-frame .search {
  color: #f78f20;
  font-weight: 700;
}
.search-frame .match {
  color: #333333;
  font-size: 12px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}

body.search_body {
  background: #1B1B1D;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search_head {
  padding-bottom: 25px;
}
