/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Define colors
-----------------------------------------------------------------*/

:root {

	--primary: #2c5485;
	--themecolor: #373435;
	--white : #fff;
	--eu-color: #2c5485;

	--ff-primary : 'Source Sans Pro', sans-serif;
	--ff-secondary : 'PT Serif', sans-serif;
	--ff-tertiary : 'Ubuntu', sans-serif;

	--placehoder-image : url(../images/placeholder.webp);

	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem!important;

    --bs-font-sans-serif: system-ui, -apple-system, 'Source Sans Pro', Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);


}


/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/



.button {
	background-color: var(--primary)!important;
	color:#fff!important;
}

::selection {
	background: var(--primary)!important;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: var(--primary)!important; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: var(--primary)!important; /* Safari */
	color: #FFF;
	text-shadow: none;
}


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


a {	
	color: var(--primary);
}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h6 > span:not(.nocolor):not(.badge) { color: var(--primary)!important; }


/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

.bg-color #header-wrap { background-color: var(--primary) !important; }
.color { color: var(--primary) !important; }
.border-color { border-color: var(--primary) !important; }


/* ----------------------------------------------------------------
	Text Color Utility Classes
-----------------------------------------------------------------*/

.h-text-color:hover,
a.h-text-color:hover {
	color: var(--primary) !important;
}


/* ----------------------------------------------------------------
	BG Color Utility Classes
-----------------------------------------------------------------*/

.h-bg-color:hover {
	background-color: var(--primary) !important;
}


/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/

/* Top Links
---------------------------------*/

.top-links-sub-menu,
.top-links-section {
	border-top-color: var(--primary)!important;
}

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/

#logo img {	
	height: 80px!important;
}

#logo-mobile {display: none;}
#logo-mobile img {height:20px; width:auto;}

.stretched .full-header #header-wrap > .container {
	padding:5px 30px;
}


/* ----------------------------------------------------------------
	Header Right Area
-----------------------------------------------------------------*/

.header-extras li .he-text span {
	color: var(--primary)!important;
}


/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: var(--bluemarin)!important;
}

/* Off Canvas Menu
-----------------------------------------------------------------*/

@media (min-width: 992px) {	

	.sub-menu-container .menu-item:hover > .menu-link {	
		color: var(--primary)!important;
	}

	.sub-menu-container, .mega-menu-content {
		border-top: 2px solid var(--golden);
	}

	/* ----------------------------------------------------------------
		Mega Menu
	-----------------------------------------------------------------*/

	.mega-menu-style-2 .mega-menu-title > .menu-link:hover {
		color: var(--primary)!important;
	}

	/* Primary Menu - Style 3
	-----------------------------------------------------------------*/

	.style-3 .menu-container > .menu-item.current > .menu-link {
		background-color: var(--primary)!important;
	}

	/* Primary Menu - Style 4
	-----------------------------------------------------------------*/
	.style-4 .menu-container > .menu-item.current > .menu-link { border-color: var(--primary)!important; }
}



/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/

.button:hover {
	background-color: #444!important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2)!important;
}


.top-cart-number::before {
	background-color: var(--golden);
}


.portfolio-desc h3 {
	font-size: 1rem!important;
	min-height: 80px;
	overflow: hidden;
}

.portfolio-desc span.date {
	color: var(--golden);
}

.portfolio-item .portfolio-image img {
	height: 250px!important;
	width: 100%!important;
	object-fit: cover!important;
}


@media (min-width: 992px) {
	#page-title.page-title-dark h1, #page-title h1 {
		max-width: 70%;
	}
}

.entry-title.title-xs h2, .entry-title.title-xs h3 {
	height:150px;
}

.entry-meta ul {
	margin:0 0 -10px -20px!important;
}

section#static {
	margin-top:20px;
}

.color-red {
	color: var(--op-4-color)!important;
}

.color-green {
	color:  var(--op-2-color)!important;
}


/* STATIC */

blockquote{font-size:  1em !important;}

#static {margin-top:20px; font-family: var(--ff-primary);}
#static p {font-family: var(--ff-primary)!important;}
#static img {max-width: 100%;}
#static .share {text-align: right; }
#static .share a {color: #444;}
#static .share a i {font-size:24px;}
#static .container .row .image img {width: 100%; height: auto;}

