/*********************************** Simple Accessible Horizontal Navigation bar ********************************/

.bottomBar				{}
@media screen and (max-width: 480px) {
	.bottomBar		{text-align:center !important;}
}

#NavHorizontalSimpleByID4		{}
UL.NavigationBarSimple			{margin:12px 0px 6px 0px; padding:0px; text-align:right; /*white-space:nowrap;*/}
UL.NavigationBarSimple LI		{margin:0px; padding:0px; list-style-image:none; list-style-type:none; display:inline;}
UL.NavigationBarSimple LI A		{height:19px; line-height:19px; display:inline-block; font-size:1.3rem; font-weight:normal;}

LI.NavigationBarSimple			{}
LI A.NavigationBarSimple		{color: #78859d; text-decoration:none;}
LI A.NavigationBarSimple:hover	{color: #1A449C; text-decoration:none;}

LI.NavigationBarSimpleOn			{}
LI A.NavigationBarSimpleOn			{color:#1A449C; text-decoration:none;}
LI A.NavigationBarSimpleOn:hover	{color:#1A449C; text-decoration:none;}

SPAN.NavigationBarSimpleItem		{/*white-space:nowrap;*/}
IMG.NavigationBarSimpleSeperator	{vertical-align:top; width:1px; height:11px; margin:6px 5px 0px 10px; background:#999999;} /* left/right - 4px difference */

UL.NavigationBarSimple LI A:active, UL.NavigationBarSimple LI A:focus	{color:#ff8c37;}




/** top-line Simple Bar **/
.top-line UL.NavigationBarSimple				{margin:8px 10px 11px 0px; padding:0px; text-align:right; /*white-space:nowrap;*/ background:transparent;}
.top-line  UL.NavigationBarSimple LI			{margin:0px; padding:0px; list-style-image:none; list-style-type:none; display:inline;}
.top-line  UL.NavigationBarSimple LI A			{height:19px; line-height:19px; display:inline-block; font-size:1.5rem; font-weight:normal;}

.top-line  LI.NavigationBarSimple				{}
.top-line  LI A.NavigationBarSimple				{color:#214079; text-decoration:none;}
.top-line  LI A.NavigationBarSimple:hover		{color:#f49040; text-decoration:none;}

.top-line  LI.NavigationBarSimpleOn				{}
.top-line  LI A.NavigationBarSimpleOn			{color:#f49040; text-decoration:none;}
.top-line  LI A.NavigationBarSimpleOn:hover		{color:#f49040; text-decoration:none;}

.top-line  SPAN.NavigationBarSimpleItem			{/*white-space:nowrap;*/}
.top-line  IMG.NavigationBarSimpleSeperator		{vertical-align:top; width:1px; height:11px; margin:6px 6px 0px 10px; background:#cccccc;} /* left/right - 4px difference */

.top-line UL.NavigationBarSimple LI A:active, .top-line UL.NavigationBarSimple LI A:focus	{color:#f49040;}


/** Simple Top nav Box & Collaps button **/
A.simple-open		{display:none;}

@media screen and (max-width: 768px) {
	DIV.simple-box		{background-color:#fff; width:200px; float:none !important; position:fixed; top:0px; right:-210px; z-index:9999; direction:rtl; box-shadow:0 0px 8px rgba(0,0,0,0.3);}

	A.simple-open, A.simple-close	{display:block; width:24px; height:30px; position:fixed; top:5px; right:0px; background:#eee url('../toMenu-small.png') no-repeat right center; z-index:9999;}

	.top-line UL.NavigationBarSimple				{}
	.top-line UL.NavigationBarSimple LI				{float:none !important; display:block; margin:5px 10px 5px 10px;}
	.top-line UL.NavigationBarSimple LI A			{height:auto; line-height:115%;}
	.top-line IMG.NavigationBarSimpleSeperator		{display:none;}
}



/*********************************************************************************************************/
/******************************* Awesome Accessible Horizontal Navigation bar ****************************/
/** standart  **/
#NavHorizontalAwesomeByIDXXX/**/				{}
#nav-awesome UL.NavigationBarAwesome			{margin:20px 0px 0px 0px; padding:0px; text-align:center;}
#nav-awesome UL.NavigationBarAwesome LI			{position:relative; margin-bottom:20px; text-align:center; box-shadow:0 1px 8px rgba(0,0,0,0.3); list-style-image:none; list-style-type:none;}
#nav-awesome UL.NavigationBarAwesome LI A		{width:100%; height:100%; position:absolute; right:0; left:0; top:0; bottom:0; text-shadow:1px 1px 1px rgba(0,0,0,0.7);}

#nav-awesome LI.NavigationBarAwesome			{}
#nav-awesome LI A.NavigationBarAwesome			{color:#ffffff; text-decoration:none;}
#nav-awesome LI A.NavigationBarAwesome:hover	{color:#ff8c37; text-decoration:none;}

#nav-awesome LI.NavigationBarAwesomeOn			{}
#nav-awesome LI A.NavigationBarAwesomeOn		{color:#ff8c37; text-decoration:none;}
#nav-awesome LI A.NavigationBarAwesomeOn:hover	{color:#ff8c37; text-decoration:none;}

#nav-awesome IMG.NavigationBarAwesomeBg			{width:100%; height:auto; display:block;}
#nav-awesome SPAN.NavigationBarAwesomeFa		{display:block; margin:10% 0px 10% 0px;}
#nav-awesome UL.NavigationBarAwesome LI A .fa	{font-size:48px; text-shadow:1px 1px 1px rgba(0,0,0,0.7);}
#nav-awesome SPAN.NavigationBarAwesomeTitle		{display:inline-table; margin:0px 10px 0px 10px; padding:10px; font-size:21px; font-weight:bold; background-color:rgba(0,0,0,0.3); border-radius:10px;}

#nav-awesome UL.NavigationBarAwesome LI A:active, #nav-awesome UL.NavigationBarAwesome LI A:focus	{color:#ff8c37;}



/*********** Hp 6 "banners" ***********/
#NavHorizontalAwesomeByIDXXX/**/			{}
#workshop UL.NavigationBarAwesome			{margin: 0; padding:0px; text-align:center;}
#workshop UL.NavigationBarAwesome LI		{position:relative; margin-bottom: 10px; text-align:center; border:#fff 5px solid; box-shadow: 0 1px 1px rgba(0,0,0,0.3); list-style-image:none; list-style-type:none; box-sizing:border-box;}
#workshop UL.NavigationBarAwesome LI A		{}

#workshop LI.NavigationBarAwesome			{}
#workshop LI A.NavigationBarAwesome			{color:#999999; text-decoration:none;}
#workshop LI A.NavigationBarAwesome:hover	{color:#ff8c37; text-decoration:none;}

#workshop LI.NavigationBarAwesomeOn			{}
#workshop LI A.NavigationBarAwesomeOn		{color:#ff8c37; text-decoration:none;}
#workshop LI A.NavigationBarAwesomeOn:hover	{color:#ff8c37; text-decoration:none;}

#workshop IMG.NavigationBarAwesomeBg			{width:100%; height:auto; display:block;}
#workshop SPAN.NavigationBarAwesomeFa			{}
#workshop UL.NavigationBarAwesome LI A .fa		{border-radius:42px; border:#fe8439 1px solid; margin:5px; padding:20px; font-size:32px;}
#workshop SPAN.NavigationBarAwesomeTitle		{}

#workshop UL.NavigationBarAwesome LI:focus		{color:#ff8c37;}
#workshop UL.NavigationBarAwesome LI A:active, #workshop UL.NavigationBarAwesome LI A:focus	{color:#ff8c37;}

/** css for code that added by JQ function **/
DIV.awesomeBar-item-over			{width:100%; height:0; text-align:center; position:absolute; top:0; left:0; text-decoration:none; background:rgba(19,43,93,0.7); overflow:hidden;}
SPAN.awesomeBar-item-title			{display:inline-block; font-size:26px; line-height:115%; color:#ffffff; margin:5px 15px 10px 15px;}
A.awesomeBar-item-link				{display:table; font-size:32px; margin:auto;}
A.awesomeBar-item-link .fa-link		{padding:10px !important; font-size:21px !important;}



/*********** Hp 3 subjects  ***********/
#subjects #NavHorizontalAwesomeByIDXXX/**/				{}
#subjects UL.NavigationBarAwesome			{margin:37px 0px 10px 0px; padding:0px; text-align:center; font-size:0px;}
#subjects UL.NavigationBarAwesome LI		{width:241px; margin:0px 0px 30px 0px; display:inline-block; vertical-align:top; text-align:center; list-style-image:none; list-style-type:none;}
#subjects UL.NavigationBarAwesome LI A		{width:100%; height:100%;}

#subjects LI.NavigationBarAwesome			{}
#subjects LI A.NavigationBarAwesome			{color:#eeb527; text-decoration:none;}
#subjects LI A.NavigationBarAwesome:hover	{color:#fff; text-decoration:none;}

#subjects LI.NavigationBarAwesomeOn			{}
#subjects LI A.NavigationBarAwesomeOn		{color:#fff; text-decoration:none;}
#subjects LI A.NavigationBarAwesomeOn:hover	{color:#fff; text-decoration:none;}

#subjects IMG.NavigationBarAwesomeBg			{width:123px; height:93px; display:block; margin:0px auto 0px auto;}
#subjects SPAN.NavigationBarAwesomeFa			{display:none;/*display:block; margin:10% 0px 10% 0px;*/}
#subjects UL.NavigationBarAwesome LI A .fa		{font-size:48px; text-shadow:1px 1px 1px rgba(0,0,0,0.7);}
#subjects SPAN.NavigationBarAwesomeTitle		{display:inline-table; margin:0px 10px 0px 10px; padding:10px; font-size:3rem; line-height:3.2rem; font-weight:normal; border-radius:10px;}
#subjects LI A.NavigationBarAwesome:hover SPAN.NavigationBarAwesomeTitle		{background-color:rgba(0,0,0,0.3);}

#subjects UL.NavigationBarAwesome LI A:active, #subjects UL.NavigationBarAwesome LI A:focus	{color:#fff;}

@media screen and (min-width: 781px) {
	#subjects UL.NavigationBarAwesome LI:nth-child(1)		{margin:0px 0px 0px auto; float:right;}
	#subjects UL.NavigationBarAwesome LI:nth-child(2)		{margin:0px 0px 30px 0px;}
	#subjects UL.NavigationBarAwesome LI:nth-child(3)		{margin:auto 0px 0px 0px; float:left;}
}

