.subheader-menu {
	position: relative;
	z-index: 1;
	width: -webkit-calc(86% - 176px - 187px);
	width: -moz-calc(86% - 176px - 187px);
	width: calc(86% - 176px - 187px);
	min-width: 320px;
	margin: -38px auto 0
}

.subheader-menu__list {
	display: block;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	text-align: center
}

.subheader-menu__item {
	display: inline-block;
	text-align: center
}

.subheader-menu__link {
	display: inline-block;
	padding: 0 .5em;
	white-space: nowrap;
	color: #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	font-size: .875rem;
	font-weight: 400;
	line-height: 3rem
}

.subheader-menu__item--state--active .subheader-menu__link, .subheader-menu__link:hover {
	color: #ff9c00;
	border-bottom-color: #ff9c00
}

@media screen and (max-width:1120px) {
	.subheader-menu {
		width: -webkit-calc(86% - -2rem);
		width: -moz-calc(86% - -2rem);
		width: calc(86% - -2rem);
		margin-top: 16px;
		margin-top: 1rem
	}

}

@media screen and (max-width:640px) {
	.subheader-menu {
		padding-top: 0
	}

}
