/***************************
Add your custom styles below
****************************/

.nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .logo-dark {
    display: inline-block;
}

.nav-bar {
	box-shadow: none;
}

.nav--absolute .logo-sticky {
	display: none;
}

.nav-bar.nav--fixed:not(.bg--dark):not(.bg--primary):not(.bg--white) {
	background: rgba(255,255,255,0.95);
}

nav .fas {
	font-size: 72%;
}
@media (min-width: 992px) {
	nav .fas {
		margin-left: 3px;
	}
}
@media (max-width: 991px) {
	nav .fas {
		padding: 0 .2em !important;
		font-weight: 700 !important;
		font-size: 1.05em;
	}
}

a i.link-extern {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: url(../imagini/link-extern.png) 0 0 transparent no-repeat;
	margin-left: 3px;
}
@media (max-width: 991px) {
	a i.link-extern {
		background-image: url(../imagini/link-extern-m.png);
	}
}

@media (min-width: 992px) {
	/*
	.utility-bar {
		z-index: 9999;
	}
	*/
	.utility-bar .cos a {
		position: fixed;
		top: 14px;
		right: 27px;
		z-index: 998;
	}
	.utility-bar, .utility-bar a {
		color: #fff;
	}

	.nav-bar {
		top: 51px;
	}
	
	.nav--fixed .menu-logo {
		display: none;
		top: 6px;
	}
	
	.nav--fixed .menu-logo img {
		display: block;
		-moz-box-sizing: border-box;
  		box-sizing: border-box;
		width: 220px;
		height: 207px;
		background: url(../imagini/logo-2.png) 0 0 transparent no-repeat;
		padding-left: 220px;
	}
	
	.nav--fixed .logo-sticky {
		display: block;
		position: absolute;
		top: 0;
		left: 15px;
		height: 63px;
		line-height: 62px;
	}
	
	.nav--fixed .logo-sticky a {
		padding: 0 0 0 13px;
		font-size: 1px;
		line-height: 1px;
		height: 100%;
		display: inline-block;
	}
	
	.nav--fixed .logo-sticky img {
		max-height: 64px !important;
	}
	
	.url-clinica {
		position: relative;
		padding-left: 21px;
	}
	
	.url-clinica:before {
		content: '';
		width: 1px;
		height: 38px;
		display: block;
		background-color: #fff;
		position: absolute;
		bottom: 2px;
		left: 0;
	}
}

.nav-module:last-of-type {
    padding-right: 1em;
}

.utility-bar .cos {
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
}
.utility-bar a.nav-function span {
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin-left: 0.8125em;
    display: none;
}
.utility-bar .nav-module + .nav-module.right {
	margin-left: 1em;
}
.utility-bar .nav-module + .nav-module.right {
	padding-right: .9em;
}
@media (min-width: 992px) {
	.nav-bar {
		height: 63px;
		line-height: 63px;
		padding-left: 0;
	}
	
	.nav-module.logo-mobil, 
	.utility-bar-mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	nav {
		height: 65px;
		height: auto;
		min-height: 65px !important;
	}
	
	.nav-bar {
	    max-height: 85px;
	}
	
	.nav-mobile-toggle i {
		margin-top: 33px;
		font-size: 1.3em;
	}	
	
	.nav-module.logo-mobil a {
		padding: 0;
		font-size: 1px;
		line-height: 1px;
	}
	
	.logo-mobil img {
		max-height: 94px !important;
	}

	.utility-bar {
		display: none;
	}
	
	.menu {
		margin-bottom: 0
	}
	
	.menu > li > ul, 
	.menu > li > ul > li ul {
		opacity: 1;
		visibility: visible;
		/*display: block;*/
		background-color: transparent !important;
		padding: 0 1.625em;
	}
	
	.menu > li ul li a {
		color: #010101 !important;
		opacity: 1;
		padding-bottom: 0;
	}
	
	.mobile-line {
		border-bottom: 1px solid #010101;
		padding-bottom: 13px;
		margin-bottom: 13px;
	}

	.nav-bar .nav-module:not(.logo-module) {
		line-height: 62px;
	}
	
	.utility-bar-mobile {
		line-height: 2em;
		margin-top: 1em !important;
	}
}

@media (max-width: 991px) {
	nav .menu-module, nav .menu {
		width: 100%;
	}
	nav .menu ul {
		max-width: 100% !important;
	}
	nav .menu ul li {
		position: relative;
	}
	.menu > li > ul:not(.multi-column) > li.dropdown:hover > a {
		transform: none;
		-webkit-transform: none;
	}
	.menu > li ul li a:hover {
		transform: none;
		-webkit-transform: none;
	}
	nav .menu li {
		line-height: 35px;
	}
	.menu > li:hover > a {
		opacity: 1;
	}
	nav .menu ul.subcategory > li > a {
		/*white-space: nowrap;*/
		overflow: hidden;
		display: block;
	}	
	nav .menu ul.subcategory {
		display: none;
		padding-bottom: 0 !important;
	}
	nav .menu .subcategory-trigger {
		height: 35px;
		width: 35px;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		transition: all 0.5s ease;
		background-color: #f8f8f8;
	}
	nav .menu .subcategory {
		padding-right: 0;
		padding-top: 0;
	} 
	nav .menu  > ul > li .subcategory-trigger.active {
	    background-color: #f8f8f8;
	}
	nav .menu li li .subcategory-trigger {
	    height: 35px;
	}
	nav .menu li li .subcategory-trigger.active {
	    background-color: #f8f8f8;
	}
	nav .menu .subcategory-trigger:before {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    content: "+";
	    font-size: 27px;
	    font-weight: bold;
	    line-height: 100%;
	    color: #0068b8;
	    padding-bottom: 3px;
	}
	@-moz-document url-prefix() {
		nav .menu .subcategory-trigger:before {
			padding-bottom: 5px;
		}
	}	
	nav .menu li li .subcategory-trigger:before {
	    color: #000;
	}
	nav .menu li li .subcategory-trigger.active:before {
	    color: #000;
	}
	nav .menu .subcategory-trigger.active:before {
		content: "–";
		padding-top: 0;
		margin-top: -2px;
	}
	
	nav .menu li a.are-subcat:before {
		position: absolute;
		top: 0;
		right: 30px;
		content: "";
		width: 50px;
		height: 35px;
		background: -webkit-linear-gradient(right,rgba(248, 248, 248,1),rgba(248, 248, 248,0));
		background: -o-linear-gradient(right,rgba(248, 248, 248,1),rgba(248, 248, 248,0));
		background: -moz-linear-gradient(right,rgba(248, 248, 248,1),rgba(248, 248, 248,0));
		background: linear-gradient(to left,rgba(248, 248, 248,1),rgba(248, 248, 248,0));
	}
	nav .menu li li a.are-subcat:before {
		position: absolute;
		right: 30px;
		height: 19px;
		background: -webkit-linear-gradient(right,rgba(248, 248, 248,1),rgba(248, 248, 248,0));
		background: -o-linear-gradient(right,rgba(248, 248, 248,1),rgba(248, 248, 248,0));
		background: -moz-linear-gradient(right,rgba(248, 248, 248,1),rgba(248, 248, 248,0));
		background: linear-gradient(to left,rgba(248, 248, 248,1),rgba(248, 248, 248,0));
	}

}

