/* Custom CSS beautify - HOLISUN 2021 */
p:last-child {
    margin-bottom: 0px;
}
#sp-main-body {
    padding: 50px 0;
}
.display-none {
    display: none !important;
}
/* *** Top Bar - Header *** */
#sp-header-topbar {
  background: #1d559a;
}
#sp-header-topbar a {
  color: #c7c7c7;
}
#sp-header-topbar a:hover {
  color: #fff;
}
#sp-header-topbar .sp-contact-info {
  color: #c7c7c7;
}
#sp-header-topbar .container-inner {
  border-bottom: 1px solid #006ef3;
}
#sp-top-bar.style4-top-bar .hs-top3 {
  margin-left: 10px;
}
#sp-top-bar.style4-top-bar .hs-top3 .sp-module {
  width: 100%;
}
#sp-top-bar.style4-top-bar .hs-top3 .mod-finder.js-finder-searchform i {
  /* color: #808080; */
  color: #dbd8d8;
  position: absolute;
  z-index: 10;
  line-height: 38px;
  font-size: 18px;
  margin-left: 0.75rem;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}
#sp-top-bar.style4-top-bar .hs-top3 .mod-finder.js-finder-searchform.start-search i {
  visibility: hidden;
  opacity: 0;
}
#sp-top-bar.style4-top-bar .hs-top3 .mod-finder.js-finder-searchform .awesomplete {
  width: 100%;
}
#sp-top-bar.style4-top-bar .mod-finder input.js-finder-search-query {
  background-color: unset;
  border: unset;
  border-bottom: 1px solid #ffffff38;
  border-radius: 0px;
  transition: border-color 0.5s linear;
  color: #fff;
}
#sp-top-bar.style4-top-bar .mod-finder input.js-finder-search-query::placeholder {
  opacity: 0;
}
#sp-top-bar.style4-top-bar .mod-finder input.js-finder-search-query:focus {
  border-color: #fff;
}
#sp-top-bar.style4-top-bar .hs-top3 .mod-finder.js-finder-searchform.start-search .awesomplete > ul {
  z-index: 100;
}
#sp-top-bar.style4-top-bar .hs-top3 .mod-finder.js-finder-searchform.start-search .awesomplete > ul li {
  color: #252525;
  text-align: left;
}
#sp-top-bar.style4-top-bar .sp-module.lang-switch {
  margin-left: 10px;
}
#sp-header.style4-header {
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
}
#sp-header.header-sticky::after {
  background: #fff;
}
#sp-header.style4-header.header-sticky {
  background: #002050c7;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  animation: slideInDown 0.5s;
}
div.mod-languages ul li.lang-active {
  background-color: unset!important;
}
.col-hs-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hs-top-row {
  align-items: center;
}
.menu-top-mod .menu-top {
    display: flex;
    list-style: none;
    flex-direction: row;
    align-items: center;
}
.sp-module.menu-top-mod .sp-module-content ul.menu.menu-top {
    margin-bottom: 0;
}
.sp-module-content a.hs-link-auth {
    color: #fff;
    background: #0345bf63;
    padding: 8px 15px;
    border: 1px solid #0345bf;
    border-radius: 3px;
      display: block;
    text-align: center;
}
#sp-top-bar .sp-module-content a.hs-link-auth {
    color: #dbd8d8;
    background: #ffffff3d;
    border-color: #97c6ff4f;
}
.sp-module-content a.hs-link-auth:hover {
    color: #fff;
    border: 1px solid #0345bf;
    background: #0345bf8c;
}
#sp-top-bar .sp-module-content a.hs-link-auth:hover {
    color: #dbd8d8;
    border: 1px solid #fff;
    background: #ffffff00;
}
.menu-top a.hs-link-auth::before {
    margin-right: 10px;
    content: "\f35d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.menu-top-mod ul.menu-top li {
  margin: 1px 5px 1px 5px;
}
#sp-top3 .col-hs-top .sp-module {
  margin: 0px;
}
.hs-top3 .mod-finder__search {
  flex-wrap: nowrap;
}
.hs-top3 .mod-finder__search .js-finder-search-query.form-control {
  border-radius: 0px;
  border: unset;
}
.hs-top3 .mod-finder__search .btn.btn-primary {
  background-color: #fff;
  color: #6e7174;
  border: unset;
  border-left: 1px solid #6e7174;
}
.hs-top3 .mod-finder__search .btn.btn-primary:hover {
  color: #252525!important;
}
.search-item {
  color: #fff;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item > a {
  margin-top: 10px;
  position: relative;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item > a::before {
  content: "";
  background-color: #D9A464;
  width: 0px;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
/* #sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(2) > a::before {
  background-color: #99B048;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(3) > a::before {
  background-color: #D9A464;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(4) > a::before {
  background-color: #4E98F2;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(5) > a::before {
  background-color: #f8e3c9;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(6) > a::before {
  background-color: #92abc9;
} */
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(2) > a::before {
  background-color: #99B048;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(3) > a::before {
  background-color: #da6c6c;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(4) > a::before {
  background-color: #18b800;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(5) > a::before {
  background-color: #cb5cff;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(6) > a::before {
  background-color: #F46783;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:nth-child(7) > a::before {
  background-color: #f8e3c9;
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item > a:hover::before,
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item.active > a::before {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 30px);
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item:last-child > a:hover::before,
#sp-header.style4-header #sp-menu .sp-megamenu-parent > li.sp-menu-item.active:last-child > a::before {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 15px);
}
#sp-header.style4-header #sp-menu .sp-megamenu-parent .sp-dropdown {
  margin-top: -30px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #1c559a;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    margin-top: 5px;
}
.hs-submenu .menu_item.item-header .sp-group-title {
  font-size: 16px;
  font-weight: 600;
  color: #002050;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hs-submenu .menu_item.item-header a,
.hs-submenu .menu_item.item-header .sp-mega-group-child.sp-dropdown-items .sp-menu-item a {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 8px 0;
  text-transform: none;
  margin-bottom: 0px;
}
.hs-submenu .menu_item.item-header a:hover,
.hs-submenu .menu_item.item-header .sp-mega-group-child.sp-dropdown-items .sp-menu-item a:hover {
  color: #1d559a;
}
.hs-submenu .sp-dropdown-mega .sp-dropdown-inner > .row > div {
  position: relative;
}
.hs-submenu .sp-dropdown-mega .sp-dropdown-inner > .row > div ul.sp-mega-group::after {
  content: '';
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 0;
}
#sp-header #sp-logo .logo {
  height: 65px;
}
#sp-header #sp-logo .logo-text {
  margin-left: 0px;
}
#sp-header #sp-logo .logo-text p {
  margin-bottom: 0px;
}
#sp-header #sp-logo .logo-text p a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0px;
  letter-spacing: 0.5px;
}
/* --- Front Page --- */
.article-info-section {
  padding: 20px;
  margin-bottom: 1rem;
}
.front-link-box .sppb-addon-content .sppb-addon-text a,
.front-link-box .mod-articlesnews a {
    background: #ffffff26;
}

