@media screen and (min-width:991px){
.ts_search
{
	position:absolute;
	width:20px;
	height:35px;
	top:8px;
	right:20px;
}
.ts_search >li
{
	list-style:none;
}

.ts_search .searchform >div >label
{
	display:none;
}
.ts_search .widget_search
{
position:absolute;
padding:10px;
width:300px;
height:40px;
background:orange;
left:-280px;
top:50px;
display:none;
}
.ts_icn_search
{
	color:#444;
	/*background:orange;*/
	padding:6px;
cursor:pointer;
}
#searchsubmit
{
display:none;
}
#s
{
padding:8px;
border:solid 1px #eee;
background:white;
border-radius:4px;
width:280px;
}

}
@media screen and (max-width:991px){
.ts_search
{
	position:absolute;
	width:20px;
	height:35px;
	top:8px;
	right:50px;
}
.ts_search >li
{
	list-style:none;
}

.ts_search .searchform >div >label
{
	display:none;
}
.ts_search .widget_search
{
	display:none;
}
.ts_icn_search
{
	color:#444;
	/*background:orange;*/
	padding:6px;
}
}

.search_show
{
display:block!important;
}