.utility-bar {
	font-size: 12px;
    padding: 1.1625em 2.25em 0.9125em;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

@media (min-width: 992px) {
	/*
	nav > .utility-bar {
		z-index: 999;
	}
	*/
	.nav-bar.nav--fixed {
		/*z-index: 998;*/
		z-index: 98;
	}
}

.utility-bar .lng, 
.utility-bar-mobile .lng {
	text-transform: uppercase;
}

.utility-bar .lng span, 
.utility-bar-mobile .lng span {
	opacity: .5;
}

.utility-bar > .nav-module a {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
}

.utility-bar > .nav-module:hover > a {
	opacity: .6;
}


.menu > li {
	font-size: 12px;
}
.menu > li.menu-logo:hover a {
	opacity: 1 !important;
}

.menu > li a {
	color: #010101;
	font-weight: 700;
	padding: 0 1.15em;
	letter-spacing: 0.0625em;
}

@media (min-width: 992px) {
	.menu > li > a {
		padding: 0 1.2em !important;
	}
	.menu > li > a > span {
		position: relative;
		padding-left: 8px;
		vertical-align: middle;
		display: inline-block;
	}
	.menu > li > a > span:after {
		position: relative;
		content: '\203A';
		font-family: 'Lora','Helvetica','Arial',sans-serif;
		transform: rotate(90deg);
		display: block;
		font-size: 1.2em;
		margin-top: -3px;
	}
}

@media (min-width: 1200px) {
	.menu > li > a {
		padding: 0 1.4em !important;
	}
}

ul.utility-bar-mobile > li * {
	font-weight: 400;
	padding: 0 1.15em;
}

.menu > li ul {
	margin-top: 0;
	min-width: 23em;
	max-width: 35em;
	white-space: normal;
	/*background: rgba(255, 255, 255, 1) none repeat scroll 0 0;*/
	background: #ffe83e;
}
.menu > li ul a {
	text-transform: none !important;
}
.menu > li > ul a {
    opacity: 0.7;
}

.menu > li ul li a {
    color: #000;
	font-size: 13px;
}

.menu > li > ul:not(.multi-column) ul {
	left: calc(99.5%);
}

.nav-bar .logo {
	margin-right: 0;
}

.menu > li > ul:not(.multi-column) > li.dropdown > a:after {
	background: #000;
	top: 7px;
}

@media (max-width: 991px) {
	.menu > li > ul:not(.multi-column) > li.dropdown > a:after {
		display: none;
	}
}

.menu > li > ul a {
	padding: 0 1em .8em 1em;
}
.menu span.tip-gama {
	padding: 1em 0 .8em;
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	color: orange;
}

.menu span.tip-gama-noname {
	padding: 0;
	margin-top: -5px;
	display: block;
}

@media (max-width: 991px) {
	.menu > li:first-child > a {
		padding-left: .4em;
	}
	.menu > li a {
		padding: 0 1.15em 0 0.4em;
	}
	.menu .menu-logo {
		display: none;
	}
	
	.utility-bar + .nav-bar + .nav-mobile-toggle {
		top: 0 !important;
		right: 24px;
	}
}

@media (min-width: 992px) {
	.nav-bar .nav-module {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	
	.menu-logo {
		position: relative;
		top: -57px;
	}
	
	.menu > li > ul {
		padding-right: 0;
	}
	.menu > li > ul:not(.multi-column) > li.dropdown > a:after {
		right: 10px;
	}
}

nav a[href="javascript:;"] {
    cursor: default;
}

@media (max-width: 767px) {
	.nav-bar.nav--fixed:not(.no-animation) {
		animation: none;
	}
	
	.nav-bar.nav--fixed:not(.bg--dark):not(.bg--primary):not(.bg--white) {
		background-color: #f8f8f8;
	}
}

@media (min-width: 992px) {
	.menu > li:hover > ul {
		opacity: 0;
  		visibility: hidden;
	}
	.menu > li > a:hover {
		cursor: pointer;
	}
	.menu > li.active > a + span + ul {
		opacity: 1;
		visibility: visible;
		z-index: 10;
	}
	.menu > li.active .multi-column ul {
	    position: relative !important;
	    visibility: visible !important;
	    opacity: 1 !important;
	}
}











/* 
	mai sus trebuie umblat pentru header, de aici in jos e bine cum e 
 */

.body-home .imagebg .btn.btn--lg {
	background-color: #ffe83e;
}
.body-home .imagebg .btn.btn--lg span {
	color: #000 !important;
}

@media (min-height: 550px) and (min-width: 767px) {
	.body-home .height-100 {
		height: 100vh;
	}
}
@media (min-width: 992px) {
	.body-home .content-home-header {
		padding-top: 120px;
		padding-bottom: 60px;
	}
}


@media (min-width: 992px) and (max-height: 800px) {
	.body-home .section--overlap.cabinete {
		margin-top: -3.5em;
	}
}



section.top-header {
	padding: 0;
}

@media (min-width: 768px) {
	.top-header.sm-height-30 .imagebg,
	.slider.sm-height-30 .slides li {
	    min-height: auto;
	    height: 30vh;
	}
}

@media (max-width: 767px) {
	.top-header.sm-height-30 .imagebg,
	.slider.sm-height-30 .slides li {
	    min-height: auto;
	    height: auto;
	    padding: 0;
	}
	
	.top-header.sm-height-30 .background-image-holder,
	.slider.sm-height-30 .background-image-holder {
		background: none !important;
		position: relative;
	}
	.top-header.sm-height-30 .background-image-holder img,
	.slider.sm-height-30 .background-image-holder img {
		display: block;
		margin-bottom: 0;
	}
}

.top-header.height-40 {
	height: auto;
}

@media (min-width: 992px) {
	.top-header.height-40 .imagebg, 
	.slider.height-40 .slides li {
	    min-height: 350px;
	    height: 350px;
	}
}

@media (max-height: 600px) and (min-width: 768px) {
	.top-header .pos-vertical-center, 
	.slider .pos-vertical-center {
	    top: 160px !important;
	}
}

@media (max-width: 991px) {
	.top-header.height-40 [data-overlay="3"]:before, 
	.slider.height-40 .slides li[data-overlay="3"]:before {
    	opacity: 0;
    }
}

.container-typed {
	min-height: 66px;
}

@media (max-width: 991px) {
	.container-typed {
		min-height: 86px;
	}
}

@media (max-width: 380px) {
	.container-typed {
		min-height: 110px;
	}
}

footer.bg--dark {
    background: #2e2452 none repeat scroll 0 0;
}

.btn.btn--primary {
    border-color: #3d67b4;
}

.btn--primary, .btn--primary:visited {
    background: #3d67b4 none repeat scroll 0 0;
    border-color: #3d67b4;
}

.btn.btn--primary:hover {
    border-color: transparent !important;
    background-color: #084689 !important;
}

.btn--primary:hover {
    background: #084689 none repeat scroll 0 0;
}

.footer-4 .footer__lower {
	background-color: #ffe83e;
	margin-top: 0;
}
.footer-4 .footer__lower span {
	color: #000 !important;
}

footer {
	position: relative;
}
footer button {
	background-color: #0068b8;
}

footer.footer-jos {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

section.home-programare.jos {
	position: absolute;
	left: 0;
	right: 0;
}

.top-link {
	background-color: #0068b8;
}

@media (max-width: 767px) {
	.top-link {
		position: relative;
		right: auto;
		bottom: auto;
		background-color: #0068b8;
	}
	.top-link .interface-up-open-big {
		color: #f5f5f5 !important;
	}
}

@media (min-width: 768px) {
	.body-home .feature.boxed {
		height: 214.14px;
	}
}

@media (min-width: 1025px) {
	.body-home .feature.boxed {
		height: 245.3px;
	}
}

.feature.boxed .icon {
	color: #ffe521 !important;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.feature.boxed:hover .icon {
	color: #000 !important;
}
.feature.boxed:hover {
	background-color: #ffe83e;
}

@media (max-width: 767px) {
	.body-home .feature.boxed {
		background-color: #ffe83e;
	}
	.body-home .feature.boxed .icon {
		color: #000 !important;
	}
	.body-home .feature.boxed:last-child {
		margin-bottom: 3.25em;
	}
}


.bg-header-home {
    background: url(../imagini/home-bg-video.jpg) center center transparent no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
	section.cabinete {
		margin-top: -2.5em !important;	
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.card__body.terapie > div {
		height: 6.5em;
		max-height: 6.5em;
		display: block;
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	.card__body.terapie h5, 
	.card__body.terapie span {
		max-height: 1.625em;
		display: block;
		overflow: hidden;
	}
}


.legenda-imagine {
	width: 40%;
	right: 0;
}

.legenda-imagine > div {
	padding: 3px 15px;
	font-size: 1rem;
	color: #fff;
	line-height: 1em;
	width: 100%;
}

@media (max-width: 767px) {
	.legenda-imagine {
		width: 70%;
	}
}

.breadcrumb-sectiune {
	width: 100%;
}

.breadcrumb-sectiune.full-width {
	width: 100%;
}

.breadcrumb-sectiune > div {
	padding: 3px 15px;
	font-size: 1rem;
	color: #fff;
	line-height: 1em;
	width: 100%;
}

.breadcrumb-sectiune a, 
.breadcrumb-sectiune a:hover {
	color: #fff;
	font-style: italic;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;	
}

.breadcrumb-sectiune a:hover {
	opacity: .6;
}

.breadcrumb-sectiune .separator-breadcrumb {
	display: inline-block;
	position: relative;
	padding: 10px 15px 10px 10px;
}

.breadcrumb-sectiune .separator-breadcrumb:before {
	position: absolute;
	top: 7px;
	left: 10px;
	display: block;
	content: '\203A';
	opacity: 1;
}

@media (max-width: 1024px) {
	.breadcrumb-sectiune .separator-breadcrumb:before {
		top: 9px;
	}
}

.section--overlap.sectiune {
	margin-top: -8.1875em;
}

/* pentru telefoane noi cu latime f. mare in modul landscape, peste 767px. ex. Iphone X */
@media (min-width: 768px) and (max-width: 991px) and (max-height: 450px) {
	.section--overlap.sectiune {
		margin-top: -3em;
	}
}

@media (max-width: 767px) {
	.section--overlap.sectiune {
		margin-top: 0;
	}
}


.articol-content {
	font-size: 1.2em;
}

.articol-content .sapou {
	font-size: 1.5em;
}

.articol-content ul {
	list-style: disc;
	padding-left: 1.2em;
}

.articol-content ul li {
	line-height: 1.625em;
}

.articol-content, 
.articol-content p, 
.articol-content div, 
.articol-content li, 
.articol-content .continut, 
.articol-content .continut *, 
.articol-content .subtitlu div {
	line-height: 1.8em;
}

.articol-content .continut h4 { 
	line-height: 1.41304348em;
	padding-top: 1.28em;
}

.articol-content .legenda-imagine-articol {
	margin-top: -1.625em;
	padding-bottom: 1.8em;
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	width: 100%;
}
.articol-content .legenda-imagine-articol em {
	width: 60%;
	display: block;
	float: right;
	text-align: right;
}

@media (min-width: 768px) {
	.articol-content .legenda-imagine-articol em {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.articol-content iframe {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
}

.articol-content .continut.pb-2em:last-child {
	padding-bottom: 0;
}
.sectiune .articol-content:not(.cu-articole):not(.cu-bibliografie) p:last-child, 
.sectiune .articol-content > .mb-3-625em.subtitlu:last-child {
	margin-bottom: 0;
}

.articol-autori {
	padding-top: 1.8em;
	text-transform: uppercase;
}

.articol-subiecte a:hover {
	text-decoration: underline;
}

.card__lower h6 {
	margin-bottom: 0;
}

.container.bg-page {
	background-color: #f8f8f8;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 7px 9px 6px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.sectiune .badge {
	position: absolute;
	top: 4.3em;
	left: 15px;
}

@media (max-width: 1024px) {
	.sectiune .badge {
		top: 3.575em;
	}
}

@media (max-width: 767px) {
	.sectiune .badge {
		position: relative;
		top: auto;
		left: auto;
		margin: 3.575em 15px 0;
	}
	
	.sectiune .col-sm-offset-1 > .row > .col-sm-12 > .row > .mt-5-55em:first-child {
		margin-top: 2.7625em;
	}
	
	.sectiune .col-sm-offset-1 .badge + .mt-5-55em {
		margin-top: 5px;
	}
}

@media (min-width: 992px) {
	.sidebar.offset-top-sectiune {
		margin-top: 7.125em;
	}
}

blockquote {
	padding-left: 40px;
	font-size: 1.2em;
}

h5.citat {
	margin: 0;
	padding-left: 40px;
}

h5.citat + span.h6 {
	padding-left: 40px;
}

.link-list li a {
	line-height: 1.5em;
	padding: 0.9em 0 0.7em 1.625em;
	position: relative;
}
.link-list li a:before {
	position: absolute;
	top: 0.8em;
	left: 0.40625em;
}
.link-list li.activ a {
	opacity: 1;
}


.link-list li:nth-child(even) {
	background-color: transparent;
}

.link-list li a {
	opacity: .7;
}

.link-list li.activ, 
.link-list li:hover {
	background-color: #ffe83e;
}

.analize-recomandate {
	display: block;
	margin-bottom: 0;
}
.analize-recomandate a {
	text-decoration: none;
}
.analize-recomandate a:hover {
	text-decoration: underline;
}
.analize-recomandate a.adauga-in-lista:hover {
	text-decoration: none;
}
a.adauga-in-lista {
	background-color: #999;
	-webkit-mask-image: url(../imagini/add-to-list.svg);
	mask-image: url(../imagini/add-to-list.svg);
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
}
a.adauga-in-lista:hover {
	background-color: #000;
}
.pret-analiza {
	text-align: center;
}
.pret-analiza .adauga-in-lista {
	background-color: #232323;
	width: 24px;
	height: 24px;
	margin-left: 9px;
	margin-bottom: 5px;
}
.pret-analiza .adauga-in-lista:hover {
	background-color: #ffe83e;
}

.analize-recomandate a.adauga-in-lista {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-bottom: 4px;
	margin-left: 4px;
}
@-moz-document url-prefix() {
	.analize-recomandate a.adauga-in-lista {
		margin-bottom: 5px;
    }
}
.lista-analize.pg-afectiuni {
	margin-bottom: 1.625em;
}
.lista-analize .icon-Receipt {
	vertical-align: middle;
}
.lista-analize .row:hover, 
.lista-analize .analiza-cautata {
	background-color: #353535;
}
.lista-analize .row a.nume-analiza:hover {
	text-decoration: underline;
}
.lista-analize .row:hover *, 
.lista-analize .analiza-cautata * {
	color: #fff;
}
.lista-analize .row:hover .adauga-in-lista{
	background-color: #fff;
}
.lista-analize .row.analiza-cautata .adauga-in-lista {
	background-color: #fff;
}
.lista-analize .row .adauga-in-lista {
	background-color: #232323;
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}
@-moz-document url-prefix() {
	.lista-analize .row .adauga-in-lista {
		margin-bottom: 4px;
    }
}
.lista-analize .row .adauga-in-lista:hover {
	background-color: #ffe83e;
}
i.info {
	background-color: #232323;
	-webkit-mask-image: url(../imagini/icon-info.svg);
	mask-image: url(../imagini/icon-info.svg);
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
	margin-left: 9px;
}
.lista-analize .row:hover i.info {
	background-color: #fff;
}

.analize-recomandate a.adauga-in-lista {
	transition: background-color 0.3s ease;
}

.pret-analiza {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
	margin-bottom: 1.625em;
}
.pret-analiza:hover {
	background-color: #353535;
	color: #fff;
}
.pret-analiza:hover .adauga-in-lista {
	background-color: #fff;
}
.pret-analiza .adauga-in-lista:hover {
	background-color: #ffe83e;
}

.comments-form input[type=checkbox] {
	width: auto !important;
	margin: .5em .7em 0 0;
	vertical-align: top;
	-webkit-appearance: checkbox;
	float: left;
}

.comment__form input[type] {
	width: 100%;
	margin-bottom: 1.625em;
}

.comentariu-raspuns span {
    font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
    font-size: 1rem;
    line-height: 1.6em;
    display: inline;
    text-transform: none;
    letter-spacing: 0;
}

label.comentariu-raspuns {
	margin-left: 0 !important;
}

.g-recaptcha {
    overflow: hidden;
}

.g-recaptcha > div {
    margin: 0 auto;
}

@media (max-width: 767px) {
	.grecaptcha-badge {
		bottom: 88px !important;
	}
}

.is-replies {
	padding-left: 20%;
}

#comments a.btn {
	text-decoration: none;
}

#comments .form--square button,
.form-email button {
	border-radius: 100px;
}

.mt-1-6 {
    margin-top: 1.625em;
}

.mb-2-2 {
    margin-bottom: 2.225em;
}

/* galerie foto */
.galerie-foto-video-thumb > div {
	padding-bottom: 15px;
}

.galerie-foto-video-thumb div a h3 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0;
}

.galerie-foto-video-thumb div a {
	color: #000;
}
.galerie-foto-video-thumb div a:hover {
	text-decoration: none;
}

.galerie-foto-video-thumb .ellipsis-2 {
	-webkit-line-clamp: 2;
	display: -webkit-box;
 	-webkit-box-orient: vertical;
    -moz-box-orient: vertical;
 	max-height: 29px;
 	font-size: 13px;
	line-height: 14px;
	overflow: hidden;
}

.galerie-foto-video-thumb .text {
	height: 64px; 
}

@media (max-width: 419px) {
	.galerie-foto-video-thumb .text {
		height: 86px; 
	}
	
	.galerie-foto-video-thumb .ellipsis-2 {
		-webkit-line-clamp: 3;
	 	max-height: 42px;
	 	overflow: hidden;
	}
}

.galerie-foto-video-thumb > div:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.05);
}

.galerie-foto-video-thumb .thumb {
	position: relative;
	overflow: hidden;
}

.galerie-foto-video-thumb .thumb img {
	margin-bottom: 0;
}

.galerie-foto-video-thumb .overlay-bottom {
	position: absolute;
	top: auto;
	bottom: 0;
	opacity: 1;
	overflow: hidden;
	height: auto!important;
	background-color: transparent;
	z-index: 10;
}

.galerie-foto-video-thumb .overlay-bottom .text h3 {
    margin-top: 0;
    color: #fff;
}

.mfp-iframe-scaler .mfp-bottom-bar {
	position: absolute;
	margin-top: 5px;
}

.titlu-gf {
	text-transform: uppercase;
	font-weight: bold;
}
.galerie-foto-video-slide .videoWrapper {
	position: relative;
	padding-bottom: calc(66.66% - 30px);
	padding-top: 30px;
	height: 100%;
}
.galerie-foto-video-slide .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mfp-iframe-scaler .mfp-bottom-bar {
	position: absolute;
	margin-top: 5px;
}
/* end galerie foto */

.pb-2em {
	padding-bottom: 2em;
}

.mb-3-625em {
	margin-bottom: 3.625em;
}

.sm-pt-3-25 {
	padding-top: 1.625em;
}

/*
@media (min-width: 768px) {
	.sm-pt-3-25 {
		padding-top: 3.25em;
	}
}
*/

.mt-5-55em {
	margin-top: 5.55em;
}

.align-right {
    float: right;
}


.articole-home .card__body .h6 a {
	text-decoration: none !important;
}

@media all and (min-width: 1200px){
	.articole-home .noutati-cu-poza .card__body {
		height: 307px;
	}
	.articole-home .noutati-fara-poza .card__body {
		height: 510px;
	}
	.articole-home  .card__title h5 {
		max-height: 78px !important;
	}
	.articole-home .card__body .card__lower {
		max-height: 52px;
		overflow: hidden;
	}
	
	.noutati-cu-poza .card__image img {
		height: 166px;
	}
	.noutati-cu-poza.home .card__image img {
		height: 203px;
	}
	.noutati-cu-poza .card__body {
		height: 343px;
	}
	.noutati-fara-poza .card__body {
		height: 509px;
	}
	.noutati-cu-poza .card__title h5 {
		max-height: 52px;
	}
	.noutati-fara-poza .card__title h5 {
		max-height: 78px;
		overflow: hidden;
	}
	.noutati-cu-poza .card__title h5, 
	.noutati-fara-poza .card__title h5 {
		overflow: hidden;
	}
	
	.noutati-cu-poza .card__body .lead {
		max-height: 156px;
	}
	.noutati-fara-poza .card__body .lead {
		max-height: 296px;
	}
	.noutati-cu-poza .card__body .lead, 
	.noutati-fara-poza .card__body .lead {
		overflow: hidden;
	}
}

@media all and (min-width: 1025px) and (max-width: 1199px){
	.articole-home .noutati-cu-poza .card__body {
		height: 307px;
	}
	.articole-home .noutati-fara-poza .card__body {
		height: 472px;
	}
	.articole-home  .card__title h5 {
		max-height: 78px !important;
	}
	.articole-home .card__body .card__lower {
		max-height: 52px;
		overflow: hidden;
	}
	
	.noutati-cu-poza .card__image img {
		height: 135px;
	}
	.noutati-cu-poza.home .card__image img {
		height: 165px;
	}
	.noutati-cu-poza .card__body {
		height: 336px;
	}
	.noutati-fara-poza .card__body {
		height: 471px;
	}
	.noutati-cu-poza .card__title h5 {
		max-height: 52px;
	}
	.noutati-fara-poza .card__title h5 {
		max-height: 78px;
		overflow: hidden;
	}
	.noutati-cu-poza .card__title h5, 
	.noutati-fara-poza .card__title h5 {
		overflow: hidden;
	}
	
	.noutati-cu-poza .card__body .lead {
		max-height: 163px;
	}
	.noutati-fara-poza .card__body .lead {
		max-height: 272px;
	}
	.noutati-cu-poza .card__body .lead, 
	.noutati-fara-poza .card__body .lead {
		overflow: hidden;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px){
	.articole-home .noutati-cu-poza .card__body {
		height: 263px;
	}
	.articole-home .noutati-fara-poza .card__body {
		height: 457px;
	}
	.articole-home  .card__title h5 {
		max-height: 66px !important;
	}
	.articole-home .card__body .card__lower {
		max-height: 44px;
		overflow: hidden;
	}
	
	.noutati-cu-poza .card__image img {
		height: 159px;
	}
	.noutati-cu-poza.home .card__image img {
		height: 194px;
	}
	.noutati-cu-poza .card__body {
		height: 298px;
	}
	.noutati-fara-poza .card__body {
		height: 398px;
	}
	.noutati-cu-poza .card__title h5 {
		max-height: 44px;
	}
	.noutati-fara-poza .card__title h5 {
		max-height: 66px;
		overflow: hidden;
	}
	.noutati-cu-poza .card__title h5, 
	.noutati-fara-poza .card__title h5 {
		overflow: hidden;
	}
	
	.noutati-cu-poza .card__body .lead {
		max-height: 138px;
	}
	.noutati-fara-poza .card__body .lead {
		max-height: 216px;
	}
	.noutati-cu-poza .card__body .lead, 
	.noutati-fara-poza .card__body .lead {
		overflow: hidden;
	}
}

@media all and (min-width: 992px) and (max-width: 1024px){
	.articole-home .noutati-cu-poza .card__body {
		height: 264px;
	}
	.articole-home .noutati-fara-poza .card__body {
		height: 429px;
	}
	.articole-home  .card__title h5 {
		max-height: 66px !important;
	}
	.articole-home .card__body .card__lower {
		max-height: 44px;
		overflow: hidden;
	}
	
	.noutati-cu-poza .card__image img {
		height: 135px;
	}
	.noutati-cu-poza.home .card__image img {
		height: 165px;
	}
	.noutati-fara-poza .card__body {
		height: 433px;
	}
	.noutati-fara-poza .card__body .lead {
		max-height: 251px;
	}
}


@media all and (min-width: 768px) and (max-width: 991px){
	.noutati-cu-poza .card__body {
		height: 298px;
	}
	.noutati-fara-poza .card__body {
		height: 457px;
	}
	.noutati-fara-poza .card__body .lead {
		max-height: 275px;
	}
}

.noutati-cu-poza .card__body .lead, 
.noutati-fara-poza .card__body .lead {
	font-size: inherit;
}

.no-margin {
	margin: 0 !important;
} 


.bg--dark.home-section {
	background-color: #ececec;
}

.bg--dark.home-section * {
	color: #232323 !important;
}

.font-normal {
	font-style: normal;
}


@media (max-width: 991px) {
	.sm-pb-3em {
		padding-bottom: 3em;
	}
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}



/* The sticky */
.sidebar-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}



/* Modala cu imagini */
.mfp-title strong, .mfp-counter {
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.mfp-close {
	font-size: 28px !important;
}
/* end Modala cu imagini*/



/* owlcarousel */
.content-slider-with-controls .owl-nav, 
.content-slider-with-controls-and-video .owl-nav, 
.content-slider-with-controls-autoplay .owl-nav {
	width: 100%;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 10;
}

.content-slider-with-controls .owl-nav div, 
.content-slider-with-controls-and-video .owl-nav div, 
.content-slider-with-controls-autoplay .owl-nav div {
    display: inline-block !important;
    font-size: 14px;
    position: absolute;
    text-transform: capitalize;
    font-weight: 300;
    color: transparent;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.content-slider-with-controls .owl-nav .owl-prev:hover:after, 
.content-slider-with-controls-and-video .owl-nav .owl-prev:hover:after, 
.content-slider-with-controls-autoplay .owl-nav .owl-prev:hover:after {
    left: 8px;
}

.content-slider-with-controls .owl-nav .owl-prev:after, 
.content-slider-with-controls-and-video .owl-nav .owl-prev:after, 
.content-slider-with-controls-autoplay .owl-nav .owl-prev:after {
    content: "\e801";
    left: 13px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.content-slider-with-controls .owl-nav .owl-prev:hover,
.content-slider-with-controls-and-video .owl-nav .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-nav .owl-prev:hover {
    padding-left: 25px;
    padding-right: 10px;
    color: #fff;
}

.content-slider-with-controls .owl-nav .owl-next, 
.content-slider-with-controls-and-video .owl-nav .owl-next, 
.content-slider-with-controls-autoplay .owl-nav .owl-next {
	right: 0;
	left: auto;
	padding-right: 0;
}

.content-slider-with-controls .owl-nav .owl-next:after, 
.content-slider-with-controls-and-video .owl-nav .owl-next:after, 
.content-slider-with-controls-autoplay .owl-nav .owl-next:after {
    content: "\e802";
    right: 13px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.content-slider-with-controls .owl-nav .owl-next:hover, 
.content-slider-with-controls-and-video .owl-nav .owl-next:hover, 
.content-slider-with-controls-autoplay .owl-nav .owl-next:hover {
    padding-right: 25px;
    padding-left: 10px;
    color: #fff;
}

.content-slider-with-controls .owl-nav div:after, 
.content-slider-with-controls-and-video .owl-nav div:after, 
.content-slider-with-controls-autoplay .owl-nav div:after {
    font-family: "pillar-interface";
    position: absolute;
    font-size: 16px;
    line-height: 1;
    top: 50%;
    margin-top: -8px;
}

.content-slider-with-controls .owl-nav .disabled, 
.content-slider-with-controls-and-video .owl-nav .disabled, 
.content-slider-with-controls-autoplay .owl-nav .disabled {
	display: none !important;
}

.content-slider-with-controls-and-video .owl-video-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.owl-carousel .owl-video-tn {
	background-size: cover;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}


.owl-dots .owl-dot.active span, 
.owl-dots.clickable .owl-dot:hover span, 
.owl-dots .owl-dot.active span, 
.owl-dots.clickable .owl-dot:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 5px;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

@media (max-width: 767px) {
	.owl-dots .owl-dot span {
		background: #000;
	}
}

.owl-carousel .overlay-container img {
	margin-bottom: 0;
}

.owl-carousel .overlay-bottom h3 {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #fff;
}

.owl-carousel .overlay-bottom p {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #fff;
}


.overlay-visible .overlay-bottom, 
.overlay-visible .overlay-top {
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto!important;
	padding-bottom: 20px;
}
.overlay-bottom, .overlay-top {
	position: absolute;
	top: auto;
	padding: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(30,30,30,0.5);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out .25s;
	-o-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	height: 0;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1,1);
}

.overlay-visible.overlay-container:hover .overlay-bottom:not(.links), 
.overlay-visible.overlay-container:hover .overlay-top {
    opacity: .5;
    filter: alpha(opacity=50);
}

@media (min-width: 1200px) {
	.overlay-container .text {
	    top: 30%;
	}
}
.overlay-container .text {
    padding: 0 20px 20px;
    position: relative;
}

.owl-carousel .owl-dots * {
	line-height: unset;
}

.owl-carousel.galerie-foto-video-slide .owl-dot.active {
	transform: none;
	-webkit-transform: none;
	bottom: auto;
	position: relative;	
}
/* end owlcarousel */



body .nav-bar.nav--absolute {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}


.bibliografie {
	font-size: 13px !important;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.subtitlu-bibliografie {
	margin-top: 1.625em;
}

/* harta Google Maps */
.gm-style .fullScreen {
	top: 10px !important;
	right: 10px !important;
	width: 25px;
	height: 25px;
	display: block;
	padding: 0 !important;
	overflow: hidden;
}

.gm-style .fullScreen > div {
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent !important;
}
.map-container * {
	line-height: normal !important;
}
.map-container button, 
.map-container label {
	font-size: 18px !important;
	text-transform: none;
	letter-spacing: 0;
	color: #000 !important;
}
.map-container button:focus,
.map-container button:hover {
	color: #000 !important;
}
.map-container label {
	font-family: Roboto, Arial, sans-serif;
	display: inline-block;
	margin: 0;
}
.map-container img {
	margin: 0;
	vertical-align: top;
}
/* end harta Google Maps */


/* index alfabet */
@media (max-width: 991px) {
	.sidebar-analize .sidebar {
		margin-top: 3.25em;
	}
}
.index-alfabet {
	list-style: none !important;
	padding-left: 0 !important;
}
.index-alfabet li {
	padding: 0;
	font-size: .9em;
	min-width: 20%;
	float: left;
}
.index-alfabet li.active, 
.index-alfabet li:hover {
	background-color: #353535;
}
.index-alfabet li.active a, 
.index-alfabet li:hover a {
	color: #fff;
	display: block;
}
.lista-analize > .row {
	border-bottom: 1px solid #ebebeb;
	padding: 8px 0 7px;
}
@-moz-document url-prefix() {
	.lista-analize > .row {
		padding: 8px 0;
	}
}

.lista-analize > .row.last {
	border-bottom: none;
}

.accordion li .accordion__title {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.tipuri-analize > li > .accordion__title {
	border: 0 !important;
	background: transparent !important;
	padding: 0 !important;
}
.tipuri-analize li:hover {
    background-color: transparent;
}
.tipuri-analize > li .accordion__title:hover,
.tipuri-analize > li.active .accordion__title,
.tipuri_afectiuni > li:hover,
.tipuri_afectiuni > li.active {
    background: #ffe83e !important;
}
.tipuri-analize li.active .accordion__content {
	max-height: none !important;
}
.tipuri-analize > li.active a.active {
    opacity: 1 !important;
}
.tipuri-analize > li .accordion__content {
	padding-left: 20px !important;
}

.tipuri-analize .accordion__content *:first-child {
    padding-top: 0.9em !important;
}
.tipuri-analize > li .accordion__content > * {
	display: block !important;
}

.imagebg:not(.image--light):not(.form--dark) input[type="text"], .imagebg:not(.image--light):not(.form--dark) input[type="address"], .imagebg:not(.image--light):not(.form--dark) input[type="url"], .imagebg:not(.image--light):not(.form--dark) input[type="password"], .imagebg:not(.image--light):not(.form--dark) input[type="email"], .imagebg:not(.image--light):not(.form--dark) input[type="search"], .imagebg:not(.image--light):not(.form--dark) textarea {
    background: rgba(255, 255, 255, 0.2);
}

.imagebg:not(.image--light):not(.form--dark) textarea {
  color: #fff;
}

h2 + .lead {
	font-style: italic;
}

h2 + .lead.normal {
	font-style: normal;
}

.italic {
	font-style: italic;
}

img.mfp-img {
	background-color: #fff;
}

.mfp-counter {
	right: 10px;
	color: #000;
}

.mfp-image-holder .mfp-close {
	right: 7px;
	color: #000;
}


.small-caps {
	/* font-variant: small-caps;  	pe iPhone in Safari se vede "Â " in loc de Ț si Ă. creatorul Lora a zis ca fontul nu are small caps, deci e bug in Safari, l-am raportat in apr 2022 */
	text-transform: uppercase;
	font-size: 0.8em;
}

.no-wrap {
	white-space: nowrap;
}


.section--overlap.sectiune .container > .row {
	position: relative;
}
.section--overlap.sectiune .container > .row:before {
	content: "";
	width: 150px;
	height: 29px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../imagini/int-dreapta-sus.svg) 0 0 transparent no-repeat;
	background-size: 150px 29px;
}
@media (max-width: 767px) {
	.section--overlap.sectiune .container > .row:before {
		top: -29px;
	}
}
.imagebg .background-image-holder {
	background-position: 50% 0 !important;
}

@media (max-width: 767px) {
	.background-image-holder.m-overlay-04 {
		opacity: .4 !important;
	}
}
.ebor-cart-count {
	position: absolute;
	top: -4px;
	right: -6px;
	width: 18px;
	height: 18px;
	background: #ffe83e;
	border-radius: 99px;
	text-align: center;
	font-family: Montserrat;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold !important;
	color: #000;
}
.ebor-cart-count:empty {
	display: none;
}

.utility-bar-mobile .cos > div {
	display: inline-block;
	padding: 0;
}

.utility-bar-mobile .cos i {
	font-size: 1.8em !important;
	padding: 0;
}

.utility-bar-mobile .cos .ebor-cart-count {
	right: auto;
	left: 30px;
	top: 0px;
	padding: 0;
}

@media (max-width: 991px) {
	.utility-bar-mobile .cos {
		position: fixed;
		top: 24px;
		right: 0px;
	}
	.utility-bar-mobile .cos > div {
		position: absolute !important;
		right: 83px;
	}
	.nav-bar a.nav-function span {
		display: none;
		margin-left: 0;
	}
}

.notification.notification--reveal {
    z-index: 99999;
}
.cart-overview__items span.h6 {
	margin-bottom: 0;
}

.cart-overview #scroll-lista-analize {
	overflow-y: hidden;
	max-height: calc(100vh - 401px);
	padding-left: 20px;
}

@media (max-width: 991px) {
	.cart-overview #scroll-lista-analize {
		max-height: calc(100vh - 362px);
	}
}
.cart-overview .cart-overview__items {
	height: auto;
	max-height: none !important;
	overflow: hidden;
	padding-left: 10px;
}
.cart-overview__items .item__detail {
	width: 70%;
	float: left;
	display: block;
}
.cart-overview__items .item__price {
	width: 20%;
	float: right;
	display: block;
	text-align: right;
	margin-right: 10%;
}

.cart-overview .item__remove {
	opacity: 1 !important;
	right: 3px !important;
	color: #000 !important;
}

.cart-overview .cart-overview__subtotal {
	margin-top: 1.625em;
	padding-right: 10%;
	text-align: right;
	position: relative;
}
.cart-overview .cart-overview__subtotal .item__remove {
	position: absolute !important;
	cursor: pointer;
	bottom: 0;
}
.cart-overview .cart-overview__subtotal .item__remove:before {
    content: '\2715';
}

.cart-overview .info-salvare-pdf {
	margin-top: 25px;
	font-family: 'Montserrat';
	font-size: 10pt;
	line-height: 18px;
}
.cart-overview .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
.cart-overview .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, 
.cart-overview .mCSB_outside + .mCS-rounded-dots-dark.mCSB_scrollTools_vertical, 
.cart-overview .mCSB_outside + .mCS-rounded-dots-dark.mCSB_scrollTools_vertical {
	left: 0 !important;
	right: auto !important;
	margin: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	margin-left: 0 !important;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, 
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1 !important;
}

.no-mb {
	margin-bottom: 0;
}

.black {
	color: #000;
}

.bg-subtitlu {
	background-color: #353535;
	color: #fff;
	margin: 0 -15px 1.1304347826087em;
	padding: .1993em 15px;
}

.bg-subtitlu:first-child {
	margin-top: -6px;
}

.form-success, .form-error {
	min-width: 320px;
}

/*
@media (min-width: 992px) {
	.form-success {
		display: none !important;
	}
}
*/

@media (max-width: 991px) {
	.opentip-container {
		display: none !important;
	}
}

.btn.save--pdf {
	border-radius: 5px;
	font-size: 1.2rem !important;
}


input.select2-search__field {
	height: auto;
	border-radius: 0;
}

.select2-result-repository__title, 
.select2-results__option {
	line-height: 1.3em
}

.sidebar .subiecte span.h6 a {
	text-decoration: none;
}
.sidebar .subiecte span.h6 a:hover {
	text-decoration: underline;
}
.sidebar .subiecte span.separator {
	padding: 0 .2em;
	vertical-align: middle;
}


#frm-testare-covid-19 {
	background: url(../imagini/bg-formular-covid.png) 50% 50% #ddeaf9;
	background-size: cover;
}

#frm-testare-covid-19 .btn.btn--primary {
	top: auto;
	margin: 1.6em 0 0.5em;
	font-size: .75em !important;
}

#frm-testare-covid-19 input {
	color: #000;
}

label {
	margin-left: 2px;
	color: #000;
}

#frm-testare-covid-19 label {
	text-transform: none;
	letter-spacing: 0;
	margin: 1em 0;
}

#frm-testare-covid-19 .mbsc-ios.mbsc-input .mbsc-label {
	max-width: 100%;
}

