@import url(//fonts.googleapis.com/css?family=Open+Sans|Roboto:700|Roboto+Condensed:400);
.search-form {
  display: block;
  position: relative;
  width: 270px;
}
.search-form .input {
  display: block;
  padding: 13.5px 40px 13.5px 15px;
  background: white;
  border: none;
}
.search-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #aea29c;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
}
.search-form input:focus {
  color: #111;
}
.search-form button {
  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;
}
.search-form button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form > button {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 25px;
  margin-top: -11px;
  height: 22px;
  color: #aea29c;
  font: 400 16px/22px 'FontAwesome', sans-serif;
}
.search-form > button:before {
  content: "\f002";
}
.search-form > button:hover, .search-form > button:focus:hover, .search-form > button:active:hover {
  color: #111111;
}

@media (max-width: 767px) {
  .search-form {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}
/*================== Live  Results ======================*/
.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  z-index: 9;
  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 .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: #999;
}
.search-form_liveout .search_link .search_title {
  color: #111111;
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #111111;
  color: #777777;
}
.search-form_liveout .search_link:hover .search_title {
  color: #FFF;
}
.search-form_liveout .search_error {
  display: block;
  color: #111111;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #111111;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #111111;
  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;
}

/*================== Frame Results ======================*/
.search-frame, .search-frame body {
  width: 100%;
  height: auto;
  background: transparent;
  font: 400 14px/28px "Open Sans", sans-serif;
  color: #555555;
}
.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: #111111;
  font: 700 20px/25px "Roboto", sans-serif;
}
.search-frame h4 a:hover {
  color: #615650;
}
.search-frame .search_list {
  counter-reset: li;
  list-style-type: none;
  margin: 0;
  padding: 39px 0 0;
}
.search-frame .search_list li {
  position: relative;
  background: #FFF;
  padding: 24px 21px 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-frame .search_list li:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  width: 57px;
  height: 35px;
  background: #F6F2F0;
  border-bottom: 4px solid #D4CAC7;
  font: 700 15px/35px "Roboto", sans-serif;
  color: #111111;
  text-align: center;
}
.search-frame .search_list li + li {
  margin-top: 69px;
}
.search-frame .search {
  color: #777777;
}
.search-frame .match {
  color: #aea29c;
  font-size: 11px;
  display: block;
}
.search-frame * + p {
  margin-top: 11px;
}
.search-frame p + p {
  margin-top: 6px;
}
