button,input{outline:0;border:0;border-radius:4px;font-family:"IBM Plex Serif",serif}
input::placeholder{color:#8d9fb2;font-size:14px;	font-family: "Inter", sans-serif;font-optical-sizing: auto;font-weight: 600;}
input{-webkit-appearance:none;appearance:none}
a{text-decoration:none;color:#222}
*{margin:0;padding:0;box-sizing:border-box}
a,:focus{outline:none}
input[type=checkbox]{display:none}
em{font-style:normal}
ul{padding:0}
body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "slnt" -5;
    background-color: #EEEEEE;
}

.homepage .header-site {
    background-color: #1b4c8f;

}
.center-div {
    width: 1334px;
    margin: 0 auto;
}

.header-top {
    background-color: #fff;
    padding: 0 15px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: solid 1px #ededed;
    border-top: 0;
    box-shadow: 0 2px 15px 0 rgba(180, 180, 180, 0.7);
}

.header-top.sticky {
    position: fixed;
    left: 50%;
    right: 15px;
    top: 0;
    z-index: 2;
    width: 1334px;
    margin-left: -667px;
}

.header-top nav {
    float: right;
    padding-top: 18px;
}

.gallery {
	margin: 0px!important;
}

.main-nav li,
.main-nav a {
    display: inline-block;
}

.main-nav li {
    padding: 0 10px;
}

.main-nav a {
    font-size: 15px;
    line-height: 16px;
    color: #1b4c8f;
}

.main-nav .home a {
    background: url(../images/icon-home.png) no-repeat center;
    padding-left: 25px;
    text-indent: -9999px;
}

#pojo-a11y-toolbar > div.pojo-a11y-toolbar-toggle > a > svg > path {
	color: #1b4c8f!important;
}

.main-nav a:hover {
    text-decoration: underline;
    color: #45332a;
}


.search-popup {
    width: 100%;
    background-color: #1b4c8f;
    padding: 60px;
    position: fixed;
    top: 70px;
    bottom: 0;
    z-index: 1;
    display: none;
}



.search-popup .search-form {
    margin-bottom: 30px;
}

.search-popup .close {
    text-align: center;
}

.search-popup .close span {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}


.others {
    float: right;
    padding-top: 5px;
    padding-left: 45px;
}

.search {
    background: url(../images/search.jpg) no-repeat center;
    background-size: 32px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    display: block;
}

.homepage .search {
    display: none;
}


.search-box {
    padding: 90px 0;
    text-align: center;
}

.search-box .pnnr {
    opacity: unset;
}

.search-form {
    background-color: #fff;
    width: 740px;
    margin: 45px auto 45px auto;
    border-radius: 100px;
    padding: 8px 0px 8px 10px;
}

.search-form input[type=text] {
    font-size: 16px;
    width: 600px;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.search-form input[type=submit] {
    background-color: #004990;
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.listing {
    padding: 60px 0;
}

.listing h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    padding-bottom: 60px;
    text-align: center;
    color: #1b4c8f;
}

.list-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    clear: both;
    padding-bottom: 45px;
}

.item-apel {
    width: calc((100% - 40px) / 4);
    border: solid 1px #e7e7e7;
    padding: 20px 10px;
    border-radius: 6px;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #fff;
}

.item-apel h4 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #45332a;
    padding-bottom: 8px;
}

.item-apel.green h4 {
    color: #439d34;
}

.item-apel.green:hover {
    border: solid 1px #439d34;
}

.item-apel.blue h4 {
    color: #49abaa;
}

.item-apel.blue:hover {
    border: solid 1px #49abaa;
}

.item-apel.purple h4 {
    color: #B162FE;
}

.item-apel.purple:hover {
    border: solid 1px #B162FE;
}

.item-apel .status {
    border-radius: 4px;
    font-size: 12px;
    line-height: 21px;
    color: #B5B5B5;
    border: solid 1px #B5B5B5;
    padding: 4px 5px;
}


.item-apel p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    padding-top: 15px;
}

.item-apel .status {
    font-size: 10px;
    line-height: 21px;
    color: #828282;
}

.item-apel .buget {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    color: #B5B5B5;
    float: left;
    width: 100%;
    padding-right: 15px;
    margin-top: 15px;
    border-left: solid 1px #B5B5B5;
    padding-left: 30px;
}

.item-apel .buget.second {
    border-left: solid 1px #B5B5B5;
    padding-left: 10px;
    width: 100%;
}

.item-apel .buget strong {
    color: #333;
    font-weight: 700;
    font-size: 12px;
    display: block;
    clear: both;
}

