@charset "UTF-8";
.search-form {
  display: block;
  position: relative;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .search-form {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .search-form {
    width: 167px;
  }
}
.search-form_label {
  display: block;
  padding: 0px;
  background: #fff;
  border: 1px solid #09359e;
}
.search-form input {
  border-radius: 1px;
  border: 1px solid transparent;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #19191b;
  display: block;
  width: 85%;
  font-size: 16px;
  line-height: 16px;
  height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-right: 35px;
}
.search-form_input::-webkit-input-placeholder {
  color: #19191b;
  opacity: 1;
}
.search-form_input:-moz-placeholder {
  /* Firefox 18- */
  color: #19191b;
  opacity: 1;
}
.search-form_input::-moz-placeholder {
  /* Firefox 19+ */
  color: #19191b;
  opacity: 1;
}
.search-form_input:-ms-input-placeholder {
  color: #19191b;
  opacity: 1;
}
.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: 50%;
  right: 2px;
  width: 25px;
  height: 22px;
  color: #09359e;
  font: 400 20px/1 'FontAwesome', sans-serif;
  background: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-form_submit:before {
  content: "\f002";
}
.search-form_submit:hover {
  color: #df3439;
}
@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}

.search-form_toggle {
  float: right;
  display: inline-block;
  font: 400 44px/44px "FontAwesome";
  z-index: 9999;
}
.search-form_toggle:before {
  content: '';
  width: 20px;
  color: #000;
}
.search-form_toggle.active, .search-form_toggle:hover {
  color: #e03f25;
}
.search-form_toggle.active:before {
  content: "";
}

.search-form_liveout {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  left: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 10;
}
.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 h1, .search-form_liveout .search_list h2, .search-form_liveout .search_list h3, .search-form_liveout .search_list h4, .search-form_liveout .search_list h5, .search-form_liveout .search_list h6 {
  font-size: 14px;
}
.search-form_liveout .search_list h1 + p, .search-form_liveout .search_list h2 + p, .search-form_liveout .search_list h3 + p, .search-form_liveout .search_list h4 + p, .search-form_liveout .search_list h5 + p, .search-form_liveout .search_list h6 + p {
  margin-top: 5px;
}
.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: #e03f25;
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #e03f25;
  color: #f9dcd8;
}
.search-form_liveout .search_link:hover .search_title {
  color: #FFF;
}
.search-form_liveout .search_error {
  display: block;
  color: #e03f25;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #e03f25;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #e03f25;
  color: #FFF;
}
input:focus + .search-form_liveout {
  display: block;
}
.search-form_liveout .tablet, .mobile .search-form_liveout {
  display: none !important;
}

h4 + * {
  margin-top: 60px;
}

.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%;
  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: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 979px) {
  .search-frame h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.search-frame h4 a:hover {
  color: #e03f25;
}
.search-frame .search_link {
  color: #000;
}
.search-frame .search_list {
  color: #767676;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  list-style-type: none;
  counter-reset: num1;
}
.search-frame .search_list p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #28272c;
}
@media (min-width: 992px) {
  .search-frame .search_list p {
    font-size: 24px;
  }
}
.search-frame .search_list li + li {
  margin-top: 40px;
}
.search-frame .search_list .match {
  color: #e03f25;
  font-size: 12px;
  display: block;
}
.search-frame .search_list li h4 {
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 992px) {
  .search-frame .search_list li h4 {
    padding-left: 70px;
  }
}
.search-frame .search_list li h4:before {
  content: counter(num1);
  counter-increment: num1;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #09359e;
}
@media (min-width: 992px) {
  .search-frame .search_list li h4:before {
    font-size: 20px;
    left: 25px;
    top: 46%;
  }
}
.search-frame .search_list li h4:after {
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 35px;
  height: 35px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .search-frame .search_list li h4:after {
    width: 45px;
    height: 45px;
  }
}
.search-frame .search {
  color: #df3439;
  font-weight: 700;
}
.search-frame .match {
  color: #000;
  font-size: 12px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}

body.search_body {
  background: #1b1b1d;
}

.content {
  padding-top: 40px;
}

.search_head {
  padding-bottom: 25px;
}

.search {
    display: block;
    float: right;
    margin-top: 8px;
}

ul.social {
	list-style: none;
	padding-bottom: 20px;
}

ul.social li {
	display: inline-block;
}
