.headNav{
	position: fixed;
	top: 0px;
	opacity: 1;
	display: flex;
	flex-direction: row;
	width: 100%;
	background-color: white;
	height: 10%;
	align-items: center;
	z-index: 1;
	border-bottom: 2px solid #D3D3D3;
}
.navbut{
	display: none;
}
.logo{
	height: 30px;
	width: 112px;
}
.f{
	display: flex;
	width: 80%;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
}
.MenuPhoneEmailContainer{
	display: none;
}
.IFRLogoName{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin-left: 4%;
	line-height: 2vmax;
}
.phoneMenu{
	position: fixed;
	top: 10%;
	left: 100%;
	width: 100%;
	height: 90%;
	background-color: #F5F5F5;
	flex-wrap: wrap;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: space-between;
	align-items: center;
	display: flex;
	z-index: 2;
}
.menuBarA{
	background-color: lightgray;
	width: 50%;
	height: 5%;
	display: flex;
	align-items: center;
	border: 4px double #B40155;
	border-radius: 100px;
}
.menuBar{
	width: 100%;
	text-align: center;
}
.showMenuButton{
	cursor: pointer;
	position: absolute;
	right: 15px;
	font-size: 3vmax;
}
.rotated {
	transition-duration: 2s;
	-webkit-transform: rotate();
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.languagePhoneBlock{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 20%;
	margin: auto;
	margin-top: 0%;
	margin-bottom: 0%;
}
.languagePhoneBlockSmall{
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 3vmax;
	cursor: pointer;
	color: #878484;
}
.languagePhoneBlockSmall:hover{
	border-bottom: 3px solid #B40155;
}
.languagePhoneBlockSlash{
	width: 5%;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 3vmax;
	color: #878484;
	display: flex;
	align-items: center;
}
@media (orientation: landscape){
	.IFRLogoName{
		font-size: 1.4vmax;
		line-height: 1.3vmax;
	}
	.f{
		width: 100%;
		justify-content: center;
	}
}
@media (orientation: landscape) and (min-width: 1200px){
	.navbut{
		display: flex;
		font-size: 1.3vmax;
	}
	.f{
		justify-content: start;
		margin-left: 5%;
		width: initial;
		margin-right: 6%;
	}
	.slash{
		margin: 0% 1%;
	}
	.showMenuButton{
		display: none;
	}
	.MenuPhoneEmailContainer{
		display: flex;
		position: absolute;
		right: 10%;
		flex-direction: column;
		font-size: 1.3vmax;
	}
	.languageBlock{
		display: flex;
		position: absolute;
		right: 3%;
		justify-content: space-between;
		flex-direction: row;
		width: 4%;
	}
	.languageBlockSmall{
		text-align: center;
		width: 35%;
		display: flex;
		align-items: center;
		font-size: 1vmax;
		cursor: pointer;
		color: #878484;
	}
	.languageBlockSmall:hover{
		border-bottom: 3px solid #B40155;
	}
	.languageBlockSlash{
		margin-left: 1%;
		margin-right: 1%;
		font-size: 1vmax;
		color: #878484;
		display: flex;
		align-items: center;
	}
	.MenuPhoneEmailContainer div{
		margin: 0px 5px;
	}
}