/*#luxey-search-bar .lsb-search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}*/


.luxey-search-bar {
	padding-right : 10px;
}

.luxey-search-bar .lsb-search-submit {
	display : none;
}

.luxey-search-bar .lsb-search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 26px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
	box-shadow : none;
}

.luxey-search-bar .lsb-search-field:focus {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: text;
	outline: 0;
	width: 230px;
	box-shadow : none;
	border : 1px solid #cdcdcd;
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.luxey-search-bar .lsb-search-field {
		background-image: url(images/search-icon-2x.png);
	}
}
