/* link resurse */

.resurse-out-banner {
	display: flex;
	margin: 0 -5px;
	margin-bottom: 20px;
}
.resurse-out-banner a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 5px;
	border-radius: 20px;
	background: #395562;
	text-align: center;
	line-height: 75px;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 0 0 3px rgba(0,0,0,1);
	transition: 0.5s ease;
}
.resurse-out-banner a span {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.5s ease;
}
.resurse-out-banner a:hover {
	background: #49add7;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.resurse-out-banner:hover a span {
	text-shadow: 2px 3px 5px rgba(0,0,0,0.8);
}

/*languages*/
.gtranslate-position {
	text-align: right;
	position: relative;
	right: 0;
}

#sp-search {
	margin-top: 20px;
}
#sp-search .search1 {
	text-align: right;
}
/*.search1 input {
	border-radius: 0;
}*/

/*aside*/
#sp-left,
#sp-right {
max-width: 160px;
}
#main-body {
display: flex;
justify-content: space-between;
}

#main-menu ul li {
list-style-type: none;
}

/* Infografice */
.infografice-wrap * {
			margin: 0;
			padding: 0;
		}
		.infografice-wrap,
		.infografice-img-wrap {
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			align-content: flex-start;
			padding: 0 5px;
		}
		.infografice-wrap > div,
		.infografice-img-wrap > figure {
			margin: 5px;
		}
		.infografice-year-wrap > p,
		.infografice-img-wrap > p,
		.infografice-img-wrap figcaption {
			text-align: center;
		}
		.infografice-img-wrap img {
			display: block;
			margin: 0 auto;
		}
		.infografice-year-wrap {
			padding: 5px;
			border-radius: 10px;
		}
		.infografice-year-wrap > p {
			font-weight: bolder;
			background: #eee;
			box-shadow: 0 0 2px #ccc;
			border: 1px solid #ccc;
		}
		.infografice-img-wrap > figure {
			max-width: 220px;
			padding: 5px;
		}
		.infografice-img-wrap > figure img {
			margin-bottom: 5px;
			box-shadow: 0 0 5px #333;
		}
		.infografice-img-wrap a {
			text-decoration: none;
			color: black;
		}
		.infografice-img-wrap figure:hover a {
			text-decoration: underline;
		}

/* Formarea profesională continuă */
.formarea-prof-cont-wrap * {
	margin: 0;
	padding: 0;
}
.formarea-prof-cont-wrap li {
	list-style-type: none;
	line-height: 1.5em;
}
.formarea-prof-cont {
	margin-bottom: 2em;
}
.formarea-prof-cont-ul1 {
	margin-left: 1em;
}
.formarea-prof-cont-wrap h4 {
	margin-bottom: 0.2em;
	text-transform: uppercase;
}
.formarea-prof-cont-wrap p {
	margin-top: 0.7em;
}

/* monografii */
.mono-wrap {
text-align: center;
}
.mono-wrap figure {
margin-top: 10px;
}

/* modificat */
.category-noutati h4 {
  font-size: 17px;
}
.category-noutati a {
text-decoration: underline;
}
.category-noutati ul {
margin-left: 30px;
margin-bottom: 10px;
}