/* --- Holisun.com custtom CSS --- */
#sp-top2 .sp-column {
    display: flex;
    align-items: center;
}

.view-category #sp-main-body {
    padding: 35px 0px;
}

.view-article #sp-main-body {
    padding: 0px;
}

.sp-module.lang-mob .mod-languages .lang-inline {
    flex-direction: row;
    margin-bottom: 1rem;
    margin-left: 0.6rem;
}

.offcanvas-menu .offcanvas-inner .sp-module.lang-mob ul>li {
    margin-right: 20px;
}
.sp-module.last-update {
  display: flex !important;
}
.db8sitelastmodifiedlast-update {
  display: flex;
  font-size: 0.8rem;
  line-height: 0px;
  font-weight: 400;
  color: #206700;
  list-style: none;
  margin-bottom: 11px;
  padding: 0;
}
/* --- Custom logo --- */
#sp-logo {
    max-width: 100%;
}

.logo-image {
    height: 100%;
}

#sp-logo .logo-image-phone {
    height: auto;
}

/* --- Header --- */
#sp-header {
    box-shadow: 0px 5px 12px #00000080;
    display: flex;
    align-items: center;
}

/* --- TOP position 1 --- */
#sp-top1 {
    display: flex;
    padding-left: 0px;
    align-items: center;
}

/* --- TOP position 2 --- */
#sp-top2 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.text-top {
    font-size: large;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
}

/* --- Meniul principal --- */
.menu-width1 .sp-dropdown {
    min-width: 320px;
}

.menu-stud .sp-dropdown-inner {
    margin-top: -25px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.51) !important;
    border: 1px solid #00000026;
    border-radius: 0px 0px 5px 5px;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    text-transform: none;
    font-size: 17px;
}

.sp-megamenu-parent .menu-stud .sp-mega-group>li>a:hover {
    color: #1d8625 !important;
}
.sp-megamenu-parent > li .sp-menu-badge {
  vertical-align: middle;
  font-size: 0.5rem;
}

/* ALERTE Custom */
.hs-dark-alert .sppb-alert-dark {
  background: #f9fcff9e;
  color: #ff5050;
  font-size: large;
}
.hs-dark-alert .sppb-alert-dark p {
  margin-bottom: 0;
}
/*--------------*/

/* --- Custom BUTTONS ---  */
.img-btn {
    line-height: 30px;
}

.hs-btn-prezentare li a {
    border: 1px solid #63ad42;
    box-shadow: 0 0 10px #00000085;
}

.btn-primary {
    border-color: #dae2c1 !important;
    background-color: #e1eccf;
    color: #525252;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-flex;
    border: 1px solid;
}

.btn-cv {
    border-color: #6faf52 !important;
    background-color: #6fbf4b;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-flex;
    border: 1px solid;
    box-shadow: 1px 1px 7px #00000078;
    transition: 600ms;
    transition-property: all;
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(0.29, -0.02, 0, 1.04);
    transition-delay: 30ms;
}

.btn-cv:hover {
    border-color: #cededd !important;
    background-color: #9292921c;
    color: #008079 !important;
    box-shadow: 1px 1px 3px #00000026;
}

.bold-button .sppb-btn-custom {
    font-weight: 700;
    padding: 10px 60px;
}

.color-bar .sppb-progress-bar-success {
    background-color: #008079;
}

.sppb-progress.color-bar {
    height: 50px !important;
}

.btn-iarna {
    display: inline-block;
    background: #1b7136;
    border: 1px solid #1b7136;
    color: #fff;
    padding: 10px 45px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #525252;
    transition: 200ms;
}

.btn-iarna:hover {
    background: #3c7d00;
    color: #ffffff;
    border: 1px solid #449c15;
    padding: 10px 45px;
    box-shadow: 1px 1px 3px #525252;
}

.btn-iarna:active,
.btn-iarna:focus {
    background: #c6e097;
    color: #505050;
    box-shadow: none;
    border: 1px solid #c6e097;
}

.btn-vara {
    display: inline-block;
    background: #6fbe45;
    border: 1px solid #6fbe45;
    color: #fff;
    padding: 10px 45px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #525252;
    transition: 200ms;
}

