.top-right section {
	display:inline !important;	
}
#text-4 {
	float:right;	
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#top-search {
	float:right;
	margin-left:8px
}
#top-search a {
	color:#111;
	font-size:13px;
	position:relative;
	top:-1px;
}
#top-search a:hover {
	color:#999;
}
#show-search {
	position:absolute;
	top:0;
	right:0;
	width:460px;
	height:100%;
	background:#fff;
	z-index:999;
	display:none;
	box-shadow: -10px 0px 20px 0px rgba(0,0,0,0.075);
}
#show-search input {
	height:100%;
	width:100%;
	border:none;
	padding-left:55px;
	font-size:18px;
}
#show-search input, #show-search ::-webkit-input-placeholder, #show-search i.search-icon   {
	color:#a5a5a5;
}
#show-search .close-search {
	position:absolute;
	right:0;
	top:0;
	font-size:18px;
	color:#000;
}
#show-search a.close-search:hover {
	color:#999;
}
#show-search i.search-icon {
	position:absolute;
	left:30px;
	top:50%;
	margin-top:-11px;
	font-size:16px;
}
#top-right {
	position:absolute;
	right:30px;
	top:0;
}