@import url(../css/font-awesome.css);
@import url(../css/fl-justicons.css);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700|Lato);
.search-form {
  display: inline-block;
  padding: 0.38461538rem 0;
  position: relative;
  z-index: 50;
  width: 28.46153846rem;
}
* + .search-form {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .search-form {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
.search-form form {
  position: relative;
}
.search-form_label {
  width: 100%;
  display: block;
  padding: 0.38461538rem 0.76923077rem 0.38461538rem 0.76923077rem;
  background: #ffffff;
  border: 0.23076923rem solid #6e7879;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #6e7879;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  font-size: 1.07692308rem;
  line-height: 1.53846154rem;
  height: 1.92307692rem;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.search-form_input::-webkit-input-placeholder {
  color: #6e7879;
  opacity: 1;
}
.search-form_input::-moz-placeholder {
  color: #6e7879;
  opacity: 1;
}
.search-form_input:-moz-placeholder {
  color: #6e7879;
  opacity: 1;
}
.search-form_input:-ms-input-placeholder {
  color: #6e7879;
  opacity: 1;
}
.sform {
  position: relative;
}
.search-form_toggle {
  position: absolute;
  float: right;
  right: 0px;
  top: -0.61538462rem;
  color: #fff;
  font-size: 1.53846154rem;
  font-weight: 400;
  line-height: 3.30769231rem;
  font-family: 'FontAwesome', sans-serif;
  height: 3.30769231rem;
  width: 3.30769231rem;
  background: #f15a5a;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 999999999;
}
.search-form_toggle:before {
  content: '\f002';
}
.search-form_toggle:focus {
  color: #ffffff;
  background: #f15a5a;
}
.search-form_toggle:hover {
  color: #1c282a;
}
.search-form_toggle.active:before {
  content: '\f00d';
  color: #1c282a;
}
@media (max-width: 767px) {
  .search-form_toggle {
    position: fixed;
    right: 43px;
    top: 6px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    z-index: 9999999;
  }
}
.search-form + * {
  margin-top: 1.92307692rem;
}
.search-form_liveout {
  text-align: left;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}
.lt-ie9 .search-form_liveout {
  filter: alpha(opacity=0);
}
.search-form_liveout .search_list {
  padding: 0.76923077rem;
  list-style-type: none;
  font-size: 1.07692308rem;
  line-height: 1.84615385rem;
  background: #ffffff;
  font-weight: 500;
  -moz-box-shadow: 0 0 0.15384615rem 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0.15384615rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.15384615rem 0 rgba(0, 0, 0, 0.5);
}
.search-form_liveout .search_list li + li {
  margin-top: 0.15384615rem;
}
.search-form_liveout .search_list a {
  padding-left: 0.38461538rem;
}
.search-form_liveout .search_list p {
  margin: 0;
}
.search-form_liveout .search_link {
  font-family: 'Open Sans', sans-serif;
  display: block;
  padding: 0.38461538rem 0.76923077rem;
  background: #ffffff;
  color: #f15a5a;
}
.search-form_liveout .search_link .search_title {
  color: #1c282a;
  font-size: 1.38461538rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.38461538rem;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .search-form_liveout .search_link .search_title {
    font-size: 12px;
    line-height: 16px;
  }
}
.search-form_liveout .search_link:hover {
  background: #f15a5a;
  color: #ffffff;
}
.search-form_liveout .search_link:hover .search_title {
  color: #ffffff;
}
.search-form_liveout .search_error {
  display: block;
  color: #f15a5a;
  background: #fafafa;
  padding: 0.76923077rem;
  overflow: hidden;
  font-size: 1.07692308rem;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  color: #a40e0e;
  background: #fafafa;
  padding: 0.76923077rem;
}
.search-form_liveout button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form_liveout button:hover {
  background: #f15a5a;
  color: #ffffff;
}
input:focus + .search-form_liveout {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 input:focus + .search-form_liveout {
  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;
  -webkit-transition: 0.3s all ease;
  -o-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: #1c282a;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.53846154rem;
  font-weight: 700;
  line-height: 2.15384615rem;
  text-transform: none;
}
@media (min-width: 2051px) {
  .search-frame h4 {
    line-height: 2.39316239vw;
    font-size: 1.70940171vw;
  }
}
@media (max-width: 979px) {
  .search-frame h4 {
    font-size: 1.23076923rem;
    line-height: 1.23076923rem;
  }
}
.search-frame h4 a:hover {
  color: #f15a5a;
}
.search-frame .search_list {
  color: #6e7879;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  counter-reset: num1;
}
.search-frame .search_list p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15384615rem;
  line-height: 1.69230769rem;
  font-weight: 300;
}
@media (min-width: 2051px) {
  .search-frame .search_list p {
    font-size: 1.28205128vw;
    line-height: 1.88034188vw;
  }
}
.search-frame .search_list .match {
  color: #f15a5a;
  font-size: 0.92307692rem;
  display: block;
}
@media (min-width: 2051px) {
  .search-frame .search_list .match {
    font-size: 1.02564103vw;
  }
}
.search-frame .search_list li {
  padding-top: 1.53846154rem;
  padding-left: 3.84615385rem;
  position: relative;
  padding-bottom: 1.53846154rem;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 2051px) {
  .search-frame .search_list li {
    padding-left: 4.27350427vw;
    padding-top: 1.70940171vw;
    padding-bottom: 1.70940171vw;
  }
}
.search-frame .search_list li:hover {
  background: rgba(99, 205, 84, 0.1);
}
.lt-ie9 .search-frame .search_list li:hover {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63cd54', endColorstr='#ff63cd54');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63cd54', endColorstr='#ff63cd54');
  zoom: 1;
}
.search-frame .search_list li:before {
  content: counter(num1) '.';
  counter-increment: num1;
  position: absolute;
  left: 0.38461538rem;
  top: 1.38461538rem;
  width: 1.84615385rem;
  height: 1.84615385rem;
  font-size: 1.84615385rem;
  line-height: inherit;
  color: #1c282a;
}
@media (min-width: 2051px) {
  .search-frame .search_list li:before {
    font-size: 2.05128205vw;
    left: 0.42735043vw;
    top: 1.53846154vw;
    width: 2.05128205vw;
    height: 2.05128205vw;
  }
}
@media (max-width: 979px) {
  .search-frame .search_list li:before {
    top: 1rem;
  }
}
.search-frame .search_list li + li {
  border-top: 0.38461538rem solid #f15a5a;
}
.search-frame .search {
  color: #f15a5a;
  font-weight: 700;
}
.search-frame .match {
  color: #1c282a;
  font-size: 0.92307692rem;
  display: block;
}
@media (min-width: 2051px) {
  .search-frame .match {
    font-size: 1.02564103vw;
  }
}
.search-frame * + p {
  margin-top: 1.23076923rem;
}
@media (min-width: 2051px) {
  .search-frame * + p {
    margin-top: 1.36752137vw;
  }
}
body.search_body {
  background: #1b1b1d;
}
.content {
  padding-top: 5rem;
  padding-bottom: 8.84615385rem;
}
.search_head {
  padding-bottom: 1.92307692rem;
}
.search-form_label + .search-form_submit {
  margin-top: 2.76923077rem;
}
