
.msearch {
  position: absolute;
    right: -15px;
    top: -8px;
}


div#sb-search {
  height: 50px;
  margin: 0px;
}

.sb-search {
  position: static;
  margin-top: 10px;
  width: 0%;
  min-width: 43px;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}


.sb-search .sb-search-input {
  display: none;
}

.sb-search.sb-search-open .sb-search-input {
  position: absolute;
  top: 11px;
  right: 24px;
  border: none;
  outline: none;
  background: #FFF;
  width: 250px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  z-index: 10;
  padding: 0px 10px;
  font-family: inherit;
  font-size: 12px;
  border: 1px solid #CCC;
  border-radius: 4px;
  display: block;
}

.sb-search-input::-webkit-input-placeholder {
	color: #727B80;
}

.sb-search-input:-moz-placeholder {
	color: #727B80;
}

.sb-search-input::-moz-placeholder {
	color: #727B80;
}

.sb-search-input:-ms-input-placeholder {
	color: #727B80;
}

.sb-icon-search,
.sb-search-submit  {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 23px;
  top: 11px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
  color: #D8287F;
  background: #fff;
  z-index: 90;
 font-size: 15px;
  padding: 0px;
  font-family: 'Glyphicons Halflings';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.sb-icon-search:before {
    content: "\e003";
}

.sb-icon-home {
  color: #D8287F;
  background: #494949;
  z-index: 90;
 font-size: 15px;
  padding: 0px;
  font-family: 'Glyphicons Halflings';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  border: 1px solid #CCC;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 23px;
  top: 11px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.sb-icon-home:before {
    content: "\e021";
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
background-color: #3D3D3D;
  width: 280px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
background: #FFF;
  color: #D8287F;
  z-index: 11;
border-radius: 0px 4px 4px 0px;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}