/*#static .container table { background: #bbb; width: 100%; display: table; border-collapse: collapse; box-sizing: border-box; text-indent: initial; border-spacing: 1px;  border-color: #444; }
#static .container table td { background: #fff; padding:5px; }
#static .container table tr.alternativ td { background-color:#fff; }
#static .container table thead th {border-color: #444!important; background: #f0d79d; }
#static .container table tr.header { background-color:#ecebeb; color:#000; font-weight:bold; }
#static .container table td.header { background-color:#ecebeb; color:#000; font-weight:bold; }
#static .container table td:first-child {text-align: center!important;}
*/
#static .caption {font-size:14px; font-weight: 600; font-family: var(--ff-primary); padding-bottom: 10px;}

/* Collapsible */
#static .container .article .collapsible {
	padding:10px; 
	color: var(--golden); 
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
    border-radius: 0;
	margin-bottom:20px;
}
#static .container .article .collapsible h3.triggerShowRowTitle {
	cursor: pointer;
}
#static .container .article .collapsible i.triggerShowRow {
	font-size: 30px; 
	cursor: pointer;
	color: var(--golden); 
}
#static .container .article .collapsible h5 {color: #fff; text-transform: uppercase;}
#static .row.collapsible {width:100%; padding: 10px 0; margin: 0; background: #fff; }
#static .row.collapsible i {font-size:30px; color:#fff; cursor: pointer;}


#static h3 {margin:20px 0; font-size: 22px; line-height: 30px; color: var(--black); font-weight: 500; border-bottom:unset!important;}
#static h2 {margin:20px 0; font-size: 26px; line-height: 40px; color: var(--black); font-weight: 600; border-bottom:unset!important;}
#static .article {margin:0;}
#static .article .row {margin:15px 0;}

/* Call to action buttons */
#static .article .row.call-to-action {
	padding: 10px;
	color: var(--themecolor);
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
	border-radius: 0;
	margin-bottom: 20px;
}

#static .article .row.call-to-action button {
	background-color: orange;
	border:0;
	padding:5px 10px;
	text-align: center;
}

#static figure {
	min-height: 300px;
}
#static figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	padding:2px;
}
#static .img_center{text-align: center;}
#static .articol_text_normal{ font-size: 1em;}
#static .fl-left{ float: left;}
#static [data-show='hidden'] {display: none;}

#static ul {
	list-style-type: none; 
	text-align: left; 
	margin: 0; 
	padding-left: 50px;
}
#static ul li {
	margin-bottom: 10px; 
	position: relative;
}
#static ul li:before { 
	content: ""; 
	height: 24px; 
	width: 24px; 
	position:absolute; 
	margin-left: -35px; 
	background-position: center;	
	background-image:url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check-circle'><path stroke='%23003399' d='M22 11.08V12a10 10 0 1 1-5.93-9.14'></path><polyline stroke='%23003399' points='22 4 12 14.01 9 11.01'></polyline></svg>");
}

#static .container .article .documente .column {display:grid; grid-template-columns: 1fr 1fr 1fr;}
#static .container .article .documente .column div.file {padding:10px; min-height:200px; margin:5px 5px 30px 5px; width:auto!important; display: flex; flex-direction: column; background: #fff!important; box-shadow:0px 10px 40px 0px rgb(6 22 58 / 10%)}
#static .container .article .documente .column div.file .doc-icon-title {flex-grow: 1; display: flex;}
#static .container .article .documente .column div.file .doc-icon-title .icon {padding-right:10px;}
#static .container .article .documente .column div.file .doc-icon-title .icon i {float:none!important; margin:5px 10px 10px 0!important; padding:0; font-size:36px; color: #444;}
#static .container .article .documente .column div.file .doc-icon-title .icon i.fa-file-pdf-o {color: red;}
#static .container .article .documente .column div.file .doc-icon-title .icon i.fa-file-word-o {color:blue;}
#static .container .article .documente .column div.file .doc-icon-title .icon i.fa-file-zip-o {color: var(--primary);}
#static .container .article .documente .column div.file .doc-icon-title .title a {margin:0!important; line-height: normal; font-size: 16px; display:block; color: var(--primary); font-weight: 600;}
#static .container .article .documente .column div.file .doc-icon-title .title a:hover {color: var(--golden);}
#static .container .article .documente .column div.file .caption {font-size: 16px; line-height: 26px; color: var(--bluemarin);}


#static .container .article .file {
	display: flex;
    align-items: center;
    border: 2px solid #e8e8e8;
    padding: 18px 28px 15px;
	font-family: var(--ff-accent);
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	#static .container .article .file {
		flex-direction: column;
	}

	#static .container .article .documente .column {
		grid-template-columns: 1fr;
	}

	#page-title .breadcrumb {
		max-width: unset!important;
	}

	#static .container .article .file .doc-icon-title .title a {
		font-size:16px;
	}
}


