.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-item {
	display: block;
}

.menu-item-collapsed {
	display: block;
}

.menu-item-expanded {
	display: none;
}

.menu-item a {
	color: #ffffff;
	font-weight: 400;
}

/* Header menu */
.header-menu {

}

.header-menu .menu-item {
	border-bottom: 1px solid #777777;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0;
}

.header-menu .menu-item-search-icon {
	display: none;
}

.header-menu .menu-item:last-child {
	border: 0;
}

@media only screen and (min-width: 751px) {
	.menu-item-collapsed {
		display: none;
	}

	.menu-item-expanded {
		display: block;
	}

	.header-menu {

	}

	.header-menu .menu-item {
		border: 0;
		float: left;
		margin-left: 24px;
	}

	.header-menu .menu-item-search-icon {
		display: inline-block;
	}

	.header-menu .menu-item-search-text {
		display: none;
	}

	.header-menu .menu-item:first-child {
		margin-left: 0;
	}
}

@media only screen and (min-width: 981px) {

}

/* Footer Menu */
.footer-menu {
	border-right: 1px solid #000000;
}

.footer-menu .menu-item {
	border-left: 1px solid #000000;
	float: left;
}

.footer-menu .menu-item a {
	display: block;
	line-height: 32px;
	padding: 0 15px;
}

@media only screen and (max-width: 660px) {
	.footer-nav .footer-menu {
		border-right: 0;
		padding-bottom: 7px;
		padding-top: 7px;
	}

	.footer-nav .footer-menu .menu-item {
		border: 0;
		float: none;
		margin-bottom: 3px;
	}

	.footer-nav .footer-menu .menu-item:last-child {

	}

	.footer-nav .footer-menu .menu-item a {
		display: inline-block;
		line-height: 18px;
		padding-bottom: 6px;
		padding-top: 6px;
	}
}

@media only screen and (min-width: 981px) {

}

/* Footer Social Menu */
.footer-social-menu {

}

.footer-social-menu .menu-item {

}

.footer-social-menu .menu-item a {

}

.footer-social-menu .menu-item:first-child {

}

@media only screen and (min-width: 751px) {

}

@media only screen and (min-width: 981px) {

}