html {
	scroll-behavior: smooth;
}

/*! Place your custom styles here */
@media (max-width: 767.98px) {
	.bar .menu-horizontal.menu-principal {
		padding-right: 0;
	}
	.bar .menu-horizontal {
		font-size: 15px;
	}
	.bar .menu-horizontal a, 
	.bar .menu-vertical a {
		color: #333 !important;
	}
	.menu-horizontal li {
		margin-bottom: 5px !important;
	}
	.menu-horizontal li:last-child {
		margin-bottom: 15px !important;
	}
	.menu-horizontal > li:last-child {
		margin-bottom: 5px !important;
	}
	.dropdown > .dropdown__trigger:after {
		content: none !important;
	}
	.dropdown > .dropdown__trigger + .subcategory-trigger {
		float: right;
		line-height: 1em;
		display: inline-block;
		width: 41px;
		padding: 6px 10px;
		transition: 0.1s linear;
		-webkit-transition: 0.1s linear;
	}
	.dropdown.dropdown--active > .dropdown__trigger + .subcategory-trigger {
		transform: rotate(-180deg);
		margin-top: 3px;
	}
	
	.menu-vertical > .dropdown > .dropdown__trigger {
		width: auto;
	}
	.menu-vertical li.dropdown:after {
		content: none !important;
	}
	.menu-vertical li {
		opacity: .75 !important;
	}
	
	.menu-vertical li:not(.dropdown) {
		padding-right: 47px;
	}

	.menu-vertical .menu-vertical {
		margin-bottom: 10px;
	}
	
	.menu-horizontal > .dropdown > .dropdown__container .container {
		padding: 0;
		margin: 0;
	}

	.menu-horizontal > .dropdown > .dropdown__container > .container .row {
		display: block;
		margin: 0;
	}

	.menu-horizontal > .dropdown > .dropdown__container > .container > .row > .dropdown__content, 
	.menu-vertical > .dropdown .dropdown__container .dropdown__content {
		padding-right: 0;
		padding-top: 5px;
		padding-bottom: 0;
	}
	
	.menu-vertical .menu-vertical li:not(:last-child) a {
		margin-top: 5px !important;
		margin-bottom: 13px !important;
	}
	
}

ol.breadcrumbs, 
ol.breadcrumbs li {
	margin-bottom: 0;
}

.breadcrumb-sectiune {
	padding: 0 15px;
	width: 100%;
	background-color: #eaeaea;
	overflow: hidden;
	white-space: nowrap;
}

.breadcrumb-sectiune.mutabil {
	position: relative;
}

.breadcrumb-content {
	background: transparent;
	border: 0;
	color: inherit;
	display: inline-block;
}

.breadcrumbs li a {
	color: black;
}

.notification .notification-close-cross {
	right: 10px;
	top: 5px;
}
.notification .notification-close-cross:before {
	font-size: 3em;
	color: #333;
}

@media (min-width: 768px) {
	.subcategory-trigger {
		display: none;
	}
}

@media (min-width: 992px) {
	.menu-horizontal > li {
		padding-bottom: 20px;
	}
	.menu-vertical li:not(:last-child) {
		margin-bottom: 0;
		padding-bottom: 0.30952381em;
	}
}
.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: .8;
}

@media (max-width: 767.98px) {
	.mnu-col-left {
		width: 40%;
		float: left;
	}
	.mnu-col-right {
		width: auto;
		float: right;
		margin-right: 30px;
	}
}

.menu-vertical li a {
	line-height: 1.3em;
	display: block;
}
.menu-vertical li:not(:last-child) a {
	margin-top: 0.285em;
	margin-bottom: 0.855em;
}