.item-apel .actualizat {
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 21px;
    color: #828282;
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
}

.item-apel .share {
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -9999px;
}

.item-apel .share {
    background: url(../images/share.png) no-repeat center;
}

.item-apel.green .share {
    background: url(../images/investitii.png) no-repeat center;
    background-size: cover;

}
.item-apel.purple .share {
    background: url(../images/reforme.png) no-repeat center;
    background-size: cover;
    width: 50px;
    height: 40px;
}
.item-apel.blue .share {
    background: url(../images/digitalizare.png) no-repeat center;
    background-size: cover;
    width: 50px;
    height: 40px;
}


.item-apel .more {
    display: block;
    width: 41px;
    height: 41px;
    background: url(../images/more.png) no-repeat center;
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-indent: -9999px;
}

/* Page styles */

.page-header {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 600;
    border: 0;
    text-align: left;
    color: #1b4c8f;
    margin-bottom: 15px;
}

.page-content {
    font-size: 16px;
    line-height: 1.6em;
    color: #4f4f4f;
    font-weight: 400;

}

.header-well {
    margin-top: 50px;
}


.maps {
    background-color: #e5e5e5;
    padding: 50px 0;
}

.maps h2 {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    color: #1b4c8f;
}

.chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1060px;
    margin: 30px auto;
}

.st0 {
    fill:#A8C6D1;
}



#label_points text {
    font-size: 14px;
    letter-spacing: 2px;
}

.tooltipster-content {
    background: #fff;
    text-align: center;
    border: 1px solid #1b4c8f !important;
}

.tooltipster-base {
    top: 0; 
}

.harta-tooltip h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #1b4c8f;
}

.harta-tooltip .info {
    float: left;
    text-align: left;
}

.harta-tooltip p {
    font-size: 14px;
    margin-bottom: 5px;
}
.harta-tooltip p span {
    color: #828282;
    font-size: 16px;
    font-weight: 700;
}


.harta-tooltip img {
    width: 55px;
    height: auto;
    float: left;
    margin: 15px;
}

.harta-hm {
    max-width: 1060px;
    margin: 30px auto;

}

.harta-data {
    text-align: center;
    color: #1b4c8f;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 60px;
}

.st0:hover {
    stroke: #004990;
    fill: #004990!important;
}

.st0 text:hover {
    color: #fff;
}

.judet-alb {
    stroke: #fff;
}

.harta-mobil {
    text-align: center;
    display: none;
}

.harta-mobil select {
    width: 60%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    border: solid 1px #1b4c8f;
    color: #1b4c8f
}

.maps .chart-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.maps-chart {
    width: 100px;
    padding-left: 15px;
}


.chart-item {
    width: calc((100% - 30px) / 3);
    color: #1b4c8f;
    padding: 15px;
    text-align: center;
    display: flex;
}

.chart-item p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
}

.chart-item strong {
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: 700;
}

