html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker {
	opacity:.7;
}

html.mm-pagedim-black #mm-blocker {
	background:#FFF;
}

.mm-menu {
    background: #00897B;
}

.mm-listview {
	font-size:1em;
}

.mm-navbar {
	height: 62px;
	line-height: 62px;
	left: 0;
	right: 0;
	border: none;
}

.mm-menu > .mm-navbar span{
	margin: 0;
	color: #fff;
	font-size: 12px;
}

.mm-menu .mm-navbar a.mm-title {
	font-size: 1em;
	color: #4C6175;
	padding: 22px 0 22px 0;
	line-height: 1;
	text-align: left;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 15px;
}

.mm-prev:before, .mm-next:after {
    width: 15px;
    height: 15px;
    left: 0;
}

.mm-next:after{
	left: auto;
	right: 3px;
}

.mm-menu .mm-btn:before {
    border-color: #4C6175;
}

.mm-btn {
    width: 100%;
    height: 62px;
}

.mm-listview > li > a, .mm-listview > li > span {
    padding: 12px 0 12px 0;
	font-size: 2em;
	text-align: center;
	color: #FFF;
	font-family: 'Roboto Slab', serif;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 0;
}

.mm-listview .mm-next:before {
	display: none;	
}

.mm-listview .mm-next{
	border-bottom: none;
	width: 100%;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
    margin-right: 0;
}

#mm-1 .mm-navbar{
	padding: 0;
}

.mm-listview .menu-item-146{
	display: none;
}

#mm-1 .mm-title{
	display: none;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li.mm-selected a{
	color: #FFF;
	background-color: transparent;
	opacity: 0.7;
}

.mm-panels > .mm-panel.mm-hasnavbar{
	padding: 20px;
}

#mm-1 .mm-navbar{
	display: none;
}

#mm-1:before {
	display: none;
}

.mm-panels > .mm-panel.mm-hasnavbar{
	display: table;
	width: 100%;
	height: 100%;
}

.mm-panels > #mm-1> .mm-navbar + .mm-listview {
    margin-top: 0;
    display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li{
	padding: 15px 0;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li:after {
    content: "";
    width: 42px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    opacity: .5;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li:last-child:after {
    display: none;
}

.mm-listview a:hover, .mm-navbar a:hover{
	opacity: 0.7;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
}