@media (min-width: 992px) {
	.menu-vertical li {
		white-space: normal;
	}
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5 {
    font-weight: 700;
	font-stretch: 80%;
	letter-spacing: -0.03em;
}

h2, .h2 {
    margin-bottom: 0px;
	line-height: 1em;
}

h3, .h3 {
    line-height: 1.2em;
}
@media (max-width: 767.98px) {
	h3, .h3 {
		font-size: 1.565em;
	}
}

h4, .h4 {
	margin-bottom: 0px;
}

.feature h4 {
	min-height: 3em;
}

.lista-carti .feature h4 {
	min-height: auto;
}

.lista-carti a.feature:hover {
	color: inherit;
}

.lista-carti a.feature img, 
.lista-carti a.feature .icon-uri-publicatie {
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.lista-carti a.feature:hover img, 
.lista-carti a.feature:hover .icon-uri-publicatie {
	opacity: .85;
}

.lista-carti .icon-uri-publicatie {
	position: absolute;
	bottom: 0.92857143em;
	right: 18px;
	margin-bottom: 22px;
}

.lista-carti .icon-uri-publicatie span {
	color: #045cc4;
	background-color: rgba(255, 255, 255, 0.9);
	width: 2em;
	height: 2em;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin-top: 12.72px;
	box-shadow: 2.19px 2.05px 1px rgba(35, 31, 32, 0.1);
}

.lista-carti .icon-uri-publicatie i {
	font-size: 1.3em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.lista-carti .icon-uri-publicatie span {
		width: 1.97em;
		height: 1.97em;
		margin-top: 11.45px;
	}

	.lista-carti .icon-uri-publicatie i {
		font-size: 1.48em;
	}
}

@media (max-width: 767.98px) {
	.lista-carti .icon-uri-publicatie span {
		width: 2.25em;
		height: 2.25em;
		margin-top: 13.9px;
	}

	.lista-carti .icon-uri-publicatie i {
		font-size: 1.69em;
	}
}

@media (max-width: 459.98px) {
	.lista-carti .icon-uri-publicatie span {
		width: 1.87em;
		height: 1.87em;
		margin-top: 10.9px;
	}

	.lista-carti .icon-uri-publicatie i {
		font-size: 1.41em;
	}
}

.lista-carti .icon-uri-publicatie span:first-child {
	margin-top: 0
}

.btn__text i {
	min-width: 44px;
	font-size: 1.4em;
	line-height: 2.4em;
}

h5, .h5 {
	line-height: 1.2em;
	padding: 0.3125em 0 0.703125em;
}

h5 {
	letter-spacing: 0;
	font-weight: 600;
	font-stretch: semi-condensed;
}

h5 + span, .h5 + span {
	line-height: 1.2em;
	display: inline-block;
}

h5.mb-0 {
	margin-bottom: 0 !important;
}


.container .article__body img {
	width: 100% !important;
	height: auto !important;
}

@media (max-width: 1199.98px) {
	section:first-child + section[class*='visible-'] + section, 
	section:first-child + div.breadcrumb-sectiune + section[class*='visible-'] + section {
		padding-top: 4em !important;
	}
}

select.standard {
	border-radius: revert;
	border: revert;
	background: revert;
	-webkit-appearance: menulist;
	-moz-appearance: revert; 
	appearance: revert;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1em;
	padding-left: 5px;
}

section, footer {
    padding-top: 4em;
    padding-bottom: 4em;
}

section.space--sm {
    padding-top: 7em;
    padding-bottom: 4em;
}

@media (max-width: 767.98px) {
	section.urmeaza-sectiune-cu-poza {
		padding-bottom: 1.77892em;
	}
	
	figcaption.legenda-img.w-50 {
		width: 100% !important;
	}
}

footer.space--sm {
    padding-top: 1em;
    padding-bottom: 4em;
}

.bg--primary {
    background: #1f6e95;
}

[data-scrim-top="5"]::before {
    opacity: 0.7;
}

.videobg video {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*z-index: 1 !important;*/
}

@media (max-width: 1024.98px) {
	.videobg video {
		display: block;
	}
}

@media (max-width: 1199.98px) {
	.main-container > section.videobg.header-home {
		height: auto;
	}

	.main-container > section.imagebg.header-home:before {
		background: none;
	}
	
	.main-container > section.imagebg:not(.header-home):first-child:before {
		background: -moz-linear-gradient(top, rgba(41, 34, 34, 0) 0%, #292222 100%);
		background: webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 34, 34, 0)), color-stop(100%, #292222));
		background: -webkit-linear-gradient(top, rgba(41, 34, 34, 0) 0%, #292222 100%);
		background: -o-linear-gradient(top, rgba(41, 34, 34, 0) 0%, #292222 100%);
		background: -ms-linear-gradient(top, rgba(41, 34, 34, 0) 0%, #292222 100%);
		background: linear-gradient(to bottom, rgba(41, 34, 34, 0) 0%, #292222 100%);
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 1;
		backface-visibility: hidden;
	}
}


/* select lng */
.select-lng .interface-down-arrow:before {
	content: '\e80a';
	margin-left: 4px;
}

.select-lng .interface-up-arrow:before {
	content: '\e80d';
	margin-left: 4px;
}

.select-lng .interface-down-arrow:before, 
.select-lng .interface-up-arrow:before {
	font-family: "stack-interface";
	display: inline-block;
	font-size: 8px;
	position: relative;
	bottom: 2px;
}

.select-lng {
	transform: none;
	-webkit-transform: none;
	position: relative;
}

.select-lng a {
	display: none;
	height: auto !important;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
    color: #fff;
    opacity: 0.8;
	font-size: 0.857142857142857em;
	line-height: 2.166666666666667em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
}

.select-lng a:hover {
    opacity: 1;
	color: #fff;
}

.select-lng a.activ {
	display: inline-block;
}

.select-lng a.show-lng {
	display: inline-block;
}

.select-lng a.fara-link, 
.select-lng a.fara-link:hover {
	text-decoration: line-through;
}

@media (min-width: 768px) {
	.select-lng a.inactiv.first, 
	.select-lng a.inactiv.second {
		position: absolute;
		top: 25px;
		left: 0;
	}
	
	.select-lng a.inactiv.second {
		top: 42px;
	}
}

@media (max-width: 1199.98px) {
	.select-lng a {
		color: #252525 !important;
	}
}

@media (max-width: 767.98px) {
	.bar + nav.bar {
		padding-top: 9px;
	}
	.bar__module {
		margin-bottom: 0;
	}
	.select-lng {
		position: relative;
		top: 0;
		right: 0;
		float: none;
		width: auto;
	}
	.select-lng a {
		display: inline-block !important;
		margin-right: 25px;
	}
	.select-lng a:last-child {
		margin-right: 12px;
	}
	.select-lng a.activ {
		color: #00a0ff !important;
	}
	.select-lng .show-lng {
		display: none !important;
	}

}
/* end select lng */


.lead-sub-titlu {
	margin-top: -2em;
}
@media (max-width: 1199.98px) {
	.lead-sub-titlu {
		margin-top: 0 !important;
	}
}


.container iframe {
	min-height: 0;
}

.iframe-nescalat {
    width: auto;
    min-height: unset;
	display: block;
}


article .article__body img, article .article__body iframe, article .article__body .video-cover {
    border-radius: 0px;
}

hr.short {
    border-color: #00a0ff;
}

figure a:not(:last-child) img {
	margin-bottom: 0.46428571em !important;
}

figure figcaption {
    line-height: initial;
	font-style: normal;
}

.main-container .article__body figure, 
.main-container .article__body figcaption { 
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

@media (max-width: 767.98px) {
	article.item-articol .articol-text {
		margin-top: 18px;
	}
}

.main-container section a:not([class]), 
a.mai-mult, 
.video-playlist a .link {
	border-bottom: 2px dotted #00a0ff;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: inherit;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

article.feature.feature-1 > a h4, 
.lista-carti a h4 {
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-container section a:not([class]):hover, 
article.item-articol:hover .read-more, 
a.mai-mult:hover, 
.video-playlist a:hover .link, 
article.feature.feature-1:hover > a h4, 
.lista-carti a:hover h4 {
	text-decoration: none;
	color: #00a0ff;
	border-bottom-color: transparent;
}

a.mai-mult {
	color: #252525;
	text-transform: uppercase;
	font-size: 0.85714286em;
	letter-spacing: .5px;
	text-wrap: nowrap;
}

article.item-articol:hover .read-more {
	display: block;
}

article.item-articol .data {
	font-weight: 400;
	color: #666666 !important;
}
article.item-articol:hover .data {
	color: #666666 !important;
}


.pagination ol a {
	border-bottom-color: transparent !important;
	display: block;
}

.pagination__prev {
	padding-right: 10px;
}
.pagination__next {
	padding-left: 10px;
}

.player-audio img {
	margin-bottom: 0;
}

.player-audio div.control-container div.amplitude-play-pause {
	width: 64px;
	height: 64px;
	float: none;
}


/* The sticky */
.player-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
}

article .article__body p, 
article .article__body ul,
article .article__body ol,
.cuprins-revista p, 
.continut-carte {
    font-size: 1.3em;
	color: #333;
}

.text-negru {
	color: #333;
}

article .article__body h2 {
	margin-bottom: 1.5rem;
}

article .article__body ul, 
article .article__body ol {
	margin-left: 1.3em;
}

article .article__body ul {
	list-style: disc;
}

article .article__body ol li {
	margin-bottom: 0;
}

figure figcaption {
    font-style: normal;
}

article.item-articol {
	margin-bottom: 60px;
	transform-style: preserve-3d;
}
article.item-articol p.lead {
	margin-bottom: 0;
}

article.item-articol .read-more {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.85714286em;
	text-transform: uppercase;
	margin-top: 1.1em;
	display: inline-block;
	color: #252525;
}

.coloana-jos-pe-mobile {
	margin-top: 1.85714286em;
}

.testimonial-1 .coloana-jos-pe-mobile {
    margin-top: 4em;
}

@media (max-width: 767.98px) {
	.testimonial-1 .coloana-jos-pe-mobile {
		margin-bottom: 4em;
		margin-top: 1.0714em;
	}
}

@media (max-width: 767.98px) {
	.coloane-2 .row > div[class*='col-']:first-child:not(:only-child) {
		margin-top: 1.85714286em;
	}
}

section.coloane-2 p:not([class]) {
	width: 66.67%;
}

.masonry-blog-list article {
    border-bottom: 0;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li.active {
    color: #00a0ff;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li:hover {
    color: #00a0ff;
}

a {
    color: #00a0ff;
}

a:hover {
    color: #00a0ff;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.bar--transparent:not(.bar--dark) .logo-light {
		display: none;
	}
}
@media (min-width: 992px) {
	.bar .logo {
	  max-height: 8.4em;
	}
	
	footer .logo {
	  max-height: 5.6em;
	}
}

@media (max-width: 991.98px) {
	.bar .logo {
	  max-height: 6.4em;
	}
	
	footer .logo {
	  max-height: 6.4em;
	}
}

footer .type--fine-print:not(p) {
  opacity: 1;
}

h1, .h1 {
  font-size: 3.4em;
  line-height: 1em;
}

@media (max-width: 767.98px) {
	h1, .h1 {
		font-size: 3em;
	}

	section.space--sm.cover.imagebg {
		padding-bottom: 2em;
	}
}

.supratitlu {
	width: 50%;
}

.text-center > h5.supratitlu {
	transform: translateX(50%);
}

.aliniere-jos {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
  
.lead {
  color: #333;
  font-size: 1.3em;
}

.videobg .background-image-holder {
	opacity: 1 !important;
}
.background-image-holder {
  background-position: 50% 50% !important;
}

.background-image-holder.bg-pos-top {
	background-position-y: 0 !important;
}

.background-image-holder.bg-pos-header {
	background-position: 50% 66% !important;
}
  
footer .background-image-holder {
  background-position: 50% 0% !important;
  background-size: 210% !important;
  background-repeat: no-repeat !important;
}

@media (min-width: 1024px) {
	footer .background-image-holder {
		background-size: 100% !important;
		background-position: 50% 0% !important;
	}
}

[data-scrim-bottom]::before {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1f2c3b  100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #1f2c3b ));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1f2c3b  100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1f2c3b 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1f2c3b 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #1f2c3b 100%);
  top: 0;
}

/*
Anulat la cererea parintelui Ambrozie pe 2.3.2023
[data-scrim-top]:before {
	background: -moz-linear-gradient(bottom, #2c3a5b 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #2c3a5b), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #2c3a5b 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, #2c3a5b 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(bottom, #2c3a5b 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, #2c3a5b 0%, rgba(0, 0, 0, 0) 100%);
}
*/

.subtitlu {
  max-width: 70%;
}

.project-thumb__title h4 {
  text-transform: uppercase;
  line-height: 1em;
}

.feature:not(.boxed) {
	margin-bottom: 30px;
}

.lista-carti .feature {
	margin-bottom: 50px;
}

@media all and (min-width: 992px) {
	.menu-vertical .dropdown__container .dropdown__content {
		transform: translateX(122%);
	}
	.menu-vertical .dropdown__container .dropdown__content.sub-audio {
		transform: translateX(61%);
	}
	.menu-vertical .menu-vertical .dropdown__container .dropdown__content.sub-audio {
		transform: translateX(35%);
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.menu-horizontal li:not(:last-child) {
		margin-right: 0.55em;
	}
}

@media (min-width: 992px) and (max-width: 1024.98px) {
	.menu-horizontal li {
		margin-left: 0 !important;
	}
}

.dropdown .dropdown__content {
	padding: 1.23809524em 0 1.23809524em 1.85714286em
}
.menu-vertical li a {
	padding-right: 1.85714286em;
}

.menu-vertical li.dropdown:after {
	right: 1.85714286em;
}


.separator-meniu-nivel-3 {
	margin-top: 19px;
	padding-top: 18px;
	border-top: 1px solid #ebebeb;
}

@media (max-width: 767.98px) {
	.separator-meniu-nivel-3 {
		margin: 19px 15px 0;
		padding-top: 12px;
	}
}

.nume-sec-nivel-3 {
	font-size: 150%;
	line-height: 1.3em;
	margin-bottom: 0.667em;
	text-transform: uppercase;
}

@media (max-width: 767.98px) {
	.nume-sec-nivel-3 {
		padding-top: 2px;
		padding-bottom: 0px;
		margin-bottom: -2px;
		font-size: 65%;
		line-height: 1.3em;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: .2em;
	}
}

@media (max-width: 767.98px) {
	.text-left-xs {
		text-align: left !important;
	}
}

.citat {
	display: block;
	font-weight: 700;
	font-stretch: 75%;
	font-size: 1.78571429em;
	font-variant-ligatures: common-ligatures;
	line-height: 1.2em;
	color: #252525;
	padding-left: 18px;
	margin-bottom: 1.04em;
	border-left: 3px dotted #00a0ff;
}

.legenda-img {
	padding-left: 18px;
	border-left: 1px solid #00a0ff;
}

figure.mb-1-rand:not(:has(+ .separator-zone-cu-poza-text-legenda + .dupa-separator)) {
	margin-bottom: 3.25rem;
}

/*
@media (max-width: 767.98px) {
	div[class^="col-"] > figure:only-child > .legenda-img {
		margin-bottom: 3.75em;
	}
}
*/

@media (max-width: 991.98px) {
	.pagination ol li {
		line-height: 1.7em;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.imagine-bottom {
		display: block;
	}
	.imagine-bottom > img {
		position: absolute;
		bottom: 0;
		max-height: 100%;
	}
}


[data-overlay].bg--primary::before {
  background: #1055a6;
}
footer.footer-6.bg--primary .footer__lower {
  background: transparent;
}

footer .social-list {
	margin: 0 0 0.625em 0 !important;
	display: block;
}

@media (max-width: 767.98px) {
	footer .social-list {
		margin: 0px 0 8px 0 !important;
	}
}

footer .social-list li {
	margin-right: .63em !important;
	font-size: 1.69em;
}

footer .social-list li:not(:hover) {
	opacity: .8 !important;
}

footer .social-list a {
	width: 1.045em;
	display: inline-block;
	text-align: center;
}

div[class*="galerie-foto-articol grid-"] {
	grid-gap: 10px;
	display: grid;
	position: relative;
	width: 100%;
}

.gf-publicatie {
	padding-top: 4em;
	padding-left: 0;
	padding-right: 0;
}

.gf-publicatie .photo-zoom {
	border: 1px solid #eee;
	filter: brightness(96%);
}

.gf-publicatie  figure {
	aspect-ratio: auto !important;
}

.galerie-foto-articol.grid-1col {
	grid-template-columns: 1fr;
	margin-bottom: 10px;
}

.galerie-foto-articol.grid-2col {
	grid-template-columns: 1fr 1fr;
	margin-bottom: 10px;
}

.galerie-foto-articol.grid-3col {
	grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199.98px) {
	.galerie-foto-articol.grid-3col {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 10px;
	}
}

.galerie-foto-articol.grid-4col {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.galerie-foto-articol > figure {
	margin: 0;
	padding: 0;
	display: block;
}

.galerie-foto-articol.grid-1col > figure, 
.galerie-foto-articol.grid-2col > figure {
	aspect-ratio: 2;
}
.galerie-foto-articol.grid-4col > figure {
	aspect-ratio: 1;
}

div[class*="galerie-foto-articol grid-"] .photo-zoom {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

div[class*="galerie-foto-articol grid-"] img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	margin-bottom: 0;
}

.galerie-foto-articol .photo-zoom:hover img {
	transform: scale(1.05);
}

.galerie-foto-articol .photo-zoom:hover .thumb_overlay {
	opacity: 1;
	background-color: transparent;
}

.galerie-foto-articol .photo-zoom:hover .thumb_overlay {
	pointer-events: none;
}

.galerie-foto-articol .thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
}
.galerie-foto-articol .thumb_overlay:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	margin-left: -12.5px;
	background: url(../resurse/thumb_icon.png) no-repeat center;
}

@media (max-width: 767.98px) {
	.galerie-foto-articol.grid-2col, 
	.galerie-foto-articol.grid-4col {
		grid-template-columns: 1fr 1fr;
	}	

	.galerie-foto-articol.grid-2col > figure, 
	.galerie-foto-articol.grid-4col > figure {
		aspect-ratio: 1;
	}

}

div.control-container div.meta-container span[amplitude-song-info="name"] {
	padding: 0 5px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	div.control-container div.meta-container {
		width: calc(100% - 60px) !important;
		left: 60px !important;
	}
	.player-audio div.control-container div.amplitude-play-pause {
		width: 50px;
		height: 50px;
	}
	div.control-container div.meta-container span[amplitude-song-info="name"] {
		font-size: 14px !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	div.control-container div.meta-container {
		width: calc(100% - 45px) !important;
		left: 45px !important;
	}
	.player-audio div.control-container div.amplitude-play-pause {
		width: 35px;
		height: 35px;
	}
	div.control-container div.meta-container span[amplitude-song-info="name"] {
		font-size: 12px !important;
		line-height: 15px !important;
	}
}

div[class*='col-'] .hover-element {
	margin-bottom: 30px !important;
}

.btn.btn--icon {
	padding-left: 50px;
	padding-right: 7px;
}

.btn.btn--icon.home {
	min-width: 200px;
}

.btn.btn--icon.home .fa-xs {
	font-size: .75em;
	line-height: 4.38em;
}

@media (max-width: 767.98px) {
	.btn.btn--icon {
		max-width: 260px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.btn-comanda-cd {
		min-width: 260px;
	}
}


/* clase pentru zona editabila din innova */
.poza-cu-text-si-legenda {
	margin-top: 4em;
	position: relative;
}

@media (max-width: 767.98px) {
	.poza-cu-text-si-legenda {
		margin-top: 1.77892em;
	}
}
@media (min-width: 576px) {
	.poza-cu-text-si-legenda {
		width: 510px;
	}
}
@media (min-width: 768px) {
	.poza-cu-text-si-legenda {
		width: 690px;
		margin-left: -180px;
	}
}
@media (min-width: 992px) {
	.poza-cu-text-si-legenda {
		width: 930px;
		margin-left: -240px;
	}	
}
@media (min-width: 1200px) {
	.poza-cu-text-si-legenda {
		width: 1110px;
		margin-left: -285px;
	}
}

.separator-zone-cu-poza-text-legenda {
	display: none;
}
/* END clase pentru zona editabila din innova */


/* navigare intre articole, la final de pagina */
.navigare-articole {
	border-top: 1px solid black;
	padding-top: 15px;
	margin: 20px 0 0;
	display: flex;
}

.navigare-articole a {
	width: 50%;
	float: left;
	padding-top: 10px;
	color: inherit;
	word-wrap: break-word;
	flex: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-bottom: 0 !important;
}

.navigare-articole a.urmatorul {
	border-left: 1px dashed #aaa;
}

.navigare-articole a[href='javascript:;'] {
	cursor: default;
}
.navigare-articole a[href='javascript:;']:hover * {
	display: none;
}
.navigare-articole a:not([href='javascript:;']):hover {
	text-decoration: none;
}

.navigare-articole a:hover h6 {
	color: #00a0ff;
}

.navigare-articole .nav-label {
	text-transform: uppercase;
	display: block;
	padding: 0 10%;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 2px;
	opacity: 0.5;
	color: #252525;
}

.navigare-articole h6 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 1em;
	padding: 0 10%;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em;
}
/* END navigare intre articole, la final de pagina */


/* clase pentru amplitudejs, player-ul audio */
@media (max-width: 767.98px) {
	div#blue-playlist-container {
		margin-top: 1.77892em;
	}
}
@media (min-width: 576px) {
	div#blue-playlist-container {
		width: 510px;
	}
}
@media (min-width: 768px) {
	div#blue-playlist-container {
		width: 690px;
		margin-left: -180px;
	}
}
@media (min-width: 992px) {
	div#blue-playlist-container {
		width: 930px;
		margin-left: -240px;
	}	
}
@media (min-width: 1200px) {
	div#blue-playlist-container {
		width: 1110px;
		margin-left: -285px;
	}
}

@media screen and (min-width: 768px) {
	div#amplitude-left {
		width: 40% !important;
	}
	div#amplitude-right {
		width: 60% !important;
	}
}
div#amplitude-player {
	width: 100%;
	max-width: 100% !important;
	margin: 0 auto 1rem !important;
}

div#progress-container input[type="range"] {
  border: 0;
  top: -5px!important;
  padding-left: -0;
  padding-right: -0;
}

div#progress-container progress#song-buffered-progress {
	top: 10px;
	height: 2px!important;
	margin-top: 2px;
	border-radius: 0;
}
div#progress-container progress#song-buffered-progress::-moz-progress-bar {
	height: 2px!important;
	margin-top: 0;
}
div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
	height: 2px!important;
	margin-top: 0px;
}

