html.mobile-menu {
	height:auto;
	overflow:auto;
}

html.mobile-menu>body {
	height:auto;
	overflow:auto;
}
.navigation {
	display:flex;
	-webkit-display:flex;
	justify-content:normal;
	justify-content:-webkit-normal;
	height:52px;
	background:#141414;
	width:100%;
	z-index:2001;
}

.navigation>.header-logo-link {
	align-self:center;
	align-self:-webkit-center;
	margin-right:25px;
	margin-left:18px;
	z-index:999;
	height:43px;
}

.navigation>.header-logo-link>.company-logo {
	height:100%
}
.navigation a.button-login {
	display: inline-block;
	align-self:center;
	margin-left:auto;
	margin-bottom:0;
	background:#141414;
	color:#e4e4e4;
	border:none;
	text-transform:none;
	font-size:1.125rem;
	margin-right:20px;
	transition: unset;
}
.navigation a.button-login:hover {
	background:#FF5144
}
.navigatino a.button-login>.btn-text {
	display: inline-block !important;
}
.navigation a.button-profile {
	margin-left:auto;
	display:flex;
	align-items:center;
	margin-right:20px;
	color:#c9c9c9;
	transition:color .4s ease-in-out;
	font-size:1.125rem;
	font-weight:bold;
}
.navigation a.button-profile>span {
	margin-right:8px;
	display:initial;
}
.navigation a.button-profile>img {
	width:3rem;
	border-radius:50%
}
.navigation a {
	text-decoration: none;
}
.main-menu-list {
	list-style:none;
	overflow:hidden;
	z-index:201;
	display:flex;
	-webkit-display:flex;
	flex-grow:1;
	flex-grow:-webkit-1;
	order:0;
	order:-webkit-0;
	background:transparent;
	padding-left:20px;
	position:relative;
}
.menu-buttons-wrapper {
	display:flex;
	-webkit-display:flex;
	align-items:center;
	align-items:-webkit-center;
}
.user-menu-item {
	display:flex;
	-webkit-display:flex;
	align-items:center;
	align-items:-webkit-center;
	color:#c9c9c9;
	margin-right:18px;
}
.user-menu-item>.user-menu-label {
	font-weight:600;
	margin-right:8px;
	display:inline;
}
.user-menu-item:hover {
	color:#fff;
}
.mobile-menu-button {
	align-self:center;
	align-self:-webkit-center;
	background:transparent;
	border:0;
	cursor:pointer;
	height:28px;
	margin-right:26px;
	padding:0;
	z-index:999;
	outline: none !important;
}
.mobile-menu-button>.burger-menu {
	-webkit-transition:0.2s ease 0s;
	-khtml-transition:0.2s ease 0s;
	-moz-transition:0.2s ease 0s;
	-ms-transition:0.2s ease 0s;
	-o-transition:0.2s ease 0s;
	transition:0.2s ease 0s;
	background:#c9c9c9;
	display:inline-block;
	height:3px;
	position:relative;
	vertical-align:middle;
	width:26px;
	top:0;
}
.mobile-menu-button>.burger-menu::before,
.mobile-menu-button>.burger-menu::after {
	-webkit-transition:0.2s ease 0s;
	-khtml-transition:0.2s ease 0s;
	-moz-transition:0.2s ease 0s;
	-ms-transition:0.2s ease 0s;
	-o-transition:0.2s ease 0s;
	transition:0.2s ease 0s;
	background:#c9c9c9;
	content:'';
	height:3px;
	left:0;
	position:absolute;
	width:100%;
}
.mobile-menu-button>.burger-menu::before {
	top:8px;
}
.mobile-menu-button>.burger-menu::after {
	top:-8px;
}
.mobile-menu-button.active {
	float:right;
}
.mobile-menu-button.active>.burger-menu {
	height:0;
}
.mobile-menu-button.active>.burger-menu::before,
.mobile-menu-button.active>.burger-menu::after {
	-webkit-transition:0.4s ease 0s;
	-khtml-transition:0.4s ease 0s;
	-moz-transition:0.4s ease 0s;
	-ms-transition:0.4s ease 0s;
	-o-transition:0.4s ease 0s;
	transition:0.4s ease 0s;
	top:-2px;
}
.mobile-menu-button.active>.burger-menu::before {
	-webkit-transform:rotate(45deg);
	-khtml-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	left:-2px;
}
.mobile-menu-button.active>.burger-menu::after {
	-webkit-transform:rotate(135deg);
	-khtml-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg);
	left:-2px;
}
.main-menu-item {
	display:flex;
	-webkit-display:flex;
	align-items:center;
	align-items:-webkit-center;
	position:relative;
	height:52px;
	margin:0 15px 0 0;
}
.main-menu-item:first-child {
	margin-left:0;
}
.main-menu-item:last-child {
	margin-right:0;
}
.main-menu-item>.page-indicator {
	background-color:#f60;
	position:absolute;
	top:0;
	height:5px;
	width:100%;
}
.main-menu-item>.menu-item-label {
	color:#c9c9c9;
	font-size:1.125rem;
	font-weight:600;
	text-align:left;
	transition:color .4s ease-in-out;
	width:100%;
	margin-left:0;
}
.main-menu-item>.menu-item-label:hover {
	color:#fff;
	transition:color .4s ease-in-out;
}
.category-container {
	border-top-style:solid;
	border-color:#474747;
	border-width:1px;
}
.category-container.user-profile-menu-header {
	cursor:initial;
}
.sub-menu-container {
	background-color:transparent;
	height:0;
	position:absolute;
	right:0;
	width:0;
	top:52px;
}
.sub-menu-container.active {
	z-index:998;
	transition:height .2s ease-in-out;
	width:350px;
	height:auto !important;
}
.sub-menu {
	height:100%;
	list-style:none;
	overflow-x:hidden;
	overflow-y:auto;
	cursor:pointer;
	max-height: calc(100% - 52px);
}
.sub-menu-item {
	background-color:#141414;
	padding-left:15px;
	display:flex;
	height:3rem;
	font-size:1.125rem;
	transition:background-color .2s ease-in-out;
}
.sub-menu-item.highlighted {
	background-color:#ff5144;
}
.sub-menu-item.profile-item {
	background-color:#333;
}
.sub-menu-item.profile-item-header>a {
	display:flex;
	-webkit-display:flex;
	flex-direction:row;
	flex-direction:-webkit-row;
	justify-content:left;
	justify-content:-webkit-left;
	align-items:center;
	display:flex;
	color:#c9c9c9;
	transition:color .4s ease-in-out;
	font-size:1.125rem;
}
.sub-menu-item.profile-item-header>a>span {
	margin-left:0.2rem;
}
.sub-menu-item.profile-item-header>a>img {
	width:3rem;
	padding:0.2rem;
	border-radius:50%;
}