#frm-testare-covid-19 label + input{
	margin-top: 0;
}

@media (max-width: 767px) {
	#frm-testare-covid-19 input[type='text'], 
	#frm-testare-covid-19 input[type='email'] {
		margin-bottom: 0;
	}
}

#frm-testare-covid-19 .mbsc-ios.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
	/* font-variant-caps: small-caps; 	pe iPhone in Safari se vede "Â " in loc de Ț si Ă. creatorul Lora a zis ca fontul nu are small caps, deci e bug in Safari, l-am raportat in apr 2022 */
	text-transform: uppercase;
	font-size: 0.8em;
}

#frm-testare-covid-19 .mbsc-ios.mbsc-btn {
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	font-size: 0.75rem !important;
	background: #3d67b4;
	color: #fff;
	border-radius: 5px;
}
#frm-testare-covid-19 .mbsc-ios.mbsc-btn:hover {
	background-color: #084689 !important;
	opacity: 1;
}

#frm-testare-covid-19 .mbsc-err-msg {
	position: relative;
	top: 100%;
	color: #d8332a;
	font-size: .75em;
	line-height: 1em;
	display: block; 
	padding: 0.5em 1.333334em 0;
}

#frm-testare-covid-19 .mbsc-ios.mbsc-input-box.mbsc-control-w, 
#frm-testare-covid-19 .mbsc-ios.mbsc-input-outline.mbsc-control-w {
	margin: 1em 0;
}