#static .container .article .file .doc-icon-title {
	flex: 0 0 calc(100% - 150px);
	display:flex;	
}

#static .container .article .file .doc-icon-title .icon {
	flex: 0 0 50px;
}

#static .container .article .file .doc-icon-title .icon i {
	font-size:40px;
	justify-self: center;
	align-self: center;
	color:#444;
}

#static .container .article .file .doc-icon-title .icon i.fa-file-pdf-o {color: red; }
#static .container .article .file .doc-icon-title .icon i.fa-file-word-o {color:blue; }
#static .container .article .file .doc-icon-title .icon .icon i.fa-file-zip-o {color: var(--primary);}

#static .container .article .file .doc-icon-title .title {
	display: block;
    font-size: 17px;
    line-height: 20px;
    color: var(--golden);
    word-break: break-word;
}

#static .container .article .file .doc-icon-title .title span.size {
	display: block;
	font-size: 15px;
    color: var(--golden-light);
    text-transform: capitalize;
}

#static .container .article .file .doc-icon-title .title .caption {
	color: var(--golden-light);
}

#static .container .article .file .doc-icon-title .title a {
	font-size: 17px;
    line-height: 20px;
    font-weight: 600;
	min-height: 90px;
}

#static .container .article .file .doc-icon-title .title a:hover {
	color: var(--golden);
}


#static .istoric:first-of-type {
	padding-top:100px;
}

#static .istoric:last-child {
	padding-bottom:100px;
}

#static .istoric .column:not(:first-child) {
	padding-left:70px;
}
#static .istoric .column:first-child {
	padding-right: 70px;
    border-right: 1px solid #e5e5e5;
    transition: .5s;
}

#static .istoric .column:first-child::before {
	content: '';
    width: 1px;
    height: 60px;
    background: #e5e5e5;
    display: inline-block;
    position: absolute;
    right: -1px;
    top: -57px;
}

#static .istoric:first-child .column:first-child::after {
	content: '';
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    display: inline-block;
    position: absolute;
    right: -5px;
    border-radius: 50%;
    top: -67px;
}

#static .istoric .column:last-child::after {
	content: '';
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    display: inline-block;
    position: absolute;
    left: -5px;
    border-radius: 50%;
    bottom: -37px;
}
#static .istoric .column:last-child::before {
content: '';
    width: 1px;
    height: 60px;
    background: #e5e5e5;
    display: inline-block;
    position: absolute;
    left: -1px;
    bottom: -27px;
}

#static .istoric .column {
	display: flex;
	align-items: center;
}

#static .istoric .column span.dot span {
	display: inline-block;
    position: absolute;
}
#static .istoric .column span.dot span.dot1 {
	border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    left: -15px;
    z-index: 1;
    background: #fff;
    transition: .4s;
}

#static .istoric .column span.dot span.dot2 {
	width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 8.5px;
    left: -6.5px;
    z-index: 2;
    transition: .4s;
}


#static .istoric .column span.dot span.dot3 {
	background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 11.5px;
    left: -3.5px;
    z-index: 3;
}

#static .istoric:hover .column span.dot span.dot2 {
	background: #fff;
}

#static .istoric:hover .column span.dot span.dot1 {
	background-color: #ff3514;
    border-color: #ff3514;
}


#static .container ul.side {list-style: none; padding:0; margin:0;}
#static .container ul.side li {padding:5px 10px; background-color: #fff; border:1px solid #1D8FFF; color: #1D8FFF; display: inline-block; margin-bottom: 10px;}
#static .container ul.side li a {color: #1D8FFF;}
#static .container ul.side li.selected { background-color: #1D8FFF; color: #fff; border:1px solid #1D8FFF;}
#static .container ul.side li.selected a {color: #fff; font-size:14px;}
#static .container .row .article .stire .data {font-size: 12px; color: #1D8FFF; padding: 5px 0; font-weight: 300; }
#static .container .row .article .stire .titlu a {color: #333333; font-size: 12px; font-weight: bold; margin-bottom: 5px; display: block;}
#static .container .row .article .stire .descriere {color: #333333; font-size: 12px;}
#static .container .row .article .stire {margin-bottom: 20px; border-bottom: 2px solid #D8D8D8; padding-bottom: 15px;}

#static .image_gallery {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;}
#static .image_gallery .item {margin:10px;}
#static .image_gallery .item .inner {
	background: #fff; 
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
}
#static .image_gallery .item .inner figure img.news {
	width: 100%; 
	height: auto; 
	object-fit: cover;
}

