@charset "utf-8";
@import url('bootstrap-reboot.min.css');
/*@import url('bootstrap-grid.min.css');*/
@import url('bootstrap.min.css');
/*@import url('fonts.css');*/

:root {
	--Ubuntu: Ubuntu, sans-serif;
	--brown: #d4995c;
	--dark-green: #144537;
	--light-green: #89c651;
}

body {
	margin: 0;
	margin-right: auto !important;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	height: 100%;
	padding: 20px;
	font-family: var(--Ubuntu);
	font-size: 15px;
	color: #000;
	-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	line-height: 20px;
}
html {
	scroll-behavior: smooth;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	body {
		padding: 0;
	}
}

/* <mini reset */
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

a,
a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline: expression(hideFocus='true');
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
	margin: 0;
	padding: 0;
}
/* mini reset> */

* {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	/*max-width: 1690px;*/
	max-width: 1920px;
	padding: 0;
}

.visible {
	overflow: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
}
.hidden {
	overflow: hidden;
	height: 0;
}

/* <header */
header {
	position: fixed;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 140px;
}
header h1 {
	margin: 60px 0 0 60px;
	width: 250px;
	height: 94px;
}
header h1 a {
	display: block;
	background: url("../images/institutul-de-arboricultura-logo-2.png") 0 0 no-repeat;
	background-size: 250px 94px;
	width: 250px;
	height: 94px;
	text-indent: -9999px;
}
header.shrink {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 101;
	margin-right: auto;
	margin-left: auto;
	background: #fff url('../images/institutul-de-arboricultura-symbol-2.png') 50px 56% no-repeat;
	background-size: 228px 300px;
	height: 60px;
	-moz-box-shadow: 0px 4px 3px 0px rgba(120,120,120,0.1);
		-webkit-box-shadow: 0px 4px 3px 0px rgba(120,120,120,0.1);
			box-shadow: 0px 4px 3px 0px rgba(120,120,120,0.1);
}
header.shrink h1,
header.shrink h1 a {
	display: none;
	visibility: hidden;
}
/* <nav */
header * {
	-moz-transition: none;
		-webkit-transition: none;
			transition: none;
}
header nav {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	margin: 0;
	width: auto;
	height: 100px;
}
header.shrink nav {
	height: 60px;
}
header nav ul {
	margin: 130px 60px 0 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	height: 28px;
	padding: 0;
	list-style-type: none;
}
header.shrink nav ul {
	margin-top: 0;
	margin-right: 30px;
}
header nav ul li {
	position: relative;
	z-index: 998;
	padding: 0 15px;
	line-height: 28px;
}
header nav ul li:last-child {
	padding-right: 0;
}
header nav ul li a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header.shrink nav ul li a {
	color: #000;
}
header nav ul li a:hover {
	color: #fff;
}
header.shrink nav ul li a:hover {
	color: #000
}
header nav ul li a::after {
	margin-top: -2px;
	display: block;
	content: "";
	background-color: var(--light-green);
	width: calc(100% - 3px);
	height: 1px;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
}
header nav ul li a.selected::after {
	transform: scaleX(.7);
}
header nav ul li a:hover::after {
	transform: scaleX(1);
}


/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	header nav ul li {
		padding: 0 7px;
	}
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	header nav ul li {
		padding: 0 5px;
	}
	header nav ul li a {
		letter-spacing: 1px;
	}
	header nav ul#menu-1 {
		display: none;
	}
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	header h1 {
		margin: 20px 0 0 20px;
	}
}

/* <hamburger */
.hamburger {
	margin-right: 30px;
	z-index: 999;
	margin: 0;
	overflow: visible;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: transparent;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	text-transform: none;
	cursor: pointer;
}
.state-1 {
	margin-top: 130px;
	margin-right: 60px;
}
header.shrink .state-1 {
	margin-top: 10px;
	margin-right: 30px;
}
.state-2 {
	margin-top: 20px;
	margin-right: 20px;
}
header.shrink .state-2 {
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 0;
}