.btn-vara:hover {
    background: #3c7d00;
    color: #ffffff;
    border: 1px solid #449c15;
    padding: 10px 45px;
    box-shadow: 1px 1px 3px #525252;
}

.btn-vara:active,
.btn-vara:focus {
    background: #ddffa0;
    color: #505050;
    box-shadow: none;
    border: 1px solid #ddffa0;
}

.btn-reexam {
    display: inline-block;
    background: #00636d;
    border: 1px solid #00636d;
    color: #fff;
    padding: 10px 45px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #525252;
    transition: 200ms;
}

.btn-reexam:hover {
    background: #3c7d00;
    color: #ffffff;
    border: 1px solid #449c15;
    padding: 10px 45px;
    box-shadow: 1px 1px 3px #525252;
}

.btn-reexam:active,
.btn-reexam:focus {
    background: #ddffa0;
    color: #505050;
    box-shadow: none;
    border: 1px solid #ddffa0;
}

.btn-master1 {
    display: inline-block;
    background: #03503e;
    border: 1px solid #03503e;
    color: #fff;
    padding: 10px 45px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #525252;
    transition: 200ms;
}

.btn-master1:hover {
    background: #008465;
    color: #ffffff;
    border: 1px solid #008465;
    padding: 10px 45px;
    box-shadow: 1px 1px 3px #525252;
}

.btn-master1:active,
.btn-master1:focus {
    background: #ddffa0;
    color: #505050;
    box-shadow: none;
    border: 1px solid #ddffa0;
}

.btn-master2 {
    display: inline-block;
    background: #7d2430;
    border: 1px solid #7d2430;
    color: #fff;
    padding: 10px 45px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #525252;
    transition: 200ms;
}

.btn-master2:hover {
    background: #ad162a;
    color: #ffffff;
    border: 1px solid #ad162a;
    padding: 10px 45px;
    box-shadow: 1px 1px 3px #525252;
}

.btn-master2:active,
.btn-master2:focus {
    background: #ddffa0;
    color: #505050;
    box-shadow: none;
    border: 1px solid #ddffa0;
}

.btn-master3 {
    display: inline-block;
    background: #637d24;
    border: 1px solid #637d24;
    color: #fff;
    padding: 10px 45px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #525252;
    transition: 200ms;
}

.btn-master3:hover {
    background: #7cab0a;
    color: #ffffff;
    border: 1px solid #7cab0a;
    padding: 10px 45px;
    box-shadow: 1px 1px 3px #525252;
}

.btn-master3:active,
.btn-master3:focus {
    background: #ddffa0;
    color: #505050;
    box-shadow: none;
    border: 1px solid #ddffa0;
}

.btn-studenti1 {
    display: inline-block;
    background: #637d24;
    border: 1px solid #637d24;
    color: #fff;
    padding: 10px 45px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #525252;
    transition: 200ms;
}

.btn-studenti1:hover {
    background: #7cab0a;
    color: #ffffff;
    border: 1px solid #7cab0a;
    padding: 10px 45px;
    box-shadow: 1px 1px 3px #525252;
}

.butoane-mai-mari .btn-studenti1,
.butoane-mai-mari .btn,
.butoane-mai-mari .btn-vara,
.butoane-mai-mari .btn-iarna,
.butoane-mai-mari .btn-reexam,
.butoane-mai-mari .btn-master1,
.butoane-mai-mari .btn-master2,
.butoane-mai-mari .btn-master3 {
    min-width: 50%;
}

.butoane-subtiri .btn-studenti1,
.butoane-subtiri .btn,
.butoane-subtiri .btn-vara,
.butoane-subtiri .btn-iarna,
.butoane-subtiri .btn-reexam,
.butoane-subtiri .btn-master1,
.butoane-subtiri .btn-master2,
.butoane-subtiri .btn-master3 {
    padding: 5px 20px;
}

.butoane-subtiri .btn-studenti1:active,
.butoane-subtiri .btn:active,
.butoane-subtiri .btn-vara:active,
.butoane-subtiri .btn-iarna:active,
.butoane-subtiri .btn-reexam:active,
.butoane-subtiri .btn-master1:active,
.butoane-subtiri .btn-master2:active,
.butoane-subtiri .btn-master3:active {
    background: #f3f3f3;
    color: #424242;
    box-shadow: none;
    border: 1px solid #828282;
}

