header {
	padding: 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50}
body.scroll header {	box-shadow: 0 0 5px rgba(0,0,0,0.4)}
header > .background_header {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1}
header > .header_wrapper {	padding: 0.5em 1em}
header > .header_wrapper > .flex > ul > li {	margin: 0 0.5em}
header > .header_wrapper > .flex > ul > li:first-child {	margin-left: 0}
header > .header_wrapper > .flex > ul > li:last-child {	margin-right: 0}
header > .flex {	padding: 1em 1em 0.5em}
header > .flex > .container_flex#logo {	width: 16%}
header > .flex > .container_flex#logo > a {
	display: block;
	height: 100%;
	width: 100%}
header > .flex > .container_flex#logo > a > img {
	max-height: 7em;
	max-width: 200px;
	transition: all 0.15s linear}
body.scroll header > .flex > .container_flex#logo > a > img {
	max-height: 3.5em;
	max-width: 125px;
	transition: all 0.15s linear}
header > .flex > .container_flex > ul {	margin: 0 0 0.5em}
header > .flex > .container_flex > ul > li,
header > .flex > .container_flex > nav > div > ul > li {
	margin: 0 0.5em;
	line-height: 1.8em;
	position: relative}
header > .flex > .container_flex > nav > div > ul > li {
	padding: 0.1em 0.4em;
	font-size: 0.9em;
	z-index: 51;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px}
