#logo_header {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	letter-spacing: -3px;
	color: white;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Roboto, Helvetica, sans-serif;
	background-color: rgba(255,170,0,0);
	transition: background-color 0.5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#logo_header:hover {
	background-color: rgba(255,170,0,1);
	transition: background-color 0.2s;
}
.the_button {
	display: block;
	color: white;
	background-color: rgba(0,0,0,0.1);
	font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
	font-size: 21px;
	text-align: center;
	width: 300px;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid white;
	transition: background-color 0.5s, color 0.5s;
}
.the_button:hover {
	color: black;
	background-color: rgba(255,255,255,0.9);
	transition: background-color 0.2s, color 0.2s;
}
.the_other_button {
	display: block;
	color: black;
	background-color: rgba(245,190,15,1);
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	width: 320px;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.5s;
}
.the_other_button:hover {
	background-color: rgba(255,220,35,1);
	transition: background-color 0.2s;
}
.level1 a {
	padding: 15px 20px !important;
	font-weight: 300 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.level0 a {
	padding-left: 5px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.level0 a > span {
	font-weight: 300 !important;	
}
.head_lang {
	display: inline-block;
	width: 35px;
    height: 50px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 12px;
	line-height: 50px;
	opacity: 0.5;
	transition: opacity 0.5s;
	font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.head_lang:hover {
	opacity: 1;
	transition: opacity 0.2s;
}
.head_lang.active {
	font-weight: 500;
	opacity: 1;
	cursor: default;
}
.banner1, .banner2, .banner3, .header2, .header3, .ptext, .ptextbig, .header4 {
	font-family: Roboto, Arial, sans-serif;
	text-align: center;
}
.banner1 {
	color: white;
	font-weight: 100;
	font-size: 48px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.banner2 {
	color: white;
	font-weight: 100;
	font-size: 64px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.banner2 strong {
	font-weight: 300;
}
.banner3 {
	margin-top: 20px;
	color: white;
	font-weight: 300;
	font-size: 26px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.header2 {
	font-weight: 300;
	font-size: 36px;
}
.header2.white {
	color: white;
}
.header2.blue {
color: rgb(11,19,30);
}
.header3 {
	font-weight: 300;
    font-size: 21px;
	line-height: 26px;
	margin-top: 5px;
}
.header3.white {
	color: white;
	opacity: 0.7;
}
.header3.blue {
	color: rgb(40,40,60);		
}
.header4 {
	color:rgb(112,158,204);
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 10px;
}
.ptext {
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}
.ptext.white {
    color: rgba(255,255,255,0.7);
    border-bottom: 1px dotted rgba(255,255,255,0.4);
    padding: 5px 0;
}
.ptext.white:last-of-type {
    border-bottom: none;
}
.ptext.blue {
	color: rgb(10,10,30);
}
.ptextbig {
	color: white;
	font-weight: 300;
	font-size: 21px;
	line-height: 26px;
}
.ptextbig span {
	font-weight: 500;
}
.ptext.white strong {
	font-weight: 400;
	color: rgba(255,255,255,0.7);
}
.ptext.white a {
	text-decoration: none;
	color: white;
	font-weight: 400;
	transition: color .5s;
}
.ptext.white a:hover {
	color: rgb(11,19,30);
	transition: color .2s;
}