.hamburger-inner {
	top: 50%;
	margin-top: -5px;
	display: block;
}
.state-2 .hamburger-inner, .hamburger-inner::before,
.state-2 .hamburger-inner::after {
	background-color: var(--light-green);
}
.hamburger-inner, .hamburger-inner::before,
.hamburger-inner::after {
	position: absolute;
	background-color: var(--light-green);
	width: 30px;
	height: 2px;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.shrink .hamburger-inner, .hamburger-inner::before,
.shrink .hamburger-inner::after,
.shrink .hamburger-inner, .shrink .hamburger-inner::before,
.shrink .hamburger-inner::after {
	background-color: var(--light-green);
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.state-2 .hamburger-inner::before {
	left: 0;
	width: 30px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.state-2 .hamburger-inner::after {
	left: 0;
	width: 30px;
}

/* spin */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 992px) {
	.hamburger {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.state-1 {
		margin: 50px 30px 0 0;
	}
}
/* hamburger> */

/* <menu */
#menu-2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	overflow: auto;
	background: #fff;
	/*width: 100%;
	height: 100%;*/
	width: 100vw;
	height: 100vh;
}
#menu-2 div {
	margin: 0 auto;
	max-width: 90%;
	color: #000;
	text-align: left;
}
#menu-2 div .menu {
	margin: 0;
	padding: 90px 0 0 30px;
}
#menu-2 div .menu li {
	margin: 0;
	display: block;
	width: auto;
	padding: 12px 0;
	line-height: 40px;
}
#menu-2 div .menu li a {
	display: inline-block;
	/*transition-property: all .2s linear 0s;*/
	transition-property: linear;
	font-size: 40px;
	color: var(--light-green);
	font-weight: 500;
}
#menu-2 div .menu li a:hover,
#menu-2 div .menu li a:focus,
#menu-2 div .menu li a.selected {
	color: var(--dark-green);
}

#menu-2 div hr {
	margin: 20px 30px 0 30px;
	background: none;
	height: 1px;
	border: none;
	border-top: 2px solid var(--light-green);
	font-size: 0;
	line-height: 0;
	opacity: 0.5;
}

#menu-2 div .contact {
	margin: 0;
	list-style-type: none;
	padding: 20px 0 20px 20px;
	text-align: left;
}
#menu-2 div .contact li {
	display: inline;
	padding: 0;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
#menu-2 div .contact li::before {
	content: "|";
	padding: 0 10px;
	color: #000;
	font-weight: 400;
}
#menu-2 div .contact li:first-child::before {
	content: "";
	padding: 0;
}
#menu-2 div .contact li a {
	color: #000;
	font-weight: 400;
}
#menu-2 div .contact li a:hover,
#menu-2 div .contact li a:focus {
	color: var(--light-green);
}

#menu-2 div .links {
	margin: 0;
	list-style-type: none;
	padding: 0 0 20px 20px;
	text-align: left;
}
#menu-2 div .links li {
	display: inline;
	padding: 0 10px 0 0;
	color: #000;
	font-weight: 400;
}
#menu-2 div .links li a {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
#menu-2 div .links li a:hover,
#menu-2 div .links li a:focus {
	color: var(--light-green);
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.overlay div .menu {
		opacity: 0;
		visibility: hidden;
	}
	.overlay div .menu > li {
		width: 100%;
	}
}
@media (min-width: 992px) {
	#menu-2 {
		visibility: hidden;
	}
}
@media (min-width: 768px) {
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#menu-2 div .contact {
		padding-left: 30px;
	}
	#menu-2 div .links li {
		padding-left: 10px;
	}
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#menu-2 div .contact li {
		display: block;
		padding-left: 0;
		line-height: 30px;
	}
	#menu-2 div .contact li::before {
		padding-left: 0;;
	}
	#menu-2 div .contact li::before {
		content: "";
		padding-right: 0;
	}
}

