.sb-search {
	position: relative;
	width: 0%;
	min-width: 30px;
	height: 29px;
	float: right;
	overflow: hidden;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	
	-webkit-backface-visibility: hidden;
	background: transparent;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 29px;
	margin: 0;
	z-index: 10;
	padding: 5px 35px 5px 5px;
	font-size: 14px;
	color: #ffffff;
	background:transparent;
}

.sb-search-input::-webkit-input-placeholder {	color: #ffffff;}
.sb-search-input:-moz-placeholder {	color: #ffffff;}
.sb-search-input::-moz-placeholder {	color: #ffffff;}
.sb-search-input:-ms-input-placeholder { color: #ffffff;}

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

.sb-search-submit {
	background: #transparent;/* 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, .sb-icon-search:hover {
	z-index: 90;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background:url(../../../imgs/elem/lupa.png) no-repeat center left;
	width:18px;
	height:29px;
	text-align:center;
}
.sb-icon-search:hover {
	background:url(../../../imgs/elem/lupa_.png) no-repeat center left;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
		border-bottom:1px solid #ffffff;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #ffffff;
	z-index: 11;
}

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

@media only screen and (max-width:900px) {
	.sb-search-input {width: 100%;
		height: 29px;
		padding: 5px 35px 5px 5px;
		font-size: 14px;
		color: #304652;
	}
	
	.sb-search-input::-webkit-input-placeholder {	color: #304652;}
	.sb-search-input:-moz-placeholder {	color: #304652;}
	.sb-search-input::-moz-placeholder {	color: #304652;}
	.sb-search-input:-ms-input-placeholder { color: #304652;}
	
	.sb-icon-search {
		z-index: 90;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		background:url(../../../imgs/elem/lupa2.png) no-repeat center left;
		width:18px;
		height:29px;
		text-align:center;
	}
	
	/* Open state */
	.sb-search.sb-search-open,
	.no-js .sb-search {		border-bottom:1px solid #0a2a3b;}
	
	.sb-search.sb-search-open .sb-icon-search,
	.no-js .sb-search .sb-icon-search {	color: #304652;}



}
