@charset "utf-8";
/*
Theme Name:mrp09-child
Template:mrp09
Version: 0.01
 */
@media (min-width:1025px) {
	.sticky-header #header-layout {
	    position: fixed;
	    width: 100%;
		top: -125px;
	    transform: translateY( 125px );
	    -ms-transform: translateY( 125px );
	    transition: all 0.8s ease-in-out;
	    -ms-transition: all 0.8s ease-in-out;
		z-index:100;
	}
	.sticky-header .site-header {
	    position: relative;
	    width: auto;
	    top: auto;
	    transform: translateY(0);
	}
	#language {
	    margin-top: 20px;
	}
	#glt-translate-trigger {
	    display: none;
	}
}
.sticky-header #mainImgfix #header-layout, .sticky-header #header-layout {
	background:#7BA8E6 !important;
}
@media (max-width:1024px) {
	#mainImgfix #header-layout, #header-layout {
		/*height:114px;*/
		padding:10px;
		flex-wrap:wrap;
		box-sizing:border-box;
		display: flex;
    	align-items: center;
    	justify-content: flex-end;
	}
	#header-layout #language {
		position: static;
		width: 100%;
		order: -1;
		display:flex;
		justify-content: center;
		align-items: center;
		display:none;
	}
	#header_wrapper #header #header-layout div.logo {
		height:auto;
	}
	#language #flags {
		width: auto;
	}
	#header .logo img {
		max-height: 70px;
	}
}
#visiocra_slider_items .prev_next_icon {
	top:calc( (100% - 114px ) / 2 + 114px );
}

