
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu)
{
	display: none;
}
nav.rank-math-breadcrumb {
	display: block;
	color: #fff;
}

/* .content,

{
	text-align: center;
} */

 /* .footer
{
	background: #777;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}  */
 .header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
/* .footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}  */
.header a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.header a:before, .header a:after {
    content: '';
    display: block;
    background: #000;
    height: 2px;
    width: 50%;
    margin: 8px 0px;
	margin-left: auto;
}
.header a span {
    background: #000;
    display: block;
	width: 50%;
    height: 2px;
    margin: 6px 0px;
	margin-left: auto;

}
/* .content
{
	padding: 150px 50px 50px 50px;
} */