a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	
}

nav:not(.mm-menu) {
	display: none;
}

.header-m,
{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
    right: 44px;
    top: 86px; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	
}
.header-m.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.header-m a{
	display: block;
    width: 28px;
    height: 18px;
    top: 30%;
    right: 10%;
    z-index: 10000;
    position: absolute;
    border: 1px solid #f00;
    background: #f00;
    padding: 7px 35px 32px 10px;
}
.header-m a:before,
.header-m a:after{
	content: '';
	display: block;
	background: #ffffff;
	height: 4px;
    width: 24px;
}
.header-m a span{
	background: #ffffff;
	display: block;
	margin: 6px 0;
	height: 4px;
    width: 24px;
}
.content{
	padding: 150px 50px 50px 50px;
}
.mm-wrapper__blocker {
    z-index: inherit;
}
.mm-slideout {
    z-index: inherit;
}
.mm-panel, .mm-panels {
   	background: -webkit-linear-gradient(50deg,#005da9,#192f59)!important;
    background: -o-linear-gradient(50deg,#005da9,#192f59)!important;
    background: linear-gradient(80deg,#005da9,#192f59)!important;
}
.mm-navbar {
    color: rgb(255, 255, 255);
    background: #192f59;
}
.mm-navbar__title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    letter-spacing: 1px;
}
.mm-listitem__text{
	/*font-family: 'Playfair Display', serif;*/
    font-size: 16px;
}
.mm-listitem{
	border-color: rgba(212, 212, 212, 0.31);
}