.digit-info {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.digit-chart {
    float: right;
    width: 30%;
}

.media {
    clear: both;
    background-color: #e5e5e5;
}

.media h2 {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    color: #1b4c8f;
    padding: 30px 0 15px 0;
}

.media h2:first-child {
    padding-bottom: 30px;
}

.media-listing {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.item-media {
    width: calc((100% - 0px) / 3);
    border-radius: 6px;
    position: relative;
}

.handwrite {
    width: 430px;
}

.proiecte.media-listing {
    justify-content: space-between;
}


.proiecte.media-listing .item-media {
    width: calc((100% - 30px) / 3);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.proiecte.media-listing .main-item {
    width: 100%;
}

.proiecte.media-listing .main-item .more {
    font-size: 24px;
    line-height: 29px;
    padding: 30px !important;
}


.proiecte.media-listing .item-media .more {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    text-align: left;
    background: rgb(2,0,36);
    background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%);
    padding-right: 90px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.proiecte.media-listing .item-media:hover .more {
    opacity: 1;
}

.proiecte.media-listing .item-media .more img {
    width: 24px;
    height: auto;
}


.item-media .big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-media .more {
    position: absolute;
    bottom: 60px;
    left: 45px;
    right: 15px;
    font-size: 16px;
    color: #f2f2f2;
    line-height: 20px;
    padding-right: 145px;
}

.item-media .more .icon-image {
    position: absolute;
    right: 60px;
    bottom: 15px;
}

.item-media .more .icon-video {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.all-media {
    text-align: center;
    padding: 15px 0 30px 0;
}

.all-media a {
    font-size: 16px;
    line-height: 24px;
    border: solid 1px #004990;
    background: #004990 url("../images/next-bt.png") no-repeat right 20px center;
    color: #fff;
    padding: 15px 45px 15px 30px;
    border-radius: 8px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .2s ease-out;
}

.all-media a:hover {
    background-color: #0d99ff;
}



.presa {
    padding: 50px 0;
}

.presa h2 {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    color: #1b4c8f;
}

.item-presa {
    display: block;
    clear: both;
    border-bottom: dotted 1px #ddd;
    padding: 30px 0;
    overflow: hidden;
}

.item-presa-st {
    float: left;
    width: 230px;
}

.item-presa-dr {
    float: right;
    width: 1050px;
    display: flex;
    align-items: center;
}

.item-presa .data {
    border-radius: 4px;
    font-size: 12px;
    line-height: 21px;
    color: #B5B5B5;
    border: solid 1px #B5B5B5;
    padding: 4px 5px;
    display: inline-block;
    margin:8px 0;
}

.item-presa .comunicat {
    font-size: 16px;
    line-height: 21px;
    color: #1b4c8f;
    display: block;
    clear: both;
}

.item-presa-dr a {
    max-width: 700px;
}

.img-comunicat {
    float: left;
    margin-right: 30px;
}

.sortare span:hover {
    background-color: #1b4c8f;
    color: #fff;
    cursor: pointer;
}

.sortare .active span {
    background-color: #1b4c8f;
    color: #fff;
}

.sortare li,
.sortare span,
.filtru li,
.filtru li a {
    display: inline-block;
}

.sortare li {
    padding-right: 5px;
}


.filtru {
    float: right;
}

.filtru .distribuie a {
    background: url(../images/distribuie.png) no-repeat center right;
    padding-right: 25px;
}

.filtru .plus a {
    background: url(../images/plus.png) no-repeat center right;
    padding-right: 30px;
}

.filtru .remove a {
    background: url(../images/remove.png) no-repeat center right;
    padding-right: 25px;
}

.filtru li {
    padding-left: 5px;
}

.sortare span,
.filtru span {
    font-size: 13px;
    line-height: 21px;
    border: solid 1px #c1c1c1;
    border-radius: 20px;
    color: #4f4f4f;
    padding: 3px 10px;
}

footer {
    background-color: #CBDAE9;
    border-top: solid 1px #e4e9ed;
    padding: 50px 0;
    overflow: hidden;
    margin-top: 60px;
}

.box-footer {
    float: left;
    width: 300px;
    margin-right: 30px;
}

.box-footer .title {
    font-size: 16px;
    line-height: 20px;
    color: #1b4c8f;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.box-footer li {
    padding-bottom: 15px;
    list-style: none;
}

.box-footer a {
    font-size: 14px;
    line-height: 18px;
    color: #737373;
}

.box-footer a:hover {
    color: #1b4c8f;
}

.box-footer p {
    font-size: 14px;
    line-height: 32px;
    color: #737373;
    margin-top: -5px;
}

.footer-final {
    display: block;
    clear: both;
    border-top: 1px solid #cccc;
    padding-top: 15px;
}

footer .social {
    float: left;
    width: 330px;
    padding-top: 15px;
}

footer .social a {
    margin-right: 15px;
}

footer .footer-icons {
    float: left;
}

footer .copyright {
    float: right;
    font-size: 14px;
    line-height: 18px;
    color: #1b4c8f;
    padding-top: 25px;
}

.bcr {
    font-size: 14px;
    line-height: 24px;
    color: #1b4c8f;
    padding: 30px 0;
}

.bcr a {
    color: #979797;
}

.digit {
    display: flex;
}


.digit h1 {
    font-size: 40px;
    line-height: 48px;
    color: #1b4c8f;
    font-weight: 600;
}


.digit h2 {
    font-size: 24px;
    line-height: 30px;
    color: #49abaa;
    font-weight: 400;
}

.download h2 {
    font-size: 40px;
    line-height: 48px;
    color: #1b4c8f;
    text-align: center;
    padding-bottom: 30px;
}

.download h2 strong {
    font-size: 10px;
    line-height: 21px;
    color: #45332a;
    display: block;
    clear: both;
    text-align: center;
}

.item-download {
    border: solid 1px #b6dddb;
    background-color: #f1f5f3;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    margin-top: 8px;
}

.purple .item-download {
    background-color: #f7f2f8;
    border: solid 1px #dcc1f9;
}

.item-download:hover {
    background-color: #1b4c8f;
}

.item-download:hover h3,
.item-download:hover p {
    color: #fff;
}

.item-download h3 {
    font-size: 18px;
    line-height: 18px;
    color: #1b4c8f;
}

.item-download p {
    font-size: 14px;
    line-height: 16px;
    color: #1b4c8f;
    display: flex;
    align-items: center;
    justify-content: end;
}

.other-docs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: solid 1px #cecdcd;
    padding: 15px;
}

.item-docs {
    width: calc((100% - 40px) / 4);
    border-right: solid 1px  #cecdcd;
    padding-left: 15px;
}

.item-docs:last-child {
    border:0;
}

.item-docs p {
    font-size: 18px;
    line-height: 21px;
    color: #4f4f4f;
    font-weight: 400;
}

.media-sort {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.media-sort li {
    padding: 0 10px;
}

.media-sort li,
.media-sort span {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #45332a;
}

.media-sort span {
    padding: 7px 20px;
    border-radius: 30px;
    border: solid 1px #e3e3e3;
    background-color: #fff;
}

.media-sort span:hover,
.media-sort .active span {
    background-color: #1b4c8f;
    color: #fff;
}

.media h3 {
    font-size: 32px;
    line-height: 21px;
    text-align: center;
    color: #1b4c8f;
    padding-top: 30px;
}

.description {
    padding-top: 30px;
}

.description.p404 {
    min-height: 400px;
}

.description .center-div {
    padding: 30px 0;
}

.digit .center-div.cut-width > *,
.description .center-div.cut-width > * {
    width: 70%;
}

.description h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    border: 0;
    text-align: center;
    color: #1b4c8f;
    margin-bottom: 15px;
}

.description h3 {
    font-size: 20px;
    line-height: 24px;
    color: #1b4c8f;
    padding-top: 15px;
}

.description p {
    font-size: 18px;
    line-height: 24px;
    color: #4f4f4f;
    font-weight: 400;
    padding-top: 10px;
}

.description ul,
.description ol {
    padding-top: 10px;
    color: #4f4f4f;
    font-weight: 400;
}

.description li {
    padding-bottom: 10px;
    margin-left: 20px;
    line-height: 24px;
    font-size: 18px;
}

.description.center-pos .center-div {
    max-width: 660px;
    margin: 0 auto;
}


.twentytwenty-wrapper {
    margin: 30px 0;
}

.description img {
    width: 100%;
    height: auto;
}

.tabel {
    padding: 50px 0;
}

.tabel table {
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    font-weight: 400;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
}

.tabel th {
    padding: 15px;
    color: #1b4c8f;
    font-weight: 600;
    text-align: left;
}

.tabel td {
    padding: 15px;
    border-top: solid 1px #cecece;
    border-left: solid 1px #cecece;
}

.descarca-raport {
    display: block;
    clear: both;
    padding-top: 60px;
    text-align: center;
}

.descarca-raport a:hover {
    background-color: #0d99ff;
}

.descarca-raport a {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 55px 15px 30px;
    color: #fff;
    background: #1b4c8f url(../images/arrow.png) no-repeat 200px center;
    border: solid 1px #004990;
    border-radius: 8px;
    transition: all .2s ease-out;
}

.description.borders {
    padding: 30px 0;
}

.description.borders .center-div {
    padding: 15px;
    border: solid 1px #e1e7ec;
    background-color: #fff;
    border-radius: 8px;
}

.description table {
    margin-top: 30px;
}

.description th {
    padding: 5px 15px 5px 0px;
    color: #1b4c8f;
    font-weight: 600;
    text-align: left;
}

.description td {
    padding: 5px 15px 5px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}

.description h2 {
    font-size: 48px;
    line-height: 58px;
    color: #1b4c8f;
    border-bottom: solid 1px #1b4c8f;
    margin-bottom: 15px;
    text-align: center;
}

.intro {
    padding-top: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #4f4f4f;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
}

.proiecte {
    text-align: center;
}

.proiecte .center-div {
    padding: 15px;
    border: solid 1px #b5b5b5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.proiect-info {
    width: 180px;
    display: inline-block;
    text-align: center;
    border-right: solid 1px #b5b5b5;
    font-weight: 400;
    color: #1b4c8f;
    font-size: 18px;
    padding: 10px;
}

.proiect-info:last-child {
    border: 0;
}

.proiect-info strong {
    display: block;
    clear: both;
}

.numbers {
    padding: 60px 0 30px 0;
}

.numbers .center-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 100px;
}

.numbers p {
    width: calc((100% - 20px) / 4);
    color: #1b4c8f;
}

.numbers p strong {
    display: block;
    clear: both;
    font-size: 32px;
    line-height: 32px;
}

.numbers .n1 {
    background: url(../images/n1.png) no-repeat left 45px center;
}
.numbers .n2 {
    background: url(../images/n2.png) no-repeat left 30px center;
}
.numbers .n3 {
    background: url(../images/n3.png) no-repeat left 45px center;
}
.numbers .n4 {
    background: url(../images/n4.png) no-repeat left 25px center;
    padding-left: 100px;
    background-size: 53px;
}

.numbers .n1, .numbers .n2, .numbers .n3 {
    text-align: center;
    border-right: 1px solid #b5b5b5;
    padding-left: 90px;
    padding-top: 15px;
}


.resurse {
    padding: 60px 0;
    overflow: hidden;
}

.resurse .all-media {
    padding-top: 60px;
    clear: both;
}

.resurse h2 {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    color: #1b4c8f;
}

.resurse h2,
.media h2 {
    padding-top: 60px;
}

.resurse h3 {
    color: #1b4c8f;
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

.resurse-left {
    float: left;
    width: 49%;
}

.resurse-right {
    float: right;
    width: 50%;
}

.resurse-item {
    border: solid 1px #efeeed;
    background-color: #fff;
    border-radius: 6px;
    min-height: 340px;
    padding-right: 30px;
}

.resurse-item img {
    float: left;
    margin-right: 30px;
    width: 240px;
    height: 338px;
}


.resurse-item h4 {
    padding-top: 45px;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    padding-bottom: 15px;
}

.resurse-item p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    font-weight: 400;
    padding-bottom: 30px;
}

.resurse-right .resurse-item p {
    padding-top: 10px;
}

.descarca {
    border: solid 1px #30629d;
    padding: 6px 22px 6px 14px;
    font-size: 14px;
    color: #1b4c8f;
    border-radius: 6px;
    background: url(../images/descarca.png) no-repeat 85px center;
}

.descarca:hover {
    background-color: #0d99ff;
    color: #fff;
}

.resurse-right  .resurse-item {
    padding: 30px;
}

.resurse-item h5 {
    background: url(../images/minister.png) no-repeat left center;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0px 15px 60px;
}

.resurse-right .col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resurse-right .resurse-item {
    width: calc((100% - 14px) / 2);
}


.media-first {
    position: relative;
    display: block;
    clear: both;
}

.media-first h3 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    position: absolute;
    left: 60px;
    bottom: 170px;
}

.media-first p {
    font-size: 14px;
    line-height: 18px;
    max-width: 580px;
    color: #fff;
    position: absolute;
    left: 60px;
    bottom: 120px;
}

.media-first .descopera {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    position: absolute;
    left: 60px;
    bottom: 60px;
    border: solid 1px #fff;
    border-radius: 6px;
}

.play-media {
    position: absolute;
    width: 66px;
    height: 67px;
    display: block;
    right: 30px;
    bottom: 60px;
}


.noutati {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    row-gap: 10px;
}

.noutati-item {
    width: calc((100% - 24px) / 4);
    border: solid 1px #efeeed;
    border-radius: 6px;
    padding: 15px;
    background: #fff url(../images/next.png) no-repeat right 10px bottom 10px;
}

.noutati-item:hover {
    border: 1px solid #ccc;
}

.noutati h3 {
    background: url(../images/minister.png) no-repeat left center;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px 15px 65px;
    text-align: center;
}

.noutati p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 15px 0;
}

