.header
{position: fixed;float: left;z-index: 9999;left: 50px;top: 50px;}
@media screen and (min-width:1024px) {
	.header {
		display: none;
	}
}
nav:not(.mm-menu)
{
	display: none;
}
.normalmenu .header
{position: fixed;float: left;z-index: 9999;left: 50px;top: 50px;}
@media screen and (min-width:1024px) {
	.header {
		display: none;
	}
}
nav:not(.mm-menu)
{
	display: none;
}
.normalmenu {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid transparent;
	padding: 10px 20px 10px 20px;
	font-weight: normal;
	transition: 300ms all;
}
.normalmenu.activated {
	border: 1px solid #fff;
}
.normalmenu::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	bottom: 0px;
	left: 0px;
	transition: all 300ms;
}
.normalmenu::after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	border-right: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	top: 0px;
	right: 0px;
	transition: all 600ms;
}
.normalmenu:hover::before {
	width: 100%;
	height: 100%;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.normalmenu:hover::after {
	width: 100%;
	height: 100%;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.normalmenufixed {
	color: #97c03b;
}
.normalmenufixed:hover {
}
.header a
{
	font-size: 30px;
	color: #fff;
	position: relative;
	transition: all 300ms;
}
.header a.white
{
	color: #e20713;
}
.header a:hover
{
	color: #e20713;
}
.socialall {
	position: relative;
	z-index: 9999;
	width: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
a.social {
	font-size: 17px;
	color: #ee1c25;
	text-decoration: none;
	transition: all 300ms;
}
a.socialb {
	color:#fff;
}
a.social i {
	margin-top:7.5px;
	margin-right: 5px;
	margin-left: 10px;
}
a.social:hover {
	color: #e20713;
}
a.language {
	color: #ffffff;
	padding: 5px 50px;
	font-size: 14px;
	position: relative;
	z-index: 9999;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(147, 189, 50, 0.96);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
a.languagefixed {
	background-color: #7b9837;
}
a.language:hover {
    transition: all 300ms;
    color: #000000;
}
a.socialbl {
	font-size: 20px;
	color: #ed3b36;
	text-decoration: none;
	transition: all 300ms;
}
a.socialbl:hover {
	color: #000;
}
a.socialbl i {
    margin-top: 7.5px;
    margin-right: 15px;
}
.header a
{
	font-size: 30px;
	color: #fff;
	position: relative;
	transition: all 300ms;
}
.header a.white
{
	color: #e20713;
}
.header a:hover
{
	color: #e20713;
}
.socialall {
	position: absolute;
	z-index: 9999;
	top: 70px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 200px;
	text-align:  center;
}
a.social {
	font-size: 17px;
	color: #ee1c25;
	text-decoration: none;
	transition: all 300ms;
	text-align: justify;
}
a.socialb {
	color:#fff;
}
a.social i {
	margin-top:7.5px;
	margin-right: 5px;
	margin-left: 10px;
}
a.social:hover {
	color: #e20713;
}
a.language {
	color: #ffffff;
	padding: 10px;
	width: 200px;
	font-size: 14px;
	position: relative;
	margin:  auto;
	left: 0px;
	right: 0px;
	top: 35px;
	z-index: 9999;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid transparent;
	background-color: transparent;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
a.languagefixed {
	background-color: transparent;
	border: 1px solid #8fba35;
}
a.language:hover, a.activate {
    transition: all 300ms;
    color: #ffffff;
    background-color: #e33530;
}
a.socialbl {
	font-size: 20px;
	color: #ed3b36;
	text-decoration: none;
	transition: all 300ms;
}
a.socialbl:hover {
	color: #000;
}
a.socialbl i {
    margin-top: 7.5px;
    margin-right: 15px;
}