header > .flex > .container_flex > nav > div > ul > li:first-child {	margin-left: 0}
header > .flex > .container_flex > nav > div > ul > li:last-child {	margin-right: 0}
header > .flex > .container_flex > nav > div > ul > li#active,
header > .flex > .container_flex > nav > div > ul > li.active,
header > .flex > .container_flex > nav > div > ul > li.active:hover {
	color: #c02452;
	background: #fff}
header > .flex > .container_flex > nav > div > ul > li {
	padding-bottom: 0.5em;
	background: transparent;
	transition: background 0s linear 0.45s}
header > .flex > .container_flex > nav > div ul > li:hover {
	background: #fff;
	transition: all 0.15s linear}
header > .flex > .container_flex > nav > div > ul > li > svg {
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle}
header > .flex > .container_flex > nav > div > ul > li > ul {	
	max-height: 0;
	min-width: calc(100% + 0.6em);	
	top: 100%;
	left: -0.3em;
	overflow: hidden;
	position: absolute;
	text-align: left;
	background: #fff;
	white-space: nowrap;
	border-radius: 2px;
	transition: max-height 0.3s linear 0.15s, padding 0s linear 0.45s, border 0s linear 0.45s}
header > .flex > .container_flex > nav > div > ul > li:hover > ul ,
header > .flex > .container_flex > nav > div > ul > li > ul:hover {	
	max-height: 66vh;
	padding: 0.3em;	
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	transition: max-height 0.3s linear 0.15s, padding 0s linear 0.15s}
header > .flex > .container_flex > nav > div > ul > li > a > svg {	vertical-align: middle}
header > .flex > .container_flex > nav > div > ul > li > ul > li {
	position: relative;
	margin: 0 0 0.5em}
header > .flex > .container_flex > nav > div > ul > li > ul > li {
	padding: 0.25em;
	transition: all 0.3s linear}
header > .flex > .container_flex > nav > div ul > li > ul > li:hover {
	background: #fafafa;
	transition: all 0.3s linear}
header > .flex > .container_flex > nav > div > ul > li > ul > li > a {	display: block}
header form.absolute {
	top: 0;
	right: 0;
	z-index: 100;
	white-space:nowrap;
	padding: 0.5em;
	background: #fff;
	color: #5196cb;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2)}
header form > input,
header form > button {
	display: inline-block;
	margin: 0 0 0;
	color: #5196cb !important;
	background: none !important;
	border: none !important}
header form > input {	
	width: auto !important;
	min-width: 20em;
	border-bottom: 1px solid #5196cb !important}
header form > button {
	width: auto !important;
	margin-left: 0.5em !important;
	vertical-align: bottom;
	font-size: 0.8em !important;
	color: #5196cb !important}
header form > span {
	display: block;
	font-style: italic;
	white-space: normal;
	text-align: justify;
	margin-top: 0.5em;
	line-height: 1.3em;
	font-size: 0.7em !important}
	
	@media screen and (max-width: 1680px) {
		header > .flex.wrap {	flex-wrap: nowrap}
		header > .flex > .container_flex:last-child {	justify-content: end}
		header > .flex > .container_flex > nav > div > ul > li {	position: relative}
		header > .flex > .container_flex > nav > div > ul > li,
		header > .flex > .container_flex > nav > div > ul > li > * {	text-align: right}
		header > .flex > .container_flex > nav > div > ul > li:first-child {	display: none}
		header > .flex > .container_flex > nav > div > ul > li:nth-child(n+2) {	width: 22%}
		header > .flex > .container_flex > nav > div > ul > li > ul,
		body.mobile header > .flex > .container_flex > nav > div > ul > li:hover > ul {	
			max-height: 0;
			min-width: calc(100% + 0.6em);	
			top: 100%;
			left: -0.3em;
			overflow: hidden;
			position: absolute;
			text-align: left;
			background: #fff;
			white-space: nowrap;
			border-radius: 2px;
			padding: 0;
			transition: max-height 0s linear 0s, padding 0s linear 0s, border 0s linear 0s}
		header > .flex > .container_flex > nav > div > ul > li.open {	z-index: 52}
		body.narrow header > .flex > .container_flex > nav > div > ul > li > ul.open {	
			max-height: 66vh !important;
			padding: 0.3em !important;	
			box-shadow: 0 2px 2px rgba(0,0,0,0.1) !important;
			z-index: 52 !important;
			transition: max-height 0.3s linear 0.15s, padding 0s linear 0.15s}
	}
	@media screen and (max-width: 1024px) {
		header > .header_wrapper > .flex > .container_flex.xsmall {
			width: 23.5% !important;
			margin: 0 1% 0 0 !important}
		header > .header_wrapper > .flex > .container_flex.large {
			width: 74% !important;
			margin: 0 0 0 1% !important}
		header form.absolute {
			position: fixed;
			top: 0;
			left: 0;
			right: 0}
		header form > input {
			min-width: 75%;
			width: 75% !important}
		header > .flex.content_between {	justify-content: space-between}
		header > .flex > .container_flex#logo,
		header > .flex > .container_flex:last-child {	width: 49%}
		header > .flex > .container_flex#logo {
			text-align: left;
			margin-right: 1%}
		header > .flex > .container_flex:last-child {
			text-align: right;
			margin-left: 1%}
		header > .flex > .container_flex > nav {
			width: 100%;
			margin: 0 0 0;
			min-height: 1.2em}
		#button_open,
		#button_close {
			position: absolute;
			right: 1em;
			display: inline-block;
			text-transform: uppercase}
		#button_open:not(.show),
		#button_close:not(.show) {
			opacity: 0;
			visibility: hidden;
			transition: all 0s ease-in 0.3s}
		#button_open.show,
		#button_close.show {
			opacity: 1;
			visibility: visible;
			transition: all 0.3s ease-in}
		#button_open > svg,
		#button_close > svg {
			vertical-align: top;
			position: relative;
			transition: all 0.3s ease-in 0s}
		#button_open:not(.show) > svg {	bottom: -2em}
		#button_close:not(.show) > svg {	top: -2em}
		#button_open.show > svg {	bottom: 0}
		#button_close.show > svg {	top: 0}
		header > .flex > .container_flex > nav ul#menu {
			display: block;
			position: absolute;
			top: 100%;
			left: auto;
			right: 0;
			padding: 0;
			width: auto;
			height: auto !important;
			max-height: 0;
			overflow: hidden;
			font-size: 1em;
			z-index: 1;
			text-align: right;
			background: #fff;
			transition: max-height 0.3s ease-in 0s, padding 0s linear 0.3s}
		header > .flex > .container_flex > nav ul#menu.show {
			max-height: calc(100vh - 5em);
			width: 100%;
			padding: 0 1em 1em 1em;
			box-shadow: 0 4px 4px rgba(0,0,0,0.1);
			border-bottom-left-radius: 2px;
			overflow: auto;
			transition: max-height 0.3s ease-in 0s, padding 0s linear 0s}
		header > .flex > .container_flex > nav ul#menu > li {
			font-size: 1em;
			width: 100%;
			text-align: right;
			white-space: nowrap;
			margin: 0 0 1em;
			padding: 0.2em 0.2em 0.2em;
			height: auto;
			transition: opacity 0.15s linear}
		header > .flex > .container_flex > nav ul#menu.open > li:not(.open) {
			opacity: 0.1;
			transition: opacity 0.15s linear}
		header > .flex > .container_flex > nav ul#menu > li > ul.absolute {
			top: 100%;
			left: -0.5em;
			right: -0.5em;
			z-index: 5;
			background: #fafafa;
			text-align: right;
			box-shadow: none;
			border: 1px solid #f7f7f7;
			border-top: none}
		header > .flex > .container_flex > nav ul#menu > li > ul.absolute > li,
		header > .flex > .container_flex > nav ul#menu > li > ul.absolute > li > a,
		header > .flex > .container_flex > nav ul#menu > li > ul.absolute > li > a > span {	text-align: right}
		header > .flex > .container_flex > nav ul#menu > li > ul.absolute > li:first-child {	margin-top: 0}
		header > .flex > .container_flex > nav ul#menu > li > ul.absolute > li:last-child {	margin-bottom: 0}
		header > .flex > .container_flex > nav ul#menu > li > a > span,
		header > .flex > .container_flex > .no_flex:nth-child(2) > li > a > span {	padding: 0.25em}
	}
	@media screen and (max-width: 768px) {
		header > .header_wrapper {	padding: 1em}
		header > .header_wrapper > .flex > .container_flex.xsmall {
			width: 49% !important;
			margin: 0 1% 0 0 !important}
		header > .header_wrapper > .flex > .container_flex.large {
			width: 49% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 380px) {
		header > .header_wrapper > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 0 0 1em 0 !important;
			justify-content: center}
		header > .header_wrapper > .flex > .container_flex.large {
			width: 100% !important;
			margin: 0 0 0 0 !important;
			max-height: 5em;
			justify-content: center}
		header > .header_wrapper > .flex > .container_flex.xsmall.hidden {
			margin-bottom: 0 !important;
			transition: margin-bottom 0.1s linear 0s}
		header > .header_wrapper > .flex > .container_flex.large.hidden,
		header > .header_wrapper > .flex > .container_flex.large.hidden form.absolute {
			max-height: 0;
			overflow: hidden;
			padding: 0;
			transition: max-height 0.1s linear 0s}
		header > .flex > .container_flex#logo > a > img {	max-width: 100%}
	}