body {
	font-family: 'Raleway', sans-serif;
	color: #4a4a49;
}
a {
	color: #09989a;
	text-decoration: underline;
}
input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #09989a;
}
input::-moz-placeholder {
	/* Firefox 19+ */
	color: #09989a;
}
input:-ms-input-placeholder {
	/* IE 10+ */
	color: #09989a;
}
input:-moz-placeholder {
	/* Firefox 18- */
	color: #09989a;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Bitter', serif;
}
img {
	max-width: 100%;
	height: auto;
}
.container {
	max-width: 100%;
}

.pd-0 {
	padding: 0 !important;
}
.pdb-0 {
	padding-bottom: 0 !important;
}
.mg-0 {
	margin: 0 !important;
}
@media (min-width: 992px) and (max-width: 4000px) {
	.container {
		max-width: 90%;
	}
	.header-container.container {
		max-width: 95%;
	}
}

/*Header*/
.logo-wrap img {
	width: 100%;
	max-width: 175px;
}
@media (min-width: 992px) {
	.logo-wrap img {
		max-width: 360px;
		padding-top: 30px;
	}
}
/*Top menu*/
.menu-top-wrap {
	margin-top: 5px;
	margin-bottom: 10px;
}
.menu-btn {
	width: 50px;
	height: 50px;
	border: 0;
	background: none;
	padding: 0;
}
.menu-btn-icon {
	display: block;
	height: 50px;
	width: 50px;
	background-image: url('../images/menu-icon.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.menu-btn.menu-btn-active .menu-btn-icon {
	background-image: url('../images/menu-icon-close.svg');
}
.topmenu {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 100%;
	display: none;
	font-weight: 600;
}
.topmenu.active-menu {
	display: block;
	min-height: calc(100vh - 78px);
}
.menu-md ul li a {
	text-decoration: none;
	text-transform: uppercase;
}
.icon-menu {
	display: none;
}
@media (max-width: 1200px) {
	.menu-md {
		background-color: #09989a;
		background-image: url('../images/mobile-bg.png');
		background-size: cover;
		background-position: bottom right;
		padding: 20px 0 20px 20px;
	}
	.menu-md ul li {
		display: block;
		float: left;
		width: 100%;
		border-top: 1px solid #b6dee3;
	}
	.menu-md ul li a {
		color: #fff;
		font-size: 24px;
		line-height: 50px;
		padding: 15px 15px 15px 60px;
		display: block;
		position: relative;
	}
	.icon-menu {
		display: block;
		position: absolute;
		left: 0;
		width: 50px;
		height: 50px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.icon-home {
		background-image: url('../images/icon-home.svg');
	}
	.icon-about {
		background-image: url('../images/icon-about.svg');
	}
	.icon-news {
		background-image: url('../images/icon-news.svg');
	}
	.icon-publications {
		background-image: url('../images/icon-publications.svg');
	}
	.icon-work {
		background-image: url('../images/icon-focus.svg');
	}
	.icon-contact {
		background-image: url('../images/icon-contact.svg');
	}
	.icon-search {
		background-image: url('../images/icon-search.svg');
	}
}

@media (min-width: 1200px) {
	.menu-top-wrap {
		margin-top: 30px;
	}
	.menu-btn {
		display: none;
	}
	.topmenu {
		display: block;
		position: relative;
	}
	.primary-menu-wrap {
		border-top: 1px solid #b6dee3;
		padding-left: 40px;
	}
	.topmenu li {
		padding: 0 6px;
	}
	.topmenu li a {
		display: block;
		color: #275154;
		font-size: 18px;
		padding: 25px 10px;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
	}
	.topmenu li a:before {
		content: '';
		display: block;
		position: absolute;
		top: -6px;
		width: 0;
		height: 6px;
		background: none;
		left: 0;
		transition: width 0.3s;
	}
	.topmenu li.current-menu-item > a,
	.topmenu li > a:hover {
		color: #56b4b2;
	}
	.topmenu li.current-menu-item > a {
		font-weight: 900;
	}
	.topmenu li.current-menu-item > a:before,
	.topmenu li a:hover:before {
		background: #56b4b2;
		width: 100%;
	}
}

/*Content*/

.y-btn {
	display: inline-block;
	height: 90px;
	background-image: url(../images/button_green_circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	padding-top: 35px;
	padding-left: 75px;
	font-size: 15px;
	line-height: 22.5px;
	text-decoration: none;
	color: #09989a;
	text-transform: uppercase;
	font-weight: 700;
	transform: scale(1);
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
}
.y-btn:hover {
	color: #09989a;
	transform: scale(1.08);
}
.y-btn.y-btn-white {
	background-image: url('../images/button_white_circle.svg');
	color: #fff;
}
.y-btn.y-btn-white:hover {
	color: #fff;
}
.y-btn.y-register {
	background-image: url(../images/btn_circle_register.svg);
}
.page-image-container {
	min-height: 200px;
	background-size: cover;
	background-position: bottom right;
}
.page-desc-container {
	background-color: #09989a;
	min-height: 300px;
	position: relative;
}
.inside-page .page-desc-container {
	background-repeat: no-repeat;
	background-image: url(../images/fl_mask.svg);
	background-size: 80%;
	padding-bottom: 106px;
	background-position: right bottom;
}

.page-desc-container h1 {
	color: #b6dee3;
	font-size: 21px;
	font-weight: 900;
	line-height: 32px;
}

.page-desc-wrap {
	padding-left: 70px;
	position: relative;
	min-height: 478px;
	height: 100%;
}

.page-desc-container:before {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 100px);
	position: absolute;
	left: 50px;
	top: 46%;
	background: #fff;
	transform: translateY(-46%);
	-webkit-transform: translateY(-46%);
	-moz-transform: translateY(-46%);
	-o-transform: translateY(-46%);
}
.page-desc-separator {
	width: 88px;
	height: 18px;
	background: #56b4b2;
	margin: 30px 0;
}

.page-desc-desc {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
}
.page-desc-container {
	padding-left: 20px;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-right: 20px;
}

.section-grey {
	background-color: #f7f7f7;
	padding: 30px;
}

.home-three-container {
	padding-bottom: 40px;
	/*background-image: url('../images/group-70.svg');*/
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	text-align: center;
}
.home-three-desc {
	color: #265054;
	font-size: 28px;
	padding: 30px 0;
}

.home-three-desc > span:nth-child(1) {
	font-size: 2em;
	font-weight: 900;
	line-height: 1em;
}
.home-three-desc > span:nth-child(2) {
	font-size: 1.9em;
	font-weight: 900;
	line-height: 1em;
}
.home-three-desc > span:nth-child(3) {
	font-size: 3.1em;
	font-weight: 900;
	line-height: 0.8em;
}
.home-three-desc > span {
	display: block;
	text-transform: uppercase;
}
.home-three-vision {
	color: #09989a;
	font-family: 'Bitter', serif;
	font-size: 38px;
	font-weight: 900;
	margin: 30px 0;
}
.section-map {
	background-color: #f7f7f7;
}
.section-home-social {
	padding: 50px 0;
}
.scroll-down {
	display: none;
}
.page-desc-wrap {
	min-height: 150px;
}
@media (min-width: 480px) {
	.home-three-desc {
		font-size: 38px;
	}
}

@media (min-width: 992px) {
	.home-three-container {
		padding: 100px 50px;
	}
	.page-image-container {
		min-height: 400px;
	}
	.section-grey {
		padding: 50px;
	}
}

@media (min-width: 1200px) {
	.home-three-desc {
		font-size: 38px;
	}
	.home-three-desc {
		font-size: 38px;
	}
	.home-three-vision {
		color: #09989a;
		font-family: 'Bitter', serif;
		font-size: 48px;
		font-weight: 900;
		margin: 30px 0;
	}
	.home-three-container {
		border-left: 1px solid #09989a;
		text-align: left;
	}
	.page-image-container {
		min-height: 100%;
		background-size: cover;
		background-position: bottom right;
	}
	.page-desc-container {
		min-height: calc(100vh - 300px);
	}
	.page-desc-container {
		padding-left: calc(5% + 2rem);
		padding-top: 85px;
		padding-bottom: 85px;
		padding-right: 50px;
	}
	.page-desc-container:before {
		content: '';
		display: block;
		width: 1px;
		height: calc(100% - 190px);
		position: absolute;
		left: 150px;
		top: 46%;
		background: #fff;
		transform: translateY(-46%);
		-webkit-transform: translateY(-46%);
		-moz-transform: translateY(-46%);
		-o-transform: translateY(-46%);
	}
	.pt-130 {
		padding-top: 130px !important;
	}

	.scroll-down {
		display: block;
		position: absolute;
		bottom: 185px;
		transform: rotate(-90deg);
		font-size: 20px;
		color: #b6dee3;
		font-weight: 700;
		text-transform: uppercase;
		left: -10px;
	}
	.scroll-down img {
		margin-left: 10px;
		width: 35px;
		animation: shake 4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
	}
	@keyframes shake {
		10%,
		90% {
			transform: translate3d(-1px, 0, 0);
		}
		20%,
		80% {
			transform: translate3d(2px, 0, 0);
		}
		30%,
		50%,
		70% {
			transform: translate3d(-4px, 0, 0);
		}
		40%,
		60% {
			transform: translate3d(4px, 0, 0);
		}
	}
	.page-desc-wrap {
		padding-left: 135px;
	}
	.page-desc-desc .y-btn {
		left: -30px;
		position: relative;
		margin-top: 30px;
	}
	.page-desc-container h1 {
		color: #b6dee3;
		font-size: 40px;
		font-weight: 900;
		line-height: 50px;
	}
	.y-btn {
		display: inline-block;
		height: 115px;
		padding-top: 45px;
		padding-left: 95px;
		font-size: 20px;
		line-height: 30px;
		text-decoration: none;
		color: #09989a;
		text-transform: uppercase;
		font-weight: 700;
	}
	.y-btn-white {
		color: #fff;
	}

	.page-desc-desc {
		font-size: 20px;
		line-height: 35px;
	}
}

/*Posts*/
.post-desc-container {
	position: relative;
	margin: 0px 30px;
	top: -60px;
}
.post-desc-wrap h1,
.sec-post-desc-wrap h1 {
	color: #fff;
	font-size: 21px;
	line-height: 28px;
	line-height: 32px;
}

.post-desc-wrap {
	background: #09989a;
	padding: 80px 20px 65px 20px;
	position: relative;
}
.sec-post-desc-wrap {
	padding: 40px;
	background: #09989a;
}
.post-event-date {
	height: 100%;
	padding: 30px;
	background: #b6dee3;
	top: 0;
}
.post-event-date label {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #295356;
	font-weight: 800;
}
.post-event-date > div {
	padding: 10px 0;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 11px;
	text-align: center;
}
.post-event-register {
	position: absolute;
	right: 0;
	bottom: 0;
}
.sec-post-desc-wrap .post-event-register {
	position: relative;
}
.register-btn {
	padding: 20px 30px 20px 60px;
	color: #5d878b;
	text-transform: uppercase;
	font-weight: 800;
	font-weight: 20px;
	display: block;
	background-color: #daeef1;
	text-decoration: none;
	background-size: 38px 38px;
	background-position-x: 10px;
	background-position-y: 15px;
	background-image: url('../images/register-icon.svg');
	background-repeat: no-repeat;
}
.post-desc-date {
	position: absolute;
	top: 0;
	background: #b6dee3;
	padding: 10px 21px 10px 10px;
	font-size: 14px;
	color: #275154;
	font-weight: 700;
}
.post-desc-social {
	padding: 30px 0px 30px 0px;
	text-align: center;
	position: relative;
}
.post-desc-social:after {
	position: absolute;
	display: block;
	content: '';
	height: 4px;
	width: 200px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #b6dee3;
}
.post-desc-social h4 {
	font-size: 20px;
	color: #09989a;
	font-weight: 900;
	text-transform: uppercase;
}
.post-desc-social ul {
	padding: 0;
	margin: 0;
}
.post-desc-social ul li {
	display: inline-block;
	padding: 20px 5px;
}
.post-desc-social ul li a {
	display: block;
	transform: scale(1);
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
}
.post-desc-social ul li a:hover {
	transform: scale(1.08);
}

.social-icon {
	display: block;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}
.social-facebook {
	background-image: url('../images/social-facebook.svg');
}
.social-twitter {
	background-image: url('../images/share-social-x.svg');
}
.social-whatsapp {
	background-image: url('../images/social-whatsapp.svg');
}
.social-link {
	background-image: url('../images/social-link.svg');
}
.post-article {
	padding: 30px 0px;
	position: relative;
	text-align: justify;
}
.post-intro {
	position: relative;
	width: 100%;
	left: 0;
	padding: 30px;
	background: #b6dee3;
	margin-bottom: 30px;
	color: #09989a;
	font-weight: 600;
}
.post-intro p {
	margin: 0;
	padding: 0;
}
.post-image-inside {
	position: relative;
	margin: 50px 0;
}
figure{
	position:relative;
display:table;
min-width: 300px;
}
.post-image-credit, figcaption {
	position: relative;
	font-size: 10px;
	background: #def0f2;
	color: #56b4b2;
	
	padding: 10px 30px;

	font-weight: 600;
	display: table-caption;
caption-side: bottom;
}
.post-article blockquote {
	color: #09989a;
	font-family: 'Bitter', serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 24px;
	margin: 50px 0;
	position: relative;
	width: 100%;
	left: 0;
	padding: 30px;
	z-index: 1;
}
.post-article blockquote:before {
	position: absolute;
	background: #def0f2;
	content: '';
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 40%;
	z-index: -10;
}
.wp-block-media-text {
	display: block;
}
@media (min-width: 600px) {
	.post-event-date > div {
		text-align: left;
	}
	.wp-block-media-text {
		display: grid;
	}
	.social-icon {
		width: 60px;
		height: 60px;
	}
	.post-image-credit, figcaption {
		font-size: 16px;
	}
	.post-article blockquote {
		font-size: 18px;
		line-height: 24px;
	}
	.post-article blockquote:after {
		content: '';
		width: 125px;
		height: 65px;
		background-image: url('../images/quota.png');
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		top: -20px;
		right: 5%;
	}
	.sec-post-desc-wrap h1 {
		max-width: 70%;
	}
}
@media (min-width: 1200px) {
	.post-article blockquote {
		width: 110%;
		left: -5%;
		padding: 30px 5%;
		font-size: 24px;
		line-height: 32px;
	}
	.post-image-credit {
		min-width: 360px;
	}
	.post-intro {
		width: 110%;
		left: -5%;
		padding: 30px 5%;
	}
	.post-article {
		font-size: 20px;
	}
	.post-desc-social:after {
		left: 100px;
		transform: translateX(0);
	}
	.post-desc-social ul li {
		display: inline-block;
		padding: 20px 10px;
	}
	.post-desc-social ul li:last-child {
		padding-right: 0;
	}
	.post-desc-social ul li:first-child {
		padding-left: 0;
	}
	.social-icon {
		width: 70px;
		height: 70px;
	}
	.post-desc-container {
		margin: 0px;
		top: 0px;
	}
	.post-desc-wrap {
		padding: 110px 40px 70px 100px;
		min-width: 105%;
		position: relative;
		min-height: 250px;
	}
	.sec-post-desc-wrap {
		padding: 40px;
	}
	.post-event-date {
		padding: 20px 20px 20px 100px;
		background: #b6dee3;
		top: 0;
		min-width: 105%;
	}
	.post-event-date label {
		display: block;
		font-size: 16px;
		text-transform: uppercase;
		color: #295356;
		font-weight: 800;
	}
	.post-event-date > div {
		padding: 10px 0;
		text-transform: uppercase;
		font-size: 14px;
		width: 100%;
	}
	.post-desc-wrap h1,
	.sec-post-desc-wrap h1 {
		font-size: 34px;
		line-height: 45px;
	}
	.post-desc-social {
		padding: 30px 30px 0 100px;
		text-align: left;
	}
}
@media (min-width: 1400px) {
	.post-desc-wrap h1,
	.sec-post-desc-wrap h1 {
		font-size: 52px;
		line-height: 60px;
	}
	.post-desc-wrap {
		padding: 110px 40px 70px 100px;
	}
	.sec-post-desc-wrap {
		padding: 40px;
	}
	.post-desc-date {
		padding: 20px 20px 10px 20px;
		font-size: 24px;
	}
}

/*Footer*/
.footer {
	display: block;
	position: relative;
}
.bottom {
	background: #fff;
}
.bottom-copy {
	color: #275154;
	font-size: 16px;
	padding: 30px;
	text-align: center;
}
.footer-menu {
	background: #09989a;
}
.footer-menu-text {
	padding: 20px 0;
	text-align: center;
}
.footer-menu-image {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.footer-menu-image-text {
	padding: 28px 50px;
	position: relative;
	right: auto;
	left: 50%;
	bottom: 83px;
	color: #275154;
	background: #b6dee3;
	z-index: 1;
	max-width: 700px;
	font-size: 14px;
	transform: translateX(-50%);
	width: 80%;
	font-weight: 700;
}
.footer-menu-image img {
	max-width: 150%;
}
.nav-footer {
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #fff;
}
.nav-footer li {
	display: inline-block;
	padding: 5px;
	border-right: 1px solid #b6dee3;
}
.nav-footer li:last-child {
	border-right: none;
}
.nav-footer li a {
	color: #b6dee3;
	padding: 10px 20px;
	text-decoration: none;
}
.nav-footer li a:hover {
	color: #fff;
}
.footer-social-media h4 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
}
.footer-newsletter h4 {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}
.section-newsletter-home .footer-newsletter h4 {
	color: #09989a;
}
.section-home-social .footer-social-media h4 {
	color: #09989a;
}
.footer-social-media h4 > span {
	color: #b6dee3;
	font-weight: 500;
	font-size: 21px;
	display: block;
}
.footer-newsletter h4 > span {
	color: #b6dee3;
	font-weight: 700;
	font-size: 16px;
	display: block;
}
.footer-social-media ul {
	margin: 0;
	padding-left: 0;
}
.footer-social-media ul li {
	display: inline-block;
	padding: 0 10px;
}
.f-social-icon {
	width: 50px;
	height: 50px;
	display: block;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
}
.f-soacial-icon-twitter {
	background-image: url('../images/x_full_white.svg');
}
.f-soacial-icon-linkedin {
	background-image: url('../images/linkedin_full_white.svg');
}
.f-soacial-icon-butterfly {
	background-image: url('../images/b-full-white.svg');
}
.f-soacial-icon-butterfly-2 {
	background-image: url('../images/butterfly.svg');
}
@media (min-width: 576px) {
	.footer-menu-image img {
		max-width: 100%;
	}
	.f-social-icon {
		width: 60px;
		height: 60px;
	}
}
@media (min-width: 992px) {
	.f-social-icon {
		width: 80px;
		height: 80px;
	}
	.footer-social-media h4 {
		font-size: 36px;
	}
	.footer-newsletter h4 {
		font-size: 36px;
		margin-bottom: 0;
	}
	.footer-social-media h4 > span {
		font-size: 30px;
	}
	.footer-newsletter h4 > span {
		font-size: 20px;
	}
	.nav-footer {
		padding: 0 !important;
		margin: 0 !important;
		border: none;
	}
	.nav-footer li a {
		font-size: 21px;
	}
	.bottom-copy {
		font-size: 20px;
	}
	.footer-social-media ul {
		padding-left: 30px;
	}
	.footer-menu-text {
		text-align: left;
		padding: 50px 0;
	}
	.footer-menu-image-text {
		padding: 28px 50px;
		position: absolute;
		left: auto;
		right: 13.4%;
		bottom: 0;
		color: #275154;
		background: #b6dee3;
		z-index: 1;
		max-width: 700px;
		font-size: 20px;
		transform: none;
	}
}

/*Form Elements*/
.y-form-item {
	display: block;
	padding: 10px;
	background: #b6dee3;
}

.y-form-item label {
	color: #09989a;
	margin-left: 25px;
	font-weight: 700;
}
.y-form-item > input,
.y-form-item > textarea {
	padding-left: 25px;
	font-family: 'Bitter', serif;
	color: #09989a;
}
.y-submit {
	background-color: transparent;
	border: none;
	margin-top: 40px;
}
.y-submit.y-btn {
	padding-top: 4px;
}
.xs-center {
	text-align: center;
}
@media (min-width: 992px) {
	.y-submit {
		height: 100%;
		background-color: #d89f28;
		font-size: 0;
		padding: 10px;
		width: 100%;
		line-height: 100%;
		margin-top: 0;
	}
	.y-submit.y-btn.y-btn-white {
		background-image: url('../images/news-arrow.svg');
		background-position: center;
		background-size: 40px 100%;
	}
}

/*Slider and Slider Home*/
.section-slider {
	padding: 50px 20px 20px 20px;
	background-color: #b6dee3;
}
.slider-custom {
	position: relative;
	position: relative;
	padding: 20px 30px;
	background: #fff;
	overflow: hidden;
}

.slider-box-title,
.slider-box-content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.slider-box-title h4 {
	color: #09989a;
	font-weight: 900;
}
.slide-item {
	padding: 20px;
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

.slide-item > a {
	display: block;
	float: left;
	width: 100%;
	transform: scale(1);
	transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-webkit-transation: transform 0.5s;
	-moz-transition: transform 0.5s;
}
.slide-item:hover > a {
	transform: scale(1.08);
}
.slide-item > a > div {
	float: left;
	display: block;
}
.slide-item.big-item .slide-item-img {
	width: 100%;
	max-width: 100%;
}
.slide-item.big-item .slide-item-desc {
	width: 100%;
	max-width: 400px;
	padding: 30px 0;
}
.slide-item .slide-item-img {
	width: 100%;
}
.slide-item .slide-item-img > img {
	border-radius: 10px;
	border: 1px solid #f4f4f4;
}
.slide-item .slide-item-desc {
	width: 100%;
}
.slide-item .slide-item-desc h4 {
	color: #275154;
	font-weight: 700;
}
.slide-item .slide-item-desc {
	padding: 20px 0px;
}
.slide-cat {
	color: #09989a;
	text-transform: uppercase;
	font-weight: 700;
}
.slide-date {
	color: #e09c3f;
	font-weight: 700;
}
/*Este pus pentru our work*/
.icon-arrow {
		width: 37px;
		height: 25px;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		cursor: pointer;
	}
	.work-arrow .icon-left-arrow {
		background-image: url('../images/left-work.png');
	}
	.work-arrow .icon-right-arrow {
		background-image: url('../images/right-work.png');
	}
	.next.work-arrow {
		position: absolute;
		right: -20px;
		top: 38%;
		transform: translateY(-50%);
		z-index:100;
	}
	.prev.work-arrow {
		position: absolute;
		left: 0px;
		top: 38%;
		transform: translateY(-50%);
		z-index:100;
	}
/*este pus pentru our work*/
@media (min-width: 600px) {
	.slide-item .slide-item-img {
		max-width: 260px;
		width: 50%;
	}
	.slide-item .slide-item-img > img {
		border-radius: 10px;
		border: 1px solid #f4f4f4;
	}
	.slide-item .slide-item-desc {
		width: 50%;
	}
	.slide-item .slide-item-desc {
		padding: 0 20px;
	}
}

@media (min-width: 768px) {
	.slider-home .slick-track {
		display: flex !important;
	}

	.slide-item.slick-slide {
		height: inherit !important;
	}
	.section-slider {
		padding: 50px 0;
		background-color: #fff;
	}
	.slider-custom {
		padding: 50px 0;
	}
	.slider-box-title {
		padding-left: 100px;
		max-width:350px;
	}
	.slider-box-title h4 {
		font-size: 32px;
	}
	.slider-box-content {
		width: 85%;
		padding-left:50px;
	}
	.slide-item .slide-item-desc h4 {
		font-size: 20px;
	}
	.slide-item .slide-item-desc {
	}
	.slick-list .slide-item.slick-active + .slick-active + .slick-active {
		/*opacity: 0.4 !important;*/
	}
	.slide-item.slick-slide {
		max-width: 650px !important;
	}
	.icon-arrow {
		width: 37px;
		height: 25px;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		cursor: pointer;
	}
	.icon-left-arrow {
		background-image: url('../images/arrow_left_slide.svg');
	}
	.icon-right-arrow {
		background-image: url('../images/arrow_right_slide.svg');
	}
		.work-arrow .icon-left-arrow {
		background-image: url('../images/left-work.png');
	}
	.work-arrow .icon-right-arrow {
		background-image: url('../images/right-work.png');
	}
	.next.work-arrow {
		position: absolute;
		right: -45px;
		top: 50%;
		transform: translateY(-50%);
	}
	.prev.work-arrow {
		position: absolute;
		left: -45px;
		top: 50%;
		transform: translateY(-50%);
	}
	.slider-box-arrow {
		position: absolute;
		width: 129px;
		height: 30px;
		right: 30%;
		bottom: -50px;
	}

	.slider-box-arrow .prev.slick-arrow {
		position: absolute;
		left: 0;
		top: 0;
	}
	.slider-box-arrow .next.slick-arrow {
		position: absolute;
		right: 0;
		top: 0;
	}

	.slider-home:after {
		width: 100%;
		display: block;
		content: '';
		background-color: #b6dee3;
		height: 1px;
		width: 55%;
		bottom: -33px;
		position: absolute;
	}
	.slide-item.slick-current.slick-active:after {
		position: absolute;
		display: block;
		background-color: #b6dee3;
		height: 5px;
		content: '';
		width: 100%;
		bottom: 0;
	}
}
@media (min-width: 1200px) {
	.slider-box-arrow:after {
		position: absolute;
		content: 'Swipe';
		display: block;
		font-size: 30px;
		color: #b6dee3;
		top: -11px;
		right: -100%;
		font-weight: 600;
	}
	.slider-box-arrow:empty:after {
		display:none;
	}
}
@media (min-width: 1300px) {
	.slider-box-arrow:after {
		position: absolute;
		content: 'Swipe';
		display: block;
		font-size: 30px;
		color: #b6dee3;
		top: -11px;
		right: -100%;
		font-weight: 600;
	}
	.slider-box-arrow:empty:after {
		display:none;
	}
	.slider-box-arrow {
		position: absolute;
		width: 129px;
		height: 30px;
		right: 20%;
		bottom: -18px;
	}
	.slider-home:after {
		width: 100%;
		display: block;
		content: '';
		background-color: #b6dee3;
		height: 1px;
		width: 65%;
		bottom: 0px;
		position: absolute;
	}
}
@media (min-width: 1500px) {
}
/*Section news & events Home Page*/
.grey-container {
	background-color: #f7f7f7;
	padding: 50px 0;
}

.line-left {
	position: relative;
	text-align: left;
}
.line-left:before {
	background-color: #09989a;
	width: 1px;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	left: 20px;
}
.font-h4 {
	font-size: 36px;
	font-weight: 700;
}
.color-green {
	color: #09989a;
}
/*Contact Page*/
.big-p {
	font-size: 1.4rem;
	font-weight: 600;
}
h3.big-h {
	font-size: 2.5rem;
	font-weight: 900;
}

.content-icon {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.icon-contact-page {
	background-image: url('../images/contact_page_icon.svg');
}
/*About Us*/
.blue-container {
	background-color: #def0f2;
	padding: 50px 0;
}
.dark-blue-container {
	background-color: #b6dee3;
	padding: 50px 0;
}
.image-container img {
	border-radius: 10px;
	padding: 0 10px;
}
.font-20 {
	font-size: 14px;
}
.font-30 {
	font-size: 16px;
}
.font-bold {
	font-weight: 700;
}
.icon-about-who-page {
	background-image: url('../images/who_we_are_icon.svg');
}
.icon-about-what-page {
	background-image: url('../images/what_we_do_icon.svg');
}
.icon-about-why-page {
	background-image: url('../images/why_icon.svg');
}
.icon-our-members {
	background-image: url('../images/icon-our-members.svg');
}
.icon-about-office {
	background-image: url('../images/brussels-office.svg');
}
.icon-text-title {
}

.icon-text-title h3 {
	line-height: 36px;
	font-size: 27px;
	padding-left: 20px;
	color: #09989a;
	text-transform: uppercase;
	font-weight: 900;
}

.white-container {
	background-color: #ffffff;
	padding: 30px 0 0 0;
	margin-bottom: 20px;
}
.with-border-container {
	position: relative;
}

.about-what span.small-title {
	color: #09989a;
	font-weight: 700;
	display: block;
	padding: 20px 0px;
}
.about-what ul {
	padding-left: 0;
}
.about-what ul li {
	display: block;
	padding: 30px;
	background-color: #b6dee3;
	margin-bottom: 20px;
}
.about-why ul {
	padding: 10px;
	background-color: #b6dee3;
	margin-bottom: 20px;
	margin-top: 20px;
}
.about-why ul li {
	display: block;
	padding: 30px 30px 30px 55px;
	position: relative;
}
.about-why ul li:before {
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../images/item-li-icon.svg');
	left: 0;
	top: 40px;
}
.action-link .member-list-item {
	transform: scale(1);
	transition: transform 0.2s;
	height: 100%;
}
.action-link:hover .member-list-item {
	transform: scale(1.08);
}
.member-list-item {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.member-list-item img {
	max-height: 110px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.member-list-item:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.heading-split {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}
.heading-split span {
	display: block;
	float: left;
	width: 100%;
}
.heading-split span.strong {
	font-weight: 900;
}
.heading-bitter {
	font-family: 'Bitter', serif;
	font-size: 38px;
	color: #09989a;
}
.heading-bitter span {
	display: block;
	float: left;
	width: 100%;
}
.heading-bitter strong {
	font-weight: 900;
}
.heading-btn {
	width: 300px;
}

.pills-yrn {
	background-color: #b6dee3;
	border: 0;
	padding: 20px;
	min-width: 300px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 20px;
	color: #4a4a49;
	font-weight: 700;
}
.pills-yrn.active {
	background-color: #09989a;
	color: #fff;
}
.team-item img {
	border-radius: 10px;
}
.university-work {
	border-radius: 10px;
	position: relative;
	height: 300px;
	border: 1px solid #def0f2;
	max-height:210px;
}
.university-work > img {
	max-width: 200px;
	top: 50%;
	position: relative;
	transform: translate(-50%, -50%);
	left: 50%;
	border-radius: 0;
}
.member-work {
	border-radius: 10px;
	height: 300px;
	max-height:210px;
}
.member-work img {
}
.team-item h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.team-position {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #d89f28;
}
.team-univ {
	color: #09989a;
	font-size: 20px;
	display: block;
	width: 100%;
	font-size: 24px;
	font-family: 'Bitter', serif;
}
.team-bio {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	color: #d89f28;
	letter-spacing: 1.5px;
	display: block;
	width: 100%;
}
.text-gouvernance h4 {
	font-size: 20px;
	font-weight: 700;
	color: #09989a;
}
@media (min-width: 992px) {
	.line-left:before {
		left: 30px;
	}
	.with-border-container {
		margin-top: 70px;
		border-top: 1px solid #95989a;
		position: relative;
	}
	.with-border-container:before {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #95989a;
	}
	.content-icon {
		width: 140px;
		height: 140px;
	}
	.icon-text-title h3 {
	font-size: 36px;
    padding-left: 10px;
    padding-right: 10px;
	}
	.about-why ul {
		padding: 30px;
		background-color: #b6dee3;
		margin-bottom: 20px;
		margin-top: 70px;
	}
	.font-20 {
		font-size: 20px;
	}
	.font-30 {
		font-size: 30px;
	}
	.white-container {
		padding: 50px 0 0 0;
		margin-bottom: 50px;
	}
	.text-gouvernance h4 {
		font-size: 30px;
	}
	.heading-split {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (min-width: 1200px) {
	.line-left:before {
		left: 50px;
	}
	.team-item h4 {
		font-size: 30px;
	}
}

@media (min-width: 1400px) {
	.about-nav-pills {
		min-width: 400px;
	}
	.text-gouvernance h4 {
		font-size: 50px;
	}
}

/*Publication Master Page*/
.single-publication {
	position: relative;
}
.single-publication img {
	width: 100%;
}
.single-publication-title {
	position: relative;
	padding: 40px;
	background: #ffffff;
	max-width: 500px;
}
.single-publication-title a {
	text-decoration: none;
	color: #275154;
}
.single-publication-title h3 {
	font-size: 20px;
	font-weight: 700;
}
.border-bottom {
	border-bottom: 1px solid #95989a;
}
.icon-publication-feat-page {
	background-image: url('../images/feat-publication-icon.svg');
}
.icon-publication-page {
	background-image: url('../images/publication-icon.svg');
}
.bg-green {
	background-color: #09989a;
}
.filter-box {
	padding: 7px 25px;
}
.filter-box h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
}

@media (min-width: 768px) {
	.single-publication-title {
		bottom: 80px;
		left: 50px;
	}
}
@media (min-width: 992px) {
	.single-publication-title {
		position: absolute;
	}
}
/* ===== Select Box ===== */
.sel {
	font-size: 0.7rem;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	padding: 0px 16px 0 0;
}

.sel::before {
	position: absolute;
	content: '\F035D';
	font-family: 'Material Design Icons';
	font-size: 2em;
	color: #09989a;
	right: 5px;
	top: 0;
	line-height: 1.8em;
}

.sel.active::before {
	transform: rotateX(-180deg);
}

.sel__placeholder {
	display: block;
    font-size: 15px;
    font-weight: 700;
    color: #09989a;
    padding: 10px;
    text-align: center;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.sel.active .sel__placeholder {
	visibility: hidden;
}

.sel__placeholder::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5em 0.5em;
	content: attr(data-placeholder);
	visibility: hidden;
}

.sel.active .sel__placeholder::before {
	visibility: visible;
}

.sel__box {
	position: absolute;
	top: calc(100% + 4px);
	left: -4px;
	display: none;
	list-style-type: none;
	text-align: left;
	font-size: 1em;
	background-color: #fff;
	width: calc(100% + 8px);
	box-sizing: border-box;
	z-index: 2;
	box-shadow: 3px 4px 10px rgb(0 0 0 / 40%);
}

.sel.active .sel__box {
	display: block;
	animation: fadeInUp 500ms;
}

.sel__box__options {
	display: list-item;
	font-size: 14px;
	color: #09989a;
	padding: 0.5em 1em;
	user-select: none;
	border-bottom: 1px solid #ededed;
}

.sel__box__options::after {
	font-family: 'FontAwesome';
	font-size: 0.5em;
	margin-left: 5px;
	display: none;
}

.sel__box__options.selected::after {
	display: inline;
}

.sel__box__options:hover {
	background-color: #ebedef;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.filter-box-item {
	margin: 5px;
	align-items: center !important;
	display: flex;
	width: auto;
    flex: 1 0 130px;
}
.filter-btn {
	font-size: 15px;
	font-weight: 700;
	color: #09989a;
	padding: 10px 25px;
	text-transform: uppercase;
	background: #f1f8fe;
	border: 0;
	border-radius: 10px;
}

.dat {
	width: 200px;
	background: #fff;
	font-size: 20px;
	position: relative;
}
.dat label {
	font-size: 20px;
	font-weight: 700;
	display: block;
	color: #09989a;
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.dat input {
	display: block;
	border: none;
	border-radius: 0.25rem;
	border: 1px solid transparent;
	padding: 9px;
    font-size: 12px;
    line-height: 25px;
	font-weight: 700;
	color: #09989a;
	width: 100%;
	text-align: center;
}
.dat input:focus {
	outline: none;
}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909c;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546e7a;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: #e0f2f1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a > span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909c;
	font-weight: 400;
	font-size: 0.75rem;
}
@media (min-width: 768px) {
	.sel {
		width: 100%;
	
	}
	.dat {
		width: 100%;
	}
}
@media (min-width: 1300px) {
	.sel {
		max-width: 170px;
	}
	.dat {
		max-width: 170px;
	}
}
@media (min-width: 1610px) {
	.sel {
		width: 200px;
	}
	.dat {
		max-width: 200px;
	}
}

/*Index/News Page */
.books-bg {
	background-position-x: 125%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	background-size: 400px;
}
.spotlight {
	padding: 30px;
	background-color: #b6dee3;
}
.icon-spotlight-feat-page {
	background-image: url('../images/feat-spotlight-icon.svg');
}
.single-news {
	position: relative;
}
.single-news img {
	width: 100%;
}
@media (min-width: 990px) {
	.single-news img {
		height: 100%;
	}
}
.single-news-title {
	position: relative;
	padding: 25px;
	background: rgba(9, 152, 154, 0.7);
	width: 100%;
	margin-bottom: 20px;
	left: 0;
}
.single-news-title a {
	text-decoration: none;
	color: #ffffff;
}

.single-news-title h1 {
	font-size: 40px;
	font-weight: 700;
}
.single-news-title h3 {
	font-size: 20px;
	font-weight: 700;
}
.spotlight .duet-news:first-child .single-news {
	/* margin-bottom: 20px; */
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.single-news-title {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 70%;
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.books-bg {
		background-image: url('../images/books-bg.jpg');
	}
}
@media (min-width: 1400px) {
	.books-bg {
		background-position-x: 120%;
	}
}
@media (min-width: 1630px) {
	.books-bg {
		background-position-x: 110%;
	}
}

.icon-nl-archive {
	background-image: url('../images/nl-archive-icon.svg');
}

.nl-link {
	font-family: 'Bitter', serif;
	font-size: 60px;
	line-height: 80px;
	color: #09989a;
	border: 0;
	background: transparent;
	margin-bottom: 0;
	width: 200px;
	transition: all 0.4;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.nl-link:hover,
.nl-link.active {
	font-size: 80px;
	font-weight: 900;
}
.nl-archive .tab-content {
	width: 100%;
	margin-left: 10px;
}
.nl-archive .display_archive {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
	width: 100%;
}
.nl-archive .display_archive .campaign {
	width: 100%;
	margin: 10px;
	background: #b6dee3;
	padding: 20px 40px;
	font-size: 20px;
	color: #09989a;
	display: none;
}
.nl-archive .display_archive .campaign > a {
	display: block;
	color: #4a4a49;
	font-family: 'Bitter', serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-decoration: none;
}
@media (min-width: 768px) {
	.nl-archive .display_archive .campaign {
		width: 45%;
	}
	.nl-archive .tab-content {
		margin-left: 50px;
	}
}

/*Popup Member*/
body.with-popup {
	position: relative;
	overflow: hidden;
}
body.with-popup:before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: rgba(9, 152, 154, 0.9);
	z-index: 1000;
}
.popup-member {
	color: #265054;
	overflow-y: auto;
}
.popup-member.popup-active {
	display: block !important;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90vw;
	height: 90vh;
	z-index: 2000;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #fff;
}
.close-popup {
	position: absolute;
	right: 25px;
	top: 25px;
	display: block;
}
.close-popup > span {
	width: 40px;
	height: 40px;
	display: block;
	background-size: cover;
	background-image: url('../images/close.svg');
	background-repeat: no-repeat;
}
.popup-desc {
	padding-right: 0px;
}
.popup-desc img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}
.popup-img {
	width: 135%;
	left: -100px;
	position: relative;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 30px;
	max-width: 580px;
}
.popup-logo {
	height: 20%;
}
.popup-url {
	padding: 30px 0;
	height: 30%;
}
.popup-logo > img {
	max-height: 100px;
	max-width: 200px;
}
@media (min-width: 992px) {
	.popup-img {
	}
	.popup-desc {
		padding-right: 40px;
	}
}
@media (min-width: 1200px) {
	.popup-img {
		height: 50%;
	}
}
.bg-grey {
	background: #f7f7f7;
}
.bg-white {
	background: #ffffff;
}
.full-height {
	height: 100%;
}
.popup-member h4 {
	font-size: 35px;
	color: #265054;
	font-weight: 900;
}
.popup-member h3 {
	font-size: 35px;
	color: #265054;
	font-weight: 900;
}
.popup-member h3:after {
	content: '';
	display: block;
	width: 88px;
	height: 18px;
	background: #56b4b2;
	margin: 20px 0;
}
/*Work Page*/
.work-slider .work-list {
	background: #fff;
}
.work-list .nav-tabs .nav-link {
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0 !important;
	max-width: 100%;
	width: 100%;
	text-align: left;
	padding: 15px 15px 15px 75px;
	position: relative;
	font-size: 14px;
	color: #495057;
	opacity: 0.5;
	flex:0 0 auto;
}
.work-list .nav-tabs .nav-link .btn-desc {
	display: none;
}

.work-number {
	position: absolute;
	left: 20px;
	top: -21px;
	color: #b6dee3;
	font-family: 'Bitter', serif;
	font-size: 80px;
	font-weight: 900;
}
.work-list .nav-tabs .nav-item.show .nav-link,
.work-list .nav-tabs .nav-link.active {
	background-color: #def0f2;
	opacity: 1;
}
.work-list h3 {
	text-transform: uppercase;
	font-weight: 900;
}
.work-list .nav-tabs .nav-link h3 {
	color: #09989a;
}

.work-slider .tab-content {
	padding: 10px;
	background: #def0f2;
}
.work-slider .accordion-item {
	background-color: #fff;
	border: 1px solid #56b4b2;
	border-radius: 10px !important;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.work-slider .accordion-button {
	padding: 15px 15px 15px 50px;
	background: none;
	color: #56b4b2;
	position: relative;
	display: block;
}
.work-slider .accordion-button > *{
	display:block;
	
	float:left;
}
@media (min-width: 992px) {
}
.work-slider .accordion-button.colapsed::after {
	color: #999;
}
.work-slider .accordion-button::after {
	left: 18px;
	position: absolute;
	color: #d89f28;
}
.accordion-button-text {
	flex: 1 1 auto;
}
.accordion-button > img {
	max-width: 225px;
}
.work-slider .accordion-body {
	padding: 0;
}

.work-slider .accordion-body .works-area {
	padding: 55px;
}
.work-slider .accordion-body .slider-area .slider-custom {
	background-color: #def0f2;
}

.work-slider .accordion-body .slider-area .slider-custom.white-bg {
	background-color: #fff;
}
.accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.publication-slide .slider-home .slick-track {
	width: 100% !important;
}
.publication-slide .slider-home .slick-list .slide-item {
	/*min-width: 440px;-*/
	min-width:420px;
}
@media (min-width: 768px) {
	.work-list .nav-tabs .nav-link {
		max-width: 500px;
	}
	.work-number {
		top: 15px;
	}
	.work-slider .accordion-button {
		display: flex;
		padding: 15px 55px;
	}
	.accordion-button > img {
		min-width: 300px;
		max-width: 100%;
	}
	.work-slider .tab-content {
		padding: 40px 70px;
	}
}
@media (min-width: 992px) {
	.work-list .nav-tabs .nav-link {
		padding: 40px 40px 40px 100px;
	}
	.work-list .nav-tabs .nav-link .btn-desc {
		display: block;
	}
}

/*Map*/
.europe g:hover path:not(.cls-14),
.europe g:hover circle:not(.cls-14) {
	fill: #9b9b9b !important;
	cursor: pointer;
}
.europe g:hover path.cls-14,
.europe g:hover circle.cls-14 {
	fill: #4e4e4e !important;
	cursor: pointer;
}
.europe g {
	position: relative;
}
.europe g path,
.europe g circle {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.map-box {
	position: relative;
}
.section-all.section-active {
	display: block !important;
	position: absolute;
	top: 40%;
	left: 0;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	max-width: 350px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	
}
.section-iso-FI.section-all.section-active{
	top:35%;
	left:30%;
}
.section-iso-NO.section-all.section-active{
	top:30%;
	left:10%;
}
.section-iso-GB.section-all.section-active{
	top:40%;
	left:-10%;
}
.section-iso-FR.section-all.section-active{
	top:60%;
	left:-10%;
}
.section-iso-IT.section-all.section-active{
	top:75%;
	left:0%;
}
.section-all .close-popup {
	z-index: 2;
}
.section-iso-DE.section-all.section-active{
	top:30%;
	left:0%;
}
.section-iso-AT.section-all.section-active{
	top:70%;
	left:2%;
}
.section-iso-DK.section-all.section-active{
	top:40%;
	left:2%;
}
.section-iso-CY.section-all.section-active{
	top:75%;
	left:45%;
}
.section-iso-PL.section-all.section-active{
	top:40%;
	left:10%;
}
.section-all .close-popup > span {
	width: 20px;
	height: 20px;
	display: block;
	background-size: cover;
	background-image: url('../images/close.svg');
	background-repeat: no-repeat;
}
.home-four-vision {
	color: #09989a;
	font-family: 'Bitter', serif;
	font-size: 38px;
	margin: 30px 0;
}
.home-four-vision > span {
	font-weight: 900;
}
.text-link {
	margin: 20px;
	text-decoration: none;
	color: #09989a;
	font-weight: 900;
}
.iso-member-item .member-list-item img {
	min-height: 30px;
}
.iso-member-item .action-link {
}
/*Calendar*/
.calendar-app .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday {
	color: #09989a;
	font-family: 'Bitter', serif;
	font-size: 18px;
	font-weight: 900;
}
.calendar-app .v-calendar .v-event {
	overflow: unset;
	white-space: unset;
	color: #d89f28;
	line-height: 14px;
	padding: 5px;
	text-align: center;
	height: auto !important;
}
.calendar-app .v-calendar-weekly__day-label .v-btn {
	font-size: 14px;
}

.border-top {
	border-top: 1px solid #ddd;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.events-bg {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
	background-position-x: -70px;
	background-position-y: 50%;
	background-repeat: no-repeat;
	background-size: 500px;
}
.events-pre {
	position: relative;
}
.circle-arrow {
	background-size: contain;
}
.circle-arrow-left {
	background-image: url(../images/circle-arrow-left.svg);
}
.circle-arrow-right {
	background-image: url(../images/circle-arrow-right.svg);
}

@media (min-width: 1200px) {
	.events-bg {
		background-image: url(../images/calendar-bg.png);
	}
	.events-pre:before {
		background: #f6f6f6;
		content: '';
		display: block;
		width: 400px;
		height: 100%;
		position: absolute;
		z-index: 0;
		top: 0;
	}
}
.news-block {
	display: none;
}
#mc_embed_signup.newsletter-form div.mce_inline_error {
	background-color: transparent;
	color: red;
	font-size: 12px;
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
	margin: 0;
}
.home-newsletter.top-newsletter {
	position: fixed;
	bottom: 10px;
	width: 80%;
	background: #fff;
	left: 50%;
	padding: 20px 50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);

	border: 1px solid #09989a;
	background-color: #f7f7f7;
	z-index: 10;
}

.close-box > span {
	width: 20px;
	height: 20px;
	display: block;
	background-size: cover;
	background-image: url('../images/close.svg');
	background-repeat: no-repeat;
}
.home-newsletter.top-newsletter .close-box {
	position: absolute;
	right: 10px;
	top: 10px;

	display: block !important;
}
.home-newsletter.top-newsletter .close-box span {
	width: 20px;
	height: 20px;
}
.home-newsletter .y-btn.y-btn-white {
	background-image: url(../images/button_green_circle.svg);
	color: #09989a;
}
.home-newsletter .y-btn.y-btn-white:hover {
	color: #09989a;
}

.calendar-month {
	display: flex;
	margin: 0 30px;
	width: 100%;
	text-align: center;
}
.calendar-month .v-toolbar__title {
	color: #09989a;
	font-family: 'Bitter', serif;
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	width: 100%;
}
.y-btn-calendar {
	font-size: 16px;
	font-weight: 700;
	color: #09989a;
	padding: 10px 25px;
	text-transform: uppercase;
	background: #f1f8fe;
	border: 0;
	border-radius: 10px;
}
@media (min-width: 992px) {
	.home-newsletter .y-btn.y-btn-white {
		background-image: url('../images/news-arrow.svg');
	}
}

/* Video Home */
.slide-video-home {
	height: 100%;
}
.slide-video-home video {
	object-fit: cover;

	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.v-calendar .v-event,
.v-calendar .v-event-more {
	cursor: default;
}
.v-ripple__animation {
	background: none;
}
.filter-reset {
	font-size: 16px;
	font-weight: 700;
	color: #09989a;
	padding: 10px 25px;
	text-transform: uppercase;
	background: #f1f8fe;
	border: 0;
	border-radius: 10px;
	margin-left: 10px;
	cursor: pointer;
}
/*23092022*/ 
.slider-office.slick-vertical .slick-slide{ display:flex; }
/*Search - 08112022*/
.ysite .searchwp-modal-form-default .searchwp-modal-form__close{
	position:absolute;
	top:20px;
	right:20px;
	color: #fff;
    font-size: 38px;
}
.ysite .searchwp-modal-form-default .searchwp-modal-form__overlay{
	background: #9bcfc7;
}
.ysite .searchwp-modal-form-default .searchwp-modal-form__content{
	background: #9bcfc7;
	max-width:900px;
	margin:auto;
}
.ysite .searchwp-modal-form__content form.searchform input[type="text"]{
	    border: 0;
    background: 0 0;
    font-family: inherit;
    font-size: 4vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0.1em;
    border-bottom: 4px solid #fff;
    outline: 0;
    color: #fff;
}
.ysite .searchwp-modal-form__content form.searchform input[type="submit"]{
	display:none;
}
.ysite .searchwp-modal-form__content .help{
	   
    font-size: 90%;
    font-weight: 700;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #fff;
}
.ysite .searchwp-modal-form__content ::-webkit-input-placeholder { /* Edge */
  opacity:.3;
}

.ysite .searchwp-modal-form__content :-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity:.3;
}

.ysite .searchwp-modal-form__content ::placeholder {
  opacity:.3;
}
@media (min-width: 1200px){
	.ysite .top-search-icon > a{
		position:relative;
		padding-left:30px;
	}
.ysite .top-search-icon > a:after{
	display: block;
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    background-image: url('../images/search.svg');
    top: 29px;
}
}
/*Submenu*/

.menu-item .sub-menu{
	display:block;
	padding:0;
	background:#fff;
	list-style:none;

}
.menu-item:hover .sub-menu{
	display:block;
}
.topmenu .sub-menu li a{
	padding:10px;
}
.topmenu .sub-menu li a:before{
	display:none;
}
@media screen and (min-width:780px){
	.menu-item .sub-menu{
	position:absolute;
	}
	.menu-item .sub-menu{
	display:none;

}
}

.tenyears{
	background-color:#20A1A3;
	background-image: url('../images/ten-years.svg');
	background-repeat:no-repeat;
	background-position:left center;
	background-size:cover;
	padding:30px 0;
}
.big-title{
	color:#fff;
	font-family: 'Bitter', serif;
	font-size: 100px;
	font-weight: 900;
	line-height: 1em;
    text-transform: uppercase;
}
.big-title > span{
	display:block;
	font-size:70px;
}