div#progress-container progress#song-played-progress {
  margin-top: 2px!important;
}

div#progress-container progress#song-played-progress::-moz-progress-bar {
  margin-top: 0px!important;
}

div#amplitude-left div#player-left-bottom {
  background-color: #f4faff!important;
}

div#amplitude-right {
  background-color: #f0f7ff!important;
  overflow-y: auto;
}

div#amplitude-right div.song {
  padding: 0 0 0 10px!important;
}

div#amplitude-right div.song div.song-meta-data {
  width: calc(100% - 87px)!important;
}

div#amplitude-right div.song div.song-meta-data span.song-title {
  font-weight: 400!important;
  font-size: 15px!important;
}

div#amplitude-right div.song span.song-duration {
  color: rgb(39, 39, 38);
  font-size: 15px !important;
  font-weight: 400 !important;
}

div#amplitude-right div.song img.download {
  width: 15px!important;
  margin-top: 14px!important;
  margin-bottom: 0;
}

div#amplitude-right div.song div.song-now-playing-icon-container img.now-playing {
  margin-top: 14px!important;
}

div#amplitude-right div.song div.play-button-container:hover {
  background: url(../library/js/amplitudejs/img/blue-player/circle-play.svg) no-repeat !important;
}

div#amplitude-right div.song div.play-button-container {
  background: url(../library/js/amplitudejs/img/blue-player/circle-play.svg) no-repeat !important;
  margin-top: 11px !important;
}

