/* Searchbar*/

#searchForm {
  position: relative;
  left: -34px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#searchForm-small {
  position: relative;
  float: left;
  width: 555px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.filter-btn {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  /* animation-iteration-count: : left; */
  color: #0078C9;
  cursor: pointer;
}
.filter-btn:hover {
  color: #77B800;
}
.filter-btn label {
  margin: 0;
  padding: 0 0 0 15px;
}
.filter-btn label:before {
  background-color: transparent;
  box-shadow: none;
}
.filter-btn label:hover {
  color: #77B800;
  text-decoration: none;
}
.filter-btn.results-btn {
  padding-right: 10px;
}
.filter-check {
  display: none;
}
fieldset {
  position: relative;
  border: none;
}
#searchbar {
  position: relative;
  padding: 0 0 0 10px;
  width: 100%;
  height: 36px;
  outline: 0 none;
  border-color: transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: none;
  color: #888888;
  font: 18px Arial, sans-serif;
  cursor: text;
}
#searchbar-v2 {
  position: relative;
  z-index: 0;
  padding: 0 10px 0 10px;
  width: 468px;
  height: 25px;
  border: none;
  background-color: #fff;
  color: #888888;
  font: 16px Arial, sans-serif;
  cursor: text;
}
.btn-search {
  position: absolute;
  display: inline-block;
  height: 38px;
  border-radius: 0 2px 2px 0;
  background-color: #0078C9;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-search:hover {
  background-color: #77B800;
  color: #ffffff;
}
.btn-search-v2 {
  position: absolute;
  z-index: 0;
  width: 55px;
  height: 27px;
  border-radius: 0 2px 2px 0;
  background-color: #0078C9;
  background-image: url(../images/search.png);
  background-position: 18px 5px;
  background-repeat: no-repeat;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-search-v2:hover {
  background-color: #77B800;
  background-image: url(../images/search.png);
  background-position: 18px 5px;
  background-repeat: no-repeat;
}
.btn-search-v3 {
  position: absolute;
  z-index: 0;
  width: 55px;
  height: 30px;
  border-radius: 0 2px 2px 0;
  background-color: #0078C9;
  background-image: url(../images/search.png);
  background-position: 19px 5px;
  background-repeat: no-repeat;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-search-v3:hover {
  background-color: #77B800;
  background-repeat: no-repeat;
}
.largesearchbarwrapper {
  display: inline-block;
  width: 74%;
  border: 1px solid #b9b9b9;
  border-radius: 2px 0 0 2px;
}
.largesearchbarwrapper:focus,
.largesearchbarwrapper:active {
  outline: 0 none;
  border-color: rgb(0, 120, 201);
  border-color: rgba(0, 120, 201, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 120, 201, 0.6);
}
.searchCol {
  width: 100%;
}
.custompadding {
  padding: 0 10px !important;
}
.searchbar-fixed {
  float: none;
  max-width: 1150px;
}
.search-btn-large{
  display: block;
  position: relative;
  top: -1px;
  left: 2px;
}

.search-btn-proximity{
  display: block;
  position: relative;
  top: -1px;
  left: 2px;
}