@charset "utf-8";

div.HeaderSocialBox
{
	position:absolute; right:275px; top:15px; 
	display:flex;justify-content:space-evenly;flex-wrap:wrap;
    width: 125px;
}
div.HeaderSocialBox.Small
{
	top:0;
}
div.HeaderIcon,div.HeaderIconLetter
{
	display:inline-block;
	text-decoration:none;
	color:#dfdfdf;		
    width: 40px;
    text-align: center;	
    margin: 5px 0;	
	transition: all 0.5s ease;	
}
div.HeaderIcon:hover,div.HeaderIconLetter:hover
{
	color:#3a1e6f;
}
div.HeaderIcon::before
{
	content: "";
	font-size: 30px; font-family: "Font Awesome 5 Brands";		
}
div.HeaderIcon.FB::before {	content:"\f09a"; }
div.HeaderIcon.IG::before {	content:"\f16d"; }
div.HeaderIcon.YT::before {	content:"\f167"; }
div.HeaderIcon.TW::before {	content:"\f099"; }
div.HeaderIcon.RSS::before { font-weight: 900; font-family: 'font awesome\ 5 free'; content:"\f09e"; }
div.HeaderIconLetter::before
{
	content: "";	
	font-size: 30px;
}
div.HeaderIconLetter.EN::before { content:"E"; font-weight:700; font-family: "Roboto", sans-serif; }
div.HeaderIconLetter.AR::before { content:"ع"; font-weight:700; font-family: 'Markazi Text', serif; }

#divMenuRow div.MenuIcon 
{ 
    margin:0;
	padding:2px; 
	font-size:16px; font-weight: 900; line-height: 1.5; font-family: 'font awesome\ 5 free'; 
}
#divMenuRow div.MenuIcon.Home::before { content:"\f015"; }
#divMenuRow div.MenuIcon.Search::before { content:"\f002"; }
#divMenuRow div.MenuIcon.Talk::before { content:"\f086"; }

#divMenuRow .menu-sub { 
	display:none; 
	position:absolute; top:30px; right:0; 
	text-align:right;
	background:#a00; 
	opacity:0.95;
	z-index:1;
}
#divMenuRow .menu-sub-option { 
    width: 300px;
    padding: 10px 20px;
    color: #fff;
    box-sizing: border-box;
	font-size:16px;
}
#divMenuRow .menu-sub-option:hover { 
	background:#c70c2e;
}