/** Search**/

.search-form {
  position: relative;
  margin: auto;
}

.search-form  input.form-control {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 1.5;
  color: #555555;
  background-color: white;
  background-image: none;
  padding: 6px 38px 6px 12px;
  border-radius: 5px;
  max-width: none;
  border: 1px solid #adadad;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

.search-form  button.form-submit,
.search-form  .glyphicon-search {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  overflow: hidden;  
  right: 2px;
  top: 2px;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  border-radius: 0 5px 5px 0;
  border: 0;
  background-color: #ffffff;
}

.search-form .glyphicon-search {
  width: 35px;
  height: 35px;
  line-height: 38px;
  color: #555555;
  background: white;
  speak: none;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 1px;
  top: 1px;
}

.view-id-search h3 {
  margin-top: 50px;
  margin-bottom: 30px;
}
	
.view-id-search .panel-group .panel a {
  font-weight: 400;
}

#views-exposed-form-search-block-1 {
  margin-top: 30px;
}


@media (min-width: 768px) {
  #views-exposed-form-search-block-1 {
    margin-top: 100px;
  }
}

