/* Search Styles */
.tx-indexedsearch-info-noresult {
  padding: 20px 0;
}
.tx-indexedsearch-searchbox-button, .tx-indexedsearch-searchbox fieldset, .tx-indexedsearch #tx-indexedsearch-searchbox-button-submit {
  cursor: pointer;
}
.tx-indexedsearch-info dt, .tx-indexedsearch-info dd {
  font-size: 80%;
  float: left;
  margin-right: 3px;
}
.tx-indexedsearch-info dd {
  border-right: 1px solid #606060;
  padding-right: 5px;
  margin-right: 5px;
}
.tx-indexedsearch-info-sword {
  font-weight: bold;
  font-style: italic;
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #606060;
}
.tx-indexedsearch-text-item-path p {
  margin: 0;
  line-height: 1;
}
.tx-indexedsearch-res {
  clear: both;
  padding: 20px;
  background: #eee;
}
.tx-indexedsearch-res:nth-child(even) {
  background: none;
}
.tx-indexedsearch-res:after {
  content: "";
  display: block;
  clear: both;
}
.tx-indexedsearch-res h3 {
  margin-bottom: 20px;
}
.tx-indexedsearch-browsebox {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.tx-indexedsearch-browsebox li {
  display: inline;
}
.tx-indexedsearch-browsebox li:after {
  content: "|";
  margin: 0 8px;
}
.tx-indexedsearch-browsebox li:last-child:after {
  display: none;
}
.tx-indexedsearch-searchbox fieldset {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}

/* Form and Button Styles */
.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
  display: inline;
}
.tx-indexedsearch-form label, .tx-indexedsearch-search-submit label {
  display: none;
}
.tx-indexedsearch-form input, .tx-indexedsearch-search-submit input {
  width: auto;
  display: inline;
  margin-right: 20px;
  background: none;
  border: 1px solid #606060;
}

.pid-1250 .tx-indexedsearch-searchbox-sword {
  width: 200px;
}
.pid-1250 #tx-indexedsearch-searchbox-button-submit {
  background: #F37E0C;
  color: #fff;
  border: 1px solid #F37E0C;
  transition: 0.3s ease-in;
  margin: 15px 0 0 0;
  border-radius: 5px;
  transition: all 0.3s ease-in;
}
.pid-1250 #tx-indexedsearch-searchbox-button-submit:hover {
  background: #909090;
  border-color: #909090;
}

#footer-top-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #footer-top-inner {
    padding-right: 320px;
  }
}
#footer-top-inner .tx-indexedsearch-searchbox {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #footer-top-inner .tx-indexedsearch-searchbox {
    position: absolute;
    right: 0;
    top: -8px;
    margin-top: 0;
  }
}
#footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form {
  display: inline;
}
#footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form input {
  margin-right: 5px;
  border-color: #555;
  padding: 8px 40px 8px 8px;
  width: 200px;
  color: #fff;
  transition: all 0.3s ease-in;
}
#footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form input:hover, #footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form input:focus {
  border-color: #fff;
}
#footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form label {
  display: none;
}
#footer-top-inner .tx-indexedsearch-searchbox button {
  background: none;
  color: #555;
  border: none;
  position: absolute;
  right: 10px;
  top: 8px;
  transition: all 0.3s ease-in;
}
#footer-top-inner .tx-indexedsearch-searchbox button :hover {
  color: #fff;
}

/*# sourceMappingURL=search.css.map */
