a 
{	text-decoration:none;}
body
{
	display:block;
	box-sizing:border-box;
}
@media (orientation:portrait) and (max-width: 767px)
{
	body
	{		margin:60px 0 40px;	}
	.nav_head_PC, .nav_head_b_PC, #home_page > page_header hr
	{	display: none;	}
	#MenuFixed
	{	position: fixed; top: 0px; left: 0px;}
	#BotFixed
	{	display: none; position: fixed; bottom: 0px; left: 0px;}
	#MenuFixed, #BotFixed
	{	margin: 0 auto 0 auto; padding: 2px 0 0 0;
		height: auto; width: 100%;
		box-shadow: 0px 0px 10px #000000;	}
	.icon_holder, .icon_holder_horiz
	{	text-transform: uppercase;
		display:inline-block; margin: 0 2px; padding: 5px 5px 0;
		width: 50px; /* height: 50px; */
		/* border: solid 1px var(--site_border_Color); */ border-radius: var(--site_border_radius); cursor: pointer;}
	.ic
	{	margin:0; font-size:25pt;	}
	p.Menu_Btn_Text
	{	margin-top: -5px; font-size: 8pt !important; font-weight:bold; color:var(--MenuFixed_Color);	}
	.menu_logo_holder
	{	text-transform: uppercase;
		display:block; margin: 5px 0; padding: 0 3px;
		width: 110px; height: auto;
		border: solid 1px #000; border-radius: var(--site_border_radius); cursor: pointer;
	}
	input.search_Input
	{	box-sizing:border-box; width:100%;border:1px solid #ccc; background:#fff; font-size:12pt; 	}	
}
@media only screen and (orientation: landscape) and (max-width: 768px)
{
	body
	{	margin:0 5px 0 75px;	}
	.nav_head_PC, .nav_head_b_PC, #home_page > page_header hr
	{	display: none;	}
	#MenuFixed
	{	position: fixed; top: 0px; left: 0px; bottom: 0px; margin-left: auto; margin-right: auto;
		height: 100%;
		padding: 0;
		width: auto;
		box-shadow: 0px 0px 10px #000000; 
	}
	#BotFixed
	{	display: none; position: fixed; bottom: 0px; left: 0px;
		margin-left: auto; margin-right: auto;
		width: auto;
		padding: 0;
	}
	.icon_holder
	{	display:block;}
	.icon_holder_horiz
	{	display:inline-block;}
	.icon_holder, .icon_holder_horiz
	{	text-transform: uppercase;
		margin: 5px auto; padding: 5px 5px 0;
		width: 50px; /* height: 50px; */
		border: solid 1px #000; border-radius: var(--site_border_radius);
		cursor: pointer;
	}	
	.ic
	{	margin:0; font-size:25pt;	}
	p.Menu_Btn_Text
	{	margin-top: -5px; font-size: 8pt !important; font-weight:bold; color:var(--MenuFixed_Color);	}
	.menu_logo_holder
	{	text-transform: uppercase;
		display:block; margin: 5px 0; padding: 0 3px;
		width: 110px; height: auto;
		border: solid 1px #000; border-radius: var(--site_border_radius); cursor: pointer;
	}
	input.search_Input
	{	box-sizing:border-box; width:100%;border:1px solid #ccc; background:#fff; font-size:12pt; 	}	
}
@media screen and (min-width: 768px)
{
	body
	{		margin:0 auto 75px;	}
	.nav_head_PC, .nav_head_b_PC
	{
		display: block;
	}
	#MenuFixed
	{	display: none;
	}
	#BotFixed
	{	display: none; position: fixed; bottom: 0px; left: 0px;}
	#BotFixed
	{	margin: 0 auto 0 auto; padding: 2px 0 0 0;
		height: auto; width: 100%;
		box-shadow: 0px 0px 10px #000000;	}

	.icon_holder, .icon_holder_horiz
	{	box-sizing:border-box; text-transform: uppercase;
		display:inline-block; margin: 10px; padding: 5px 5px 0;
		width:100px; height: auto;
		border: solid 2px #000; border-radius: var(--site_border_radius);
		cursor: pointer;
	}
	.ic
	{	margin:0; font-size:25pt;
	}
	p.Menu_Btn_Text
	{	margin-top: -5px; font-size: 12pt !important; font-weight:bold; 
	}
	.menu_logo_holder
	{	text-transform: uppercase;
		display:block; margin: 5px 0; padding: 0 3px;
		width: 110px; height: auto;
		border: solid 1px #000; border-radius: var(--site_border_radius);
		cursor: pointer;
	}
	#BotFixed_Cookies_On, #BotFixed_Cookies_Off
	{
	z-index: 1100; text-align: center;
	display: none; position: fixed; bottom: 0px; right: 0;
	box-sizing: border-box; margin: 0 auto 0 auto; padding: 0;
	min-height: 58px; width: 375px;
	box-shadow: 0px 0px 10px #000000;
	}
	input.search_Input
	{
		box-sizing:border-box; width:100%;border:var(--site_border_px) solid var(--site_border_Color); background:#fff; font-size:12pt; 
	}
	
}
/*	MENU START ***	*/
#MenuFixed
{	z-index: 500; text-align: center; }
#BotFixed
{	z-index: 500; text-align: center; }
#MenuFixed a, #BotFixed a
{	text-decoration: none;}
#MenuFixed
{
	background: linear-gradient(180deg, var(--a_MenuFixed_Background) 0%, rgba(255,255,255,0) 100%);
	color:var(--MenuFixed_Color);
	overflow-y: scroll;
}
#BotFixed
{	
	background: linear-gradient(0deg, var(--a_MenuFixed_Background) 0%, rgba(255,255,255,0) 100%);color:var(--MenuFixed_Color);
}
#MenuFixed a, #BotFixed a
{	color:var(--a_MenuFixed_Color);	}
.icon_holder, .icon_holder_horiz, .menu_logo_holder
{
	background:var(--a_MenuFixed_Background); color:var(--a_MenuFixed_Color);
}
p.Menu_Btn_Text
{
	color:var(--a_MenuFixed_Color);
}
.icon_holder:hover, .icon_holder:hover > p.Menu_Btn_Text, .icon_holder_horiz:hover, .icon_holder_horiz:hover > p.Menu_Btn_Text
{
	color:var(--a_MenuFixed_hover_Color); background:var(--a_MenuFixed_hover_Background);
}
.Menu_Content
{
	display:none; margin: 15px 0;
}
.MenuFixed_Logo
{
	width:100%;
	display:block;
	position: fixed;
	top:10px; left:0; 
	background:var(--MenuFixed_Background);
}
.MenuFixed_Logo img
{
	display:block; margin:auto; height:40px; width:auto;
}
.Menu_Content ul.main_Link
{
	margin: 60px 0 0 0;
}
.Menu_Content ul.sub_Link
{
	margin: 0;
}
.Menu_Content li
{
	margin:1px 0;padding:5px 0; font-size:13pt;
}
.Menu_Content li:hover
{
	background:var(--a_MenuFixed_hover_Background);	color:var(--a_MenuFixed_hover_Color);
}
.Menu_Content .nav_Active
{
	background:var(--a_MenuFixed_active_Background);	color:var(--a_MenuFixed_active_Color);
	font-weight:bold;
}
.Menu_Content .nav_Active:hover
{
	background:var(--a_MenuFixed_active_Background);	color:var(--a_MenuFixed_active_Color);
}
/*	MENU END ***	*/
.MenuFixed_Logo_acc_icon
{
	width:100%;
	display:block;
	position: fixed;
	top:10px; left:0; 
	background:var(--MenuFixed_Background);
	z-index:100;
}
.MenuFixed_Logo_acc_icon img
{
	display:block; margin:auto; height:60px; width:auto;
}
.Menu_Content_acc_icon
{
	display:none; margin: 15px 0;	
}

/* .main_Link li
{
	text-align:left;
}
.main_Link ic
{
	margin:0 15px 0 30px; font-size:13pt;
} */
.MobileMenu
{
	opacity: 1;max-width: 320px;width: 100%;
	text-transform: uppercase;margin: 65px auto 20px;background:var(--MenuFixed_Background);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}

.MobileMenu a {color: var(--a_MenuFixed_Color);}

.MobileMenu .fixed_link, .MobileMenu .link
{
  cursor: pointer;  display: block;  padding: 16px 15px 15px 60px;
  color: var(--a_MenuFixed_Color);
  text-align:left;
  font-size: 13pt;  font-weight: bold;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  transition: all 0.5s ease;
}
/*
.MobileMenu li:last-child .link { border-bottom: 0; }
*/
.MobileMenu li ic, .MobileMenu li i {
  position: absolute;  top: 18px;  left: 13px;
  font-size: 18pt;  color: var(--a_MenuFixed_Color);
  -webkit-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  transition: all 0.5s ease;
}
.MobileMenu li ic.icon-down, .MobileMenu li i.icon-down
{
  right: 13px;
  left: auto;
  font-size: 16px;
}
.MobileMenu li.open .link, .MobileMenu li.open ic
{
	background: var(--a_MenuFixed_active_Background);
	color: var(--a_MenuFixed_active_Color);
}

.MobileMenu li.open i.icon-down, .MobileMenu li.open ic.icon-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.MobileSubMenu
{
	text-align:left;
	display: none;
	background: #555555;
	font-size: 12pt;
}
.MobileSubMenu li { border-bottom: 1px solid #4b4a5e; }
.MobileSubMenu a {
  display: block;
  text-decoration: none; font-weight: bold;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 60px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.MobileSubMenu a:hover {
  background: #00b300;
  color: #fff;
}