html,body {
	margin: 0;
	padding: 0;
	font-family: futura-pt, sans-serif;
	overflow-x: hidden;
	background-color:#F7F7F7;
}

h1,h2,h3 {
	color:#015BA1;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-size:54px;
}

h2 {
	font-size:38px
}

h3 {
	font-size:28px;
}

p {
	font-size:20px;
	color:#00284E;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.container {
	max-width:1300px;
}

.bg-blue-special {
	width:100%;
	background-color:#015BA1;
	margin-top:150px;
	background-image:url('../images/banda-fundal.png');
	background-size:cover;
	background-repeat: no-repeat;
}

header {
	position: absolute;
	top:25px;
	z-index: 2;
	width:100%;
	left:0;
}

header > div {
	width:90%;
	margin:0 auto;
}

#nav-icon3 {
  width: 50px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  /*top:25px;*/
  left:0px;
  display: none;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  border:0px solid white;
  opacity: 1;
  left: 0;
  right:0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
  width:80%;
  left:auto;
}

#nav-icon3 span:nth-child(3) {  
left:auto;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
  width:60%;
  left:auto;
}

#nav-icon3.open span {
	background:#fff;
	box-shadow:none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

/* Customize the checkbox appearance */
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  margin-top:15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

/* Style the checkbox input */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-right:10px;
  background-color:#fff;
}

/* Style the checkmark icon */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Style the checked state */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  display: block;
}

.meniu > a {
	color:#fff;
	text-decoration: none;
	font-size:20px;
	display: inline-block;
	margin:0 20px;
}

.scroll-down {
	position:absolute;
	bottom:0;
	width:100%;
	text-align: center;
}

.beneficiu {
	border-radius: 20px;
	background-color:#fff;
	height:100%;
	width:100%;
	padding:20px;
	text-align: center;
}
.beneficiu > div {
	margin-bottom:30px;
	margin-top:25px;
	height: 100px;
	width:100%;
	text-align: center;
	display: block;
}
.beneficiu > div > img {
	max-height: 100%;
}

.efect {
	width:90%;
	margin:0 auto;
	height: 100%;
	box-shadow: 0px 3px 25px #00000042;
	border-radius:20px;
	overflow: hidden;
}

.efect-img {
	height:260px;
	overflow: hidden;
	border-radius:20px 20px 0 0;
}

.efect-img > img {
	object-fit: cover;
	object-position:center;
	height: 100%;
	width:100%;
}

.efect-text {
	background-color:#97D700;
	border-radius:20px;
	position: relative;
	margin-top:-40px;
	padding:30px;
	text-align: center;
	color:#fff;
}

.efect-text h3,.efect-text p {
	color:#fff;
}

.acizi {
	width:100%;
	background-color:#024177;
	background-image:url('../images/fundal-sectiune.png');
	background-position: left top;
	background-size:contain;
	min-height: 400px;
	background-repeat: no-repeat;
	padding:70px 0;
}

.buton-verde {
	background-color:#97D700;
	border-radius:13px;
	text-decoration: none;
	color:#fff;
	font-size:24px;
	font-family: futura-pt-bold, sans-serif;
	font-weight:700;
	text-align: center;
	display: inline-block;
	padding:7px 50px;
	transition: .3s all;
}

footer {
	background-color:#00294B;
	border-radius:40px 40px 0 0;
	padding:50px 0;
}

.social-icons > div > a {
	margin:5px 10px;
	display: inline-block;
}

.usefulinks > a, .usefulinks > a:hover, .usefulinks > a:visited {
	color:#fff;
	font-size:18px;
	display: inline-block;
	margin:5px 0;
	text-decoration: none;
	color:#fff;
}

.swiper-pagination-bullet-active {
	background:#97D700!important;
}
.swiper-pagination-bullet {
	width:20px;
	height:20px;
}

.mediaslide {
	width:100%;
	padding:5px 10px;
}

.mediaslide > img {
	border-radius:15px;
	height: 500px;
	object-fit:cover;
}

.mediaslide .buton-verde {
	margin-top:-15px;
	color:#fff;
}

.mediaslide .buton-verde > svg {
	position: relative;
	top:-2px;
	margin-left:5px;
}

@media only screen and (max-width:1570px) {

}	

@media only screen and (max-width:850px) {
	#nav-icon3 { display:block; }
	.meniu { display:none; position:absolute; padding:80px 0 20px 0; width:100%; left:0; top:0; background-color:#002443; }
	.meniu a { display:block; font-size:24px; text-align:center; margin:4px 0; }
	.logo { max-height:60px; position:relative; z-index:3; }
	p { font-size:18px; }
	h2 { font-size:28px }
	h3 { font-size:24px }
	.acizi { background-image:url('../images/poza-fundal-mobile-cropped.png'); background-color:#144878; }
}