#static .image_gallery .item .inner figure img.static {
	width: 100%; 
	height: 300px; 
	object-fit: cover;
}
#static .image_gallery .item .inner figure figcaption { 	
	padding:10px; 
	min-height: 80px; 
	font-size: 16px; 
	line-height: 1.2; 
	color: var(--golden); 
	font-weight: 500; 
	margin-bottom: 5px;
	padding: 25px 25px 34px;
    position: relative;
    background: #fff;
}

#static .image_gallery .item .inner figure figcaption .caption {
	text-align: center;
	font-size:18px;
	min-height: 100px;
}

#static .image_gallery .item .inner figure figcaption .linie-0 {
	font-size: 22px;
    line-height: 1.2;
    color: var(--golden);
    font-weight: 500;
    margin-bottom: 5px;
}
#static .image_gallery .item .inner figure figcaption .linie-1 {
	font-size: 17px;
    line-height: 24px;
    color: #0067da;
    font-weight: 600;
    margin-bottom: 16px;
	min-height: 85px;
}
#static .image_gallery .item .inner figure figcaption .linie-1::after {
	content: '';
    width: 40px;
    height: 1px;
    background: #e5e5e9;
    display: block;
    margin-top: 13px;
}
#static .image_gallery .item .inner figure figcaption .linie-2 {
	margin-bottom: 10px;
	display:flex;
	align-items: center;
}

#static .image_gallery .item .inner figure figcaption .linie-2 i {
	flex: 0 0 20px;
}

#static .image-gallery .item .inner figure figcaption .linie-2 a {
	font-size: 16px;
    line-height: 1.2;
    color: var(--golden-light);
	flex-grow: 1;
}
#static .image_gallery .item .inner figure figcaption .linie-3 {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

#static .image_gallery .item .inner figure figcaption .linie-3 i {
	flex: 0 0 20px;
}

#static .image_gallery .item .inner figure figcaption .linie-3 a {
	font-size: 16px;
    line-height: 1.2;
    color: var(--golden-light);
	flex-grow: 1;
}

/* STATIC - TABLE */
#static table {
	border:1px solid #003399;
	border-collapse:collapse;
	padding:5px;
}
#static table th {
	border:1px solid #003399;
	padding:5px;
	background: #003399;
	color: #ffffff;
}
#static table td {
	border:1px solid #003399;
	text-align:center;
	padding:5px;
	background: #ffffff;
	color: #313030;
}

.slider-caption.slider-caption-center {
	background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
	max-width: 80%;
	max-height: 50%;
	padding:10px;
	top:50%;
	transform: translate3d(0px, -50%, 0px)!important;
}

@media (min-width: 992px) {
	.dark .slider-caption:not(.not-dark), .dark .slider-caption:not(.not-dark) h2 {
		color: #fff;
		font-size:3rem;
	}

	.sub-menu-container .menu-item > .menu-link {
		font-size:0.8rem;
	}
}

#top-social li .ts-icon.selected {
	background-color: var(--op-7-color);
}

#top-social li .ts-text.selected {
	background-color: var(--op-7-color);
	color: #fff;
}

/* PAGINA DE DOCUMENTE */

section#documente {margin:40px 0;}
section#documente .lista-documente {display:grid; gap:10px 10px; grid-template-columns: 1fr 1fr 1fr;}
section#documente .lista-documente .card .card-header { 
	display:flex;
	flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
	background-color: var(--bluemarin);
	color: #fff;
}
section#documente .lista-documente .card a {
	color: #000000;
}

section#documente .lista-documente .card a:hover {
	color: var(--primary);
}

section#documente .lista-documente .card .card-header a {
	color:#fff;
}

@media (max-width: 768px) {
	section#documente .lista-documente {
		grid-template-columns: 1fr;
		gap: 1em;
	}

	section#documente .lista-documente .card .card-body h4 {
		font-size:1rem!important;
	}

	#top-social li .ts-icon.selected {
		display:none;
	}

	#top-social li .ts-icon {
		width:30px;
	}
}



/* STILURI PENTRU ELEMENTE CUSTOM */