div#amplitude-right div.amplitude-active-song-container div.now-playing {
	width: 20px;
	height: 17px;
	background: url(../library/js/amplitudejs/img/blue-player/now-playing-off.gif?v=1.2) no-repeat;
	background-size: contain;
	margin-top: 12px !important;
}
div#amplitude-right div.amplitude-active-song-container:hover div.now-playing {
	background: url(../library/js/amplitudejs/img/blue-player/now-playing-on.gif?v=1.1) no-repeat;
	background-size: contain;
}
div#amplitude-right div.amplitude-active-song-container.amplitude-paused div.now-playing {
	background: url(../library/js/amplitudejs/img/blue-player/now-playing-pause-off.gif?v=1.2) no-repeat;
	background-size: contain;
}
div#amplitude-right div.amplitude-active-song-container.amplitude-paused:hover div.now-playing {
	background: url(../library/js/amplitudejs/img/blue-player/now-playing-pause-on.gif?v=1.1) no-repeat;
	background-size: contain;
}

div#amplitude-right .amplitude-song-container:hover {
	background-color: #00A0FF;
}
div#amplitude-right .amplitude-song-container:hover .song-title {
	color: #fff !important;
}
div#amplitude-right .amplitude-song-container:hover .song-duration {
	color: #fff;
}

