.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 44px;
	height: 44px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 44px;
	border: none;
	outline: none;
	background: #fff;
	width: 35%;
	height: 44px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;	
	padding-left:10px;
}


.sb-search-input::-webkit-input-placeholder {
	color: #77787b;
}

.sb-search-input:-moz-placeholder {
	color: #77787b;
}

.sb-search-input::-moz-placeholder {
	color: #77787b;
}

.sb-search-input:-ms-input-placeholder {
	color: #77787b;
}

.sb-icon-search,
.sb-search-submit  {
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 44px;
	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: #fff;
	z-index: 90;
	font-size: 20px;
	/*font-family: 'icomoon';
	speak: none;*/
	background: url(../images/magnifying_glass.png) center center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	/*content: "\e000";*/
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 70em;
/*	background-image: url(../images/magnifying_glass.png);
	background-position: right 0;*/
	background: none;
	
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	
	color: #333;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media (max-width: 991px) {
    .sb-search {
		margin-bottom:10px;
		min-width: 38px;
		height: 34px;
			
	}
	.sb-icon-search,
	.sb-search-submit  {
		width: 38px;
		height: 34px;
		line-height:34px
	}
	.sb-search-input {
		height: 34px;
		right:34px;
	}
	/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 50em;
/*	background-image: url(../images/magnifying_glass.png);
	background-position: right 0;*/
	background: none;
	
}
}