.noutati .data {
    font-size: 10px;
    line-height: 20px;
    color: #838383;
}



/* resurse */
.resurse {
    padding: 20px 10px;
}

.resurse h1 {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    color: #1b4c8f;
    padding: 30px 0 15px 0;
}

.description h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    border: 0;
    padding: 15px 0;
}

.description iframe {
    width: 100%;
    min-height: 500px;
}

.infos {
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    font-weight: 400;
    max-width: 915px;
    margin: 0 auto;
    text-align: center;
}


.download {
    padding-top: 15px;
    clear: both;
}

.download .center-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-resurse {
    width: calc((100% - 60px) / 4);
    padding: 30px 10px;
    border: solid 1px #e3e3e3;
    background-color: #fff;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 5px;

}

.item-resurse h3 {
    font-size: 16px;
    line-height: 18px;
    color: #1b4c8f;
}

.item-resurse p a {
    font-size: 12px;
    line-height: 16px;
    color: #1b4c8f;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.legislatie .center-div {
    border: solid 1px #b5b5b5;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.legislatie .item-legislatie {
    width: calc((100% - 10px) / 3);
    border-right: solid 1px #b5b5b5;
    text-align: center;
}

.legislatie .item-legislatie:last-child {
    border: 0;
}

.item-legislatie h3 {
    font-size: 18px;
    line-height: 21px;
    color: #4f4f4f;
    font-weight: 400;
    padding-bottom: 10px;
}