div#meta-container div.song-artist-album, div#meta-container span.song-name, 
div#amplitude-right div.song div.song-meta-data span.song-title {
	display: block !important;
	text-overflow: unset !important;
	white-space: unset !important;
}

div#amplitude-right div.song div.song-meta-data span.song-title {
	margin: 9px 0 !important;
}

div#amplitude-left img#album-art {
	position: relative !important;
	top: unset !important;
}
div#amplitude-left div#player-left-bottom {
	margin-top: 0 !important;
}

div#amplitude-player div#meta-container {
	margin-left: 15px;
	margin-right: 15px;
}

div#meta-container {
	margin-top: 22px !important;
}

div#time-container span.current-time {
	text-align: left !important;
}
div#time-container span.duration {
	text-align: right !important;
}
div#time-container span.current-time, 
div#time-container span.duration {
		font-weight: 600 !important;
}
@media (min-width: 992px) {
	div#time-container span.current-time {
		padding-left: 10px;
	}
	div#time-container span.duration {
		padding-right: 10px;
	}
}
div#amplitude-player div#repeat-container div#repeat {
	margin-left: 12px !important;
}
div#control-container div#repeat-container div#shuffle {
	margin-right: 12px !important;
}
@media (max-width: 991.98px) {
	div#amplitude-player div#repeat-container div#repeat {
		margin-left: 2px !important;
	}
	div#control-container div#repeat-container div#shuffle {
		margin-right: 2px !important;
	}
}
div#amplitude-player div#repeat-container div#shuffle {
	display: block !important;
}
div#amplitude-right div.song div.song-meta-data {
	width: calc(100% - 96px)!important;
}
div#amplitude-right div.song span.song-duration {
	text-align: right !important;
	width: 64px !important;
	padding-right: 9px;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 42px !important;
}
@media (min-width: 640px) and (max-width: 767.98px) {
	div#progress-container {
		width: 64% !important;
	}
	div#time-container span.current-time, 
	div#time-container span.duration {
		width: 18% !important;
	}
}

div#amplitude-player #meta-container h3 {
	margin-bottom: 0;
}
/* END clase pentru amplitudejs, player-ul audio */


/* clase pentru lista cu inregistrari de sub player */
p.alte-inregistrari {
	column-count: 2;
}
p.alte-inregistrari > span {
	font-weight:bold;
	color:#00a0ff;
	display: inline-block;
}
.alte-inregistrari > a.item-audio {
	display: inline-block;
	color: #666666;
	text-decoration: none;
}
.alte-inregistrari > a > span {
	border-bottom: 2px dotted #00a0ff;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: inherit;
}
.alte-inregistrari > a:hover > span {
	text-decoration: none;
	color: #00a0ff;
	border-bottom-color: transparent;
}
/* END clase pentru lista cu inregistrari de sub player */


/* cautare cu google CSE */
.gsc-search-box table {
	margin-bottom: 0 !important;
}
.gsc-search-box .gsc-search-box > tr > td, 
.gsc-search-box .gsib_b {
	padding-top: 0;
	padding-bottom: 0;
}
.gsc-search-box .gsc-search-button {
	height: auto;
}

