#top-menu-2 {
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
}

#top-menu-2 li {
	display: inline-flex;
	min-width: 150px;
	min-height: 40px;
	align-items: flex-start;
}

#top-menu-2 li a {
	color: #555;
}

.menu-top {
	width: 100%;
}

.child-pic {
	overflow: hidden;
}

.head-socials>div.search {
	display: none;
}

.search {
	position: absolute;
	width: auto;
	top: -12px;
	background-color: #fff;
	left: 0;
	transform: translateX(-50%);
}

.search form {
	display: flex;
}

#search_button {
	text-decoration: none !important;
	content: '';
}

#title-search-input {
	width: 300px;
	padding: 10px 15px;
	color: #131539;
	border-radius: 3px;
	border: 1px solid #131539;

}

.search input[type="submit"] {
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	color: #131539;
	background-color: #fff;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 11px 15px;
	text-align: center;
	color: #131539;
	border-radius: 3px;
	border: 1px solid #131539;
	transition: .3s ease all;
}

