body.mobile.searching #wrapper
{
	overflow: hidden;
}


body.mobile #block-search-form
{
	z-index: 11;
	position:relative;

	box-shadow: 0 1px 5px #000000;
	-moz-box-shadow: 0 1px 5px #000000;
	-webkit-box-shadow: 0 1px 5px #000000;
	-ms-box-shadow: 0 1px 5px #000000;
	-o-box-shadow: 0 1px 5px #000000;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body.mobile #block-search-form #edit-search-block-form--2
{
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 7px 30px 5px 30px;
	line-height: 1;
	position: relative;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*add old browsers when settled*/
	box-shadow: 0 2px 2px #C5C5C5 inset;
	-moz-box-shadow: 0 2px 2px #C5C5C5 inset;
	-webkit-box-shadow: 0 2px 2px #C5C5C5 inset;
	-webkit-appearance: none;
	border-radius: 15px;
}

body.mobile.page-search #main-content
{
	padding-top: 50px;
}

body.mobile #block-search-form label.element-invisible
{
	position: absolute;
	content: ".";
	font-size: 0px;
	color: transparent;
	clip: auto;
	display: block;
	z-index: 10;
	background-color: transparent;
	background-image: url('../images/mobile.png');
	background-repeat: no-repeat;
	background-position: -133px -7px;
	background-size: auto 128px;
	width: 24px;
	height: 20px;
	top: 7px;
	left: 16px;
	overflow: hidden;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body.mobile #edit-submit,
body.mobile #edit-submit--2,
body.mobile #edit-submit--3
{
	width: 50px;
	margin-top: 0px;
	margin-left: 0px;
}

body.mobile #block-search-form.visible
{
	position: absolute;
	top: 44px;
	left: 0px;
	display: block;
	background-color: #333333;
	height: 50px;
	padding-top: 8px;
	padding-bottom: 5px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body.mobile #block-search-form.visible:after
{
	display: none;
}

body.mobile .search-overlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 11;
	-webkit-opacity: 0.79;
	-moz-opacity: 0.79;
	opacity:.79;
	filter: alpha(opacity=79);
	transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

body.mobile .search-overlay.visible
{
	display: block;
}

body.mobile .search-overlay.hidden
{
	display: none;
}

body.mobile #search-block-form div.container-inline
{
	position: relative;
}

body.mobile #search-block-form div.container-inline .form-type-textfield
{
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 70px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body.mobile #search-block-form #edit-actions
{
	position: absolute;
	display: block;
	right: 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body.mobile #search-block-form #search-input-text-remover.visible
{
	position: absolute;
	content: ".";
	font-size: 0;
	color: transparent;
	clip: auto;
	display: block;
	z-index: 10;
	background: url("../images/mobile.png") no-repeat scroll left top transparent;
	background-position: 2px -78px;
	background-size: auto 128px;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 78px;
}
