.searching {
float: right;
width: 5%;
}




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

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 95%;
	height: 50px;
	z-index: 10;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
    padding: 0 2%;
    font-family: open sans, arial;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	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: #595959;
    background: #eee;
	z-index: 90;
	font-size: 22px;
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {

}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 58.8%;
    position: absolute;
    margin-left: -55%;

}




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

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


@media screen and (max-width: 900px) {
    .searching {
	width: 100%;
}
    
    .sb-search.sb-search-open,
.no-js .sb-search {
	width: 101%;
    margin-left: -6%;

}
    

.sb-search {
margin-top: -52px;
}
    }
