#title-search-input{
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
/*#title-search-input{
	flex-grow: 0;
	padding: 0;
}*/
}
#title-search-input:focus{
	box-shadow: none;
}
.search-title-button{
	cursor: pointer;
	background-image: url(images/icon-search.svg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	min-width:45px;
	display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
	min-height: 30px;
}
.search-title-button:focus{
	outline: none;
}
.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.bx_item_block{
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	/*border-bottom:1px solid #ddd;*/
}
.bx_item_element a{
	font-size: 22px;
	color: #000000;
}
.bx_item_element a:hover{
	text-decoration: none;
	color: #262626;
}
.others_result { display: none; }
.all_result,
.others_result {
	border: none;
	margin-top: 15px;
	margin-bottom: 5px;
}

span.all_result_title a {
font-weight: 500;
font-size: 18px;
line-height: 23px;
color: #fff !important;
background: #000;
padding: 11px 38px;
border: none;
width: 100%;
}