@import url(fonts/raleway.css);
html, body {
	min-height: 100%;
}
body {
	margin: 0px;
	color: #000;
	position: relative;
	overflow-y: scroll;
	min-width: 320px;
}

body *,
body, table, td, th, div, form, input, textarea, ul, ol, li {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	font-style: normal; }

a {
	color: #4d8100;
	cursor: pointer;
	text-decoration: none; }

a:hover {
	color: #4d8100;
	text-decoration: none; }

table td {
	text-align: left; }


b, th {
	font-weight: bold;
	color: #444; }

div.boxes a {
	display: block;
	float: left;
	width: 170px;
	text-align: center; }

h1, h2, h3 {
	margin: 0;
	color: #555;
	font-weight: normal; }

h1 {
	font-size: 30px;
	line-height: 40px; }

h2 {
	font-size: 24px;
	line-height: 40px; }

h3 {
	font-size: 18px;
	line-height: 30px; }

form {
	margin: 0px; }

hr {
	height: 1px;
	border: 0px;
	border-top: 2px dotted #bbb;
	border-top: 2px dotted #00c0bb;
	color: #333;
	width: 100%; }

img {
	border: 0; }

code,
pre {
	box-shadow: 0 0 1px black;
	border-radius: 3px;
	padding: 0 5px;
	overflow: auto;
	background: rgba( 150, 150, 150, 0.3);
}
code,
pre,
pre * {
	font-family: monospace;
	font-size: 17px;
	line-height: 21px;
	white-space: pre-wrap;
}
pre code {
	box-shadow: none;
	background: none;
}


div#BGOverlay, div#BGOverlay2 {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0;
}

div#BGOverlay, div#BGOverlay2, body {
	background: url("bg/a.jpg") no-repeat fixed center center;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover; }

div#BGOverlay {
	background-image: none; }
div#BGOverlay2 {
	background-image: none; }

.fadeIn,
div#BGOverlay.fadeIn,
div#BGOverlay2.fadeIn {
	animation: 2s ease-out 0s normal none 1 fadeIn;
	opacity: 1;
}
.fadeIn66,
div#BGOverlay.fadeIn66,
div#BGOverlay2.fadeIn66 {
	animation: 2s ease-out 0s normal none 1 fadeIn66;
	opacity: 0.66;
}
.fadeOut,
div#BGOverlay.fadeOut,
div#BGOverlay2.fadeOut {
	animation: 0.5s ease-out 0s normal none 1 fadeOut;
	opacity: 0;
}
@keyframes fadeIn {
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}
@keyframes fadeIn66 {
	from	{ opacity: 0; }
	to		{ opacity: 0.66; }
}
@keyframes fadeOut {
	from	{ opacity: 0.66; }
	to		{ opacity: 0; }
}
@keyframes BGFade {
	from {
		background: rgba(0, 0, 0, 0.6);
		color: white; }

	to {
		background: rgba(255, 255, 255, 0.2);
		color: white; }
}
@keyframes zoom1 {
	from {
		transform: scale(1); }

	to {
		transform: scale(1.1); }
}
@keyframes zoom2 {
	from {
		transform: scale(1); }

	to {
		transform: scale(1.2); }
}

#contentContainer {
	text-align: left;
	text-align: center;
	width: 100%;
	max-width: 800px;
	padding: 30px 0 0;
	position: relative;
}
#contentContainer .contentContainer {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	text-align: left;
	border-radius: 5px;
	z-index: 0;
	min-height: 580px;
	box-sizing: border-box;
	overflow: hidden;
}

div#SAXmlFrame_content {
	position: relative;
	height: 100%;
}


#contentContainer *.pageFill {
	display: block;
	width: 100%;
	height: calc(100% - 120px);
	box-sizing: border-box;
	min-height: 500px;
}
#contentContainer form.pageFill {
	position: static;
	height: 100%;
}
input[type=text] {
	width: 250px; }

input[type=button] {
	width: 250px; }