.sppb-addon.sppb-addon-feature.front-link-box ul {
  list-style: none;
}
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out 0s;
}
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text a:hover {
  color: #21242C;
  transform: translateX(5px);
}
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text p a {
    /* box-shadow: inset 0 0 0 0 white; */
  border-left: 2px solid #727272;
}
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text p a:hover {
    /*box-shadow: inset 300px 0 0 0 white;*/
    /* margin-left: 5px; */
  border-left: 2px solid #ff0000;
    /* transition: 0.3s; */
}
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text li a {
  margin-bottom: 5px;
}
.sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #fff;
  z-index: -1;
  transition: transform .3s ease;
}
.sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text a::before {
  transform: scaleX(0);
  transform-origin: bottom left;
}
.sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text p,
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text ul {
  margin-bottom: .5rem;
}
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text li {
  display: flex;
  align-items: first baseline;
}
.link-box-row .sppb-addon.sppb-addon-feature.front-link-box .sppb-addon-text li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* position: absolute;
  left: 0;
  padding: 0px 5px; */
}
.sppb-addon.sppb-addon-articles.btn-detalii a.sppb-readmore {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.4s;
}
.sppb-addon.sppb-addon-articles.btn-detalii a.sppb-readmore:hover {
    border: 1px solid #1c559a;
    transition: 0.4s;
}
.sppb-addon.sppb-addon-articles.btn-detalii .sppb-article-introtext {
    margin-bottom: 2rem;
}
.sppb-addon.sppb-addon-articles.btn-detalii2 a.sppb-readmore {
    padding: 10px 20px;
    background: #1c559a;
    color: #fff !important;
    border: 1px solid #fff;
    transition: 0.4s;
}
.sppb-addon.sppb-addon-articles.btn-detalii2 a.sppb-readmore:hover {
    border: 1px solid #00387c;
    background: #00387c;
    transition: 0.4s;
    color: #fff !important;
}
.sppb-addon.sppb-addon-articles.btn-detalii2 .sppb-article-introtext {
    margin-bottom: 2rem;
}
.section-info-btn .sppb-row > [class^="sppb-col-md"]:not(:last-child)::after {
  content: '';
  border-right: 1px solid #cbcbcb;
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 0;
}
.link-info-hp a {
  position: relative;
}
.link-info-hp a {
  color: #003777;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s ease;
}
.link-info-hp a::before {
  content: "";
  background-color: #003777;
  width: 0px;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.link-info-hp a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
/* ----- BUTOANE ----- */
.btn-primary {
    background: #1c559a;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #1c559a;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #005bc9;
    border: 1px solid #00397e;
}
.btn-hslink a {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 0px #00000055;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-hslink a:hover {
    background: #3869af;
    border: 1px solid #1c559a;
    box-shadow: 0px 0px 5px 0px #ffffff;
    color: #fff;
    transition: 550ms;
}
.btn-osim {
    display: inline-flex;
    width: fit-content;
    background: #1c559a;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid #1c559a;
    border-radius: 4px;
}
.btn-osim:hover {
    background: #fff;
    color: #1c559a;
    border: 1px solid #1c559a;
}
a:hover, a:focus, a:active {
    color: #00cdcd;
}
.sppb-addon-text a:focus {
    color: #5bcefb !important;
}
.hs-focus a:focus {
  color: #00a1ff !important;
}
/* ----- BUTOANE ----- end ---*/
/* ---------- SECTIUNEA NOUTATI HOMEPAGE -----------*/
.homepage-news .mod-articlesnews__item .newsflash-title a {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 5px;
  position: relative;
  display: inline-block;
  border-left: 2px solid #727272;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out 0s;
}
.homepage-news .mod-articlesnews__item .newsflash-title a:hover {
  color: #1d559a;
  border-left: 2px solid #ff0000;
  transform: translateX(5px);
}
.homepage-news .mod-articlesnews__item .newsflash-title a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform .3s ease;
}
.homepage-news .mod-articlesnews__item .newsflash-title a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.homepage-news .mod-articlesnews__item .newsflash-title a .item-homepage-news-date {
  font-weight: 900;
  margin-right: .5rem;
}
/* -------- END SECTIUNEA NOUTATI HOMEPAGE ---------*/
/* ----------- BLOG ------------- */
.category-desc.clearfix {
    margin-bottom: 2rem;
}
.article-details .article-full-image {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    float: right;
    margin-left: 2rem;
    width: fit-content;
    max-width: 300px;
}
.article-list .article .readmore a {
    background: #1c559a;
    padding: 10px 25px;
    margin-top: 15px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #1c559a;
    font-weight: 400;
}
.article-list .article .readmore a:hover {
    background: #ffffff;
    color: #1c559a;
}
.article-list .blog1 .article-introtext {
    margin-bottom: 2rem;
}
.article-list .blog1 .article .article-intro-image img {
    margin: 10px;
    box-shadow: 0px 0px 10px -1px #000;
    width: 100%;
    max-width: 385px;
    max-height: 350px;
    object-fit: cover;
}
.statistici-page .article-list .article .article-body .article-header {
    margin-top: -4rem;
}
.statistici-page .article-list .article .article-body .article-header h2 {
    font-size: 20px;
}
.view-article.statistici-page .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out 0s;
}
.view-article.statistici-page .link-box a::before {
    content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #fff;
  z-index: -1;
  transition: transform .3s ease;
}
.view-article.statistici-page .link-box p a:hover {
    border-left: 2px solid #ff0000;
    background: #bisque;
    transform: scaleX(1);
    transform-origin: bottom left;
}
.view-category.blog-posturi-vacante .article-list .article .article-header h1,
.view-category.blog-posturi-vacante .article-list .article .article-header h2 {
    font-size: 1.3rem;
    font-weight: 400;
}
.view-category.blog-posturi-vacante .article-list .article {
    margin-bottom: 0px;
    justify-content: flex-start;
}
.view-category .blog.blog-posturi-vacante .article-list {
    margin-bottom: 3rem;
}
.sppb-addon-articles.sp-hs-articles .sppb-addon-article{
    display: flex;
    background: #e7f0ff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 25px #0000002e;
}
.sp-hs-articles .sppb-addon-article a.sppb-article-img-wrap {
    margin-right: 25px;
}
.sp-hs-articles .sppb-addon-article .sppb-article-img-wrap img {
    height: 200px;
    min-width: 400px;
    object-fit: cover;
    width: 100%;
}
.sp-hs-articles .sppb-article-info-wrap .sppb-article-introtext{
    margin-bottom: 2rem;
}
.sp-hs-articles .sppb-article-info-wrap a.sppb-readmore  {
    background: #1e3e70;
    padding: 10px 25px;
    color: #fff;
    border-radius: 3px;
}
.layout-blog.blog-posturi-vacante .article-list.articles-leading {
    background: #dbebff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    box-shadow: 0px 0px 10px -1px #00000075;
    border-radius: 3px;
}
.blog-posturi-vacante .article-list.articles-leading  .article {
    border: none;
}
.view-article.layout-blog #sp-main-body{
    min-height: 80vh;
}
.editura-carusel a.sppb-article-img-wrap img {
  width: 300px;
  height: 390px;
  object-fit: cover;
}
.editura-carusel .sppb-addon-article .sppb-article-info-wrap h3 {
  text-align: center;
  font-size: 22px;
}
.editura-carusel .sppb-addon-article .sppb-article-info-wrap {
  margin-top: 15px;
}
.btn-more .sppb-article-info-wrap a.sppb-readmore {
  background: #1d559a;
   color: #fff;
   padding: 10px 20px;
   border-radius: 4px;
}
.btn-more .sppb-article-info-wrap h3 {
  margin-bottom: 1.2rem;
}
.btn-more .sppb-article-info-wrap {
  text-align: center;
}
.hs-blog .article-list .article .article-intro-image,
.hs-blog .article-list .article .article-featured-video,
.hs-bloc .article-list .article .article-featured-audio,
.hs-blog .article-list .article .article-feature-gallery {
  margin: 10px;
}
.hs-blog .article-list .article .article-intro-image img {
  max-width: 150px;
}
.blog.hs-blog2 .article-intro-image img {
  margin: 0px 10px 0px 0px;
}
.hs-blog2 .article-intro-image {
  margin: 10px !important;
  height: 285px;
  width: 285px;
  border-bottom: none !important;
}
.hs-blog2 .article .article-body .article-introtext {
  margin-bottom:2rem;
}
.hs-blog2 .article-list .article {
  box-shadow: 0px 0px 15px -2px #0000001c;
  border: 1px solid #fff;
}
.hs-blog2 .article .article-body {
  max-width: 350px;
}
/* ----------- BLOG --- END -------- */
hr {
    border-top: 1px solid #1c559a !important;
}
/* ---------- special header --------- */
.special-header1 .sp-page-title {
  position: relative;
  padding: 50px;
  background-position: center;
  background-attachment: fixed;
}
.special-header1 .sp-page-title::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(29, 85, 154, 0.6) 0%, rgba(0, 32, 80, 0.93) 100%) transparent;
}
.special-header1 .sp-page-title .sp-page-title-heading,
.special-header1 .sp-page-title .sp-page-title-sub-heading {
  color: #fff;
  position: relative;
  z-index: 10;
  font-weight: normal;
}
.special-header1 .sp-page-title .sp-page-title-heading {
  font-size: 60px;
  line-height: 70px;
}
.special-header1 .sp-page-title .sp-page-title-sub-heading {
  font-size: 40px;
  line-height: 50px;
}
.special-header2 .sp-page-title {
  position: relative;
  padding: 5rem;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.special-header2 .sp-page-title::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(29, 85, 154, 0.6) 0%, rgba(0, 32, 80, 0.93) 100%) transparent;
}
.special-header2 .sp-page-title .sp-page-title-heading,
.special-header2 .sp-page-title .sp-page-title-sub-heading {
  color: #fff;
  position: relative;
  z-index: 10;
  font-weight: normal;
}
.special-header2 .sp-page-title .sp-page-title-heading {
  font-size: 2.5rem;
  line-height: 70px;
}
.special-header2 .sp-page-title .sp-page-title-sub-heading {
  font-size: 40px;
  line-height: 50px;
}
/* ---------- special header --------- END --- */
.breadcrumb,
.sp-page-title .breadcrumb {
  background: #00000c47;
  position: relative;
  padding: 5px 5px;
  z-index: 10;
  width: fit-content;
}
.breadcrumb .float-start .divider {
  margin-right: 3px;
}
.breadcrumb > li,
.breadcrumb > li a {
  color: #ffffffab;
}
.breadcrumb > li.active {
  color: #fff;
}
 .breadcrumb > li a {
  transition: all .3s ease-in;
}
 .breadcrumb > li a:hover {
  text-decoration: underline;
}
.view-article #sp-main-body {
  padding: 50px 0px;
}
#sp-main-body .sidebar-links .sp-module-title,
#sp-main-body .sidebar-links .sppb-addon-title {
  margin-bottom: 0px;
  padding: 30px 30px 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: unset;
  color: #252525;
}
#sp-main-body .sidebar-links {
    border: 1px solid #00000014;
    padding: 0px;
    border-radius: 3px;
    box-shadow: -6px 10px 15px 0px rgb(0 0 0 / 8%);
}
#sp-main-body .sidebar-links ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 1rem;
}
#sp-main-body .sidebar-links ul > li {
  border-bottom: unset;
}
#sp-main-body .sidebar-links ul > li > a {
  line-height: 26px;
  color: #838383;
  padding: 8px 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
  transition: .3s ease;
}
#sp-main-body .sidebar-links ul > li.current > a,
#sp-main-body .sidebar-links ul > li > a:hover {
  color: #252525;
  border-left: 2px solid #ff0000;
}
.top-nav ul {
  display: flex;
}
.top-nav ul li.top-nav-item {
  flex: 1 0 0;
  width: 195px;
  margin: 0px 15px;
}
.top-nav ul li.top-nav-item:first-child {
  margin-left: 0px;
}
.top-nav ul li.top-nav-item:last-child {
  margin-right: 0px;
}
.top-nav ul li.top-nav-item a {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
.footer-social-module {
    order: 2;
}
.footer-social-module .mod-custom.custom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.soc-font {
    padding: 15px 15px;
}
.footer-social-module .soc-font a.social-i {
    font-size: 25px;
}
#sp-footer .row {
  align-content: center;
  align-items: center;
}
#sp-footer1 .sp-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
#sp-footer2 .sp-column > .sp-module {
  flex: 1;
}
#sp-footer1 .link-certificates {
  order: 2;
  margin: 0px 10px;
}
#sp-footer1 .sp-copyright {
  order: 1;
}
.link-certificates .mod-custom p {
  margin-bottom: 0px;
}
.link-certificates .mod-custom a {
  display: inline-block;
}
#sp-footer ul.terms-menu {
  justify-content: space-evenly;
  width: 100%;
}
#sp-footer ul.terms-menu li {
  flex: 1 1 auto;
}
#sp-footer ul.terms-menu li a {
  color: #ffffff78;
}
#sp-footer ul.terms-menu li a:hover {
  color: #fff;
}
@media (min-width: 1400px) {
  .sppb-row-container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
    #sp-top-bar .hs-top3  {
        display: inline-block!important;
    }
}
.burger-icon>span {
    background-color: #fff;
    height: 3px;
}
a.hs-important {
    margin-left: -10px;
    padding: 10px 10px !important;
    margin-right: -5px;
    border: 1px solid #1d559a;
    border-radius: 3px;
    color: #1d559a !important;
    margin-top: 10px;
}
a.hs-important:hover {
    background: #1d559a;
    color: #fff !important;
}
/* Popup cookiehint pt gdpr */
#redim-cookiehint {
    background-color: #ffead4;
    font-weight: 500;
    color: #000;
}
#redim-cookiehint a {
    color: #0037b3;
}
#redim-cookiehint .cookiebuttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 2rem;
    float: none;
}
#redim-cookiehint .cookiebuttons .btn,
#redim-cookiehint .cookiebuttons button {
    color: #ffffff !important;
    background-color: #67ab4b !important;
}
/* Popup cookiehint pt gdpr - END - */