.item-legislatie .link {
    font-size: 13px;
    line-height: 16px;
    color: #1b4c8f;
    background: url(../images/link.png) no-repeat;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.judet h1 {
    color: #1b4c8f;
}

.judet .logo-judet {
    float: left;
    width: 15%;
}

.judet .info-judet {
    float: left;
    width: 85%;
}

.logo-judet img {
    width: 135px;
    height: auto;
}

.judet {
    min-height: 200px;
}

.judet .title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
}

.judet .date {
    font-size: 14px;
    color: #333333;
}

.judet .buget {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}


.judet .buget p {
    color: #828282;
}

.judet .buget span {
    color: #1b4c8f;
    font-size: 30px;
}

.judet .buget .progress {
    width: 70%;
}

.judet .buget .progress progress {
    width: 90%;
    height: 30px;
}

.judet-chart .center-div {
    display: flex;
    justify-content: space-around;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}

.chart-buget-judet {
    width: 80%;
    max-width: 700px;
}

.chart-buget-judet-pie {
    width: 0%;
}

.wpcp-carousel-wrapper {
    padding: 30px 0;
}

.monitorizare-content {
    max-width: 1000px!important;
}

/* desktop */
@media (max-width: 1410px) {

    .media-content-listing {
        width: 750px;
    }

    .center-div {
        width: 1152px;
    }

    .header-top.sticky {
        width: 1152px;
        margin-left: -576px;
    }

    .item-presa-dr {
        float: right;
        width: 900px;
    }

    .media-first img {
        width: 100%;
    }

    .noutati-item {
        width: calc((100% - 12px) / 2);
        margin-bottom: 15px;

    }

    .item-resurse {
        width: calc((100% - 30px) / 3);
    }



}