.mbsc-popup-buttons button.mbsc-popup-button {
	font-size: .9em !important;
}

#frm-testare-covid-19 .g-recaptcha > div {
	z-index: 9999;
}
#frm-testare-covid-19 .g-recaptcha iframe {
	margin: 0;
}

@media (max-width: 767px) {
	#frm-testare-covid-19 .row > div[class*="col-"]:last-child > div > label {
		margin-bottom: 0;
	}
}

label + input {
	margin-top: 0;
}

form.form--labels .row button[type="submit"] {
	top: 26px;
}
@media (max-width: 1024px) {
	form.form--labels .row button[type="submit"] {
		top: 23px;
	}
}
@media (max-width: 767px) {
	form.form--labels .row button[type="submit"] {
		top: 0;
	}
}

label .label-obligatoriu {
	font-size: 120%;
}
.label-obligatoriu {
	color: #f00 !important;
}
.mbsc-font {
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

body {
    color: #000000 !important;
}

.pagina-testare-covid .pricing p:last-of-type {
	margin-bottom: 0;
}

.pagina-testare-covid .btn .btn__text {
	font-size: 0.78125rem;
}

.spatiu-top-sidebar-mobile {
	padding-top: 90px;
}

.select2-hidden-accessible {
	min-width: auto;
}

.pagina-testare-covid section#fa-o-programare.imagebg .container {
	z-index: 1 !important;
}


