
@media (max-width: 768px) {
	/*header.top {
		padding-top: 15px;
		padding-bottom: 9px;
	}*/
	.search-bar .search-input {
		width: 90%;
		font-size: 1.3rem;
	}
}

.search-bar {
	display: none;
	/*position: absolute;*/
	top: 0px;
	left: 0;
	width: 100%;
	height: 70px;
	text-align: center;
	align-items: center;
}
.search-bar form {
	margin-top: 0;
	width: 100%;
	height: 100%;
}
.search-bar form .search-input {
	font-size: 1.4rem;
	color: #000;
	font-weight: 600;
	border-radius: 0;
	padding-bottom: 0;
}
.search-bar form .search-input,
.search-bar form button {
	height: 60%;
}
.search-bar form .search-input:-ms-input-placeholder {
	opacity: 1;
	color: #c8caca;
}
.search-bar form button {
	width: 4rem;
	font-size: 2rem;
	background: none;
	border: 0;
}
.search-input,
.search-input:focus {
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
@media (max-width: 992px) and (min-width: 768px) {
	.search-bar form button {
		margin-left: 15px;
	}
	header.top .logo {
		margin-top: 9px;
	}
	.search-bar form .search-input {
		width: 100%;
		max-width: 400px;
	}
}

@media (max-width: 360px) {
	.search-bar form .search-input {
		font-size: 1rem;
	}
}
@media (max-width: 992px) {
	/*header.top .topmenu li {
		display: none;
	}*/
	header.top .topmenu li.search {
		display: inline-block;
		margin-right: 1rem;
		line-height: 2rem;
	}
	.topmenu .search .fa-lg {
		font-size: 1em;
	}
}