.butoane-subtiri .btn-studenti1:focus,
.butoane-subtiri .btn:focus,
.butoane-subtiri .btn-vara:focus,
.butoane-subtiri .btn-iarna:focus,
.butoane-subtiri .btn-reexam:focus,
.butoane-subtiri .btn-master1:focus,
.butoane-subtiri .btn-master2:focus,
.butoane-subtiri .btn-master3:focus {
    background: #f3f3f3;
    color: #424242;
    box-shadow: none;
    border: 1px solid #828282;
}

.butoane-subtiri p {
    margin-bottom: 0.88rem;
}

/* ---- Custom links ----- */
.chimie-link a {
    color: #008079;
}

.chimie-link a:hover {
    color: #1d1f88;
}

.hs-egalare-coloane .sppb-column-addons>div,
.hs-egalare-coloane .sppb-column-addons>div>div,
.hs-egalare-coloane .sppb-column-addons>div>div .sppb-addon-feature {
    height: 100%;
}

.hs-egalare-coloane .sppb-column-addons>div>div .sppb-addon-feature>.sppb-addon-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hs-egalare-coloane .sppb-column-addons>div>div .sppb-addon-feature>.sppb-addon-content .sppb-media-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.hs-egalare-col-nav .sppb-addon-wrapper,
.hs-egalare-col-nav .sppb-addon-wrapper div,
.hs-egalare-col-nav .sppb-addon-wrapper .sppb-link-list-wrap,
.hs-egalare-col-nav .sppb-addon-wrapper .sppb-link-list-wrap ul,
.hs-egalare-col-nav .sppb-addon-wrapper .sppb-link-list-wrap li {
    height: 100%;
}

.hs-egalare-col-nav .sppb-addon-wrapper .sppb-link-list-wrap li a {
    height: 100%;
    /*display: flex;
  flex-direction: column;*/
}
/* --- Special custom stuff --- */
.sppb-addon.sppb-addon-text-block.bottom-o p {
  margin-bottom: 0;
}
/* --- Special custom stuff --- END  */
/* --- HOMEPAGE FLEX BOX --- */
.hs-features .sppb-addon-wrapper {
    transition: all 330ms ease-in-out;
    box-shadow: 0px 7px 10px #0000004d;
    /*transform: translate(0, 0);
    backface-visibility: hidden;*/
}

.hs-features .sppb-addon-wrapper:hover {
    box-shadow: 0 50px 60px -20px rgba(0, 0, 0, 0.15) !important;
    top: -45px !important;
    /*transform: translateY(-10px);*/
    /*transform: translate(0, -10px);*/
}

/* --- HOMEPAGE FLEX BOX --- END */
/* --- IMAGE + --- */
.special-img img {
    box-shadow: 0 0 15px #00000091;
    border: 1px solid #fff;
}

.img-hs1 img {
    box-shadow: 0px 4px 10px 0px #00000042;
    border: 1px solid #ffffff;
}

.hs-feature-image img {
    max-width: 250px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    box-shadow: 0 0 15px #a9a9a9;
}

/* --- IMAGE + --- END */

/*-------HOMEPAGE ACCORDION----------*/
.hs-home-accordion.sppb-addon-accordion .sppb-panel-heading.active .sppb-panel-title,
.hs-home-accordion.sppb-addon-accordion .sppb-panel-heading:hover .sppb-panel-title {
    opacity: 1;
}

.hs-home-accordion.sppb-addon-accordion .sppb-panel-heading .sppb-panel-title {
    opacity: 0.6;
    transition: 0.3s;
}

.hs-accordion-2.sppb-addon-accordion .sppb-panel-heading .sppb-panel-title {
    opacity: 0.8;
}

.acordion-link a {
    transition: 100ms;
}

/*-------END HOMEPAGE ACCORDION------*/
/*-------CONTACT FORM--------*/
.hs-form-contact .ba-field-container textarea {
    min-height: unset;
}

