.search-title-button{
	background-image: url(images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 36px;
	min-height: 35px;
	margin-left: 6px;
	border-radius: 0px;
}

.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.input-group {
	flex-wrap: nowrap;
}

.input-group > .form-control {
	min-height: 35px;
	min-width: 316px;
	padding: 10px 0 7px 16px;
	font-size: 12px;
	font-family: Geologica-Regular;
	line-height: normal;
}

.input-group > .form-control::placeholder {
	color: #333333;
	opacity: 0.32;
}

@media screen and (max-width: 1200px) {
    .input-group > .form-control {
		min-width: 200px;
		margin-left: 10px;
	}
}

.bx_item_block{
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ddd;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}

@media screen and (max-width: 991px) {
    .input-group > .form-control {
		min-width: 110px;
		margin-left: 5px;
	}
}

@media (max-width: 767px) {
	.search-title-button{
		min-width: 50px;
		min-height: 50px;
		margin-left: 0;
	}

	.input-group > .form-control {
		min-height: 50px;
		padding: 14px 0 15px 20px;
		font-size: 14px;
		font-family: Geologica-Medium;
		color: #9A9A9A;
		opacity: 1;
	}
}