/* FORMURI */
.rsformfeedback-form .formControls .rsform-submit-button.btn.btn-primary {
    padding: 10px 35px;
    border-radius: 3px;
}
.jq-ry-normal-group.jq-ry-group svg,
.jq-ry-rated-group.jq-ry-group svg {
    margin-right: .5rem;
}
.rsformfeedback-form .formControls #rating {
    width: 235px !important;
}
.formplate .fp-toggler {
  background-color: #c1c1c1;
}
/* FORMURI - END - */
.sppb-addon.sppb-addon-text-block.bopi-lunar .sppb-addon-content [itemprop="articleBody"] p {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
}
.sppb-addon.sppb-addon-text-block.bopi-lunar .sppb-addon-content [itemprop="articleBody"] a {
    padding: 10px;
    background: #1c559a;
    color: #fff;
    border-radius: 3px;
}
/* **********  MUZEUL VIRTUAL ********** */
.sppb-section.muz-row .sppb-section-title.sppb-text-center {
    margin-bottom: 25px !important;
}
/* **********  MUZEUL VIRTUAL ********** END****/
.offcanvas-active #lhc_status_container {
    display: none;
}
#lhc_status_container {
    top: 75% !important;
}
#lhc_need_help_container {
    background: #fff;
}
 .sp-scroll-up {
    top: 90%;
}
/* ********** BLOG ************ */
.view-category .article {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.article-list .hs-news .article  {
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 15px -4px #00000054;
    border-radius: 5px;
    background: #f1f1f1;
}
.view-category .article-list .hs-news .article .article-intro-image img {
    width: 645px;
    height: 200px;
    object-fit: cover;
    object-position: 0% 0%;
    margin-right: 200px;
    margin-bottom: 0;
}
.view-category .article-list .hs-news .article .article-body {
    margin-left: 1.2rem;
}
.view-category .article-list .hs-news .article .article-body .article-introtext {
    margin-bottom: 1.2rem;
}
.article-list .hs-news .article .article-intro-image,
.article-list .hs-news .article .article-featured-video,
.article-list .hs-news .article .article-featured-video,
.article-list .hs-news .article .article-featured-audio,
.article-list .hs-news .article .article-feature-gallery {
    margin: 0;
}
.hs-news .article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 3px;
    color: #c92500;
    font-weight: 400;
}
.article-list .hs-news .article .readmore {
    float: right;
}
.article-list .article .article-header h2 a {
    color: #45689f;
}
.article-details.hs-blog .article-full-image {
    max-width: 600px;
}
.article-details.hs-blog .article-header h1,
.article-details.hs-blog .article-header h2 {
    font-size: 1.8rem;
}
.article-details.hs-blog .article-info>span,
.article-details.hs-blog .article-info>span a {
    font-size: 1rem;
    color: #c92500;
}
.article-details.hs-blog .article-info>span a:hover {
    color: #0049a1;
}
.view-article.hs-blog .article-details {
    min-height: 65vh;
}
.blog1 .article,
.blog-statistici .article {
  display: block;
}
/* ***** Full height elements ***** */