/* Customizari pentru formularul de programare */
#frm-programare.mbsc-ios.mbsc-form {
	background: transparent;
	margin-bottom: 6.5em;
}
#frm-programare .mbsc-ios.mbsc-input-box.mbsc-control-w, 
#frm-programare .mbsc-ios.mbsc-input-outline.mbsc-control-w {
	margin: .6125em 0;
}
#frm-programare .mbsc-ios.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
	text-transform: uppercase;
	font-size: 0.8em;
}
#frm-programare .mbsc-ios.mbsc-input .mbsc-label {
	max-width: 100%;
}
#frm-programare label {
	text-transform: none;
	letter-spacing: 0;
	margin: .6125em 0;
}
#frm-programare label,
#frm-programare input[type=text], 
#frm-programare input[type=email], 
#frm-programare textarea {
	color: #fff;
}

#frm-programare textarea {
	padding: 15px;
	background-color: transparent;
}

#frm-programare .mbsc-textarea-inner {
	background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
	#frm-programare .pt13 {
		padding-top: 13px;
	}
}

#frm-programare button {
	top: 10px;
	font-size: 0.75rem !important;
}

/*
@media (max-width: 1024px) {
	#frm-programare button {
		top: 23px;
	}
}
*/

@media (max-width: 767px) {
	#frm-programare .mbsc-ios.mbsc-input-outline.mbsc-control-w {
		margin: 0 0 1.225em;
	}
	
	#frm-programare input[type='text'], 
	#frm-programare input[type='email'] {
		margin-bottom: 0;
	}
	
	#frm-programare button {
		margin-top: 0;
		top: 0 !important;
	}
}

