.search-form h4.toggle {
  line-height: 0;
  margin: 0;
  display: none !important;
}

.search-control {
  background: #eeeeee;
  z-index: 1;
  font-size: 11px;
  font-style: italic;
  font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  border-radius: 0;
  border: none;
  height: 37px;
}

.search-btn {
  font-family: FontAwesome;
  border-radius: 0;
  border: none;
  background: #00aeef;
  z-index: 2;  
  width: 37px;
  height: 37px;
}

.region-search{
  margin-top: 40px;
  margin-bottom: 20px;
  }

.search-btn:after {
  margin-top: 1px;
  color: #fff;
  text-indent: 0px;
  content: "\f002";
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


input::-webkit-input-placeholder {
	color: rgba(0,0,0,0);
}
input::-moz-placeholder {
	color: rgba(0,0,0,0);
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: rgba(0,0,0,0);
}
input:-ms-input-placeholder { 
	color: rgba(0,0,0,0);
}
.search-sm{display:none;}
@media (max-width: 520px) {
.region-search{
  margin-top: 14px;
  margin-bottom: 20px;
  } 
.search-sm{display:block;}
.search-lg{display:none;}
.site-sidemenu{display:none;}
}