.full-height .sppb-column-addons .sppb-addon-wrapper,
.full-height .sppb-column-addons .sppb-addon-wrapper>div {
  height: 100%;
}
/* ************** Offcanvas MENU ************* */
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #0e2b4d;
}
.offcanvas-menu .offcanvas-inner .sp-module-content ul.menu-child li {
    margin: 12px 0px;
}
.offcanvas-menu .offcanvas-inner .sp-module-content ul.menu-child li a.hs-important{
    margin-top: 0.2rem;
    display: inline-block;
}
.offcanvas-menu .offcanvas-inner ul.menu>li {
    margin-left: -8px;
}
/* ----------------------------------------------------------------------------- */
/* ************** RESPONSIVE RULES ************** */
@media (min-width: 1200px) and (max-width: 1440px) {
  .sp-dropdown.sp-dropdown-mega:not(.sp-menu-full) {
      width: 320px !important;
  }
}
@media (max-width: 1199.98px) {
  #sp-header #sp-logo .logo-text p a {
    font-size: 12px;
  }
  .logo-image {
    height: 55px!important;
  }
  .top-nav .top-nav-item a {
    padding: 20px!important;
  }
}
@media screen and (max-width: 991px) {
    #sp-logo .sp-column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    }
    #sp-header #sp-logo .logo-text {
        margin-left: 15px;
    }
    #sp-top3 {
        display: none;
    }
    .view-category .article {
        flex-direction: column;
    }
  .top-nav ul {
    flex-direction: column;
    align-items: center;
  }
  .top-nav ul li.top-nav-item {
    margin: 0px 0px 20px 0px;
  }
  #sp-right .sp-module:first-child {
    margin-top: 30px;
  }
  .special-header1 .sp-page-title .sp-page-title-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .special-header1 .sp-page-title .sp-page-title-sub-heading {
    font-size: 20px;
    line-height: 30px;
   }
  .special-header2 .sp-page-title {
    padding: 2.5rem;
  }
  .special-header2 .sp-page-title .sp-page-title-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .article-details .article-full-image {
    float: none;
    margin: 0px auto 20px;
  }
  .article-details .article-full-image img {
     max-height: 350px;
    width: 600px;
    object-fit: cover;
  }
  .view-category .article-list .hs-news .article .article-body {
    margin-left: 0px;
   }
  .sp-hs-articles .sppb-addon-article .sppb-article-img-wrap img {
    object-fit: cover;
  }
  .sp-hs-articles .sppb-addon-article a.sppb-article-img-wrap {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 768px) {
    .menu.terms-menu.mobile-12 {
        margin-top: 35px !important;
    }
    .sppb-addon-articles.sp-hs-articles .sppb-addon-article {
    flex-direction: column;
    flex-wrap: wrap;
    }
    .sp-hs-articles .sppb-addon-article .sppb-article-img-wrap img {
        /* object-fit: contain; */
    }
    .sp-hs-articles .sppb-addon-article .sppb-article-info-wrap h3 {
        font-size: 16px;
    }
  .special-header1 .sp-page-title {
   	padding: 30px;
   }
  .special-header2 .sp-page-title .sp-page-title-heading {
    font-size: 30px;
    line-height: 40px;
  }
    #redim-cookiehint-modal {
        padding: 2%;
    }
    #redim-cookiehint .cookiebuttons .btn,
    #redim-cookiehint .cookiebuttons button {
        line-height: 1.2rem;
    }
    #redim-cookiehint .cookiehead {
        line-height: 1.2rem;
    }
    /* ************ BLOG ************* */
    .view-category .article {
        flex-direction: column;
    }
    .view-category .article-list .hs-news .article .article-intro-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: 0% 0%;
        margin-right: 200px;
        max-height: 350px;
        margin-bottom: 1rem;
    }
    .hs-news .article-introtext p:last-child {
        margin-bottom: 25px;
    }
    /* ************ BLOG ************* END */
}

