@charset "UTF-8";
::-webkit-input-placeholder {
  color: #bbc2c7;
  opacity: 1;
}

::-moz-placeholder {
  color: #bbc2c7;
  opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #bbc2c7;
  opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #bbc2c7;
  opacity: 1;
}

.search-form {
  display: block;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .search-form {
    margin-left: 0;
    margin-right: 0;
  }
}
.search-form_label {
  display: block;
  padding: 16px 16px 16px 15px;
  background: #ffffff;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .search-form_label {
    padding: 32px 40px 32px 10px;
  }
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #bbc2c7;
  background: #FFFFFF;
  display: block;
  padding-left: 15px;
  width: 100%;
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
}
@media (min-width: 992px) {
  .search-form_input {
    padding-left: 33px;
  }
}
@media (min-width: 768px) {
  .search-form_input {
    font-size: 18px;
  }
}
.search-form_submit {
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 17px 46px 17px 21px;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #8dc63f;
}
@media (min-width: 0px) and (max-width: 767px) {
  .search-form_submit {
    left: 50%;
    bottom: -85px;
  }
}
@media (min-width: 768px) {
  .search-form_submit {
    top: 50%;
    right: -174px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media (min-width: 992px) {
  .search-form_submit {
    padding: 33px 66px 33px 31px;
  }
}
@media (min-width: 768px) {
  .search-form_submit {
    font-size: 20px;
  }
}
.search-form_submit:before {
  position: absolute;
  top: 25.5px;
  right: 17px;
  font-size: 26px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .search-form_submit:before {
    top: 29px;
  }
}
@media (min-width: 992px) {
  .search-form_submit:before {
    top: 29px;
    right: 30px;
    font-size: 30px;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.search-form_submit:hover {
  background: #448ccb;
}
@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}

.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: #448ccb;
}
.search-form_toggle.active:before {
  content: "";
}

.search-form_liveout {
  z-index: 1;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-family: "Roboto Slab", sans-serif;
  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;
  background: #fff;
}
.lt-ie9 .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-form_liveout .search_list {
  font-size: 16px;
  line-height: 1.2;
  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 5px;
  background: #FFF;
  color: #999;
}
.search-form_liveout .search_link .search_title {
  color: #448ccb;
  text-transform: uppercase;
  -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_liveout .search_link:hover {
  background: #448ccb;
  color: #e4eef7;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.search-form_liveout .search_link:hover .search_title {
  color: #FFF;
}
.search-form_liveout .search_error {
  display: block;
  color: #448ccb;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #448ccb;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #448ccb;
  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 {
  overflow: hidden;
}
.search-frame, .search-frame body {
  width: 100%;
  height: auto;
}
.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: "Roboto Slab", sans-serif;
  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-family: "Montserrat", sans-serif;
  font-size: 27px;
  color: #192229;
}
.search-frame h4 a:hover {
  color: #448ccb;
}
.search-frame .search_list {
  color: #192229;
  font-family: "Roboto Slab", sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  padding-bottom: 100px;
  border: 0;
  vertical-align: top;
  list-style-type: none;
}
.search-frame .search_list li {
  margin-top: 60px;
}
.search-frame .search {
  color: #aeb0b1;
}
.search-frame .match {
  color: #8dc63f;
  font-size: 11px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}
