
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		#Header {
			position:fixed;
			left:0px;
			top:0px;
			display:block;
			width:100%;
			height: 5.2rem;
			background-color:var(--Header_Background_Color);
			color:var(--Header_Text_Color);
			z-index: 100;
			font-family: var(--Header_Font);
			box-sizing: border-box;
			z-index: 9999;
			box-shadow: 0px -3.5px 10px rgba(0, 0, 0, 0.25);
		}
		#Header > .Inner {
			display:block;
			position:relative;
			width:100%;
			height:100%;
		}
		#Header > .Inner .Logo {
			position:absolute;
			left:1rem;
			top: 0.5rem;
			display: block;
			height: 4rem;
			z-index:1;
		}
		#Header > .Inner .Logo IMG {
			height: 4rem;
		}
		#Header #MobileMenu {
			display: block;
			position: absolute;
			right: 1rem;
			top: 1.1rem;
			font-size: 2.9rem;
			line-height: 1em;
		}
		#Header #UserMenu {
			display: block;
			position: absolute;
			right: 4.7rem;
			top: 1.5rem;
			font-size: 2.2rem;
			line-height: 1em;
		}
		#Header > .Inner .LoginButton {
			display: none;
		}
		#Header #HeaderMenu {
			display: none;
			position: fixed;
			left: 0;
			top: 5.1rem;
			background: #ffffff;
			width: 100%;
			overflow: hidden;
			overflow-y: auto;
			height: calc(100vh - 5.2rem);
			overscroll-behavior: contain;
			border-top: 0.2rem solid var(--Header_Background_Border_Color);
		}
		#Header #HeaderMenu > UL, 
		#Header #HeaderMenu > UL > LI,
		#Header #HeaderMenu > UL > LI > UL,
		#Header #HeaderMenu > UL > LI > UL > LI {
			margin:0;
			padding:0;
			list-style: none;
			list-style-type: none;
			display: block;
		}
		#Header #HeaderMenu > UL > LI,
		#Header #HeaderMenu > UL > LI > UL > LI {
			font-size: 1.7rem;
			font-weight: 500;
			line-height: 5rem;
			border-bottom: 1px solid var(--Header_Background_Border_Color);
			color: var(--Page_Text_Color);
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width: 100vw;
			-webkit-tap-highlight-color: transparent;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: -0.03rem;
		}
		#Header #HeaderMenu > UL > LI > A,
		#Header #HeaderMenu > UL > LI > UL > LI > A {
			display: block;
			text-decoration: none;
			color: var(--Page_Text_Color);
			margin-left: -1rem;
			margin-right: -1rem;
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width:100vw;
			height: 5rem;
			line-height: 5rem;
			outline: none;
		}
		#Header #HeaderMenu > UL > LI > UL {
			display: none;
			background-color: #ffffff;
			margin-left: -1rem;
			margin-right: -1rem;
			border-bottom: 0.15rem solid #b29c79;
		}
		#HeaderMenu > UL > LI:ACTIVE,
		#HeaderMenu > UL > LI:FOCUS,
		#HeaderMenu > UL > LI:HOVER,
		#HeaderMenu > UL > LI > A:ACTIVE,
		#HeaderMenu > UL > LI > A:FOCUS,
		#HeaderMenu > UL > LI > A:HOVER,
		#HeaderMenu > UL > LI > UL > LI:ACTIVE,
		#HeaderMenu > UL > LI > UL > LI:FOCUS,
		#HeaderMenu > UL > LI > UL > LI:HOVER,
		#HeaderMenu > UL > LI > UL > LI > A:ACTIVE,
		#HeaderMenu > UL > LI > UL > LI > A:FOCUS,
		#HeaderMenu > UL > LI > UL > LI > A:HOVER {
			background-color: #b29c79 !important;
			color: #ffffff !important;
		}
		#HeaderMenu > UL > LI:HOVER > UL,
		#HeaderMenu > UL > LI > UL:HOVER {
			display: block !important;
		}
		#HeaderMenu > UL > LI > UL > LI {
			background-color: #f5f5f5;
		}


		#Header > .Inner #SearchBlock {
			position: absolute;
			right: 1rem;
			bottom: 0.8rem;
			margin: 0px;
			padding: 0px;
			line-height: 2.2rem;
			height: 2.2rem;
			width: calc(100% - 2rem);
			-webkit-border-radius: 0.25rem;
			-moz-border-radius: 0.250rem;
			border-radius: 0.35rem;
			background-color: #ffffff;
			border: 0.05rem solid #999999;

			display: none;
		}
		#Header > .Inner #SearchBlock .GsTextBox {
			margin: 0px;
			padding: 0px;
			outline: none;
			font-size: 1rem;
			line-height: 2.2rem;
			height: 2.2rem;
			padding-left: 0.7rem;
			width: 21.4rem;
			color: #666666;
			font-weight: 400;
			float: left;
			border: 0px;
			background-color: transparent;
			font-family: var(--Header_Search_Box_Font);
		}
		#Header > .Inner #SearchBlock #bt {
			font-size: 1.1rem;
			line-height: 2.2rem;
			height: 2.2rem;
			color: #666666;
			cursor: pointer;
			float: right;
			width: 2.6rem;
			text-align: center;
		}
		#Header > .Inner .Flag.Desk {
			display: none;
		}
		#Header > .Inner #HeaderMenu .Flag.Mob {
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    justify-content: flex-start;
		}
		#HeaderMenu .Flag.Mob .lang {
			font-size: 1.2rem;
			font-weight: 500;
			line-height: 5rem;
			border-bottom: 1px solid var(--Header_Background_Border_Color);
			color: var(--Page_Text_Color);
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width: 100vw;
			-webkit-tap-highlight-color: transparent;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: -0.03rem;
			text-decoration: none;
		}
		
		#HeaderMenu .Flag.Mob .lang span {
			display: block;
			text-decoration: none;
			color: var(--Page_Text_Color);
			margin-left: -1rem;
			margin-right: -1rem;
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width: 100vw;
			height: 5rem;
			line-height: 5rem;
			outline: none;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		#HeaderMenu .Flag.Mob .lang span img {
			height: 1.2rem;
			margin-right: 0.6rem;
		}
		
	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		#Header {
			position:fixed;
			left:0px;
			top:0px;
			display:block;
			width:100%;
			height: 5rem;
			background-color:var(--Header_Background_Color);
			color:var(--Header_Text_Color);
			z-index: 100;
			font-family: var(--Header_Font);
			box-sizing: border-box;
			z-index: 9999;
			box-shadow: 0px -3.5px 10px rgba(0, 0, 0, 0.25);
		}
		#Header > .Inner {
			margin-left: auto;
	        margin-right: auto;
	        display: flex;
	        position: relative;
	        height: 100%;
	        width: 95%;
	        align-items: center;
	        justify-content: flex-end;
		}
		#Header > .Inner .Logo {
			position:absolute;
			left: 0rem;
			top: 0.3rem;
			display: block;
			height: 4.5rem;
			z-index:1;
			transition: all 0.2s ease;
		}
		#Header > .Inner .Logo:hover {
			transform: scale(1.07);
		}
		#Header > .Inner .Logo IMG {
			height: 4.4rem;
		}
		#Header #MobileMenu {
			display: none;
		}
		#Header #UserMenu {
			display: none;
		}
		#Header > .Inner #SearchBlock {
			margin:0px;
			padding:0px;
			line-height:2rem;
			height:2rem;
			width:10rem;
			-webkit-border-radius:0.250rem;
			-moz-border-radius:0.250rem;
			border-radius:0.250rem;
			background-color: transparent;
			color: #c8c8c8;
			border:0.050rem solid #c8c8c8;
			margin-left: 0.7rem;

			display: none;
		}
		#Header > .Inner #SearchBlock .GsTextBox {
			margin:0px;
			padding:0px;
			outline: none;
			font-size: 0.7rem;
			line-height:2rem;
			height:2rem;
			padding-left:0.700rem;
			width:7rem;
			color: #666666;
			font-weight:400;
			float:left;
			border:0px;
			background-color:transparent;
			font-family: var(--Header_Search_Box_Font);
		}
		#Header > .Inner #SearchBlock #bt {
			font-size:1rem;
			line-height:2rem;
			height:2rem;
			color:#666666;
			cursor:pointer;
			float:right;
			width:2.1rem;
			text-align:center;
		}
		#Header > .Inner .LoginButton {
			display:block;
			margin: 0rem 1.1rem;
			height: 5rem;
			background-color:transparent;
			-webkit-border-radius:0.250em;
			-moz-border-radius:0.250em;
			border-radius:0.250em;
			cursor:pointer;
			text-align:left;
		}
		#Header > .Inner .LoginButton .fa-user {
			display:block;
			line-height:2.1rem;
			text-align:center;
			color:#ffffff;
			font-size:1.1rem;
			float:left;
			width:2.2rem;
		}
		#Header > .Inner .LoginButton .fa-caret-right {
			display:block;
			line-height:2.1rem;
			height:2.1rem;
			text-align:center;
			color:#ffffff;
			font-size:1.2rem;
			float:right;
			width:2rem;
			background-color:#00000033;
			-webkit-border-top-right-radius:0.250em;
			-webkit-border-bottom-right-radius:0.250em;
			-moz-border-radius-topright:0.250em;
			-moz-border-radius-bottomright:0.250em;
			border-top-right-radius:0.250em;
			border-bottom-right-radius:0.250em;
		}
		#Header > .Inner .LoginButton .Text {
			font-size:0.8rem;
			font-weight: 100;
			text-align:left;
			float:left;
			display:block;
			width: auto;
			max-width:8.5rem;
			white-space:nowrap;
			overflow:hidden;
			text-overflow:ellipsis;
			line-height: 5rem;
			color: #999999;
			text-transform: uppercase;
			transition: all 0.2s ease;
		}
		#Header > .Inner .LoginButton .Text:HOVER {
			color:#000000dd;
		}
		#Header > .Inner .lang {
		    position: relative;
		    padding-left: 0.6rem;
		    padding-right: 1.2rem;
		    line-height: 2.2rem;
		    font-size: 0.8rem;
		    font-weight: 100;
		    text-transform: uppercase;
		    text-decoration: none;
		    color: #999999;
		    background: transparent;
		    transition: all 0.2s ease;
		    cursor: pointer;
		    display: flex;
		    height: 100%;
		    align-items: center;
		}
		#Header > .Inner #HeaderMenu .Flag.Mob {
			display: none;
		}
		#Header > .Inner .Flag {
			display: flex;
		    flex-direction: row;
		    align-items: center;
		}
		#Header > .Inner .Flag .lang span {
			font-size:0.8rem;
			font-weight: 100;
			text-align:left;
			float:left;
			display:block;
			width: auto;
			max-width:8.5rem;
			white-space:nowrap;
			overflow:hidden;
			text-overflow:ellipsis;
			line-height: 5rem;
			color: #999999;
			text-transform: uppercase;
			transition: all 0.2s ease;
		}
		#Header > .Inner .lang span:hover {
			color:#000000dd;
		}
		#Header > .Inner .lang span.active {
			color:#000000dd;
		}

		#SearchBlock > .SrcInner {
			width: 100%;
		    display: block;
		    height: 100%;
		}


		#Header #HeaderMenu {
			margin: 0px;
			padding: 0px;
			display: flex;
			-webkit-user-select: none; 
			-ms-user-select: none; 
			user-select: none; 
			font-family: var(--Header_Menu_Font);
			height: 5rem;
        	align-items: center;
		}
		#HeaderMenu ul, #Menu li {
			margin: 0;
			padding: 0;
			display: block;
			list-style: none;
			list-style-type: none;
		}
		#HeaderMenu > ul { /* MAIN MENU */
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 0.5rem;
			height: 100%;
		}
		#HeaderMenu > ul > li { /* MAIN MENU ITEM */
			position: relative;
			padding-left: 0.6rem;
			padding-right: 0.6rem;
			line-height: 2.2rem;
			font-size: 0.8rem;
			font-weight: 100;
			text-transform: uppercase;
			text-decoration: none;
			cursor: default;
			color: #999999;
			background: #transparent;
			transition: all 0.2s ease;
			cursor: pointer;
			display: flex;
	        height: 100%;
	        align-items: center;
		}
		#HeaderMenu > ul > li:HOVER {			
			color:#000000dd;
		}
		#HeaderMenu > ul > li > A { /* MAIN MENU ITEM LINKED */
			position: relative;
			line-height: 2.2rem;
			font-size: 0.8rem;
			font-weight: 100;
			text-transform: uppercase;
			text-decoration: none;
			cursor: default;
			color: #999999;
			transition: all 0.2s ease;
			cursor: pointer;
			display: flex;
			height: 100%;
			align-items: center;
			background-color:transparent;
		}
		#HeaderMenu > ul > li:HOVER > A {
			background-color:transparent;
			color: #000000dd !important;
		}
		#HeaderMenu > ul > li > ul { /* SUBMENU */
			visibility: hidden;
			opacity: 0;
			position: absolute;
			transition: all 0.5s ease;
			top: 4rem;
			left: 0;
			display: none;
			overflow: hidden;
			z-index: 99;
			box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
			background-color: var(--Header_SubMenu_Background);
			border-radius: 0.2rem;
			width: 14rem;
		}
		#HeaderMenu > ul > li:last-child > ul { 
			left: unset;
			right:0;
		}
		#HeaderMenu > ul > li > ul > li { /* SUBMENU MENU ITEM */
			display: block;
			font-size: 0.7rem;
			line-height: 2.2rem;
			position: relative;
			cursor: default;
			white-space: nowrap;
			padding-left: 0.8rem;
			padding-right: 1rem;
			white-space: nowrap !important;
			color: #999999 !important;
			background-color:var(--Header_SubMenu_Buttons_Background) !important;
			border-bottom: 0.1rem dotted #dddddd;
		}
		#HeaderMenu > ul > li > ul > li:HOVER { /* SUBMENU MENU ITEM */
			color: #000000dd !important;
		}
		#HeaderMenu > ul > li > ul > li:last-child {
			border-bottom: none;
		}
		#HeaderMenu > ul > li > ul > li A { /* SUBMENU MENU ITEM LINKED */
			display: block;
			font-size: 0.7rem;
			line-height: 2.2rem;
			position: relative;
			cursor: default;
			white-space: nowrap;
			white-space: nowrap !important;
			color: #999999 !important;
			background-color:var(--Header_SubMenu_Buttons_Background) !important;
			text-decoration: none;
			border-bottom: 0.1rem dotted #dddddd;
		}
		#HeaderMenu > ul > li > ul > li:HOVER  A {
			color:#000000dd !important;
			cursor: pointer;
		}

		#HeaderMenu > ul > li:HOVER ul,
		#HeaderMenu > ul > li ul:HOVER {
			visibility: visible;
			opacity: 1;
			display: block;
			min-width: calc(100% - 8px);
		}

		#HeaderMenu ul li ul li {
			clear: both;
			width: 100%;
			cursor: pointer;
		}

/*
		#Header > #border {
			width: 100%;
			height: 5.4rem;
			position: absolute;
			top: 0rem;
			left: 0rem;
			border-bottom: 0.2rem solid #ffffff;
		}
		#border::after {
		  content: '';
		  position: absolute;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 0.2rem;
		  background: #ffffff;
		  transform: scaleX(0);
		  transform-origin: left;
		  transition: transform 0.5s ease-in-out;
		}

		#border.loaded::after {
		  transform: scaleX(1);
		}
*/

	}

