header {
	width:100%;
	top:0;
	background-color:rgba(33,33,33,.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index:91;
	#background: rgb(51,51,51);
	background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,.5) 50%, rgba(51,51,51,.0) 100%);
}
header #logo {
	position:absolute;
	top:15px;
	left:0;
	right:0;
	margin:auto;
	z-index:301;
}
header #logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
}
header #logo img {
	height:100%;
	width:100%;
	object-fit: contain;
}
header #headerlangs {
	position:absolute;
	top:0px;
	display:flex;
	z-index:10003;
}
header #headerlangs:before {
	content:'';
	border-left:solid 1px var(--greyd1d1d1);
}
header #headerlangs a{
	color:var(--greyd1d1d1);
	text-decoration:none;
}
header #headerlangs a:hover{
	text-decoration:underline;
	color:var(--white);
	#background-color:var(--blacklight);
}
header #headertools {
	position:absolute;
	display:flex;
	z-index:10003;
}
header #headertools a{
	color:var(--white);
	text-decoration:none;
}
header #headertools a:hover{
	background-color:var(--gold);
	color:var(--white);
}
/**/
@media all and (min-width: 1400px) {
header {
	position:absolute;
	height:200px;
}
header #logo {
	top:65px;
	height:200px;
	width:406px;
}
header #logo a {
	height:200px;
}
header #headerlangs {
	right:20px;
}
header #headerlangs a{
	padding:0 .75em;
	font-size:.75em;
	line-height:4em;
}
header #headertools {
	top:5px;
	right:100px;
}
header #headertools a{
	font-size:1.1em;
	padding:0 .75em;
	line-height:2em;
}
}
/**/
@media all and (min-width: 1200px) and (max-width: 1399px) {
header {
	position:absolute;
	height:180px;
}
header #logo {
	height:180px;
	width:374px;
}
header #logo a {
	height:180px;
}
header #headerlangs {
	right:20px;
}
header #headerlangs a{
	padding:0 .75em;
	font-size:.75em;
	line-height:4em;
}
header #headertools {
	top:5px;
	right:100px;
}
header #headertools a{
	font-size:1.1em;
	padding:0 .75em;
	line-height:2em;
}
}
/**/
@media all and (min-width: 1024px) and (max-width: 1199px) {
header {
	position:absolute;
	height:150px;
}
header #logo {
	height:150px;
	width:374px;
}
header #logo a {
	height:150px;
}
header #headerlangs {
	right:20px;
}
header #headerlangs a{
	padding:0 .75em;
	font-size:.75em;
	line-height:4em;
}
header #headertools {
	top:5px;
	right:100px;
}
header #headertools a{
	font-size:1.1em;
	padding:0 .75em;
	line-height:2em;
}
}
/**/
@media all and (min-width: 768px) and (max-width: 1023px) {
header {
	position:absolute;
	height:150px;
}
header #logo {
	height:150px;
	width:228px;
}
header #logo a {
	height:150px;
}
header #headerlangs {
	right:10px;
}
header #headerlangs a{
	padding:0 .65em;
	font-size:.75em;
	line-height:4em;
}
header #headertools {
	top:5px;
	right:100px;
}
header #headertools a{
	font-size:1.1em;
	padding:0 .65em;
	line-height:2em;
}
}
/**/
@media all and (min-width: 600px) and (max-width: 767px) {
header {
	position:absolute;
	height:100px;
}
header #logo {
	height:100px;
	width:228px;
}
header #logo a {
	height:100px;
}
header #headerlangs {
	right:5px;
}
header #headerlangs a{
	padding:0 .55em;
	font-size:.7em;
	line-height:4em;
}
header #headertools {
	top:5px;
	right:70px;
}
header #headertools a{
	font-size:1em;
	padding:0 .55em;
	line-height:2em;
}
}
/**/
@media all and (min-width: 450px) and (max-width: 599px) {
header {
	position:absolute;
	height:100px;
}
header #logo {
	height:100px;
	width:195px;
}
header #logo a {
	height:100px;
}
header #headerlangs {
	right:0px;
}
header #headerlangs a{
	padding:0 .5em;
	font-size:.65em;
	line-height:4em;
}
header #headertools {
	top:5px;
	right:60px;
}
header #headertools a{
	font-size:.9em;
	padding:0 .5em;
	line-height:2em;
}
}
/**/
@media all and (max-width: 449px) {
header {
	position:absolute;
	height:90px;
}
header #logo {
	height:90px;
	width:195px;
}
header #logo a {
	height:90px;
}
header #headerlangs {
	right:0px;
}
header #headerlangs a{
	padding:0 .5em;
	font-size:.6em;
	line-height:4em;
}
header #headertools {
	top:5px;
	right:60px;
}
header #headertools a{
	font-size:.85em;
	padding:0 .5em;
	line-height:2em;
}
}