@media only screen and (pointer: coarse) {
	.gsc-search-box td.gsc-search-button {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.gsc-search-box button.gsc-search-button {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}
}

.gstl_50.gssb_c {
	z-index: 9999;
}

.gsc-search-button-v2 {
	border: none !important;
	padding-top: 6px !important;
	padding-bottom: 5px !important;
}

.gs-no-results-result .gs-snippet {
	border-color: #4D90FE !important;
	background-color: #fff	!important;
}
/* END cautare cu google CSE */


@media (max-width: 767.98px) {
	.cuprins-revista .row > div.col-md-6 {
		margin-top: 0 !important;
	}

	.cuprins-revista h3 {
		font-size: 1.78571429em;
	}

	.cuprins-revista p:last-child {
		margin-bottom: 1.85714286em;
	}
}
.cuprins-revista h4 {
	line-height: 1.1em;
	margin-bottom: 16px;
	font-size: 1.7em;
}

.cuprins-revista a {
	line-height: 1.5em;
	display: inline-block;
	margin-bottom: 1em;
}

@media (max-width: 767.98px) {
	.cuprins-revista .row > div:first-child p:last-child {
		margin-bottom: 0;
	}
}

a.cuprins {
	color: inherit;
	text-decoration: none;
}
a.cuprins:hover {
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: #00a0ff;
}

.autor_cuprins {
	font-variant: small-caps;
	font-weight: 600;
}


p.dupa-separator {
	margin-bottom: 0 !important;
}

.btn--primary:hover {
	background-color: #4a90e2;
}

.btn:hover {
	box-shadow: 0 0 0 0.2rem rgba(184, 218, 255, 0.83)
}


.atentionare-admin {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9999;
	margin: 0 auto;
	padding: 10px 20px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #aa0b0a;
}
.atentionare-admin span {
	text-decoration: underline; 
	cursor: pointer;
}
.atentionare-admin .tippy-content {
	color: #000;
	font-weight: normal;
}

.atentionare-admin > a {
	color: #fff;
	text-decoration: underline;
}

.link-admin-edit {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 9999;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	background-color: #1b1a52;
}
.link-admin-edit a {
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 2.5em;
	color: #fff;
}


/* carousel cu flickity */
.preload-slider {
	visibility: hidden;
}

.preload-slider.slider-home-evenimente {
	max-height: 272px;
}
.preload-slider.slider-home-video {
	max-height: 242px;
}
.preload-slider.slider-home-publicatii {
	max-height: 532px;
}
.preload-slider.slider-audio {
	max-height: 267px;
}

@media (max-width: 1199.99px) {
	.preload-slider.slider-home-evenimente {
		max-height: 242px;
	}
	.preload-slider.slider-home-video {
		max-height: 210px;
	}
	.preload-slider.slider-home-publicatii {
		max-height: 452px;
	}
	.preload-slider.slider-audio {
		max-height: 230px;
	}
}

@media (max-width: 1024.99px) {
	.preload-slider.slider-home-evenimente {
		max-height: 235px;
	}
	.preload-slider.slider-home-video {
		max-height: 207px;
	}
	.preload-slider.slider-home-publicatii {
		max-height: 448px;
	}
	.preload-slider.slider-audio {
		max-height: 227px;
	}
}

@media (max-width: 991.99px) {
	.preload-slider.slider-home-evenimente {
		max-height: 272px;
	}
	.preload-slider.slider-home-video {
		max-height: 244px;
	}
	.preload-slider.slider-home-publicatii {
		max-height: 446px;
	}
	.preload-slider.slider-audio {
		max-height: 269px;
	}
}

@media (max-width: 767.99px) {
	.preload-slider.slider-home-evenimente {
		max-height: 274px;
	}
	.preload-slider.slider-home-video {
		max-height: 246px;
	}
	.preload-slider.slider-home-publicatii {
		max-height: 553px;
	}
	.preload-slider.slider-audio {
		max-height: 393px;
	}
}

@media (min-width: 412px) and (max-width: 575.99px) {
	.preload-slider.slider-home-evenimente {
		max-height: 228px;
	}
	.preload-slider.slider-home-video {
		max-height: 200px;
	}
	.preload-slider.slider-home-publicatii {
		max-height: 429px;
	}
	.preload-slider.slider-audio {
		max-height: 310px;
	}
}

@media (min-width: 390px) and (max-width: 411.98px) {
	.preload-slider.slider-home-evenimente {
		max-height: 220px;
	}
	.preload-slider.slider-home-video {
		max-height: 191px;
	}
	.preload-slider.slider-home-publicatii {
		max-height: 408px;
	}
	.preload-slider.slider-audio {
		max-height: 295px;
	}
}

@media (max-width: 389.98px) {
	.preload-slider.slider-home-evenimente {
		max-height: 214px;
	}
	.preload-slider.slider-home-video {
		max-height: 186px;
	}
	.preload-slider.slider-home-publicatii {
		max-height: 393px;
	}
	.preload-slider.slider-audio {
		max-height: 285px;
	}
}


.flickity-viewport {
	margin: 0;
}
.carousel-cell {
	overflow: hidden;
	padding: 0 7.5px;
	width: 66%;
}
.carousel-cell .card__body {
	background-color: #f0f7ff;
}
.carousel-cell .card__body.item-text h5 {
	font-size: 1.1em;
	line-height: 1.208em;
	height: 2.5324em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
 	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
	width: 80%;
	margin: 0 auto;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
}
.carousel-cell h5.item-curent,
.carousel-cell a:hover h5 {
	color: #00a0ff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.carousel-cell .card__body.item-text h5 {
		height: 2.5em;
	}
}
@media (min-width: 992px) and (max-width: 1024.98px) {
	.carousel-cell .card__body {
		padding-bottom: 0.92857em !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.carousel-cell .card__body {
		padding-bottom: 0.85714em !important;
	}
}
@media (max-width: 576.98px) {
	.carousel-cell .card__body {
		padding-bottom: 0.85714em !important;
	}
}
@media (max-width: 767.98px) {
	.carousel-cell {
		margin-right: 15px;
		padding: 0;
	}
}
@media (min-width: 768px) {
	.carousel-cell {
		padding: 0 7px;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.carousel-cell {
		width: 30%;
	}
}
.carousel-cell .boxed {
	margin-bottom: 0;
	padding: 0.8571em 0.7857em 0.7857em;
}
.carousel-cell h5 {
	padding: 0;
}
.flickity-page-dots {
	line-height: 1em !important;
	bottom: -33px;
}

.flickity-page-dots .dot {
	background: #263859 !important;
}
section.bg-dark .flickity-page-dots .dot {
	background: #fff !important;
}
@media (max-width: 767.98px) {
	.flickity-page-dots .dot {
		width: 9px;
		height: 9px;
		margin: 0 2px;
	}
}

.flickity-prev-next-button {
	background: rgba(255, 255, 255, 0) !important
}
/* big previous & next buttons */
.flickity-prev-next-button {
	width: 50px !important;
	height: 50px !important;
}
/* icon color */
.flickity-prev-next-button svg {
	fill: #263859 !important;
	display: block;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
	display: none !important;
}
.flickity-prev-next-button:focus {
	box-shadow: none !important;
}
@media (max-width: 1199.98px) {
	.flickity-carousel .card .card__body {
		margin-bottom: 0;
	}
	.flickity-prev-next-button {
		display: none;
	}
}
.flickity-prev-next-button.previous {
	left: -25px !important;
}
.flickity-prev-next-button.next {
	right: -25px !important;
}

@media (min-width: 1070px) {
	.flickity-prev-next-button {
		background: rgba(255,255,255,0) !important;
	}
	/* position outside */
	.flickity-prev-next-button.previous {
		left: -50px !important;
	}
	.flickity-prev-next-button.next {
		right: -50px !important;
	}
}

/* slider in homepage */
.mb-slider-home {
	margin-bottom: 2.2142em;
}
@media (max-width: 1024.98px) {
	.mb-slider-home {
		margin-bottom: 2.4285em;
	}
}
.slider-home-evenimente .card__body {
	padding-left: 0;
	padding-right: 0;
}
.slider-home-evenimente .card__body h5 {
	margin: 0 !important;
	text-align: left;
}

.bg-cell-alb .card__body {
	background-color: #fff;
}

@media screen and (min-width: 992px) {
	.slider-home-publicatii .carousel-cell {
		width: 19%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.slider-home-publicatii .carousel-cell {
		width: 31%;
	}
}
@media screen and (min-width: 600px) and (max-width: 767.98px) {
	.slider-home-publicatii .carousel-cell {
		width: 28%;
	}
}
@media screen and (max-width: 599.98px) {
	.slider-home-publicatii .carousel-cell {
		width: 41%;
	}
}
/* end slider in homepage */
/* end carousel cu flickity */


@media (max-width: 767.98px) {
	a.feature {
		margin-bottom: 30px !important;
	}
}


.continut-carte {
	margin-bottom: 1.8571428em;
}

.continut-carte p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.img-publicatie {
		margin-top: 15px;
	}
}

@media (max-width: 575.98px) {
	.img-publicatie {
		margin-top: 16px;
	}
}


.btn .label {
	top: -1.4em;
}

.badge-cart-count {
	position: absolute;
	top: -12px;
	right: -8px;
	width: 18px;
	height: 18px;
	background: #00a0ff;
	border-radius: 99px;
	text-align: center;
	font-family: Montserrat;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold !important;
	color: #fff;
}
.badge-cart-count:empty {
	display: none;
}

#frm-comanda label {
	font-size: 0.8em;
	padding-top: 1em;
}

#frm-comanda {
	font-size: 1.3em;
	color: #333;	
}