/* 'xs' returns only a ruleset and no media query */
/* menu> */
/* nav> */
/* header> */

/* <banner */
.banner-1 {
	background: url('../images/institutul-de-arboricultura-bg-1.jpg') 50% 100% no-repeat;
	height: 700px;
	text-align: center;
}
.banner-2 {
	background: url('../images/institutul-de-arboricultura-bg-3.jpg') 50% 100% no-repeat;
	height: 300px;
}
.banner-1 h1 {
	margin-top: 250px;
}
.banner-1 h1 div {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.banner-1 h1 div {
	padding: 0 20px;
	font-size: 60px;
	color: #fff;
	font-weight: 500;
}
.banner-1 h1 .small {
	border-bottom: 1px solid #fff;
	margin: 0 10px;
	font-size: 20px;
}
.banner-1 p {
	margin-top: 10px;
	display: inline-block;
	max-width: 550px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 25px;
}
.banner-1 .contact {
	margin: 90px auto 0;
	padding: 20px 30px 0;
	text-align: center;
}
.banner-1 .contact ul {
	margin: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	padding: 0;
}
.banner-1 .contact ul li {
	font-size: 25px;
	font-weight: 500;
	line-height: 20px;
}
.banner-1 .contact ul li + li::before {
	content: "/";
	padding: 0 22px;
	font-size: 16px;
	color: var(--light-green);
}
.banner-1 .contact ul li a {
	color: var(--light-green);
}
.banner-1 .contact ul li a:hover {
	color: #fff;
}
.banner-1 .contact .address {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 10px;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.banner-1 h1 div {
		font-size: 40px;
	}
	.banner-1 h1 .small {
		font-size: 15px;
	}
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.banner-1 {
		height: auto;
		padding-bottom: 60px;
	}
	.banner-1 h1 div {
		font-size: 35px;
	}
	.banner-1 h1 div.level-1 {
		margin-top: 5px;
	}
	.banner-1 h1 .small {
		border-bottom: none;
		font-size: inherit;
	}
	.banner-1 .contact ul {
		margin-bottom: 0;
		flex-direction: column;
		justify-content: center;
	}
	.banner-1 .contact ul li {
		padding-bottom: 10px;
	}
	.banner-1 .contact ul li + li::before {
		display: none;
		content: "";
		padding: 0;
	}
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.banner-1 h1 {
		margin-top: 220px;
	}
	.banner-1 h1 div {
		font-size: 35px;
	}
	.banner-1 .contact {
		margin-top: 30px;
		background-image: none;
		width: auto;
		height: auto;
	}
	.banner-1 p {
		padding: 0 10px;
	}
	.banner-2 {
		height: 270px;
	}
}

/* custom */
@media (max-width: 489.98px) {
	.banner-1 h1 div {
		font-size: 25px;
	}
}
/* banner> */

/* <path */
#path ul {
	position: relative;
	z-index: 10;
	margin: 25px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none;
	height: 10px;
	padding: 0;
}
#path ul li {
	height: 10px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 10px;
	letter-spacing: 1px;
}
#path ul li::before {
	padding: 0 15px;
	content: "//";
	color: var(--light-green);
}
#path ul li:first-child::before {
	content: "";
	padding: 0;
}
#path ul li a {
	color: #000;
}
#path ul li a:hover {
	color: var(--light-green);
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#path ul {
		justify-content: flex-start;
	}
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#path {
		display: none;
	}
}
/* path> */

/* <section-1 */
#section-1 {
	background: url('../images/institutul-de-arboricultura-symbol-1.png') 50% 50% no-repeat;
	background-size: 300px 395px;
	padding: 120px 0 100px;
	text-align: center;
}
#section-1 blockquote {
	margin: 0 auto;
	max-width: 690px;
	padding: 0 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