/*------END CONTACT FORM----------*/
/* --- Anunturi blog --- */
#sp-main-body .article-details.anunturi {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}

.bloganunturi.article-pic .articles-leading .article-intro-image {
    height: auto;
}

.article-pic .articles-leading .article-intro-image img {
    height: 25rem;
}

.article-pic .article-details .article-full-image img {
    max-width: 50%;
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.article-pic .article-intro-image a {
  width: 100%;
}
.article-pic .article-intro-image img {
    height: 12.3rem;
    width: 100%;
    object-fit: cover;
}

.article-max-text .article-introtext {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 10.45em;
}

.published {
    color: #799670;
}

.anunturi .article-list>div>div {
    display: flex;
}

.anunturi .article-list .article {
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #6d6d6d52;
}

.anunturi .article-list .article .article-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.anunturi .article-introtext p {
    padding-bottom: 1.5rem;
}

.anunturi .article-list .article .readmore a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px 15px 25px;
    color: #0c3500;
    border-radius: 5px;
    border: 1px solid #63ab4f;
}

.anunturi .article-list .article .readmore a:hover {
    transition: 0.5s;
    display: inline-block;
    background: #63ab4f;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #63ab4f;
}

.anunturi .article-introtext p {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.anunturi .sp-page-title {
    padding: 20px 0px;
}

/*--------------EDUCATION----------------*/
.hs-education-topNav.sppb-link-list-wrap ul li.hs-topNav-item {
    width: 100%;
}

.hs-education-topNav.sppb-link-list-wrap ul li.hs-topNav-item a {
    width: 100%;
}

.hs-education .sppb-addon-content p:first-child a {
    /*font-size: 25px;
  line-height: 35px;*/
}

.sppb-addon-accordion.hs-accordion-2icons .sppb-panel-heading .sppb-panel-title::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    float: right;
    transition: .4s;
}

.sppb-addon-accordion.hs-accordion-2icons .sppb-panel-heading.active .sppb-panel-title::after {
    transform: rotate(90deg);
}

.custom-link-color a {
    color: #c7ffb4;
}

.custom-link-color a:hover {
    color: #ffffff;
}

/*------------END EDUCATION--------------*/
/*-------------STUDENTI-----------------*/
.hs-careers .sppb-addon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.studenti-subheader .sppb-title-subheading {
    font-weight: 600;
}

/*-----------END STUDENTI--------------*/
/* ------------ ADMITERE -------------- */
.price .pricelist-title {
    max-width: 75%;
}

.price .pricelist-title-content {
    align-items: center;
}

/* ------------END   ADMITERE -------------- */
/* --- OffCanvas --- */
.offcanvas-menu .offcanvas-inner .sp-module ul>li a, .offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    font-size: 1.3rem;
    padding: 10px 0px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
    font-size: 1.1rem;
    padding: 0.6rem 0;
    line-height: 1.1rem;
    color: #212121;
}

.offcanvas-menu .offcanvas-inner {
    margin-top: 0.5rem;
    padding: 10px;
}

/* --- OffCanvas ---  END --- */
/* PREZENTARE */
.hs-prezentare-specializari .sppb-column-addons {
    display: flex;
    flex-direction: column;
}

.hs-prezentare-specializari .sppb-addon-wrapper,
.hs-prezentare-specializari .sppb-addon-wrapper>div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.title-contur .sppb-addon-title {
    text-shadow: 0 0 5px black;
}

/* END PREZENTARE */