/* tableta */
@media (max-width: 1169px) {

    .digit .center-div.cut-width > *,
    .description .center-div.cut-width > * {
        width: 100%;
    }

    .header-top.sticky {
        width: 768px;
        margin-left: -384px;
    }

    .harta-mobil {
        display: block;
    }

    .harta-hm {

        position: relative;
    }

    .harta-hm svg {
        filter: blur(2px);
        width: 100%;
        height: 380px;
        pointer-events: none;
    }

    .harta-mobil {
        position: absolute;
        top: 65%;
        left: 0;
        right: 0;
        margin-top: -30px;
    }

    .harta-mobil select {
        border-radius: 6px;
    }



    .media-top img,
    .media-content-item img {
        float: none;
        margin-left: 0px;
        width: 100%;
        height: auto;
    }

    .media-content-item img {
        margin-top: 15px;
    }

    .media-top-title {
        padding-top: 0;
    }

    .media-top h2, .media-content-item h2 {
        font-size: 24px;
        line-height: 28px;
        padding-top: 15px;
    }

    .media-top p, .media-content-item p {
        font-size: 12px;
        color: #4f4f4f;
        padding-top: 15px;
    }

    .media-aside {
        width: 100%;
        float: none;
    }

    .media-content {
        margin-top: 30px;
    }

    .media-content-listing {
        width: 100%;
        float: none;
    }

    .media-content-item {
        padding-top: 30px;
    }


    .logo-judet img {
        width: 100%;
        height: auto;
    }

    .judet .logo-judet {
        margin-right: 15px;
    }

    .judet .buget {
        width: 100%;
    }

    .judet .buget .progress {
        padding-right: 15px;
    }

    .judet .buget span {
        color: #1b4c8f;
        font-size: 28px;
        display: block;
    }

    .numbers .center-div {
        padding: 0 15px 0 15px;
    }

    .numbers .n1, .numbers .n2, .numbers .n3 {
        text-align: center;
        border-right: 0;
        padding-left: 0;
    }

    .numbers p {
        margin-bottom: 15px;
    }

    .numbers .n4 {
        padding: 0;
        text-align: center;
        padding-left: 90px;
    }

    .search-popup {
        padding: 0;
    }

    .proiecte.media-listing {
        padding-bottom: 30px;
    }

    .proiecte.media-listing .item-media {
        width: 100%;
    }

    .all-media a {
        font-size: 14px;
    }

    .digit-info,
    .digit-chart {
        float: none;
        width: 100%;
    }

    .center-div {
        width: 768px;
    }

    .menuicon{cursor:pointer;text-align:center;float:right;outline:0;padding:13px;}
    .menuicon::after{
        content: "\2630";
        font-size: 22px;
        line-height: 36px;
        padding: 0px 5px;
        color: #004990;
    }

    #hamburger:checked~nav{
        width: 768px;
        z-index: 1;
        display: block;
        text-align: center;
        background-color: #fff;
        position: absolute;
        margin-left: -16px;
        margin-top: -6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    nav {
        display: none;
    }

    .main-nav {
        float: none;
        padding: 15px;
    }

    .main-nav li, .main-nav li a {
        display: block;
        clear: both;
        text-align: center;
        padding: 5px 0;
    }

    .others {
        padding-left: 5px;
    }

    .pnnr {
        width: 400px;
        height: auto;
        margin: 0 auto;
    }

    .form-icons {
        width: 700px;
        height: auto;
    }

    .item-apel {
        width: calc((100% - 20px) / 2);
    }

    .item-presa-st {
        width: 200px;
    }

    .item-presa-dr {
        width: 560px;
    }

    .item-media {
        width: calc((100% - 0px) / 2);
    }

    footer .social {
        width: 200px;
    }

    footer .copyright {
        float: none;
        display: block;
        clear: both;
    }

    .item-docs {
        width: calc((100% - 20px) / 2);
        margin-top: 15px;
    }

    .numbers p {
        width: calc((100% - 20px) / 2);
    }

    .resurse-left,
    .resurse-right {
        float: none;
        width: 100%;
    }

    .media-first h3 {
        font-size: 30px;
    }

    .legislatie .item-legislatie {
        width: calc((100% - 20px) / 2);
        margin: 30px 0;
    }




}