#frm-programare .mbsc-ios.mbsc-btn {
	top: 5px;
	background-color: #3d67b4;
	color: #fff;
	width: 100%;
	border-radius: 8px;
}

#frm-programare .mbsc-err-msg {
	position: relative;
	top: 100%;
	color: #fff;
	font-size: .75em;
	line-height: 1em;
	display: block;
	padding: 0.5em 1.333334em 0;
}

@media (max-width: 767px) {
	#frm-programare .row > div[class*="col-"]:last-child > label {
		margin-bottom: 0;
	}
}
/* End Customizari pentru formularul de programare */



/* modificari pentru SEO. am preluat in H1 atributele setate pentru H2 */
.content-home-header h1 {
	font-size: 4em;
	line-height: 1.015625em;
	margin-bottom: 0.40625em;
	letter-spacing: 0;
}
@media (max-width: 767px) {
	.content-home-header h1 {
		font-size: 2em;
		line-height: 1.421875em;
	}
}

h1 {
	font-size: 2.6em;
	line-height: 1.1em;
	margin-bottom: 0.57777777777778em;
	letter-spacing: -1.5px;
	padding-top: 4px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	h1 {
		padding-top: 3px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2em;
		line-height: 1.421875em;
	}
}

.form-error a {
	color: inherit;
	text-decoration: underline;
}


