.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 25px;
	height: 25px;
	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 !important;
	top: 0 !important;
	right: 0 !important;
	/*border: none !important;*/
	outline: none !important;
	/*background: #fff !important;*/
	width: 100% !important;
	height: 16px !important;
	margin: 0 !important;
	z-index: 10 !important;
	padding: 2px 2px 2px 2px !important;
	font-family: inherit !important;
	font-size: 16px !important;
	color: #000000 !important;
	
	text-indent: 21px !important;
}

.sb-search-input::-webkit-input-placeholder {
	color: #000000 !important;
}

.sb-search-input:-moz-placeholder {
	color: #000000 !important;
}

.sb-search-input::-moz-placeholder {
	color: #000000 !important;
}

.sb-search-input:-ms-input-placeholder {
	color: #000000 !important;
}

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

.sb-search-submit {
	background: #eee; /* 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: #eee;*/
	/*background: #dd0000;*/
	z-index: 90;
	font-size: 30px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	
	background-image: url(/wp-content/themes/probusiness-child/images/magnifier.png);
    background-repeat: no-repeat;
}

.sb-icon-search:before {
	/*content: "\e000";*/
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
	min-width: 560px;
	
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #e4e4e4 !important;
	
	background: #eee !important;
	z-index: 1 !important;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	/*background: #00dd00;*/
	z-index: 11;
	
	background-image: url(/wp-content/themes/probusiness-child/images/close.png);
    background-repeat: no-repeat;
}

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

.sb-search-input::-ms-clear {
    display: none !important;
}
