@charset "utf-8";

/*
Theme Name:mrp09-child
Template:mrp09
Version: 0.01
 */
#language {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

#google_language_translator {
	height: 30px;
}

@media (max-width:1024px) {

	#mainImgfix #header-layout,
	#header-layout {
		height: 114px;
		padding: 10px;
		flex-wrap: unset;
		box-sizing: border-box;
	}

	#header-layout #language {
		position: static;
		width: 100%;
		order: -1;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	#header_wrapper #header #header-layout div.logo {
		height: auto;
	}

	#language #flags {
		width: auto;
	}

	#header .logo img {
		max-height: 70px;
	}

	#language {
		display: none !important;
	}
}

#visiocra_slider_items .prev_next_icon {
	top: calc((100% - 114px) / 2 + 114px);
}

.recaptcha {
	display: flex;
	justify-content: center;
	padding: 10px 0 30px;
}

@media (min-width:1025px) {
	#glt-translate-trigger {
		display: none !important;
	}

	.panel.nav-effect {
		display: flex !important;
	}

	#language ul li a {
		padding: 0 !important;
	}
}