#section-1 blockquote ul {
	margin: 15px 0 0 0;
	list-style-type: none;
	padding: 0;
}
#section-1 blockquote ul li {
	background: url("../images/bullet-1.svg") 0 11px no-repeat;
	background-size: 10px 10px;
	padding: 0 0 10px 20px;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	#section-1 {
		padding: 140px 0;
	}
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#section-1 {
		padding: 100px 0;
	}
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#section-1 {
		padding: 50px 0;
	}
	#path ul li::before {
		padding: 0 10px;
	}
}
/* section-1> */

/* <section-2 */
#section-2 {
	background-color: var(--dark-green);
	padding: 100px 0;
	text-align: center;
}
#section-2 h2 {
	margin-bottom: 50px;
	color: #fff;
}
#section-2 h2::after {
	margin: 30px auto;
	display: block;
	content: "";
	background-color: var(--light-green);
	width: 100px;
	height: 2px;
}
#section-2 ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	list-style-type: none;
	padding: 0;
}
#section-2 ul li {
	display: flex;
	flex-direction: column;
	padding: 0 20px 20px;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
}
#section-2 ul li span {
	font-size: 17px;
	color: var(--light-green);
	font-weight: 400;
}

/* custom dimension */
@media (max-width: 1499.98px) {
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	#section-2 ul li {
		flex-basis: 33.33333%;
		padding: 0 15px 30px;
	}
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#section-2 ul li {
		flex-basis: 50%;
	}
}
/* section-2> */

/* <section-3 */
#section-3 {
	padding: 40px 0 40px;
}
#section-3 .header h2 {
	padding: 0 20px 40px 0;
	font-size: 35px;
	color: var(--light-green);
	font-weight: 700;
	line-height: 35px;
}
#section-3 .header h2::after {
	margin: 30px 0;
	float: left;
	display: block;
	content: "";
	background-color: var(--light-green);
	width: 100px;
	height: 3px;
}
#section-3 .header h2 span {
	padding-top: 10px;
	display: block;
	font-size: 12px;
	color: var(--dark-green);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 16px;
}
#section-3 .content p {
	margin-bottom: 10px;
	padding: 0;
	line-height: 25px;
	text-align: left;
}
#section-3 .content p.link {
	margin-top: 40px;
	text-align: center;
}
#section-3 .content ul.ul-1 {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#section-3 .content.content-2 {
	margin-bottom: 70px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--light-green);
}
#section-3 .content .box-2 {
	padding-right: 20px;
}
#section-3 .content .box-2 strong {
	font-weight: 700;
}
#section-3 .content .box-2.notes {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	border: 2px solid var(--light-green);
	border-radius: 5px;
}
#section-3 .content .box-2 strong {
	font-weight: 500;
}
#section-3 .content h3 {
	margin: 20px 0;
	font-size: 30px;
	color: var(--light-green);
}
#section-3 .content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 25px;
	color: var(--dark-green);
	font-weight: 500;
}
#section-3 .content h4::after {
	content: "";
	margin-top: 10px;
	display: block;
	background-color: var(--light-green);
	width: 70px;
	height: 1px;
}
#section-3 .content h5 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}
#section-3 .content h6 {
	margin-bottom: 10px;
	font-size: 18px;
}
#section-3 .content h6 span {
	font-size: 17px;
	font-weight: 400;
}
#section-3 .content ul.ul-2 {
	margin: 0 0 30px 0;
	list-style-type: none;
	padding: 0;
}
#section-3 .content ul.ul-2 .ul-2 {
	margin-top: 15px;
}
#section-3 .content ul.ul-2 li {
	margin-bottom: 10px;
	background: url("../images/bullet-1.svg") 0 6px no-repeat;
	background-size: 10px 10px;
	padding-left: 20px;
}
#section-3 .content ul.ul-2 li.underline {
	text-decoration: line-through;
}
#section-3 .content ul.ul-2 ul.ul-2 li {
	background-image: url("../images/bullet-2.svg");
}
#section-3 .content ol.ol-2 {
	margin: 0 0 30px 20px;
	padding: 0;
}
#section-3 .content ol.ol-2 li {
	margin-bottom: 10px;
}

