@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.HE::before { content:"ע"; font-weight:700; font-family: 'Rubik', sans-serif; }

#divMenuRow div.MenuIcon { padding:2px; font-size:16px; font-weight: 900; font-family: 'font awesome\ 5 free'; }
#divMenuRow div.MenuIcon.Home::before { content:"\f015"; }
#divMenuRow div.MenuIcon.Search::before { content:"\f002"; }