#frm-comanda .item {
	padding: 10px 5px 5px;
	margin-bottom: 25px;
}
#frm-comanda .item > div {
	border-bottom: 1px solid #eaeaea;
}
@media (max-width: 767.98px) {
	#frm-comanda .item {
		margin-left: 10px;
	}
	#frm-comanda .item > div {
		margin-right: 20px;
	}

	.row form#frm-comanda > .row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (min-width: 768px) {
	#frm-comanda .item {
		margin-left: 10px;
		margin-right: 0;
	}

	#frm-comanda .item > div {
		margin-right: 20px;
	}
}

#frm-comanda input[type="text"] {
	font-size: 1em;
	font-weight: 600;
}
#frm-comanda input[type="submit"] {
	padding: 0;
}

.btn-sterge {
	font-size: .65em;
	font-weight: 400;
	display: inline-block;
	margin-top: 15px;
	color: #333;
}
.btn-sterge:hover {
	text-decoration: none;
}
.qty-minus, 
.qty-plus {
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	background: #f5f5f5;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	text-decoration: none;
	text-align: center;
}
.qty-minus:hover, 
.qty-plus:hover {
	text-decoration: none;
}
.qty-minus {
	margin-right: 10px;
}
.qty-plus {
	margin-left: 10px;
}

.cos-gol {
	font-size: 1.3em;
}

@media (max-width: 575.98px) {
	.hidden-xs-custom {
		display: none !important;
	}
}

footer a {
	font-size: .92em;
}

footer .footer__lower {
	line-height: 1em;
}

footer .footer__lower .row > div {
	padding-top: 0.45em;
	padding-bottom: 0.45em;
}

