.mm-menu.mm-horizontal > .mm-panel {
	transition:transform 0.4s; -webkit-transition: -webkit-transform 0.4s ease;
}
.mm-menu .mm-hidden {
	display: none;
}
.mm-wrapper {
	position: relative; -ms-overflow-x: hidden;
}
.mm-menu {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 0;
}
.mm-menu > .mm-panel {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 0;
}
.mm-menu {
	background: inherit; padding: 0px; overflow: hidden; display: block;
}
.mm-menu > .mm-panel {
	background: inherit; padding: 20px; overflow: scroll; -ms-overflow-x: hidden; -ms-overflow-y: auto; box-sizing: border-box; transform: translate(100%, 0px); -webkit-overflow-scrolling: touch; -webkit-transform: translate(100%, 0); -o-transform: translate(100%, 0); -moz-transform: translate(100%, 0);
}
.mm-menu > .mm-panel.mm-opened {
	transform: translate(0%, 0px); -webkit-transform: translate(0%, 0); -o-transform: translate(0%, 0); -moz-transform: translate(0%, 0);
}
.mm-menu > .mm-panel.mm-subopened {
	transform: translate(-30%, 0px); -webkit-transform: translate(-30%, 0); -o-transform: translate(-30%, 0); -moz-transform: translate(-30%, 0);
}
.mm-menu > .mm-panel.mm-highest {
	z-index: 1;
}
.mm-menu .mm-list {
	padding: 20px 0px;
}
.mm-menu > .mm-list {
	padding-bottom: 0px;
}
.mm-menu > .mm-list::after {
	height: 40px; display: block; content: "";
}
.mm-panel > .mm-list {
	margin-right: -20px; margin-left: -20px;
}
.mm-panel > :first-child.mm-list {
	padding-top: 0px;
}
.mm-list {
	list-style: none; margin: 0px; padding: 0px; display: block;
}
.mm-list > li {
	list-style: none; margin: 0px; padding: 0px; display: block;
}
.mm-list {
	line-height: inherit; font-family: inherit; font-size: 14px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
.mm-list a {
	text-decoration: none;
}
.mm-list a:hover {
	text-decoration: none;
}
.mm-list > li.select > a {
	background: rgba(0, 0, 0, 0.09);
}
.mm-list > li > a:hover {
	background: rgba(0, 0, 0, 0.15);
}
.mm-list a.mm-subopen {
	background: rgba(0, 0, 0, 0.15) !important;
}
.mm-list > li {
	position: relative;
}
.mm-list > li > a {
	margin: 0px; padding: 10px 10px 10px 20px; color: rgba(255, 255, 255, 0.82); line-height: 24px; overflow: hidden; font-size: 17px; text-decoration: none; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.mm-list > li > span {
	margin: 0px; padding: 10px 10px 10px 20px; color: rgba(255, 255, 255, 0.82); line-height: 24px; overflow: hidden; font-size: 17px; text-decoration: none; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.mm-list > li:not(.mm-subtitle):not(.mm-noresults):not(.mm-search):not(.mm-label)::after {
	left: 0px; width: 100%; bottom: 0px; border-bottom-width: 1px; border-bottom-style: solid; display: block; position: absolute; content: "";
}
.mm-list > li:not(.mm-subtitle):not(.mm-noresults):not(.mm-search):not(.mm-label)::after {
	left: auto; width: auto; margin-left: 0px; position: relative;
}
.mm-list a.mm-subopen {
	background: rgba(2, 147, 169, 0.32); padding: 0px; top: 0px; width: 40px; height: 100%; right: 0px; position: absolute; z-index: 2;
}
.mm-list a.mm-subopen::before {
	left: 0px; top: 0px; height: 100%; border-left-width: 1px; border-left-style: solid; display: block; position: absolute; content: "";
}
.mm-list a.mm-subopen.mm-fullsubopen {
	width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen::before {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.mm-list a.mm-subopen + a {
	padding-right: 5px; margin-right: 40px;
}
.mm-list a.mm-subopen + span {
	padding-right: 5px; margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
	background: none;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a {
	padding-right: 45px; margin-right: 0px;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
	padding-right: 45px; margin-right: 0px;
}
.mm-list a.mm-subclose {
	text-indent: 20px; padding-top: 30px; margin-top: -20px;
}
.mm-list > li.mm-label {
	text-transform: uppercase; line-height: 25px; text-indent: 20px; overflow: hidden; padding-right: 5px; font-size: 10px; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.mm-list > li.mm-spacer {
	padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
	padding-top: 25px;
}
.mm-list a.mm-subopen::after {
	border: 2px solid transparent; border-image: none; width: 7px; height: 7px; bottom: 50%; margin-bottom: -5px; display: inline-block; position: absolute; content: ""; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
}
.mm-list a.mm-subclose::before {
	border: 2px solid transparent; border-image: none; width: 7px; height: 7px; bottom: 50%; margin-bottom: -5px; display: inline-block; position: absolute; content: ""; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
}
.mm-list a.mm-subopen::after {
	right: 18px; border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;
}
.mm-list a.mm-subclose::before {
	left: 22px; margin-bottom: -15px; border-right-color: currentColor; border-bottom-color: currentColor; border-right-width: medium; border-bottom-width: medium; border-right-style: none; border-bottom-style: none;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	padding: 10px 0px 10px 10px; display: none;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child::after {
	border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
	display: block;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
	height: 40px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen::after {
	top: 16px; bottom: auto;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen::after {
	transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg);
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
	height: 25px;
}
html.mm-opened .mm-page {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.mm-menu {
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li::after {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.1); color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen::after {
	border-color: rgb(232, 232, 232);
}
.mm-menu .mm-list > li > a.mm-subclose::before {
	border-color: rgb(232, 232, 232);
}
.mm-menu .mm-list > li > a.mm-subopen::before {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen) {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen {
	background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.05);
}
.mm-page {
	overflow: hidden; position: relative; box-sizing: border-box;
}
.mm-slideout {
	transition:transform 0.4s; -webkit-transition: -webkit-transform 0.4s ease;
}
html.mm-opened {
	overflow: hidden; position: relative;
}
html.mm-opened body {
	overflow: hidden;
}
html.mm-background .mm-page {
	background: inherit;
}
#mm-blocker {
	background: rgba(3, 2, 1, 0); left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 999999;
}
html.mm-opened #mm-blocker {
	display: block;
}
html.mm-blocking #mm-blocker {
	display: block;
}
.mm-menu.mm-offcanvas {
	display: none; position: fixed;
}
.mm-menu.mm-current {
	display: block;
}
.mm-menu {
	width: 80%; min-width: 140px; max-width: 440px;
}
html.mm-opening .mm-slideout {
	transform: translate(80%, 0px); -webkit-transform: translate(80%, 0); -o-transform: translate(80%, 0); -moz-transform: translate(80%, 0);
}
@media all and (max-width:175px)
{
html.mm-opening .mm-slideout {
	transform: translate(140px, 0px); -webkit-transform: translate(140px, 0); -o-transform: translate(140px, 0); -moz-transform: translate(140px, 0);
}
}
@media all and (min-width:550px)
{
html.mm-opening .mm-slideout {
	transform: translate(440px, 0px); -webkit-transform: translate(440px, 0); -o-transform: translate(440px, 0); -moz-transform: translate(440px, 0);
}
}
.mm-buttonbar {
	margin: 0px; padding: 0px; border-radius: 5px; border: 1px solid transparent; border-image: none; text-align: center; line-height: 20px; overflow: hidden; display: block; position: relative;
}
.mm-buttonbar::after {
	clear: both; display: block; content: "";
}
.mm-buttonbar > * {
	width: 100%; height: 100%; overflow: hidden; border-left-color: transparent; border-left-width: 1px; border-left-style: solid; float: left; display: block; white-space: nowrap; -ms-text-overflow: ellipsis; box-sizing: border-box;
}
.mm-buttonbar > a {
	text-decoration: none;
}
.mm-buttonbar > input {
	left: -1000px; top: -1000px; position: absolute;
}
.mm-buttonbar > input:checked + label {
	border-color: transparent !important;
}
.mm-buttonbar > *:first-child {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.mm-buttonbar > input:first-child + * {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.mm-buttonbar.mm-buttonbar-2 > * {
	width: 50%;
}
.mm-buttonbar.mm-buttonbar-3 > * {
	width: 33.33%;
}
.mm-buttonbar.mm-buttonbar-4 > * {
	width: 25%;
}
.mm-buttonbar.mm-buttonbar-5 > * {
	width: 20%;
}
.mm-header .mm-buttonbar {
	margin-top: 20px; margin-right: -30px; margin-left: -30px;
}
.mm-footer .mm-buttonbar {
	margin: -10px -10px 0px -20px; border: currentColor; border-image: none; line-height: 40px;
}
.mm-footer .mm-buttonbar > * {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.mm-list > li > .mm-buttonbar {
	margin: 10px 20px;
}
.mm-menu .mm-buttonbar {
	background: rgb(51, 51, 51); border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-buttonbar > * {
	border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-buttonbar > input:checked + label {
	background: rgba(255, 255, 255, 0.6); color: rgb(51, 51, 51);
}
em.mm-counter {
	top: 50%; right: 40px; line-height: 20px; text-indent: 0px; font-family: inherit; font-size: 14px; font-style: normal; font-variant: inherit; font-weight: inherit; margin-top: -10px; display: block; position: absolute; font-size-adjust: inherit; font-stretch: inherit;
}
em.mm-counter + a.mm-subopen {
	padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a {
	margin-right: 80px;
}
em.mm-counter + a.mm-subopen + span {
	margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
	padding-left: 0px;
}
.mm-vertical em.mm-counter {
	top: 12px; margin-top: 0px;
}
.mm-nosubresults > em.mm-counter {
	display: none;
}
.mm-menu em.mm-counter {
	color: rgba(255, 255, 255, 0.3);
}
html.mm-opened.mm-dragging .mm-menu {
	transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -moz-transition-duration: 0s;
}
html.mm-opened.mm-dragging .mm-page {
	transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -moz-transition-duration: 0s;
}
html.mm-opened.mm-dragging .mm-fixed-top {
	transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -moz-transition-duration: 0s;
}
html.mm-opened.mm-dragging .mm-fixed-bottom {
	transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -moz-transition-duration: 0s;
}
html.mm-opened.mm-dragging #mm-blocker {
	transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -moz-transition-duration: 0s;
}
.mm-footer {
	background: inherit; padding: 10px 10px 0px 20px; left: 0px; width: 100%; height: 40px; text-align: center; bottom: 0px; line-height: 20px; border-top-color: transparent; border-top-width: 1px; border-top-style: solid; position: absolute; z-index: 2; box-sizing: border-box;
}
.mm-menu.mm-hasfooter > .mm-panel::after {
	height: 80px;
}
.mm-menu .mm-footer {
	border-color: rgba(0, 0, 0, 0.15); color: rgba(255, 255, 255, 0.78); font-size: 14px;
}
.mm-header {
	background: inherit; padding: 0px 50px; left: 0px; top: 0px; width: 100%; height: 60px; text-align: center; line-height: 20px; border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; position: absolute; z-index: 2; box-sizing: border-box;
}
.mm-header .mm-title {
	padding-top: 18px;
}
.mm-header .mm-prev {
	padding-top: 28px;
}
.mm-header .mm-next {
	padding-top: 28px;
}
.mm-header .mm-close {
	padding-top: 28px;
}
.mm-header .mm-title {
	width: 100%; color: rgb(255, 255, 255); overflow: hidden; font-size: 20px; display: inline-block; white-space: nowrap; position: relative; -ms-text-overflow: ellipsis;
}
.mm-header .mm-prev {
	top: 0px; height: 100%; text-decoration: none; display: block; position: absolute; z-index: 1; min-width: 10px; box-sizing: border-box;
}
.mm-header .mm-next {
	top: 0px; height: 100%; text-decoration: none; display: block; position: absolute; z-index: 1; min-width: 10px; box-sizing: border-box;
}
.mm-header .mm-close {
	top: 0px; height: 100%; text-decoration: none; display: block; position: absolute; z-index: 1; min-width: 10px; box-sizing: border-box;
}
.mm-header .mm-prev {
	left: 0px; padding-right: 10px; padding-left: 20px; background-color: rgba(0, 0, 0, 0.27);
}
.mm-header .mm-next {
	right: 0px; padding-right: 20px; padding-left: 10px;
}
.mm-header .mm-close {
	right: 0px; padding-right: 20px; padding-left: 10px;
}
.mm-header [href].mm-prev::before {
	border: 2px solid transparent; border-image: none; width: 7px; height: 7px; display: inline-block; content: ""; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
}
.mm-header [href].mm-next::after {
	border: 2px solid transparent; border-image: none; width: 7px; height: 7px; display: inline-block; content: ""; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
}
.mm-header [href].mm-prev::before {
	margin-right: 5px; margin-left: 2px; border-right-color: currentColor; border-bottom-color: currentColor; border-right-width: medium; border-bottom-width: medium; border-right-style: none; border-bottom-style: none;
}
.mm-header [href].mm-next::after {
	margin-right: -2px; margin-left: 5px;
}
.mm-header [href].mm-close::after {
	margin-right: -2px; margin-left: 5px;
}
.mm-header [href].mm-next::after {
	border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;
}
.mm-header [href].mm-close::after {
	content: "x";
}
.mm-menu.mm-hassearch .mm-header {
	top: 50px; height: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-title {
	padding-top: 20px;
}
.mm-menu.mm-hassearch .mm-header .mm-prev {
	padding-top: 20px;
}
.mm-menu.mm-hassearch .mm-header .mm-next {
	padding-top: 20px;
}
.mm-menu.mm-hassearch .mm-header .mm-close {
	padding-top: 20px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
	display: none;
}
.mm-menu.mm-hasheader > .mm-panel {
	padding-top: 80px;
}
.mm-menu.mm-hasheader > .mm-panel.mm-list {
	padding-top: 60px;
}
.mm-menu.mm-hasheader > .mm-panel > :first-child.mm-list {
	margin-top: -20px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
	padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
	padding-top: 100px;
}
.mm-menu .mm-header {
	border-color: rgba(0, 0, 0, 0.15); color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header .mm-prev::before {
	border-color: rgb(255, 255, 255); margin: -3px 6px 0px 0px; float: left;
}
.mm-menu .mm-header .mm-next::after {
	border-color: rgb(255, 255, 255); margin: -3px 6px 0px 0px; float: left;
}
.mm-menu .mm-header .mm-close::after {
	border-color: rgb(255, 255, 255); margin: -3px 6px 0px 0px; float: left;
}
.mm-list li.mm-label > span {
	padding: 0px; line-height: 25px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.mm-list li.mm-label.mm-opened a.mm-subopen::after {
	transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg);
}
.mm-list li:not(.mm-uncollapsed).mm-collapsed {
	display: none;
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen::after {
	top: 8.5px;
}
.mm-menu .mm-list li.mm-label > div > div {
	background: rgba(255, 255, 255, 0.05);
}
.mm-search {
	box-sizing: border-box;
}
.mm-search input {
	box-sizing: border-box;
}
.mm-list > li.mm-search {
	padding: 10px; margin-top: -20px;
}
.mm-list > li.mm-subtitle + li.mm-search {
	margin-top: 0px;
}
div.mm-panel > div.mm-search {
	padding: 0px 0px 10px;
}
.mm-menu.mm-hasheader .mm-list > li.mm-search {
	margin-top: 0px;
}
.mm-menu > .mm-search {
	background: inherit; left: 0px; top: 0px; width: 100%; position: absolute; z-index: 2;
}
.mm-search {
	padding: 10px;
}
.mm-search input {
	margin: 0px; padding: 0px 10px; border-radius: 30px; border: currentColor; border-image: none; width: 100%; height: 30px; color: rgba(145, 145, 145, 1); line-height: 30px; font-family: inherit; font-size: 14px; font-style: inherit; font-variant: inherit; font-weight: inherit; display: block; font-size-adjust: inherit; font-stretch: inherit;
}
.mm-search input::-ms-clear {
	display: none;
}
.mm-menu .mm-noresultsmsg {
	padding: 60px 0px; text-align: center; font-size: 21px; display: none;
}
.mm-menu .mm-noresultsmsg::after {
	border: currentColor !important; border-image: none !important;
}
.mm-noresults .mm-noresultsmsg {
	display: block;
}
.mm-menu li.mm-nosubresults > a.mm-subopen {
	display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a {
	padding-right: 10px;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
	padding-right: 10px;
}
.mm-menu.mm-hassearch > .mm-panel {
	padding-top: 70px;
}
.mm-menu.mm-hassearch > .mm-panel > :first-child.mm-list {
	margin-top: -20px;
}
.mm-menu.mm-hasheader > .mm-panel > div:first-child.mm-search {
	margin-top: -10px;
}
.mm-menu.mm-hasheader > .mm-panel > div:first-child.mm-search + .mm-list {
	padding-top: 0px;
}
.mm-menu .mm-search input {
	background: rgb(255, 255, 255); color: rgba(145, 145, 145, 1);
}
.mm-menu .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.3);
}
input.mm-toggle {
	left: -10000px; position: absolute;
}
input.mm-check {
	left: -10000px; position: absolute;
}
label.mm-toggle {
	margin: 0px; bottom: 50%; position: absolute; z-index: 2;
}
label.mm-check {
	margin: 0px; bottom: 50%; position: absolute; z-index: 2;
}
label.mm-toggle::before {
	display: block; content: "";
}
label.mm-check::before {
	display: block; content: "";
}
label.mm-toggle {
	border-radius: 30px; width: 50px; height: 30px; margin-bottom: -15px;
}
label.mm-toggle::before {
	margin: 1px; border-radius: 30px; width: 28px; height: 28px;
}
input:checked.mm-toggle ~ label.mm-toggle::before {
	float: right;
}
label.mm-check {
	width: 30px; height: 30px; margin-bottom: -15px;
}
label.mm-check::before {
	margin: 25% 0px 0px 20%; width: 40%; height: 20%; border-bottom-color: currentColor; border-left-color: currentColor; border-bottom-width: 3px; border-left-width: 3px; border-bottom-style: solid; border-left-style: solid; opacity: 0.1; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
}
input:checked.mm-check ~ label.mm-check::before {
	opacity: 1;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
	bottom: auto; margin-bottom: 0px;
}
.mm-menu.mm-vertical .mm-list > li label.mm-check {
	bottom: auto; margin-bottom: 0px;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
	top: 5px;
}
.mm-menu.mm-vertical .mm-list > li label.mm-check {
	top: 5px;
}
label.mm-toggle {
	right: 20px;
}
label.mm-check {
	right: 20px;
}
label.mm-toggle + a {
	margin-right: 70px;
}
label.mm-toggle + span {
	margin-right: 70px;
}
label.mm-check + a {
	margin-right: 50px;
}
label.mm-check + span {
	margin-right: 50px;
}
a.mm-subopen + label.mm-toggle {
	right: 50px;
}
a.mm-subopen + label.mm-check {
	right: 50px;
}
a.mm-subopen + label.mm-toggle + a {
	margin-right: 100px;
}
a.mm-subopen + label.mm-toggle + span {
	margin-right: 100px;
}
a.mm-subopen + label.mm-check + a {
	margin-right: 80px;
}
a.mm-subopen + label.mm-check + span {
	margin-right: 80px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle {
	right: 90px;
}
em.mm-counter + a.mm-subopen + label.mm-check {
	right: 90px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle + a {
	margin-right: 140px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
	margin-right: 140px;
}
em.mm-counter + a.mm-subopen + label.mm-check + a {
	margin-right: 120px;
}
em.mm-counter + a.mm-subopen + label.mm-check + span {
	margin-right: 120px;
}
.mm-menu label.mm-toggle {
	background: rgba(0, 0, 0, 0.15);
}
.mm-menu label.mm-toggle::before {
	background: rgb(51, 51, 51);
}
.mm-menu input:checked.mm-toggle ~ label.mm-toggle {
	background: rgb(75, 217, 99);
}
.mm-menu label.mm-check::before {
	border-color: rgba(255, 255, 255, 0.6);
}
html.mm-slide .mm-menu {
	transition:transform 0.4s; -webkit-transition: -webkit-transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
	transform: translateX(-30%); -webkit-transform: translateX(-30%); -o-transform: translateX(-30%); -moz-transform: translateX(-30%);
}
html.mm-slide.mm-opening .mm-menu {
	transform: translateX(0%); -webkit-transform: translateX(0%); -o-transform: translateX(0%); -moz-transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
	transform: translateX(30%); -webkit-transform: translateX(30%); -o-transform: translateX(30%); -moz-transform: translateX(30%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
	transform: translateX(0%); -webkit-transform: translateX(0%); -o-transform: translateX(0%); -moz-transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
	transform: translateY(-30%); -webkit-transform: translateY(-30%); -o-transform: translateY(-30%); -moz-transform: translateY(-30%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
	transform: translateY(0%); -webkit-transform: translateY(0%); -o-transform: translateY(0%); -moz-transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
	transform: translateY(30%); -webkit-transform: translateY(30%); -o-transform: translateY(30%); -moz-transform: translateY(30%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
	transform: translateY(0%); -webkit-transform: translateY(0%); -o-transform: translateY(0%); -moz-transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
	transition:transform 0.4s; -webkit-transition: -webkit-transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
	transform-origin: left center; transform: scale(0.7) translateX(-30%); -webkit-transform: scale(0.7, 0.7) translateX(-30%); -o-transform: scale(0.7, 0.7) translateX(-30%); -moz-transform: scale(0.7, 0.7) translateX(-30%); -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
	transform: scale(1) translateX(0%); -webkit-transform: scale(1, 1) translateX(0%); -o-transform: scale(1, 1) translateX(0%); -moz-transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
	transform-origin: right center; transform: scale(0.7) translateX(30%); -webkit-transform: scale(0.7, 0.7) translateX(30%); -o-transform: scale(0.7, 0.7) translateX(30%); -moz-transform: scale(0.7, 0.7) translateX(30%); -webkit-transform-origin: right center; -moz-transform-origin: right center; -o-transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
	transform: scale(1) translateX(0%); -webkit-transform: scale(1, 1) translateX(0%); -o-transform: scale(1, 1) translateX(0%); -moz-transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
	transform-origin: center top; transform: scale(0.7) translateY(-30%); -webkit-transform: scale(0.7, 0.7) translateY(-30%); -o-transform: scale(0.7, 0.7) translateY(-30%); -moz-transform: scale(0.7, 0.7) translateY(-30%); -webkit-transform-origin: center top; -moz-transform-origin: center top; -o-transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
	transform: scale(1) translateY(0%); -webkit-transform: scale(1, 1) translateY(0%); -o-transform: scale(1, 1) translateY(0%); -moz-transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
	transform-origin: center bottom; transform: scale(0.7) translateY(30%); -webkit-transform: scale(0.7, 0.7) translateY(30%); -o-transform: scale(0.7, 0.7) translateY(30%); -moz-transform: scale(0.7, 0.7) translateY(30%); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; -o-transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
	transform: scale(1) translateY(0%); -webkit-transform: scale(1, 1) translateY(0%); -o-transform: scale(1, 1) translateY(0%); -moz-transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
	transform-origin: left center; transform: scale(1.5) translateX(100%); transition-property: transform, left; -webkit-transition-property: -webkit-transform, left; -webkit-transform: scale(1.5, 1.5) translateX(100%); -o-transform: scale(1.5, 1.5) translateX(100%); -moz-transform: scale(1.5, 1.5) translateX(100%); -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center;
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
	transform: scale(1) translateX(0%); -webkit-transform: scale(1, 1) translateX(0%); -o-transform: scale(1, 1) translateX(0%); -moz-transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
	transform: scale(0.7) translateX(-30%); -webkit-transform: scale(0.7, 0.7) translateX(-30%); -o-transform: scale(0.7, 0.7) translateX(-30%); -moz-transform: scale(0.7, 0.7) translateX(-30%);
}
.mm-menu.mm-fullscreen {
	width: 100%; min-width: 140px; max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
	transform: translate(100%, 0px); -webkit-transform: translate(100%, 0); -o-transform: translate(100%, 0); -moz-transform: translate(100%, 0);
}
@media all and (max-width:140px)
{
html.mm-opening.mm-fullscreen .mm-slideout {
	transform: translate(140px, 0px); -webkit-transform: translate(140px, 0); -o-transform: translate(140px, 0); -moz-transform: translate(140px, 0);
}
}
@media all and (min-width:10000px)
{
html.mm-opening.mm-fullscreen .mm-slideout {
	transform: translate(10000px, 0px); -webkit-transform: translate(10000px, 0); -o-transform: translate(10000px, 0); -moz-transform: translate(10000px, 0);
}
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	transform: translate(-100%, 0px); -webkit-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0);
}
@media all and (max-width:140px)
{
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	transform: translate(-140px, 0px); -webkit-transform: translate(-140px, 0); -o-transform: translate(-140px, 0); -moz-transform: translate(-140px, 0);
}
}
@media all and (min-width:10000px)
{
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	transform: translate(-10000px, 0px); -webkit-transform: translate(-10000px, 0); -o-transform: translate(-10000px, 0); -moz-transform: translate(-10000px, 0);
}
}
.mm-menu.mm-front.mm-fullscreen.mm-top {
	height: 100%; min-height: 140px; max-height: 10000px;
}
.mm-menu.mm-front.mm-fullscreen.mm-bottom {
	height: 100%; min-height: 140px; max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
	box-shadow: none !important;
}
.mm-menu.mm-top {
	width: 100%; min-width: 100%; max-width: 100%;
}
.mm-menu.mm-bottom {
	width: 100%; min-width: 100%; max-width: 100%;
}
.mm-menu.mm-right {
	left: auto; right: 0px;
}
.mm-menu.mm-bottom {
	top: auto; bottom: 0px;
}
html.mm-right.mm-opening .mm-slideout {
	transform: translate(-80%, 0px); -webkit-transform: translate(-80%, 0); -o-transform: translate(-80%, 0); -moz-transform: translate(-80%, 0);
}
@media all and (max-width:175px)
{
html.mm-right.mm-opening .mm-slideout {
	transform: translate(-140px, 0px); -webkit-transform: translate(-140px, 0); -o-transform: translate(-140px, 0); -moz-transform: translate(-140px, 0);
}
}
@media all and (min-width:550px)
{
html.mm-right.mm-opening .mm-slideout {
	transform: translate(-440px, 0px); -webkit-transform: translate(-440px, 0); -o-transform: translate(-440px, 0); -moz-transform: translate(-440px, 0);
}
}
html.mm-front .mm-slideout {
	z-index: 0 !important; transform: none !important; -webkit-transform: none; -o-transform: none; -moz-transform: none;
}
.mm-menu.mm-front {
	z-index: 1; box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
html.mm-opened.mm-next .mm-page {
	box-shadow: none;
}
.mm-menu.mm-front {
	transition:transform 0.4s; transform: translate(-100%, 0px); -webkit-transition: -webkit-transform 0.4s ease; -webkit-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0);
}
.mm-menu.mm-next {
	transition:transform 0.4s; transform: translate(-100%, 0px); -webkit-transition: -webkit-transform 0.4s ease; -webkit-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0);
}
.mm-menu.mm-front.mm-right {
	transform: translate(100%, 0px); -webkit-transform: translate(100%, 0); -o-transform: translate(100%, 0); -moz-transform: translate(100%, 0);
}
.mm-menu.mm-next.mm-right {
	transform: translate(100%, 0px); -webkit-transform: translate(100%, 0); -o-transform: translate(100%, 0); -moz-transform: translate(100%, 0);
}
.mm-menu.mm-front.mm-top {
	transform: translate(0px, -100%); -webkit-transform: translate(0, -100%); -o-transform: translate(0, -100%); -moz-transform: translate(0, -100%);
}
.mm-menu.mm-front.mm-bottom {
	transform: translate(0px, 100%); -webkit-transform: translate(0, 100%); -o-transform: translate(0, 100%); -moz-transform: translate(0, 100%);
}
html.mm-opening .mm-menu.mm-front {
	transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
html.mm-opening .mm-menu.mm-next {
	transform: translate(0px, 0px); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); -moz-transform: translate(0, 0);
}
.mm-menu.mm-front.mm-top {
	height: 80%; min-height: 140px; max-height: 880px;
}
.mm-menu.mm-front.mm-bottom {
	height: 80%; min-height: 140px; max-height: 880px;
}
html.mm-opened.mm-light .mm-page {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.mm-menu.mm-light {
	background: rgb(243, 243, 243); color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li::after {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.6); color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen::after {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose::before {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen::before {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen) {
	background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-buttonbar {
	background: rgb(243, 243, 243); border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-buttonbar > * {
	border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
	background: rgba(0, 0, 0, 0.6); color: rgb(243, 243, 243);
}
.mm-menu.mm-light label.mm-check::before {
	border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-footer {
	border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header {
	border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-prev::before {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-next::after {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-close::after {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
	background: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light label.mm-toggle {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light label.mm-toggle::before {
	background: rgb(243, 243, 243);
}
.mm-menu.mm-light input:checked.mm-toggle ~ label.mm-toggle {
	background: rgb(75, 217, 99);
}
html.mm-opened.mm-white .mm-page {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.mm-menu.mm-white {
	background: white; color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li::after {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.06); color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen::after {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose::before {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen::before {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen) {
	background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list > li.mm-label {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-buttonbar {
	background: white; border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-buttonbar > * {
	border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
	background: rgba(0, 0, 0, 0.6); color: white;
}
.mm-menu.mm-white label.mm-check::before {
	border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-footer {
	border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header {
	border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-prev::before {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-next::after {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-close::after {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
	background: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white label.mm-toggle {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white label.mm-toggle::before {
	background: white;
}
.mm-menu.mm-white input:checked.mm-toggle ~ label.mm-toggle {
	background: rgb(75, 217, 99);
}
html.mm-opened.mm-black .mm-page {
	box-shadow: none;
}
.mm-menu.mm-black {
	background: black; color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li::after {
	border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen::after {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose::before {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen::before {
	border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen) {
	background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen {
	background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-buttonbar {
	background: black; border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-buttonbar > * {
	border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
	background: rgba(255, 255, 255, 0.6); color: black;
}
.mm-menu.mm-black label.mm-check::before {
	border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black em.mm-counter {
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-footer {
	border-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header {
	border-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-prev::before {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-next::after {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-close::after {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
	background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
	background: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black label.mm-toggle {
	background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black label.mm-toggle::before {
	background: black;
}
.mm-menu.mm-black input:checked.mm-toggle ~ label.mm-toggle {
	background: rgb(75, 217, 99);
}
a.demos {
	background: rgb(0, 0, 0) !important; opacity: 1;
}