#static .container .article .lista-documente {display:grid; grid-template-columns: 1fr 1fr 1fr;}
#static .container .article .lista-documente div.file {padding:10px; min-height:200px; margin:5px 5px 30px 5px; width:auto!important; display: flex; flex-direction: column; background: #fff!important; box-shadow:0px 10px 40px 0px rgb(6 22 58 / 10%)}
#static .container .article .lista-documente div.file .doc-icon-title {flex-grow: 1; display: flex;}
#static .container .article .lista-documente div.file .doc-icon-title .icon {padding-right:10px;}
#static .container .article .lista-documente div.file .doc-icon-title .icon i {float:none!important; margin:5px 10px 10px 0!important; padding:0; font-size:36px;}
#static .container .article .lista-documente div.file .doc-icon-title .title a {margin:0!important; line-height: normal; font-size: 16px; display:block; color: var(--golden); font-weight: 600;}
#static .container .article .lista-documente div.file .doc-icon-title .title a:hover {color: var(--primary);}
#static .container .article .lista-documente div.file .caption {font-size: 16px; line-height: 26px; color: var(--bluemarin);}
#static .container .article .lista-documente div.file button { transition:none!important; align-self: flex-end; display: inline-flex; align-items: center; font-size: 16px; height: 40px; letter-spacing: .2px; line-height: 40px; color: var(--golden); border: 2px solid #e8e8e8; padding: 0 24px; font-weight: 500;}
#static .container .article .lista-documente div.file button:hover { background-color: var(--primary); border-color: var(--primary); color: #fff; }


/* CAUTARE */
#cautare-overlay {visibility: hidden; opacity:0; position: fixed; z-index: -1; top:0; left:0; background:rgba(0,0,0,0.9); width: 100vw; height:100vh; display: flex; align-items: center; justify-content: center; text-align: left;}
#cautare-overlay .close {position:absolute; top:10px; right:0;}
#cautare-overlay .close i {font-size:40px; color: #fff; cursor:pointer;}
#cautare-overlay form#cautare {display: flex; justify-content: center; align-items: center;}
#cautare-overlay form#cautare input[type='text'] {width: 70%; height: 60px; border: 0; outline: none; }
#cautare-overlay form#cautare input[type='submit'] {height: 60px; border: 0; background-color: var(--primary); color: #fff; padding:0 20px; line-height: 35px; font-size:18px; font-weight:300;}


#cautare .paginare {
	margin:20px 0;
}

#cautare h3 {
	margin-bottom: 38px;
    color: #202b5d;
	font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 1em;
	font-family: var(--ff-accent);
}

#cautare h3 span {
	color: var(--primary);
}

#cautare .search_results .item {
	/*box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);*/
    margin-bottom: 40px;
	
}
#cautare .search_results .item .inner {
	padding: 36px 35px 50px;
	display: grid;
	grid-gap:5px 5px;	
}

#cautare .search_results .item .inner h4 {
	font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #202b5d;
    text-transform: capitalize;
}

#cautare .search_results .item .inner .title-date {
	display:grid;
	grid-template-columns: calc(100% - 200px) 200px;
	align-items: center;
    justify-content: center;
    
}

#cautare .search_results .item .inner .title-date .date {	
    background: var(--primary);    
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
	text-align: center;
}

#cautare .search_results .item .inner button {
	border: 0;
    font-family: var(--ff-accent);
    font-size: 18px!important;
    font-weight: 500;
    color: #FFFFFF;
    background: var(--golden-light);
    border-radius: 0px 0px 0px 0px;
    padding: 7px 20px;
	max-width:215px;
	justify-content: center;
    align-content: center;
    display: grid;	
}

#cautare .search_results .item .inner .more {
	display: grid;
	grid-template-columns: 1fr 1fr;	
}
#cautare .search_results .item .inner .more .social {
	justify-self: end;
}

#cautare .search_results .item .inner .more button svg {
	display:inline;
	width: 18px;
    height: 18px;
    margin-left: 6px;
}

#cautare .search_results .item .inner .more button:hover {
	background: var(--primary);
}

#cautare .search_results .item .inner .more button a {
	color: #fff;
}

/* Calendar homepage */
.fc-toolbar h2 {
	font-size: 1.25rem;
    line-height: 2rem;
    text-transform: capitalize;
}


#calendar {
	padding:0 10px; text-align: center;
}
#calendar button.fc-button {
	margin-left: 0;
    background: var(--primary);
    color: #fff;
    border: 0;
}
#calendar h2 {
	text-transform: uppercase;
	font-size:25px;
	font-family: var(--ff-accent);
}

/* Pagina de Categorie */
section#category {
	margin:30px 0;
}
section#category .category_content {
	display:grid; 
	grid-template-columns: 1fr 1fr; 
	width: 100%;
	padding:0;
	margin:0;	
}

section#category .category_content .item {
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
	padding: 34px 60px 32px 32px;
	margin:0 20px 20px 0;
	display: block;
}

