/* MOBILE MENU */
.mobile-button {
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 0;
	line-height: normal;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 9999;
}
.mobile-button .line1,
.mobile-button .line2,
.mobile-button .line3 {
	display: block;
	width: 35px;
	height: 4px;
	margin: 6px 0;
	background-color: #afca05;
	transition: 0.4s;
}
.mobile-button .line2 {
}
.mobile-button:hover {
	background: none;
}
.mobile-button-open {
	/*position: fixed;
	z-index: 99999;
	right: 0.5em;
	top: 0.5em;*/
}
.mobile-button-open .line1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 5px);
	transform: rotate(-45deg) translate(-8px, 5px);
}
.mobile-button-open .line2 {
	opacity: 0;
}
.mobile-button-open .line3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
}
nav#block-responsive > .menu {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: calc(100% - 90px);
	background: #fff;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
}
.scrolled nav#block-responsive > .menu {
	top: 62px;
	height: calc(100% - 62px);
}
nav#block-responsive > .menu.active {
	display: flex;
}
nav#block-responsive > ul > li {
	margin-bottom: 0.9em;
}
nav#block-responsive > ul > li > a,
nav#block-responsive > ul > li > span {
	line-height: 1.6em;
	font-size: 1.2em;
}
nav#block-responsive > ul > li > a:after,
nav#block-responsive > ul > li > span:after {
	width: 4em;
}
nav#block-responsive .menu .menu {
	display: none;
	padding-top: 0.6em;
}
nav#block-responsive .menu .menu li {
	line-height: 2em;
	font-size: 1em;
	text-align: center;
}
nav#block-responsive .menu .menu a.is-active {
	color: #009ee3;
	text-decoration: underline;
}

/* MAX */
@media (max-width: 1399.98px) {

}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
	body.user-role-themer {
		margin-inline-start: 0 !important;
		padding-top: 0 !important;
	}
	.user-role-themer #toolbar-administration,
	.user-role-themer #block-tabs {
		display: none;
	}
	.user-role-themer.toolbar-fixed.toolbar-horizontal .mobile-button.mobile-button-open,
	.user-role-themer.toolbar-fixed.toolbar-tray-open.toolbar-vertical .mobile-button.mobile-button-open,
	.user-role-themer.toolbar-fixed.toolbar-horizontal #main-menu,
	.user-role-themer.toolbar-fixed.toolbar-tray-open.toolbar-vertical #main-menu {
		top: 0;
	}
	.user-role-themer.toolbar-fixed.toolbar-tray-open .mobile-button.mobile-button-open,
	.user-role-themer.toolbar-fixed.toolbar-tray-open #main-menu {
		top: 0;
	}
}
@media (max-width: 767.98px) {

	#menu {
		display: none;
	}
}
@media (max-width: 575.98px) {
}

/* MIN */
@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.w-sm-25 {
		width: 25% !important;
	}
	.w-sm-50 {
		width: 50% !important;
	}
	.w-sm-75 {
		width: 75% !important;
	}
	.w-sm-100 {
		width: 100% !important;
	}
	.w-sm-auto {
		width: auto !important;
	}
}
@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
	.w-md-25 {
		width: 25% !important;
	}
	.w-md-50 {
		width: 50% !important;
	}
	.w-md-75 {
		width: 75% !important;
	}
	.w-md-100 {
		width: 100% !important;
	}
	.w-md-auto {
		width: auto !important;
	}
}
@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}
	.float-lg-end {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
	.w-lg-25 {
		width: 25% !important;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.w-lg-75 {
		width: 75% !important;
	}
	.w-lg-100 {
		width: 100% !important;
	}
	.w-lg-auto {
		width: auto !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important;
	}
	.float-xl-end {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
	.w-xl-25 {
		width: 25% !important;
	}
	.w-xl-50 {
		width: 50% !important;
	}
	.w-xl-75 {
		width: 75% !important;
	}
	.w-xl-100 {
		width: 100% !important;
	}
	.w-xl-auto {
		width: auto !important;
	}
}
@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important;
	}
	.float-xxl-end {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
	.w-xxl-25 {
		width: 25% !important;
	}
	.w-xxl-50 {
		width: 50% !important;
	}
	.w-xxl-75 {
		width: 75% !important;
	}
	.w-xxl-100 {
		width: 100% !important;
	}
	.w-xxl-auto {
		width: auto !important;
	}
}