.sb-search {
	position: relative;
	width: 0%;
	min-width: 32px;
	height: 32px;
	float: right;
	overflow: hidden;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;
	-webkit-backface-visibility: hidden
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none !important;
	outline: none !important;
	background: #fff;
	width: 100%;
	height: 32px !important;
	margin: 0;
	z-index: 10;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

.sb-search-input::-webkit-input-placeholder {
	color: #888
}

.sb-search-input:-moz-placeholder {
	color: #888
}

.sb-search-input::-moz-placeholder {
	color: #888
}

.sb-search-input:-ms-input-placeholder {
	color: #888
}

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

.sb-search-submit {
	background: #fff;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1
}

.sb-icon-search {
    /*color: #0071c1;
    background: #fff;*/
    background: #0061b3;
    color: #fff;
    z-index: 90;
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 480px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #00aeff;
	color: #fff;
	z-index: 11;
}

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