section#category .category_content .item .item-icon-title {
	display: grid;
    grid-template-columns: auto 1fr;
	margin-bottom:10px;
}

section#category .category_content .item .item-icon-title .icon {
	width:40px;
	margin-right: 10px;
	place-self: center;
}

section#category .category_content .item .item-icon-title .title a {
	font-size: 20px;
    line-height: 26px;
    color: #202b5d;
    font-weight: 600;
}

section#category .category_content .item .item-icon-title .title a:hover {
	color: var(--primary);
}

section#category .category_content .item .item-icon-title .meta {
	font-size: 16px;
    line-height: 26px;
    color: var(--bluemarin);
}

section#category .category_content .item .item-icon-title .icon i:before {
	margin: 0;
    font-size: 34px;
    color:var(--golden);
    line-height: 1;
}

section#category .category_content .item .item-more {
	display: inline-flex;
    align-items: center;
    font-size: 16px;
    height: 40px;
    letter-spacing: .2px;
    line-height: 40px;
    color: #202b5d;
    border: 2px solid #e8e8e8;
    padding: 0 24px;
    font-weight: 500;
}

section#category .category_content .item .item-more:hover {
	background-color: var(--eu-color);
    border-color: var(--eu-color);
}

section#category .category_content .item .item-more:hover a {
	color: #fff;
}

section#category .container .meniu-lateral {
	background: #f7f1f0;
    padding: 26px 30px 37px;
    margin-bottom: 50px;
}
section#category .container .meniu-lateral h4 a {
	font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--golden);
    margin: 0 0 16px;
}
section#category .container .meniu-lateral ul.side {
	padding:0; 
	margin:0; 
	list-style: none;
}
section#category .container .meniu-lateral ul.side li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5
}
section#category .container .meniu-lateral ul.side li a {
	display: block;
    padding: 17px 10px 13px;
    font-size: 17px;
    line-height: 1.2;
    color: var(--golden);
	text-decoration: none;
    background-color: transparent;
}

section#category .container .meniu-lateral ul.side li:hover a {
	color:var(--primary);
	background: #fff;
}

section#category .container .meniu-lateral ul.side li a.selected {
	color:var(--primary); 
	background: #fff;
}

@media (max-width: 768px) {
	section#category {
		margin:10px 0;
	}
	section#category .category_content {
		display:grid; 
		grid-template-columns: 1fr; 
		width: 100%;
		gap: 1em;	
		margin-bottom: 30px;
	}

	section#category .category_content .item {
		padding:20px;
		margin:10px;
	}
}

/* SITEMAP */

section#sitemap {
	margin:40px 0;
	font-family: var(--ff-accent)!important;
}

section#sitemap ul li {
	margin:2px 0;
}

.primaryNav ul ul ul li a {
	background-color: var(--primary);
}

.primaryNav ul ul ul li a:hover {
	background-color: var(--primary-dark);
}

.primaryNav li a {
	background-color: var(--golden);
}

.primaryNav li a:hover {
	background-color: var(--bleumarin);
}

/* SECTIUNE - EVENIMENTE - FILTRU */

section.filtru-evenimente .container {
	background-color: #f7f1f0;
    padding: 33px 40px 40px;
	margin-top:40px;
	margin-bottom:70px;	    
}
section.filtru-evenimente form {
	width: 100%;
}
section.filtru-evenimente form label.second_font {
	font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    font-weight: 500;
    color: var(--golden);
    margin-bottom: 15px;
	font-family: var(--ff-accent);
}

section.filtru-evenimente form input#from_date,
section.filtru-evenimente form input#to_date {
	border: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    font-size: 17px;
    color: #333;
    line-height: 50px;
    box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 5%);
}

section.filtru-evenimente form .btn-success {
	cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    transition: .3s all linear;
	background-color: var(--primary);
	border-radius:0;
	border:0;
	font-family: var(--ff-accent);
	width: 100%;
}

/* SECTIUNE - STIRI - FILTRU */

section.filtru-stiri .container {
	background-color: #f7f1f0;
    padding: 15px;
	margin-top:0;
	margin-bottom:20px;	    
}
section.filtru-stiri form {
	width: 100%;
}
section.filtru-stiri form label.second_font {
	font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    font-weight: 500;
    color: var(--golden);
    margin-bottom: 15px;
	font-family: var(--ff-accent);
}

section.filtru-stiri form .btn-success {
	cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    transition: .3s all linear;
	background-color: var(--primary);
	border-radius:0;
	border:0;
	font-family: var(--ff-accent);
	width: 100%;
}

