.bootstrap-tagsinput {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	cursor: text
}

.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: 0;
	background-color: transparent;
	margin: 0;
	width: 100%;
	max-width: inherit;
	border-bottom: 1px solid #dbe3eb;
	padding: 14px 0;
	font-size: 14px;
	line-height: 17px;
	color: #001e60
}

.dropdown_list .bootstrap-tagsinput input::-moz-placeholder {
	color: #001e60;
	opacity: 1
}

.dropdown_list .bootstrap-tagsinput input:-ms-input-placeholder {
	color: #001e60;
	opacity: 1
}

.dropdown_list .bootstrap-tagsinput input::-webkit-input-placeholder {
	color: #001e60;
	opacity: 1
}

.dropdown_list .bootstrap-tagsinput input::placeholder {
	color: #001e60;
	opacity: 1
}

.bootstrap-tagsinput .tag {
	margin: 2px;
	color: #001e60;
	background-color: #f4f4f4;
	float: left;
	position: relative;
	border-radius: 0
}

.bootstrap-tagsinput .tag [data-role=remove] {
	cursor: pointer;
	margin-left: 4px;
	font-size: 16px;
	color: #001e60
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
	content: "x";
	padding: 0 10px
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.mob_append .btn-primary,
.search_filter .filter_home .btn-primary {
	max-height: 46px
}

.top_header .filter_home {
	width: 100%!important;
	margin-left: 0!important
}

.inner_header .bootstrap-tagsinput {
	width: 100%;
	min-height: 46px;
	height: 46px
}

.inner_header .filter_home input[type=text] {
	padding: 2px 0;
	border-bottom: 0
}

.twitter-typeahead {
	width: 100%
}

@media(min-width:768px) {
	.bootstrap-tagsinput .tag {
		padding: 8px 20px 8px 12px;
		max-width: 20%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		border-right: 2px solid #f4f4f4;
		font-size: 15px
	}
	.bootstrap-tagsinput .tag [data-role=remove] {
		position: absolute;
		right: 0;
		top: 6px;
		margin: 0
	}
}

@media(max-width:767px) {
	.bootstrap-tagsinput {
		margin-bottom: 20px
	}
	.search_filter .filter_home .bootstrap-tagsinput input[type=text] {
		margin-bottom: 0
	}
	.filter_home .bootstrap-tagsinput input[type=text] {
		border-bottom: 0;
		padding: 14px 12px
	}
}

@media(min-width:768px) {
	.offplan_search .bootstrap-tagsinput .tag {
		margin: -35px 0 0!important;
		max-width: 100%
	}
}