button, .button,
.input, input, textarea, select {
	box-shadow: inset 0 0 3px #000;
	border: 1px dotted transparent;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
	padding: 0px 5px;
	color: #000;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px; }

textarea {
	line-height: 22px; }

input[type=text], input[type=password], input[type=checkbox], input[type=radio], input[type=file], textarea, select {
	padding: 0px 5px; }

button {
	font-size: 17px;
}
button, .button,
input[type=button], input[type=submit], input[type=file] {
	padding: 0px 10px 0px 10px;
	background: transparent;
	border: 1px outset #def;
	border-radius: 3px;
}

select option {
	color: #000; }

select option[selected], select option:hover {
	color: #333; }


div#bodyFog h1 {
	color: #000;
	display: none; }

div#bodyFog_d {
	position: absolute;
	background: #000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
	color: #000;
	display: none;
	opacity: 0.2; 
}

div#bodyFog {
	position: absolute;
	background: url(trans/black_20percent.png);
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
	color: #000;
	display: none; }

div#dialogFrame {
	background: #fff;
	position: relative;
	left: 0px;
	top: 60px;
	margin-bottom: 20px;
	margin-left: 15px;
	width: 600px;
	z-index: 1000;
	text-align: left;
	border: 1px solid #ccc;
	box-shadow: 0px 5px 10px #000; }

#miniSite_frame_control {
	display: none; }

div#dialogFrame .bar {
	padding: 0px;
	padding-left: 2px;
	background: #345;
	background: #f0f0f0;
	border-color: #f0f0f0;
	border-bottom: 1px solid #ccc; }

div#dialogFrame .bar .buttonX {
	float: right;
	border-left: 1px solid #c7c7c7;
	background: #fff;
	cursor: pointer; }

div#dialogFrame .bar .buttonX img {
	margin: 3px; }

div#dialogFrame .bar #dialogTitle {
	padding-left: 5px;
	font-size: 16px;
	line-height: 22px; }

div#dialogContainer {
	padding: 20px;
	padding: 5px;
	margin-bottom: 20px;
	margin-bottom: 0px; }

div#dialogContainer .button {
	text-align: right; }

.fadeContainer {
	height: 380px;
	width: 100%; }

.fadeContainer div {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0; }


a.li {
	display: block;
	transform-origin: left center 0; }

a.li:hover {
	animation: 0.3s ease-out 0s alternate none infinite running zoom2; }

a.li img {
	height: 16px;
	width: 16px;
	vertical-align: middle; }


#topBar {
	position: relative;;
}

#langSwitch {
	position: absolute;
	top: 0px;
	right: 0; }

#langSwitch a,
#langSwitch a:hover {
	color: #fff;
	text-shadow: 3px 3px 3px #000, 3px -3px 3px #000, -3px 3px 3px #000, -3px -3px 3px #000;
}
#langSwitch a, #langSwitch a img {
	vertical-align: baseline;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow: 3px 3px 3px #000, 3px -3px 3px #000, -3px 3px 3px #000, -3px -3px 3px #000;
	font-weight: 200;
	color: white;
}

h1#contentTitle {
	position: absolute;
	right: 0;
	float: right;
	text-align: right;
	font-style: italic;
	overflow: visible;
	text-shadow: 0 0 3px white;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0.7;
	border-radius: 0 0 0 5px;
	padding: 11px 16px;
	z-index: 1; }

.logo, .logo:hover {
	text-align: right;
	float: right;
	color: #555;
	letter-spacing: 3px;
	padding: 10px 30px 10px 30px;
	font-weight: normal;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0.7;
	border-radius: 5px 0 0 5px;
	position: relative;
	z-index: 1;
	display: none; }

.logo img {
	margin-top: 3px; }

.logo:hover {
	opacity: 1;
	animation: 0.3s ease-out 0s alternate none infinite running zoom1;
}









div.clock {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	box-shadow: 0 0 5px black;
	position: relative;
	background-image: radial-gradient( 50px at 50% 50%, transparent 0, transparent 94%, black 96%);
	overflow: hidden;
}
div.clock i {
	background-color: black;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2%;
	box-shadow: 0 0 1px gray;
	z-index: 1;
	display: none;
	animation: 1s ease 0s normal none 1 running fadeIn;
}
div.clock i.m {
	width: 3px;
	height: 40px;
	margin-left: -1.5px;
	transform-origin: 1.5px 0;
	transform: rotate( 180deg);
}
div.clock i.h {
	width: 4px;
	height: 30px;
	margin-left: -2px;
	transform-origin: 2px 0;
	transform: rotate( 180deg);
}
div.clock i.s {
	width: 2px;
	height: 47px;
	margin-left: -1px;
	transform-origin: 1px 0;
	transform: rotate( 180deg);
	background-color: red;
}
div.clock i.a {
	height: 5px;
	width: 5px;
	border-radius: 5px;
	top: 47.5px;
	left: 47.5px;
	transform: unset;
	
}
div.clock b {
	position: absolute;
	display: block;
	z-index: 0;
	top: 0;
	left: 0;
	transform-origin: 1px 50px;
	width: 2px;
	background-color: #777;
	height: 3px;
}
div.clock > b {
	left: 49%;
}
div.clock  > b > b + b {
	transform: rotate( 30deg);
}
div.clock  > b > b + b + b {
	transform: rotate( 60deg);
}
div.clock b b {
	transform: rotate( 90deg);
	top: 0;
	left: 0;
}
div.clock > b > b + b,
div.clock > b > b + b b {
	height: 2px;
	background-color: #555;
}





