@charset "utf-8";
#SuperMenu{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, .98);
	position: sticky;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 9px 19px 0px rgba(67,84,119,1);
	-moz-box-shadow: 0px 9px 19px 0px rgba(67,84,119,1);
	box-shadow: 0px 9px 19px 0px rgba(67,84,119,1);
	background-color: rgba(255, 255, 255, .98);
	z-index: 100;
}
#SuperMenu #MenuLogoImage{
	margin: 0;
	padding: 0;
	display: inline-block;
	position:absolute;
	cursor: pointer;
}
#SuperMenu #SuperMenuList{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	text-align: right;
}
#SuperMenu #SuperMenuList .SuperMenuListItem{
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	color: #000000;
}
#MenuOption_MiName{
	border: 1px solid #435477;
	border-radius: 30px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
#MenuOption_MiName #MenuOption_MiNameAvatar{
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
}
#SuperMenu #SuperMenuList .SuperMenuListItem:hover,
#SuperMenu #SuperMenuList .SuperMenuListItem:focus{
	transform: scale(1.1);
}
#SuperMenu #MenuCurrencyContainer{
	margin: 0;
	padding: 10px;
	display: inline-block;
	text-align: center;
}
#SuperMenu #MenuCurrencyContainer #MenuCurrency_Title{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	color: #A01E26;
}
#SuperMenu #MenuCurrencyContainer .MenuCurrency_Value{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	color: #000000;
}
@media screen and (min-width: 701px) {
	#SuperMenu{
		padding: 4vh 0;
		width: 100%;
	}
	#SuperMenu #MenuLogoImage{
		width: 20vh;
		min-width: 150px;
		top: 1vh;
		left: 2%;
	}
	#SuperMenu #SuperMenuList{
		width: 80%;
	}
	#SuperMenu #SuperMenuList .SuperMenuListItem{
		font-size: 1.1em;
	}
	#SuperMenu #SuperMenuList .SuperMenuListItem_WL{
		padding: 0 2%;
		width: 15%;
	}
	#SuperMenu #MenuCurrencyContainer{
		position:absolute;
		width: 16vw;
		top: 1vh;
		right: 1%;
		font-size: .8em;
	}
	#SuperMenu #MenuCurrencyContainer #MenuCurrency_Title{
		padding-bottom: 5px;
		font-size: 1.1em;
	}
	#SuperMenu #MenuCurrencyContainer .MenuCurrency_Value{
		
	}
}
@media screen and (max-width: 700px) {
	#SuperMenu{
		
		padding: 4vh 0;
		width: 100%;
	}
	#SuperMenu #MenuLogoImage{
		width: 20vh;
		min-width: 150px;
		top: 1vh;
		left: 1%;
	}
	#SuperMenu #SuperMenuList{
		width: 100%;
	}
	#SuperMenu #SuperMenuList .SuperMenuListItem{
		font-size: .9em;
		text-align: right;
	}
	#SuperMenu #SuperMenuList .SuperMenuListItem_WL{
		padding: 0 2%;
		width: 23%;
	}
	#SuperMenu #MenuCurrencyContainer{
		background-color: rgba(255, 255, 255, .7);
		position:fixed;
		width: 300px;
		bottom: 1vh;
		right: 1%;
		z-index: 100;
	}
	#SuperMenu #MenuCurrencyContainer #MenuCurrency_Title{
		text-align: right;
		padding-bottom: 5px;
		font-size: 1.1em;
	}
	#SuperMenu #MenuCurrencyContainer .MenuCurrency_Value{
		text-align: right;
		
	}
	#MenuOption_Index{
		display: none !important;
	}
}