.sub-menu-item.profile-item-header>a>.empty-profile-image {
	width: 2.6rem;
	height: 2.6rem;
}
.sub-menu-item.mobile-item {
	display:none;
}
.sub-menu-item.indented>a {
	width:auto;
}
.sub-menu-item.indented::before {
	color:#4d4d4d;
	content:"";
	height:16px;
	width:2px;
	padding-right:6px;
	border-bottom-style:solid;
	border-left-style:solid;
	border-width:2px;
	margin-top:7px;
	margin-right:6px;
}
.sub-menu-item:active {
	background-color:#474747;
}
.sub-menu-item:hover {
	background-color:#474747;
	transition:background-color .2s ease-in-out;
}
.sub-menu-item>a {
	display:flex;
	-webkit-display:flex;
	flex-direction:column;
	flex-direction:-webkit-column;
	justify-content:center;
	justify-content:-webkit-center;
	color:#e4e4e4;
	height:100%;
	width:100%;
}
.sub-menu-container.newsletter-banner-active {
	top: 104px;
}
.sub-menu-container.newsletter-banner-active.sub-menu {
	max-height: calc(100% - 104px);
}
.newsletter-banner.active {
	display: flex;
}
.newsletter-banner {
	width: 100%;
	height: 52px;
	background: #FF5144;
	color: #e4e4e4;
	z-index: 999;
	flex-direction: row;
	align-items: center;
	align-self: center;
	display: none;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
}
.newsletter-banner.active {
	display: flex;
}
.newsletter-banner > span {
	align-self: center;
	margin-right: 1.5rem;
	text-transform: uppercase;
}
.newsletter-banner a {
	transition: background-color .4s ease-in-out;
	color: #e4e4e4;
	border: 2px solid #e4e4e4;
	display: flex;
	padding: 5px 20px 5px 12px;
	text-decoration: none;
}
.newsletter-banner a > span {
	align-self: center;
}
.newsletter-banner img {
	margin-right: 12px;
	height: 1.5rem;
}
.newsletter-banner.header-banner-label {
	margin-right: 1.5rem;
	text-transform: uppercase;
	display: inherit;
}

.empty-profile-image {
	display: flex !important;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: grey;
	justify-content: center;
	align-items: center;
}

.empty-profile-image.hidden {
	display: none !important;
}

#user_name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-right: 9px;
}