/* cautare google CSE */
.utility-bar .nav-module a.nav-function i, 
.utility-bar-mobile a.nav-function i {
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

@media (max-width: 991px) {
	.container-cautare {
		border-top: 1px solid #010101;
		padding-top: 13px;
		margin-top: 13px;
	}
	.utility-bar-mobile a.nav-function i {
		padding: 0;
	}
	.utility-bar-mobile a.nav-function span {
		margin: 0;
		padding: 0;
		font-size: inherit;
		display: inline-block;
	}
}

.gsc-control-searchbox-only {
	padding: 10px;
}

.gsc-control-searchbox-only form.gsc-search-box {
	margin-bottom: 0;
}

.gsc-control-searchbox-only table {
	margin-bottom: 0;
}

.gsc-control-searchbox-only input[type='text'] {
	color: #333 !important;
	border-radius: 0 !important;
	box-shadow: none;
}

.gsc-control-searchbox-only button {
	height: auto;
	font: initial;
}

.gsc-control-searchbox-only a span {
	color: #333 !important;
}

@media (max-width: 767px) {
	.modal-container.search-modal .modal-content {
		overflow: visible;
	}
	.modal-container.search-modal .modal-close {
		display: none;
	}
}

.gsc-control-cse {
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif !important;
}

.gsc-control-cse div {
	line-height: 1.42857143 !important;
}

.gsc-control-cse .gsc-selected-option-container div {
	line-height: 27px !important;
}
/* end cautare google CSE */




.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;
}

