.sb-search {
	position:absolute;
	z-index:9999;
	right:-10px;
  top:4px;
	width: 0%;
	min-width: 300px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden; 
  -webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
  font-family:'Source Sans Pro'
}

.sb-search-input {
	border: none;
	outline: none;
	background:#fff linear-gradient(90deg,#dfdfdf,#f9f9f9,#f1f1f1,#fff);
	width: 290px;
	height: 40px;
	margin: 0;
	z-index: 100;
  line-height:50px;
	font-family: inherit;
	font-size: 16px;
	color: #333;
	padding-left:20px;
  font-family:'Source Sans Pro';
  outline-style: solid;
    outline-color: #ccc;
    outline-width: 10px;	
}

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

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	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:#fff;
	border: #dfdfdf 0px solid;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color:#fff/* #f67e07*/;
	background:#f67e07;
	z-index: 90;
	font-size: 30px;
  line-height: 36px;
	font-family: 'Font Awesome 5 Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
  
}
.sb-icon-search:hover{background:#362d28;color:#fff}
.sb-icon-search:before {
	content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

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

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

.column {
  position:absolute;top:5px;right:10px;height:30px;width:300px;
}