b.digit {
	position: relative;
	height: 43px;
	width: 23px;
	display: inline-block;
}
b.digit u,
b.digit i,
.digiClock i {
	position: absolute;
	height: 3px;
	border-radius: 3px;
	width: 20px;
	top: 0;
	left: 0;
	box-shadow: none;
	box-shadow: 0 0 1px rgba( 0, 0, 0, 0.34);
	background: rgba( 0, 0, 0, 1);
	animation: digiOn 500ms forwards ease-out 1;
}
@keyframes digiOn {
	from { background: rgba( 0, 0, 0, 0); }
	to { background: rgba( 0, 0, 0, 1); }
}
@keyframes digiOff {
	from { background: rgba( 0, 0, 0, 1); }
	to { background: rgba( 0, 0, 0, 0); }
}
b.digit > u {
	left: 1.5px;
}
b.digit i {
	height: 20px;
	width: 3px;
}
b.digit u > i {
	top: 1.5px;
	left: -1.5px;
}
b.digit u i i {
	left: 20px;
}
b.digit u u {
	top: 20px;
}
b.digit u i + u + i + u {
	top: 40px;
}
b.digit.d0 > u > u,
b.digit.d1 u, b.digit.d1 u > i,
b.digit.d2 > u > i, b.digit.d2 u u i i,
b.digit.d3 u > i,
b.digit.d4 > u, b.digit.d4 u u > i, b.digit.d4 u u u,
b.digit.d5 > u > i i, b.digit.d5 > u > u > i,
b.digit.d6 > u > i i,
b.digit.d7 u > i, b.digit.d7 u u,
b.digit.d8 div,
b.digit.d9 u u > i {
	background: transparent!important;
	animation: digiOff 500ms forwards ease-out 1!important;
}


.digiClock {
	position: relative;
}
.digiClock b {
	margin-right: 4px;
}
.digiClock b.f + b,
.digiClock b.f + b + b + b {
	margin-right: 12px;
}
.digiClock > i {
	height: 5px;
	width: 5px;
	left: 53.5px;
	top: 13px;
}
.digiClock > i + i {
	top: 24px;
}
.digiClock > i + i + i {
	top: 13px;
	left: 116px;
}
.digiClock > i + i + i + i {
	top: 24px;
	left: 116px;
}



div#clockBox {
	position: fixed;
	height: 400px;
	width: 400px;
	top: 30px;
	left: 30px;
	opacity: 0.5;
	border-radius: 200px;
}
div#clockBox div.clock {
	transform: scale( 4);
	margin: 150px;
	position: absolute;
}
div#clockBox div.clock b {
	box-shadow: none;
}
div#clockBox div.digiClock {
	position: absolute;
	top: 255px;
	left: 113px;
}
div#clockBox div.flag_ch {
	background-image: linear-gradient(to bottom, red 0, red 16.6666%, transparent 0, transparent 83.3333%, red 0), linear-gradient(to right, red 0, red 16.6666%, transparent 0, transparent 40%, white 0, white 60%, transparent 0, transparent 83.3333%, red 0), linear-gradient(to bottom, red 0, red 40%, white 0, white 60%, red 0);
	position: absolute;
	top: 195px;
	left: 195px;
	height: 10px;
	width: 10px;
}


















div.clock.mini {
	transform: scale(0.25);
	margin: -37.5px;
}
div.clock.mini i {
	box-shadow: 0 0 3px black;
}
div.clock.mini i.s {
	box-shadow: 0 0 3px red;
}