/* mobil */
@media (max-width: 767px) {

    .handwrite {
        width: 80%;
        margin-bottom: 50px;
    }

    .judet .title {
        display: block;
    }

    .chart-buget-judet {
        width: 100%;
    }

    .chart-buget-judet-pie {
        width: 100%;
    }

    .header-top.sticky {
        width: initial;
        margin: 0;
        left: 15px;
    }

    .description li, .description p {
        font-size: 16px;
        line-height: 22px;
    }

    .descarca-raport a {
        font-size: 16px;
        line-height: 19px;
        background: #1b4c8f url(../images/arrow.png) no-repeat 165px center;
    }

    .all-media a {
        font-size: 16px;
        line-height: 19px;
    }

    .listing {
        padding: 15px 0;
    }

    .description h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .description iframe {
        min-height: 280px;
    }

    .maps .chart {
        display: block;
    }

    .maps .chart .chart-item {
        width: 100%;
        text-align: left;
    }

    .maps .chart p {
        width: 50%;
        float: left;
        padding-top: 30px;
    }

    .maps-chart {
        width: 150px;
    }

    .maps .chart canvas {
        max-width: 65% !important;
        height: auto!important;
    }

    .listing h1,
    .maps h2,
    .resurse h2,
    .media h2 {
        font-size: 32px;
        line-height: 37px;
    }


    .judet .buget p {
        font-size: 13px;
        font-weight: 400;
    }

    .judet .buget span {
        font-size: 22px;
    }

    .judet .date {
        padding-top: 15px;
        font-weight: 400;
    }

    .judet-chart .chart-mobile {
        display: block;
        clear: both;
    }

    .media-sort li {
        padding: 0;
    }

    .judet-chart .center-div {
        display: block;
    }

    .judet-chart .center-div canvas {
        margin-bottom: 30px;
    }


    .legislatie .center-div {
        border: 0;
        padding: 15px;
    }

    .legislatie .item-legislatie {
        border-bottom: solid 1px #b5b5b5;
        border-right: 0;
        margin: 0;
        padding: 15px 0;
    }


    .digit h2 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 400;
    }

    .digit h1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 15px;
    }

    .description {
        padding-top: 15px;
    }

    .description h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .numbers .n1 {
        background: url(../images/n1.png) no-repeat left center;
    }
    .numbers .n2 {
        background: url(../images/n2.png) no-repeat left center;
    }
    .numbers .n3 {
        background: url(../images/n3.png) no-repeat left center;
    }
    .numbers .n4 {
        background: url(../images/n4.png) no-repeat left center;
        padding-left: 70px;
        background-size: 53px;
    }


    .numbers .n1, .numbers .n2, .numbers .n3 {
        padding-left: 65px;
        border-right: 0;
    }

    .numbers .center-div {
        margin: 0 auto;
        width: 210px;
    }

    .numbers p strong {
        font-size: 20px;
    }

    .numbers p {
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .numbers .n1, .numbers .n2, .numbers .n3, .numbers .n4 {
        background-size: 40px;
        padding-top: 5px;
        text-align: left;
    }

    .listing h1 {
        padding-bottom: 15px;
    }


    .center-div,
    .description .center-div {
        width: 100%;
        padding:0 15px 0 15px
    }

    .header-top {
        padding: 0 5px;
    }

    .menuicon {
        padding: 0 10px;
    }

    #hamburger:checked~nav{
        width: initial;
        position: absolute;
        left: 16px;
        right: 16px;
        margin: -2px 0 0 0;
    }

    .header-top-icons {
        width: 200px;
        height: auto;
    }

    .others {
        padding: 0;
    }

    .search {
        width: 40px;
        height: 40px;
    }

    .pnnr {
        width: 250px;
    }

    .search-box {
        padding: 90px 0 10px 0;
    }

    .search-form {
        width: 320px;
    }

    .search-form input[type=submit] {
        padding: 11px 20px;
        font-weight: 600;
        font-size: 14px;
    }

    .search-form input[type=text] {
        width: 210px;
    }

    .form-icons {
        display: none;
    }

    .item-apel {
        width: 100%;
        margin-right: 0;
    }

    .item-presa-st {
        width: 100%;
    }

    .item-presa-dr {
        width: 100%;
        padding-top: 10px;
    }

    .item-media {
        width: calc((100% - 0px) / 1);
    }

    footer .footer-icons {
        width: 340px;
        height: auto;
        margin-top: 15px;
    }

    .sortare,
    .filtru {
        float: none;
    }

    .filtru {
        padding-top: 15px;
    }

    .filtru li {
        padding-left: 0;
    }

    .item-docs {
        width: calc((100% - 0px) / 1);
        border: 0;
        border-bottom: solid 1px #D9D9D9;
    }

    .media {
        padding: 20px 10px;
    }

    .media-sort span {
        font-size: 14px;
        padding: 7px 10px;
        margin-bottom: 10px;
    }

    .media-listing {
        padding: 0;
    }

    .media-sort {
        padding-bottom: 0;
    }

    .media-first h3 {
        font-size: 24px;
    }

    .resurse-item {
        padding-bottom: 30px;
        padding-right: 0;
    }

    .resurse-item img {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }

    .resurse-item h4 {
        padding: 0 30px;
    }

    .resurse-item p {
        padding: 15px 0;
    }

    .resurse-left .resurse-item p {
        padding: 15px 30px;
    }

    .descarca {
        margin-left: 30px;
    }

    .resurse-right .resurse-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .media-first h3 {
        left: 25px;
        bottom: 240px;
        line-height: 24px;
        text-align: left;
    }

    .media-first p,
    .media-first .descopera  {
        left: 25px;
    }

    .play-media {
        left: 25px;
        bottom: 350px;
        right: initial;
    }

    .noutati-item {
        width: 100%;
    }

    .item-resurse,
    .legislatie .item-legislatie {
        width: 100%;
        margin-right: 0;
    }

    .box-footer {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .proiecte.media-listing .main-item .more {
        font-size: 20px;
        line-height: 25px;
    }

}
.media-content {
    overflow: hidden;
}