#section-3 .content p.link a {
	border-bottom: 1px solid var(--brown);
	color: var(--dark-green);
}
#section-3 .content p.link a:hover {
	border-bottom-color: var(--dark-green);
}
#section-3 .content p.link a.button {
	display: inline-block;
	background-color: var(--dark-green);
	width: auto;
	height: 50px;
	padding: 0 30px;
	box-shadow: none;
	border: none;
	border-radius: 25px;
	color: #fff;
	line-height: 50px;
}
#section-3 .content p.link a.button:hover {
	background-color: var(--light-green);
	color: var(--dark-green);
}

#section-3 .content p.link-2 a.button {
	margin-bottom: 30px;
	display: inline-block;
	background-color: var(--dark-green);
	width: auto;
	height: 50px;
	padding: 0 30px;
	box-shadow: none;
	border: none;
	border-radius: 25px;
	color: #fff;
	line-height: 50px;
}
#section-3 .content p.link-2 a.button:hover {
	background-color: var(--light-green);
	color: var(--dark-green);
}
#section-3 .content p.link-2 a.button.disabled {
	background-color: #aaa;
	color: #fff;
}

#section-3 .content img.logo {
	margin: 40px auto 60px;
	display: block;
	width: 226px;
	height: 120px;
}

#section-3 .contact h2 {
	margin: 50px 0 10px;
	font-size: 25px;
	color: #000;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
}
#section-3 .contact ul.address {
	margin: 0 0 10px 0;
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
#section-3 .contact ul.address li {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	line-height: 20px;
}
#section-3 .contact ul.address li a {
	color: #000;
}
#section-3 .contact ul.address li a:hover {
	color: var(--dark-green);
}
#section-3 .contact ul.address li::before {
	content: "·";
	padding: 0 10px;
}
#section-3 .contact ul.address li:first-child::before {
	content: "";
	padding: 0;
}

#section-3 form {
	margin: 80px 0 0 0;
	padding: 0;
}
#section-3 form label {
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 10px;
	letter-spacing: 6px;
}
#section-3 form input[type=text] {
	margin-bottom: 60px;
	background: none;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #7f7f7f;
	box-shadow: none;
	font-size: 15px;
	color: var(--dark-green);
	font-weight: 500;
	line-height: 30px;
}
#section-3 form input[type=text]:focus {
	outline: none;
	outline: expression(hideFocus='true');
	text-decoration: none;
	border-bottom: 1px solid var(--light-green);
}
#section-3 form textarea {
	margin-bottom: 40px;
	background: none;
	width: 100%;
	height: 130px;
	padding: 10px;
	border: none;
	border-top: 1px solid #7f7f7f;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	resize: none;
	box-shadow: none;
	font-size: 15px;
	color: var(--dark-green);
	font-weight: 500;
	line-height: 30px;
}
#section-3 form textarea:hover {
	border-top: 1px solid var(--light-green);
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#section-3 form textarea:focus {
	outline: none;
	outline: expression(hideFocus='true');
	text-decoration: none;
	border-top: 1px solid var(--light-green);
	border-right: 1px solid var(--light-green);
	border-bottom: 1px solid var(--light-green);
	border-left: 1px solid var(--light-green);
}
#section-3 form p {
	text-align: center;
}
#section-3 form p a {
	border-bottom: 1px solid var(--light-green);
	color: var(--dark-green);
}
#section-3 form p a:hover {
	color: #000;
}
#section-3 form input[type=submit] {
	margin: 40px auto 0;
	display: block;
	background: none;
	background-color: var(--light-green);
	width: auto;
	padding: 10px 30px;
	border: none;
	border-radius: 2px;
	box-shadow: none;
	font-size: 15px;
	font-weight: 500;
}
#section-3 form input[type=submit]:hover {
	margin: 40px auto 0;
	background-color: var(--dark-green);
	color: #fff;
}