/* --- Departamente --- */
.text-enhancement {
    text-shadow: 0px 1px 0 rgb(0 0 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 2px 2px 3px rgba(0, 0, 0, 1);
    -moz-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 2px 2px 1px rgba(0, 0, 0, 1);
}

/* --- Departamente --- END ---*/

/* --- Cercetare --- */
#sp-main-body .cercetare-page {
  min-height: 100vh;
}
.blogcercetare-page .article-intro-image {
  display: none;
}
.blogcercetare-page .article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000061;
}
.blogcercetare-page .article .article-body .readmore a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: #6fbf4b;
  padding: 10px 20px;
  border-radius: 5px;
}
/* .category-modulecercet-modul.mod-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.category-modulecercet-modul.mod-list li {
  max-width: 49%;
  background: #f9f9f9;
  border: 1px solid #ffffff;
  margin: 0.50%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #00000026;
}
.category-modulecercet-modul .mod-articles-category-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.category-modulecercet-modul.mod-list p.mod-articles-category-introtext {
  text-align: justify;
  margin-top: 0.7rem;
}
.category-modulecercet-modul.mod-list .mod-articles-category-readmore .mod-articles-category-title  {
  margin-top: 49px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: #2d6900;
  padding: 10px 20px;
  border-radius: 5px;
}
.category-modulecercet-modul.mod-list .mod-articles-category-readmore .mod-articles-category-title:hover  {
  color: #fff;
  background: #439e00;
}
.category-modulecercet-modul.mod-list p.mod-articles-category-readmore {
  margin-top: 1.5rem;
  padding: 0;
} */
/* .cercet-modul .sppb-article-info-wrap {
  background: #f9f9f9;
  border: 1px solid #ffffff;
  margin: 0.50%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #00000026;
} */
.cercet-modul .sppb-addon-article .sppb-article-info-wrap h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.cercet-modul .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
  text-align: justify;
  margin-top: 0.7rem;
}
.cercet-modul .sppb-addon-article .sppb-article-info-wrap .sppb-readmore {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: #2d6900;
  padding: 10px 20px;
  border-radius: 5px;
}
.cercet-modul .sppb-addon-article .sppb-article-info-wrap .sppb-readmore:hover {
  background: #439e00;
}
.cercetare-page .page-header {
  margin-top: 20px;
}
.cercetare-page .page-header h1 {
  font-weight: 100;
  color: #ababab;
}
/* --- Cercetare --- END --- */

.hs-sp-articles .sppb-col-sm-6 {
  display: flex;
}
.hs-sp-articles .sppb-addon-article {
  flex: 1 1 auto;
  display: flex;
  background: #f9f9f9;
  border: 1px solid #ffffff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #00000026;
}
.hs-sp-articles .sppb-addon-article .sppb-article-info-wrap h3 {
  line-height: 2rem;
  text-align: center;
}
#sp-main-body .article-details.munca {
    height: 85vh;
    margin-bottom: 3rem;
}
.view-article #sp-main-body .article-details.munca {
    padding-top: 3.5rem;
}
.offcanvas-menu .menu-child li {
  margin: 7px 0px;
}
/* --- Pentru DISPOZITIVE MOBILE ---  */
@media (max-width: 991px) {
    .lang-pc {
        display: none !important;
    }
    .sp-module.last-update {
      display: none !important;
    }
    #offcanvas-toggler {
      font-size: 30px;
    }
}

@media (max-width: 992px) {
    .article-pic .article-details .article-full-image img {
        max-width: 100%;
        /* float: none; */
        margin-bottom: 1rem;
    }

    #sp-main-body {
        padding: 10px;
    }

    .article-pic .articles-leading .article-intro-image img {
        height: 15rem;
    }
}

@media (min-width: 992px) {
    .text-logo {
        display: none !important;
    }

    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
        padding: 0 10px;
    }
}

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

    #sp-logo .sp-column {
        display: flex;
        align-items: center;
    }

    .text-logo {
        order: 2;
        margin-left: 10px;
        font-weight: 500;
        line-height: 20px;
        font-size: smaller;
    }

    #orare .sppb-addon, sppb-addon-text-block,
    #orare .sppb-addon.sppb-addon-text-block.sppb-text-right {
        text-align: center;
    }

    #hs-internship .sppb-addon.sppb-addon-header.sppb-text-left {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .sp-slider.hs-homepage-silder .sppb-sp-slider-title {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 360px) {
    .col-11 {
        flex: 0 0 86.666667%;
    }

    .text-logo {
        order: 2;
        margin-left: 0px;
        font-weight: 500;
        line-height: 15px;
        font-size: x-small;
    }

    #sp-logo .logo-image-phone {
        height: 60px;
        margin-right: 5px;
    }
}

/* --- Pentru DISPOZITIVE MOBILE --- END --- */