#navigation {
	width: 200px;
	border-radius: 0 0 5px 0;
	overflow: hidden;
	float: left;
	position: fixed;
	top: 0;
	z-index: 1; }

.navigation a, .navigation {
	word-spacing: 0;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 40px; }

.navigation a, #navigation .navigation a, #navigation div.subnav div.navigation a {
	display: block;
	padding: 2px 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	border: 0 none; }

#navigation div.subnav div.navigation a.active, #navigation a.active, #navigation div.subnav a.active {
	background: rgba(255, 255, 255, 0.6);
	color: #000; }

.navigation a:hover, #navigation div.subnav:hover a, #navigation div.subnav div.navigation a:hover {
	background: rgba(255, 255, 255, 0.2);
	animation: 1s ease 0s alternate none infinite running BGFade; }

#navigation div.subnav {
	display: inline;
	position: relative; }

.navigation a i.fa {
	margin-left: -20px; }


a#hamburgerButton i.fa,
.navigation i.navCloseIcon {
	position: absolute;

	font-size: 40px;
	text-shadow: 0 0 5px #000;
	color: #DDD;
	top: 0;
	left: 0;
	padding: 12px 15px;
	cursor: pointer;
}
.navigation i.navCloseIcon {
	left: auto;
	right: 0;
	display: none;
}
a#hamburgerButton:hover i.fa,
.navigation i.navCloseIcon:hover {
	color: #FFF;
}

a#hamburgerButton {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: linear-gradient(#999 0, #999 20%, transparent 0, transparent 40%, #999 0, #999 60%, transparent 0, transparent 80%, #999 0);
	background: linear-gradient(transparent 0, transparent 1%, #999 0, #999 20%, transparent 0, transparent 40%, #999 0, #999 60%, transparent 0, transparent 80%, #999 0, #999 99%, transparent 0), linear-gradient(#444 0, #444 21%, transparent 0, transparent 39%, #444 0, #444 61%, transparent 0, transparent 79%, #444 0);
	background: none;
	animation: hamburgerButton 500ms 1 ease-in-out;
	display: none;
}

a#hamburgerButton.h {
	animation: hamburgerButton2 reverse 500ms 1 ease-in-out;
	margin-left: -80px; }

@keyframes hamburgerButton {
  0% {
    margin-left: -80px; }

  100% {
    margin-left: 0px; } }
@keyframes hamburgerButton2 {
  0% {
    margin-left: -80px; }

  100% {
    margin-left: 0px; } }

@keyframes nav_slide_out {
  from {
    margin-left: 0%; }

  to {
    margin-left: -100%; } }
@keyframes nav_slide_out2 {
  from {
    margin-left: 0%; }

  to {
    margin-left: -100%; } }

	
h1#contentTitle {
	display: none; }


@media handheld, screen and (max-width: 1300px) {
	body center#mainCenterAlignment {
		margin-left: 200px;
	}
	div#contentContainer {
		width: calc(100% - 60px);
	}
}
/* desktop trigger: 980px */
@media handheld, screen and (max-width: 979px) { 

	div#contentContainer, div#contentContainer div.contentContainer {
		width: 100%; }

	div#contentContainer div.contentContainer {
		min-height: 400px; }

	body center#mainCenterAlignment {
		clear: left;
		width: 100%;
		margin-left: 0; }

	a#hamburgerButton {
		margin-left: 0;
		display: block;
	}
	div#navigation {
		width: 100%;
		margin-left: -101%;
		animation: nav_slide_out 500ms 1 ease-in-out;
		overflow-x: hidden;
		overflow-y: hidden;
		background: linear-gradient(to left, rgba( 0, 0, 0, 0.5) 0, rgba( 0, 0, 0, 0.5) 55px, transparent 0, transparent);
		box-sizing: border-box;
	}
	html.touch div#navigation {
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100%;
	}
	div#navigation a {
		width: calc(100% - 54.50832939147948846px);
		box-sizing: border-box;
	}
	div#navigation.open {
		margin-left: 0;
		animation: nav_slide_out2 reverse 500ms 1 ease-in-out;
	}
	.navigation i.navCloseIcon {
		display: block;
	}
}

@media handheld, screen and (max-width: 815px) {
	div#contentContainer, div#contentContainer div.contentContainer {
		border-radius: 0; }
}

@media handheld, screen and (max-width: 300px) {
	a.logo, a.logo:hover {
		text-align: right; } }
