.cro_SearchLightBox {
	background: #111111;
	background: rgba(17, 17, 17, 0.75);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
.cro_SearchLightBox form {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 10% auto 0;
	padding: 0;
	background: white;
}
.cro_SearchLightBox input {
	background: white;
	border: none;
	font-size: 28px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	/*height: 50px;
	padding: 10px;*/
}
.cro_SearchLightBox button {
	background: white;
	border: none;
	position: absolute;
	right: 5px;
	/*top: 5px;
	height: 40px;*/
	top: 5%;
	height: 90%;
}
.b-014__searchbar-submit-image {
	transition: opacity 0.2s ease-in-out;
}
#cro_searchboxbutton.active .b-014__searchbar-submit-image {
	opacity: 0;
}