.media-top {
    overflow: hidden;
}

.media-top img {
    float: right;
    margin-left: 30px;
}

.media-top-title {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    color: #828282;
    display: inline-block;
}

.media-top h2,
.media-content-item h2 {
    font-size: 40px;
    line-height: 38px;
    color: #004990;
    font-weight: 400;
    padding-top: 30px;
}

.media-top p,
.media-content-item p {
    font-size: 20px;
    color: #4f4f4f;
    padding-top: 30px;
}

.media-content-item iframe {
    width: 100%;
}

.media-aside {
    background-color: #fff;
    padding: 15px;
    border: solid 1px #b5b5b5;
    border-radius: 6px;
    float: left;
    width: 336px;
    margin-right: 30px;
}

.media-aside p {
    font-size: 16px;
    color: #333;
}

.media-aside ul {
    border-left: solid 1px #b5b5b5;
    padding-left: 10px;
    padding-right: 10px;
    margin: 15px 0;
}

.media-aside li {
    list-style: none;
}

.media-aside li.active a,
.media-aside li a:hover {
    color: #000;
}

.media-aside li a {
    padding: 10px;
    display: inline-block;
    color: #b5b5b5;
}

.media-content-listing {
    float: right;
    width: 890px;
}

.presskit {
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0;
    color: #004990;
    padding: 15px 60px 15px 15px;
    border: solid 1px #004990;
    border-radius: 6px;
    display: inline-block;
    clear: both;
    background: url(../images/presskit.png) no-repeat right 10px center;
}

.presskit:hover {
    background-color: #0d99ff;
    color: #fff;
}