.dark .footer-widgets-wrap a:hover {
	color: var(--golden);
}

.dark .entry-title h2 a:hover, .dark .entry-title h3 a:hover, .dark .entry-title h4 a:hover {
	color: var(--golden);
}

/* CALENDAR HOMEPAGE */
section.calendar {
	margin:0;
	padding:20px 0 30px 0;
}

section.calendar .header-events {
	display: grid;
	grid-template-columns: 4fr auto;
	padding-bottom: 30px;
}
section.calendar h3 {
	font-size: 36px; 
	line-height: 44px; 
	color: var(--golden); 
	font-weight: 600; 
	margin: 0; 	
	align-self: center;
}
section.calendar .header-events a.more-events { 
	font-size: 18px;
    line-height: 44px;
    color: #0067da;
    letter-spacing: .2px;
	align-self: center;
	text-transform: capitalize;
	font-family: var(--ff-accent);
}
section.calendar .header-events a.more-events:hover {
	color:var(--primary);
}
section.calendar .header-events a.more-events svg {
	width: 18px;
    margin: 0 0 4px -5px;
}
section.calendar .container .row .lista-evenimente:after {
	position: absolute;
    content: '';
    width: 3000px;
	min-height: 1000px;
    top: -90px;
    right: 0;
    background: #fff;
    z-index: -1;
}
section.calendar .container .row .lista-evenimente .eveniment .inner .imagine {
	width: 100%;
    height: 250px;
    background: var(--golden) var(--placehoder-image);
    background-blend-mode: exclusion;
    background-position: center;
    background-size: cover;
}

section.calendar .container .row .lista-evenimente .eveniment .inner img {width: 100%; height:250px; object-fit: cover;}
section.calendar .container .row .lista-evenimente .eveniment .inner {
	padding: 0; 
	background-color: #fff; 
	position:relative;
	box-shadow:0px 10px 40px 0px rgb(6 22 58 / 10%);
	min-height:530px;
}
section.calendar .container .row .lista-evenimente .eveniment .detalii {padding: 23px 25px 40px}
section.calendar .container .row .lista-evenimente .eveniment .detalii .date {
	top:40px; 
	left:0; 
	position:absolute; 
	background: #fff; 
	color: var(--primary); 
	display: inline-block; 
	font-size: 20px; 
	line-height: 36px; 
	height: 36px; 
	font-weight: 700; 
	padding-right: 10px;
}
section.calendar .container .row .lista-evenimente .eveniment .detalii .date span {
	display:inline-block; 
	background:var(--primary); 
	color: #fff; 
	font-size: 20px; 
	padding: 0 8px 0 10px; 
	height: 36px; 
	line-height: 36px; 
	font-weight: 700;
}
section.calendar .container .row .lista-evenimente .eveniment .detalii .supratitlu {
	font-size: 17px; 
	line-height: 22px; 
	color: #0067da; 
	font-weight: 600;
}
section.calendar .container .row .lista-evenimente .eveniment .detalii .titlu a {
	font-weight:700; 
	font-size: 22px; 
	line-height: 26px; 
	letter-spacing: .2px; 
	color: var(--golden); 
	display: block;
	margin:10px 0 12px 0;
}
section.calendar .container .row .lista-evenimente .eveniment .detalii .when {
	margin-bottom:7px; 
	line-height: 22px; color: var(--bluemarin); font-size: 16px; font-weight: 400;}
section.calendar .container .row .lista-evenimente .eveniment .detalii .when i {
	color:var(--primary);
}
section.calendar .container .row .lista-evenimente .eveniment .detalii .where {
	margin-bottom:7px; 
	line-height: 22px; 
	color: var(--bluemarin); 
	font-size: 16px; 
	font-weight: 400;
}
section.calendar .container .row .lista-evenimente .eveniment button {
	margin-top: 30px; 
	background: #fff; 
	border: 2px solid #e0e0e0; 
	margin-right: 11px; 
	font-weight: 500; 
	-webkit-transition: all .3s; 
	transition: all .3s; 
	color: var(--golden); 
	font-size: 16px; 
	line-height: 24px; 
	letter-spacing: .2px;  
	padding: 6px 20px 5px;
	font-family: var(--ff-accent);
}
section.calendar .container .row .lista-evenimente .eveniment button:hover {
	background: var(--primary); 
	color: #fff; 
	border-color: var(--primary);
}
section.calendar .container .row .lista-evenimente .eveniment button:hover a {
	color: #fff;
}
section.calendar .container .row .calendar-evenimente .inner {
	padding:2px 4px;
	box-shadow: 0px 10px 40px 0px rgb(6 22 58 / 10%);
    background: #fff;
}
#calendar {
	padding:0 10px; text-align: center;
}
#calendar button.fc-button {
	margin-left: 0;
    background: var(--primary);
    color: #fff;
    border: 0;
}
#calendar h2 {
	text-transform: uppercase;
	font-size:25px;
	font-family: var(--ff-accent);
}