#section-3 form .form-group {
	position: relative;
	z-index: 1;
}
#section-3 form p.text-danger {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	width: 75%;
	height: 10px;
}
#section-3 form p.text-danger ul {
	margin: 0;
	list-style-type: none;
	height: 10px;
	padding: 0;
}
#section-3 form p.text-danger ul li {
	height: 10px;
	line-height: 10px;
	text-align: right;
}
#section-3 form #success .alert {
	margin-bottom: 30px;
	background-color: #9ad5bf;
	height: 40px;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	padding: 0;
	border: none;
	color: #000;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	}
#section-3 form #success .alert button.close {
	margin-right: 10px;
	display: none;
	background: none;
	background-color: #000;
	width: 30px;
	height: 30px;
	border: none;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
			border-radius: 15px;
	line-height: 28px;
}
#section-3 form #success strong {
	font-weight: 400;
}

#section-3 .special {
	padding: 0 20px;
}
#section-3 .special h3 {
	margin: 20px 0 10px;
	color: var(--dark-green);
}
#section-3 .special h3::after {
	margin-top: 10px;
	display: block;
	content: "";
	background-color: var(--light-green);
	width: 100px;
	height: 1px;
}
#section-3 .special p {
	margin-bottom: 10px;
}
#section-3 .special ul {
	margin-top: 0;
	list-style-type: none;
}
#section-3 .special ul li {
	background: url("../images/bullet-1.svg") 0 13px no-repeat;
	background-size: 10px 10px;
	padding-left: 20px;
	line-height: 35px;
}
#section-3 .special a {
	border-bottom: 1px solid var(--light-green);
	color: var(--dark-green);
}
#section-3 .special a:hover {
	color: var(--light-green);
}

#section-3 .content .box {
	margin-bottom: 50px;
	display: block;
	color: var(--dark-green);
}
#section-3 .content .box h2 {
	margin-bottom: 20px;
}
#section-3 .content .box h2 span {
	margin-left: 2px;
	display: block;
	font-size: 18px;
	color: var(--light-green);
}
#section-3 .content .box:hover h2 {
	color: var(--light-green);
}
#section-3 .content .box img {
	margin-bottom: 20px;
	display: block;
	max-width: 100%;
	width: auto;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#section-3 {
		padding-top: 20px;
	}
	#section-3 .contact ul.address {
		flex-direction: column;
		text-align: center;
	}
	#section-3 .contact ul.address li {
		padding-bottom: 5px;
	}
	#section-3 .contact ul.address li::before,
	#section-3 .contact ul.address li:first-child::before,
	#section-3 .contact ul.address li::after {
		content: "";
		padding: 0;
	}
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#section-3 .header h2 span {
		letter-spacing: 2px;
	}
}
/* section-3> */

/* <section-4 */
#section-4 {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	background: url('../images/institutul-de-arboricultura-bg-4.jpg') 50% 80% no-repeat;
	background-size: cover;
	height: 500px;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
/* section-4> */