footer.footer-jos {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* awesome notification */
.awn-toast.awn-toast-success, .awn-toast.awn-toast-alert {
  background: #f6f6f6;
  color: #333;
}

.awn-toast.awn-toast-success .awn-toast-wrapper,
.awn-toast.awn-toast-alert .awn-toast-wrapper {
  border-color: #999;
}

.awn-toast {
  width: 360px;
}

@media (max-width: 408.98px) {
	.awn-toast {
		width: calc(100vw - 48px);
	}
}

.awn-toast-content a {
	font-weight: 700;
	text-decoration: none;
}
.awn-toast-content a:hover {
	text-decoration: underline;
}

.awn-toast.awn-toast-alert .awn-toast-progress-bar::after {
  background: #e9190f;
}

.awn-toast.awn-toast-alert .fa, .awn-toast.awn-toast-alert b {
  color: #e9190f;
}

.awn-toast.awn-toast-success .fa, .awn-toast.awn-toast-success b {
  color: #757f9f;
}
/* end awesome notification */

.align-center {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 767px) and (max-width: 991.98px) {
	.align-sm-center {
		margin-left: auto;
		margin-right: auto;
	}
}

.asterisc-intre-paragrafe {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 1.0439em;
	line-height: 1.36842105em;
	font-stretch: 75%;
	padding-top: .5em;
}
.asterisc-intre-paragrafe + br, 
.asterisc-intre-paragrafe br  {
	display: none;
}

.container-program-slujbe .v-spacer {
	font-size: 1.1rem;
	margin-bottom: -.8em;
}

@media (max-width: 767.98px) {
	.container-program-slujbe h5 {
		margin-bottom: 1.85714286em;
	}
}

/* Acordeonul cu programul slujbelor */
.accordion li.active:last-child, 
.accordion li:last-child .accordion__title {
	margin-bottom: 0;
}
.accordion .accordion__title {
	opacity: 1;
}
.accordion .accordion__title:before {
	content: '\e80a';
}
.accordion li.active .accordion__title:before {
	content: '\e80d';
}
.accordion.program-slujbe {
	min-height: 1px !important;
	color: #252525;
}
.accordion.program-slujbe *, 
.video-playlist .feature-1 * {
	font-size: 1.1rem !important;
}
.accordion.program-slujbe li .accordion__title {
	padding: 0;
	border-color: transparent;
}
.accordion.program-slujbe li.active .accordion__title {
	background: transparent;
	border-color: transparent;
	margin-bottom: 0;
}
.accordion.program-slujbe .accordion__title:before {
	margin-right: 12px;
	width: 8px;
	display: inline-block;
}
.accordion.program-slujbe li .accordion__title p {
	display: inline-block;
}
.accordion.program-slujbe li.active .accordion__title:before, 
.accordion.program-slujbe li.active .accordion__title span {
	color: #252525;
}
.accordion.program-slujbe li .accordion__title > p {
	padding-bottom: 0.3125em;
}
.accordion.program-slujbe li .accordion__content p {
	margin-bottom: 0;
	width: calc(100% - 8px);
}
.accordion.program-slujbe li span:first-child {
	display: inline-block;
	width: 99px;
	text-align: right;
	padding-right: 20px;
}
.accordion.program-slujbe li .accordion__title span:first-child {
	width: 74px;
}
.accordion.program-slujbe li .accordion__content span:first-child {
	vertical-align: top;
}
.accordion.program-slujbe li .accordion__content span:last-child {
	width: calc(100% - 99px);
	display: inline-block;
	padding-left: 2px;
}
.lng-en .accordion.program-slujbe li span:first-child {
	width: 124px;
}
.lng-en .accordion.program-slujbe li .accordion__title span:first-child {
	width: 99px;
}
.lng-en .accordion.program-slujbe li .accordion__content span:last-child {
	width: calc(100% - 124px);
}
/* end Acordeon */

.ml-4px {
	margin-left: 4px;
}

section.bg--secondary + footer.bg--primary {
	border-top: 0 !important;
}

.footer__lower .list--hover a {
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
}
.footer__lower .list--hover a:not(:hover) {
	opacity: .6;
}

.card__title .h5 {
	font-weight: 400;
	padding-bottom: 0;
	letter-spacing: -0.01em;
}


/* playlist-uri video din prima pagina */
.video-playlist .feature-1 {
	background-color: rgba(105, 25, 74, 0.8) !important;
}
@media (max-width: 767.98px) {
	.video-playlist .feature-1 {
		min-height: unset;
	}
	.video-playlist div[class^="col-"]:not(:last-child) .feature-1 {
		margin-bottom: 35px;
	}
}
.video-playlist h5 {
	text-transform: uppercase;
	line-height: 1.6883em;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	height: 1.917em;
}

@media (min-width: 768px) {
	.video-playlist h5 {
		height: 1.6974432em;
		overflow: hidden;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		 -webkit-box-orient: vertical;
		-moz-box-orient: vertical;
	}
	.video-playlist p {
		height: 3.395em;
		overflow: hidden;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		 -webkit-box-orient: vertical;
		-moz-box-orient: vertical;
	}
}
@media (min-width: 1025px) {
	.video-playlist h5 {
		height: 1.6883em;
	}
}

.video-playlist a .boxed {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	padding: 26px;
}
.video-playlist a:hover .boxed {
	background: rgba(105, 25, 74, 0.9) !important;
}

.video-playlist p {
	font-weight: 400;
	margin-bottom: 0.2597em;
}

.video-playlist .link {
	font-weight: 500 !important;
	margin-top: 0.2597em;
}

.label.pos-dd-top {
	top: -1.4em;
	left: calc(2em + 5px);
	right: auto;
	font-size: 9.9px;
	background: #4a90e2;
	min-width: 57px;
	padding: 0 7px;
	border-radius: 5px;
}
/* end playlist-uri video din prima pagina */

@media (max-width: 767.98px) {
	.chipuri-de-sfintenie div[class^="col-"]:first-child {
		margin-bottom: 3.75em;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.chipuri-de-sfintenie div[class^="col-"]:first-child {
		margin-bottom: 4em;
	}
	.chipuri-de-sfintenie div[class^="col-"]:last-child {
		align-self: flex-end;
	}
}

.fa-icon-via-transilvanica {
	color: #ef7d00;
}

.albastru {
	color: #00a0ff;
}

.bg--albastru {
	background-color: #31639c;
}
.bg--albastru h3,
.bg--albastru h5,
.bg--albastru span, 
.bg--albastru .accordion__title:before {
	color: #fff !important;
}
section.imagebg h5 {
	padding-top: 0;
}

h2.mb-normal {
	margin-bottom: 0.78787878787879em;
}

[data-overlay]::before {
  background: #060f19;
}

[data-scrim-top]::before {
  background: -moz-linear-gradient(bottom, #060f19 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #060f19), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #060f19 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #060f19 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, #060f19 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #060f19 0%, rgba(0, 0, 0, 0) 100%);
}

.randuri_departate {
	line-height: 1.6em;
}


[class*='bg-']:not(.bg--white):not(.bg--secondary) p,
[class*='imagebg']:not(.image--light) p {
  opacity: 1;
}

.imagebg:not(.image--light) .accordion li .accordion__title, .bg--primary .accordion li .accordion__title {
  border-color: rgba(255, 255, 255, 0);
}

.galben {
	color: #ffd530 !important;
}

@media (max-width: 767.98px) {
	.unmarg--bottom-xs {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 992px) {
	.bar--absolute {
		position: relative;
		z-index: unset;
		width: auto;
	}
	.bar--transparent:not(.bar--dark) .logo-dark {
		display: block;
	}
}
@media (min-width: 1200px) {
	.bar--absolute {
		position: absolute;
		z-index: 99;
		width: 100%;
	}
	.bar--transparent:not(.bar--dark) .logo-dark {
		display: none;
	}
	.bar--transparent:not(.bar--dark) .logo-light {
		display: inline-block;
	}
}


@media all and (min-width: 992px) {
	.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a, 
	.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
		color: #252525;
	}
}
@media all and (min-width: 1200px) {
	.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a, 
	.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
		color: #fff;
	}
}

@media (min-width: 992px) {
	.bar-2 .logo {
		position: relative;
		left: 50%;
		left: 50%;
		transform: translateX(-50%);
   }
}

@media (min-width: 1200px) {
	.bar-2 .logo {
		 position: absolute;
		 left: 50%;
		 transform: translateX(-50%);
	}
}

.back-to-top {
	mix-blend-mode: difference;
	background: none;
	border: 1px solid #fff;
}

.back-to-top i {
  color: #fff;
}




/* teste hover pe imaginile cu zoom */
a.photo-zoom {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

a.photo-zoom img {
	object-fit: cover;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

a.photo-zoom img[data-gallery] {
	margin-bottom: 0 !important;
}

a.photo-zoom:hover img {
	transform: scale(1.05);
}

a.photo-zoom:hover .thumb_overlay {
	opacity: 1;
	background-color: transparent;
}

a.photo-zoom:hover .thumb_overlay {
	pointer-events: none;
}

a.photo-zoom .thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
}
a.photo-zoom:hover .thumb_overlay:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	margin-left: -12.5px;
	background: url(../resurse/thumb_icon.png) no-repeat center;
}

figure > a + figcaption {
	margin-top: 0.541666em;
}
/* end teste hover pe imaginile cu zoom */

@media (max-width: 767.98px) {
	.mr-11-xs {
		margin-right: 11px;
	}
}

.bg--griLive {
	background-color: #f4f4f4;
}

.bg--albastruLive {
	background-color: #4a90e2;
}

.bg--mov {
	background-color: #783b71;
}

.bg--albastruProiect {
	background-color: #004990;
}

.bg--albastruLive *, 
.bg--mov *, 
.bg--albastruProiect * {
	color: #fff;
}

.transmisiuni-live iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

@media (min-width: 768px)  {
	.switchable .switchable__text {
		margin-top: 0;
	}
}

.bg-contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.bg-position-bottom {
	background-position: 50% 100% !important;
}

.bg-blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(11px);
}

@media (max-width: 767.98px) {
	.titlu-3_5-lasuta {
		width: 175px;
		margin-bottom: -1em !important;
	}
}

.transmisiuni-live * {
	color: #fff;
}

.home-proiect-desktop {
	margin-bottom: 20px;
}
.home-proiect-mobile {
	margin-bottom: 20px;
}
.home-proiect-mobile-1 {
	max-height: 60px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.home-proiect-mobile-2 {
	margin-bottom: 36px;
	max-height: 31px;
}
.home-proiect-mobile-3 {
	max-height: 80px;
}