@media (max-width: 668px) {
    #redim-cookiehint .cookiecontent {
        font-size: 0.6rem;
        line-height: 0.7rem;
    }
    #redim-cookiehint .cookiecontent p {
        margin-bottom: 5px;
    }
}
@media (max-width: 575.98px) {
  .special-header1 .sp-page-title .sp-page-title-heading {
    font-size: 28px;
    line-height: 38px;
  }
  .special-header1 .sp-page-title .sp-page-title-sub-heading {
    font-size: 18px;
    line-height: 28px;
   }
  .special-header1 .sp-page-title {
   	padding: 15px;
   }
  .special-header2 .sp-page-title {
    padding: 1rem;
  }
  .special-header2 .sp-page-title .sp-page-title-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .article-details.hs-blog .article-header h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 478px) {
    #sp-header #sp-logo .logo-text p a {
        font-size: 16px;
    }
    .sp-module.footer-social-module.mobile-12 {
        display: none;
    }
    .sp-module.footer-social-module.mobile .mod-custom.custom {
        justify-content: space-evenly;
        margin-top: 20px;
        margin-bottom: -20px;
    }
    .article-list .hs-news .article {
        padding: 15px 5px 20px 5px;
    }
}
@media screen and (min-width: 478px) {
    .sp-module.footer-social-module.mobile {
        display: none;
    }
}
@media screen and (max-width: 425px)  {
    .sp-module.link-certificates.mobile-12 {
        width: 100%;
    }
    .sp-module.logo-text.span9 {
        display: none;
    }
    #sp-footer ul.menu {
        margin: 0;
    }
    #sp-footer ul.menu li {
        display: block;
        margin-bottom: 10px;
    }
    #sp-footer1 .sp-copyright {
        width: 100%;
    }
    .sp-hs-articles .sppb-addon-article .sppb-article-img-wrap img {
        min-width: 350px;
    }
}
@media screen and (min-width: 426px) {
    #sp-top1 .sp-module.logo-text.logo-text-mobile.span9 {
        display: none;
    }
}
@media screen and (max-width: 413px) {
    #sp-header #sp-logo .logo-text p a {
        font-size: 13px;
    }
}
@media screen and (max-width: 375px) {
    .sp-hs-articles .sppb-addon-article .sppb-article-img-wrap img {
        min-width: 300px;
    }
    #redim-cookiehint {
        padding: 0px 1%;
    }
}
@media screen and (max-width: 320px) {
    #sp-header #sp-logo .logo-text p a {
        font-size: 12px;
    }
    .sp-hs-articles .sppb-addon-article .sppb-article-img-wrap img {
        min-width: 240px;
    }
}