.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;
}

.font-content {
	font-family: 'Lora','Helvetica','Arial',sans-serif !important;	
}


.mbsc-popup-buttons button.mbsc-ios.mbsc-button {
	font-size: 16px !important;
	font-family: -apple-system,Segoe UI,Roboto,sans-serif;
	letter-spacing: 0;
}
.mbsc-popup-buttons button.mbsc-ios.mbsc-button:hover {
	color: #007aff !important;
	opacity: .7;
}



/* peste 1930px fisam site-ul pe 1920px cu fundal lateral opac */
@media (min-width: 1930px) {
	body {
		min-height: 100vh;
	}
	body, 
	nav {
		max-width: 1930px;
		margin: 0 auto;
		background-color: #212854;
		border-left: 5px solid #fff;
		border-right: 5px solid #fff;
		position: relative;
	}
	.nav-bar.nav--fixed {
		max-width: 1920px;
		left: calc((100% - 1920px) / 2);
	}
	
	.utility-bar .cos a {
		right: calc((100vw - 1930px) / 2 + 27px);
	}
	
	.main-container, 
	section:not([class^="bg--"]) {
		background-color: #f8f8f8;
	}
	section:not([class="top-header"]) {
		background-color: transparent;
	}
	
	.main-container > section.height-100.imagebg:first-child {
		max-height: 1080px;
	}
	
	.fundal-img-1col {
		height: 290px !important;
	}
	
	.modal-content.height--natural {
		max-width: 750px;
	}
}
/* end peste 1930px fisam site-ul pe 1920px cu fundal lateral opac */


.rupe-cuvinte-lungi {
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


section.home-programare[data-overlay]::before {
	background: #082862;
}


.articol-content .continut a, 
.articol-content .subtitlu a:not(.btn), 
.pagina-testare-covid .articol-content a:not(.btn) {
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
}
.articol-content .continut a:hover, 
.articol-content .subtitlu a:not(.btn):hover, 
.pagina-testare-covid .articol-content a:not(.btn):hover {
	text-decoration: none;
	border-bottom: 2px solid #333;
}


/* customizari pentru tooltip-ul Tippy */
.tippy-box[data-animation=scale-subtle][data-placement^=top]{transform-origin:bottom}
.tippy-box[data-animation=scale-subtle][data-placement^=bottom]{transform-origin:top}
.tippy-box[data-animation=scale-subtle][data-placement^=left]{transform-origin:right}
.tippy-box[data-animation=scale-subtle][data-placement^=right]{transform-origin:left}
.tippy-box[data-animation=scale-subtle][data-state=hidden]{transform:scale(.8);opacity:0}
/* end customizari pentru tooltip-ul Tippy */


.modal-container:before {
	background: rgba(8, 40, 98, 0.8);
}

.modal-container .modal-content .modal-close-cross {
	top: 0em;
	right: 0em;
	padding: 0.5em;
	background-color: white;
	width: 44px;
	height: 44px;
	text-align: center;
	opacity: 1;
}

@media (max-width: 767px) {
	.modal-container .modal-content {
		padding: 0;
	}
}

@media (min-width: 768px) {
	.modal-content.modala-cautare {
		width: 450px;
	}
}
@media (max-width: 991px) {
	.fundal-img-cautare {
		height: 30vh;
		max-height: 240px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.fundal-img-cautare {
		height: calc(455px * 0.5625);
		padding: 0;
	}
}
@media (max-height: 600px) {
	.fundal-img-cautare .pos-vertical-center {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
	.fundal-img-cautare .pos-vertical-center {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

.modal-content .gsc-input-box input[type='text']:focus {
	box-shadow: none;
}