/* <footer */
#footer {
	margin-top: 20px;
	background: var(--dark-green) url('../images/institutul-de-arboricultura-bg-2.jpg') 50% 0 no-repeat;
	padding: 70px 0 40px;
	text-align: center;
}
#footer img {
	margin-bottom: 80px;
	display: inline-block;
	width: 250px;
	height: auto;
}
#footer ul.address {
	margin: 0 0 10px 0;
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
#footer ul.address li {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
}
#footer ul.address li a {
	color: #fff;
}
#footer ul.address li a:hover {
	color: var(--light-green);
}
#footer ul.address li::before {
	content: "·";
	padding: 0 10px;
}
#footer ul.address li:first-child::before {
	content: "";
	padding: 0;
}
#footer nav {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0;
	width: auto;
	height: auto;
	z-index: 990;
}
#footer nav ul {
	margin: 20px 0 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0;
	list-style-type: none;
}
#footer nav ul li {
	position: relative;
	z-index: 991;
	padding: 0;
	line-height: 20px;
}
#footer nav ul li::before {
	content: "·";
	width: 10px;
	padding: 0 12px 0 10px;
	font-size: 14px;
	color: var(--light-green);
	font-weight: 700;
}
#footer nav ul li:first-child::before {
	content: "";
	padding: 0;
}
#footer nav ul li a {
	position: relative;
	z-index: 99;
	display: inline-block;
	font-size: 11px;
	color: var(--light-green);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer nav ul li a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 98%;
	height: 1px;
	border-bottom: 1px solid var(--light-green);
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
#footer nav ul li a:hover,
#footer nav ul li a.selected {
	color: #fff;
}
#footer nav ul li a:hover::after {
	transform: scaleX(1);
}
#footer .copyright {
	margin-top: 70px;
	font-size: 10px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#footer .author {
	margin-top: 30px;
	font-size: 13px;
	color: var(--light-green);
}
#footer .author a {
	color: #fff;
}
#footer .author a:hover {
	color: var(--light-green);
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	#footer ul {
		flex-direction: column;
	}
	#footer ul.address li::before,
	#footer ul.address li:first-child::before,
	#footer ul.address li::after {
		content: "";
		padding: 0;
	}
	#footer ul.address li {
		padding-bottom: 10px;
	}
	#footer nav ul {
		flex-wrap: wrap;
	}
	#footer nav ul li {
		padding: 5px 10px;
	}
	#footer nav ul li::before {
		content: "";
		width: 0;
		padding: 0
	}
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#footer h2 {
		margin-top: 40px;
	}
	#footer .copyright {
		letter-spacing: 1px;
	}
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#footer {
		margin-top: 0;
	}
}
/* footer> */

/* <modal */
.modal-dialog {
	max-width: 900px;
}
.modal .modal-header {
	border-bottom: none;
}
.modal .modal-body {
	padding: 20px 20px 40px;
	text-align: center;
}

.modal .modal-body h2 {
	padding: 20px 0 0;
	font-size: 20px;
	color: var(--light-green);
	line-height: 20px;
	font-weight: 700;
}
.modal .modal-body .box {
	margin-bottom: 20px;
}
.modal .modal-body a {
	color: #000;
}
.modal .modal-body a:hover {
	color: var(--dark-green);
}
.modal .modal-body h6 {
	padding-top: 5px;
	padding-bottom: 30px;
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
}
.modal .modal-body ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.modal .modal-body ul li {
	padding: 2px 0;
}
.modal .modal-body ul li .date {
	display: block;
	padding-bottom: 10px;
	font-size: 30px;
	color: var(--light-green);
	font-weight: 600;
	line-height: 30px;
}
.modal .modal-body ul li .city {
	display: block;
	font-size: 20px;
	color: var(--dark-green);
	font-weight: 500;
	line-height: 40px;
}
.modal .modal-body img {
	display: inline-block;
	max-width: 100%;
	width: auto;
}
.modal .modal-body hr {
	background-color: var(--dark-green);
	height: 1px;
	border: none;
}
.modal .modal-body p a.button {
	display: inline-block;
	margin-bottom: 20px;
	background-color: var(--light-green);
	width: auto;
	height: 50px;
	padding: 0 30px;
	box-shadow: none;
	border: none;
	border-radius: 25px;
	color: #fff;
	line-height: 50px;
}
.modal .modal-body p a.button:hover {
	background-color: var(--dark-green);
	color: #fff;
}
.modal .modal-body p a.button.disabled {
	background-color: #aaa;
}
/* modal> */