.fc-day.has-events{background: #d5f8e4!important; cursor: pointer !important;}
.fc-day-top.has-events{color: #000;cursor: pointer;}
.fc-day-grid-container{height: auto !important; overflow: hidden !important;}
#oc-events {margin-top: 70px;}

#footer-cta {
	margin-top:2em;
}


/* ----------------------------------------------------------------
	Stiluri trimise de Ionut
-----------------------------------------------------------------*/

/* Fonts */



body {
	line-height: 1.5;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.15rem;
}

#content p {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #003399;
	font-weight: 700;
	line-height: normal ;
	margin: 0 0 30px 0;
	font-family: 'Source Sans Pro', sans-serif;
}

h1 { font-size: 40px; }

h2 { font-size: 36px; }

h3 { font-size: 1.75rem; }

h4 { font-size: 18px; }

h5 { font-size: 0.875rem; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

.widget > H4 {
	font-size: 18px;
}

@media (max-width: 767.98px) {

	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.75rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.25rem;
	}

}



.btn-link, .page-link, .page-link:hover, .page-link:focus {
    color: var(--eu-color);
}

.page-item.active .page-link, .page-link:hover, .page-link:focus {
    color: #FFF !important;
    background-color: var(--eu-color) !important;
    border-color: var(--eu-color) !important;
}

/* Links */
a {
	text-decoration: none !important;
	color: #003399;
}


/* Top Bar */
#top-bar {
	background-color: var(--primary);
}

.top-links {
	border-bottom: 1px solid var(--primary);
}

.top-links h1 {
	font-size: 1.2rem;
	line-height: normal;
	color: var(--white);
	margin:0;
	font-family: var(--ff-tertiary);
}

.top-links-item {
	border-left: 1px solid var(--primary);
}

.top-links-item > a {
	color: #EEEEEE;
	font-weight: 600;
}

.top-links-item:hover { background-color: var(--primary-darker); }

.top-links-sub-menu,
.top-links-section {
	background: var(--primary);
	border: 1px solid var(--primary);
	border-top-color: #EEEEEE;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
}

.top-links-sub-menu .top-links-item:hover { background-color: var(--primary-darker); }

.top-links-sub-menu .top-links-item > a {
	text-transform: none;
	font-weight: 400;
	font-size: 0.8rem;
}

#top-social li { border-left: 1px solid var(--primary); }

#top-social a {
	color: #EEEEEE;
}

#top-social li a:hover .ts-text-mastodon {
	background-color: #313543;
}

#top-social li a:hover .ts-icon-mastodon {
	background-color: #313543;
}

/* Footer */
.dark #footer, #footer.dark {
	background-color: var(--primary);
}

/* Footer > Copyrights */
.dark #copyrights, #copyrights.dark {
	background-color: var(--primary-darker);
}

#copyrights {
	background-color: var(--primary-darker);
	/*font-size: 0.875rem;*/
	/*line-height: 1.8;*/
}

#footer .footer-widgets-wrap {
	padding:40px 0!important;
}
#copyrights {
	padding:20px 0;
}

/* Pages */
#page-title.page-title-dark {
	background-color: var(--eu-color);
}

#page-title span {
    display: inline;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 1.125rem;
}


@media (max-width: 400px) {

	#top-bar {
		display: none;
	}

	.header-misc {
		flex-grow: 1;
	}

	#logo {
		display: none;
	}

	#logo-mobile {display: block;}

	.stretched .full-header #header-wrap > .container {
		padding:5px;
	}

	.top-search-open .top-search-form {
		left:10%;
		width: 80%!important;
	}

	.top-search-form input {
		padding:0 10px;
	}

	#top-search a i.icon-line-cross {
		left: -50px;
	}

	.grid-filter-wrap {
		display: none;
	}
	
	.bottommargin-lg {
		margin-bottom: 3rem!important;
	}

	.promo.promo-light.promo-full {
		padding:10px!important;
	}

	.stiri-footer {
		display: none;
	}

	.footer-second-column {
		display: none;
	}

	#footer-cta .container-fluid {
		padding:0;
	}
}