﻿html {
    scroll-behavior: smooth !important;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: "Inter", sans-serif;
}

/*CALENDAR*/

.overlay-comp {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    overflow-y: auto;
    padding: 70px 20px;
    background-color: #febe98;
}

.padding-content-top {
    padding-top: 70px !important;
}

.calendar-align-content-vertical {
    margin-top: -25px;
}

.text-calendar {
    font-family: "IBM Plex Mono", monospace;
    font-size: 18px
}

.title-calendar {
    font-size: 28px;
    font-weight: 700;
}

.flex-container-calendar {
    display: flex;
    flex-wrap: wrap;
}

.first-item-calendar {
    border-top: 1px solid #c79577;
    border-bottom: 1px solid #c79577;
    padding: 10px 0px;
}

.item-calendar {
    border-bottom: 1px solid #c79577;
    padding: 10px 0px;
    text-transform: uppercase;
}

.flex-item-l {
    width: 75%;
}

.flex-item-r {
    width: 25%;
}

.text-italic {
    font-style: italic !important;
}

/*CALENDAR*/

/*NAVBAR*/

.custom-fixed-top-navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    display: block;
    width: 100%;
    background-color: transparent;
    /*padding: 0px 30px;*/
}

.navbar-center-content {
    margin-left: 0px !important;
}

.dropdown-language {
    font-family: "Helvetica", monospace;
    position: relative;
    display: inline-block;
    font-size: 16px !important;
    font-weight: bold;
    color: black !important;
    text-transform: uppercase;
    transition: 0.15s linear all;
    cursor: pointer;
}

.dropdown-content-language {
    display: none;
    position: absolute;
    right: -20px;
    background-color: #f9f9f9;
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-language:hover .dropdown-content-language {
    display: block;
}

.login-btn {
    border: 1px solid black;
    border-radius: 0px !important;
    padding: 10px 25px 7px 20px !important;
    margin-top: 22px !important;
}

.img-login-btn {
    margin-bottom: 1px !important;
}

.language-btn {
    background-color: transparent;
    border: none;
}

.custom-language-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    list-style: none;
    margin-top: 50px;
    background-color: rgb(251, 251, 251);
    border: 1px solid #ddd;
    border-top: none;
}

    .custom-language-dropdown li {
        /*padding: 10px 10px !important;*/
        background-color: transparent;
        display: block !important;
        text-align: center;
        float: none !important;
    }

        .custom-language-dropdown li a {
            padding: 10px 0px !important;
            display: inline-block;
            margin: 0 8px !important;
        }

.language-toggle.visible-xs .custom-language-dropdown li a {
    /*padding: 0px!important;*/
}

    .language-toggle.visible-xs .custom-language-dropdown li a span {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0px !important;
    }

.language-toggle.visible-xs .custom-language-dropdown li {
    /*padding: 10px 19px !important;*/
}

.custom-language-dropdown li a:hover {
    text-decoration: none;
}

.custom-language-dropdown li:hover, .list-content:hover {
    /*background-color: rgb(240, 240, 240) !important;*/
}

.custom-language-dropdown li img {
    margin-right: 5px;
}

.list-content {
    padding: 13px 0px 12px 0px;
    font-size: 16px;
    font-weight: 700;
}

.language-toggle {
    position: relative;
    cursor: pointer;
    padding: 0 !important;
}
.navbar ul li a.logout-button {
    text-decoration: none;
    color: black;
    text-transform:unset;
    font-weight: 400 !important;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    background-image: url('../../Content/images/fara_bariere/web_user_icon.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position:10px 32px;
    text-align: left;
}

.none {
    display: none;
}

/*NAVBAR*/

/*INDEX HOME*/

.font-size-16 {
    font-size: 16px;
    font-weight: 500;
}

.banner-bakcground-container {
    background-color: #f2f2f2;
    background-image: url('../../Content/images/investitia/main_banner-new.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 170px;
    min-height: 750px;
}

.video-container {
    width: 100%;
    height: 397px;
    /*margin-top: 70px;*/
    object-fit: cover;
    position: relative;
    top: -110px;
    border: 2px solid white;
    border-radius: 10px;
    filter: drop-shadow(-1px 3px 19px #7777);
}

.video-container-secondary {
    width: 100%;
    height: 397px;
    object-fit: cover;
    border: 2px solid white;
    border-radius: 10px;
    filter: drop-shadow(-1px 3px 19px #7777);
}

.video-container-mobile {
    width: 100%;
    margin-top: -10px;
    object-fit: cover;
    padding: 0px 0px;
    border-radius: 10px;
    height: 260px;
}

.padding-none {
    padding: 0px !important;
}

.video-container source{

}

.btn-learn-more {
    text-decoration: none;
    background-color: transparent;
    border: 3px solid black;
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 60px;
    text-transform: uppercase;
}

    .btn-learn-more:hover {
        text-decoration: none;
        background-color: transparent;
        color: black;
    }

    .btn-learn-more:focus {
        text-decoration: none;
        background-color: transparent;
        color: black;
    }

.truth-padding {
    position: absolute;
    top: -70px;
    width:100%;
}

.truth-label {
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: black;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    z-index: 10;
    text-transform: uppercase;

    padding: 20px 40px;
    max-width: 650px;
}

.events-section-padding {
    /*padding: 70px 290px 100px 290px;*/
    padding: 110px 0px 120px 0px;
    background-color: #ffffff;
}

.title-section-homepage {
    font-size: 60px;
    color: #262626;
    font-weight: bold;
}

.text-section-homepage {
    font-size: 16px;
    line-height: 1.8;
}

.events-homepage-container {
    min-height: 300px;
    background-color: #febe98;
    padding: 20px 0px 0px 30px !important;
    margin-top: 30px;
}

.events-homepage-title {
    height: 100px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 22px;
    margin-top: 15px;
    padding-right: 18px;
    text-transform: uppercase;
}

.events-list-title {
    height: 65px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 30px;
    margin-top: 15px;
    padding-right: 18px;
    text-transform: uppercase;
}

.event-list-hour {
    font-size: 16px;
    font-weight: bold;
}

.events-homepage-location-date {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.events-list-location-date {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
    height: 90px;
}

.img-event {
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.flex-date-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-right: 20px;
    align-items: center;
}

.flex-date-l {
    font-weight: bold;
}

.flex-date-r {
    margin-left: auto;
}

.about-section-homepage {
    background-color: black;
    background-image: url(../images/fara_bariere/web_banner_despre.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}

.about-section-text {
    color: white;
    font-size: 16px;
    padding-left: 90px;
    line-height: 1.8;
}

.img-barrier {
    position: relative;
    top: 210px;
    right: 390px;
}

.resource-section-homepage {
    background-color: #fef8e8;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 330px;
    background-image: url(../../Content/images/investitia/yellow_bgd.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.resource-container-homepage {
    min-height: 300px;
    background-color: white;
    padding: 0px 0px 20px 20px !important;
    margin-top: 30px;
}

.resource-container-list {
    min-height: 300px;
    background-color: #febe98;
    padding: 0px 0px 20px 20px !important;
    margin-top: 30px;
}

.no-padding {
    padding: 0px !important
}

.resource-homepage-title {
    height: 90px;
    font-weight: bold;
    line-height: 1.1;
    font-size: 20px;
    /*margin-bottom: 10px;*/
    margin-top: 20px;
    text-transform: uppercase;
    color: #262626;
}

.resource-homepage-source {
    height: 50px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none;
}

.resource-time {
    font-size: 16px;
    font-weight: 400;
    color: #febe98;
    text-transform: uppercase;
    margin-top: 5px;
}

.resource-time-list {
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    margin-top: 5px;
}

.modal-register-body {
  max-height: calc(100vh - 200px); 
  overflow-y: auto;
}

.link-resource-list {
    color: black;
    text-decoration: none;
    border: none !important
}

    .link-resource-list:hover {
        color: black;
        text-decoration: none;
        border: none !important;
        outline: none !important;
    }

    .link-resource-list:focus {
        color: black;
        text-decoration: none;
        border: none !important;
        outline: none !important;
    }

    .link-resource-list:active {
        color: black;
        text-decoration: none;
        border: none !important;
        outline: none !important;
    }

.img-resource {
    height: 205px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.resource-arrow-padding {
    padding-right: 30px;
}

.no-padding-right {
    padding-right: 0px !important;
}

.btn-more-resources {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid black;
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 60px 12px 20px;
    text-transform: uppercase;
}

    .btn-more-resources:hover {
        text-decoration: none;
        background-color: transparent;
        color: black;
    }

    .btn-more-resources:focus {
        text-decoration: none;
        background-color: transparent;
        color: black;
    }

.btn-download {
    text-decoration: none;
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 60px 12px 20px;
    text-transform: uppercase;
}

    .btn-download:hover {
        text-decoration: none;
        background-color: black;
        color: white;
    }

    .btn-download:focus {
        text-decoration: none;
        background-color: black;
        color: white;
    }

.form-section-homepage {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #f2f2f2;
}

.input-form-custom {
    background-color: transparent !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%;
    outline: 1px solid black !important;
    color: black !important;
    border: none !important;
    border-radius: 0px !important;
    height: unset;
}

    .input-form-custom:focus {
        outline-width: 2px;
    }

::placeholder {
    color: black !important;
}

.no-resize {
    resize: none;
}

.btn-send-form-homepage {
    background-color: black;
    color: white;
    padding: 12px 60px 12px 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    border: none;
}

.quiz-section-homepage {
    background-color: #e4e5e9;
}

.container-bkg {
    background-image: url('../../Content/images/fara_bariere/web_img_quiz.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-size-15 {
    font-size: 15px !important;
}

.know-truth-marigns {
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
    z-index: 2;
}

.quiz-text {
    font-size: 86px;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 0.9
}

.flex-quiz-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.img-quiz-girl {
    height: 550px;
    /*height: 10px;*/
    position: relative;
    right: 160px;
    z-index: 1;
}

.quiz-image-girl {
    background-image: url('../../Content/images/fara_bariere/web_img_quiz.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

.start-quiz-btn {
    background-image: url('../../Content/images/fara_bariere/web_button_quiz.png');
    background-repeat: no-repeat;
    height: 72px;
    width: 300px;
    background-size: contain;
    padding-bottom: 16px;
    background-color: transparent;
    border: none;
}

.start-quiz-btn-text {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 20px;
}

.space-between-events {
    margin-right: 20px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-prev:before {
    content: " " !important;
}

.slick-next:before {
    content: " " !important;
}

.slick-prev {
    background-image: url(../images/fara_bariere/web_arrow_left_black.png) !important;
    background-repeat: no-repeat !important;
    height: 38px !important;
    left: -70px !important;
}

.slick-next {
    background-image: url(../images/fara_bariere/web_arrow_right_black.png) !important;
    background-repeat: no-repeat !important;
    height: 38px !important;
    right: -70px !important;
}

.desktop-mobile-btn {
    display: inline-block !important;
}

.logged-in-user {
    display: inline-block !important;
}

.logged-in-user-mobile {
    display: none !important;
}

.only-mobile-btn {
    display: none !important;
}

.tablet-btn {
    display: none !important;
}

.sba {
    padding: 10px 15px;
    border: 1px solid black;
    background-color: transparent;
}

.sna {
    padding: 10px 15px;
    border: 1px solid black;
    background-color: black;
}

.sba-ev {
    padding: 10px 15px;
    border: 1px solid black;
    background-color: transparent;
}

.sna-ev {
    padding: 10px 15px;
    border: 1px solid black;
    background-color: black;
}

.flex-title-resource {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    gap: 90px;
}

#divMessageContact {
    border-radius: 0px !important;
}

.resource-flex {
    display: flex;
}

.link-color-red {
    color: #e57277 !important;
}

.align-recaptcha {
    text-align: center !important;
}

.video-desktop {
    display: block !important;
}

.video-mobile {
    display: none !important;
}

.new-events-section {
    background-color: #d6de76 !important;
    padding: 110px 0px 120px 0px;
    background-image: url('../images/fara_bariere/bariera.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.new-events-container {
    min-height: 70px;
    margin-top: 20px;
    background-color: white
}

.city-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
}

.new-events-homepage-title {
    height: 30px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 22px;
    padding-right: 18px;
    text-transform: uppercase;
    align-content: center;
}

.new-events-homepage-location {
    height: 75px;
    font-weight: 500;
    line-height: 1.1;
    font-size: 16px;
    padding-right: 46px;
    text-transform: uppercase;
}

.new-event-time {
    font-size: 16px;
    font-weight: bold;
}

.new-event-flex {
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.new-event-left {
    width: 35%;
}

.new-event-right {
    width: 65%;
    padding: 15px 0px 15px 25px;
}

.flex-content-event-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-right: 30px;
    align-items: flex-end;
}

.flex-content-event-l {
    font-weight: bold;
}

.flex-content-event-r {
    margin-left: auto;
}

.flex-date-event {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    padding: 35px 30px 15px 30px;
}

.new-event-date {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    padding-left: 30px;
}

.new-event-date-day {
    font-size: 40px;
}

.new-event-date-month {
    font-size: 28px;
    margin-top: -5px;
}

.image-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%
}

.events-title {
    font-size: 40px;
    color: #262626;
    font-weight: bold;
}

.button-right-center {
    text-align: right;
}

.btn-choose-news {
    background-color: transparent !important;
    padding: 10px 45px;
    margin-top: 25px;
    cursor: pointer;
    color: black;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid black;
    margin-right: -6px;
}

    .btn-choose-news:hover {
        background-color: transparent !important;
        color: black;
        text-decoration: none !important;
    }

    .btn-choose-news:focus {
        background-color: transparent !important;
        color: black;
        text-decoration: none !important;
    }

.btn-choose-events {
    background-color: transparent !important;
    padding: 10px 30px;
    margin-top: 25px;
    cursor: pointer;
    color: black;
    border-radius: 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid black;
    margin-left: -6px;
}

    .btn-choose-events:hover {
        background-color: transparent !important;
        color: black;
        text-decoration: none !important;
    }

    .btn-choose-events:focus {
        background-color: transparent !important;
        color: black;
        text-decoration: none !important;
    }

.visible-desktop-tablets {
    display: block !important;
}

.visible-mobile-only {
    display: none !important;
}

.free-entry-text {
    color: #e38357;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
    margin-top: 5px;
}

.free-entry-text-list {
    color: black;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
}

/*INDEX HOME*/
/*FOOTER*/
.paddings-footer {
    padding: 70px 0px 100px 0px !important;
}

.footer-color {
    background-color: #f4bd25;
}

.footer-title {
    font-size: 17px !important;
    font-weight: bold;
    color: #2c2939 !important;
    margin-bottom: 30px;
    text-transform: none !important;
}

.footer-text {
    font-size: 16px !important;
    font-weight: 400;
    color: #2c2939 !important;
}

.underfooter-color {
    background-color: white;
}

.paddings-underfooter {
    padding: 70px 0px 100px 0px;
}

.img-underfooter-100 {
    height: 100px;
}

.img-underfooter-95 {
    height: 95px;
}

.img-underfooter-90 {
    height: 90px;
}

.img-underfooter-85 {
    height: 85px;
}

.img-underfooter-80 {
    height: 80px;
}

.img-underfooter-145 {
    height: 145px;
}

.img-underfooter-175 {
    height: 172px;
}

.img-underfooter-cnr {
    height: 60px;
}

.img-underfooter-anp {
    height: 65px;
}

.img-100-width {
    width: unset;
}

.img-eu-commision {
    height: 170px;
    margin-top: -40px;
    margin-left: 50px;
}

.img-second-row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.flex-img-item {
    width: 14.28%;
}

.phone-text {
    color: #171717 !important;
    font-weight: bold !important;
}

.mail-text {
    color: #41382b !important;
    font-weight: 400 !important;
}

.color-black {
    color: black;
}

.secondary-page-banner {
    height: 400px;
    padding-top: 200px;
    background-image: url('../../Content/images/fara_bariere/background_1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
    .secondary-page-banner.events-list {
        background-image: url('../../Content/images/fara_bariere/fb_Banner_evenimente.jpg');
        padding-top: 170px !important;
    }

    .secondary-page-banner.caravan-page {
        margin-top:100px;
        padding-top:50px;
        background-image: url('../../Content/images/fara_bariere/Banner_DespreNoi.jpg');
    }

    .secondary-page-banner h1 {
        color: black;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 60px;
    }
    h2.page-subtitle{
        font-size:40px;
        font-weight:900;
        margin-bottom:20px;
    }
.pagination a.pagination-button, .pagination li.pagination-button a {
    font-size: 15px;
    color: #F3731E;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 8px;
    cursor: pointer;
    line-height: 19px;
}


.pagination > li > a, .pagination > li > span {
    border: none !important;
}
/*ARTICLES / EVENTS */
.breadcrumbs-fb {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: black;
    padding: 0px 5px;
    text-decoration: none !important;
}

    .breadcrumbs-fb:hover {
        color: black;
        text-decoration: none !important;
    }

.title-article-fb {
    font-size: 35px;
    font-weight: bold;
    color: #262626;
    line-height: 1.1;
    margin-top: -10px;
}

.title-layout-fb {
    padding: 0px 25px;
}

.date-text-fb {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.location-text-fb {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.description-fb {
    font-size: 20px;
    font-weight: bold;
}

.orange-bar-fb {
    width: 35%;
    background-color: #febe98;
    height: 8px;
    margin: auto;
    margin-top: 30px;
}

.color-orange {
    color: #E7716F;
}

.font-weight-700 {
    font-weight: 700;
}

.content-section-article-fb {
    font-size: 16px;
    font-weight: 400;
    padding: 0 120px 30px 120px;
}

.article-fb-paddings {
    padding: 0 45px 0px 45px;
}

.container-fb-paddings {
    padding: 85px 30px 200px 30px;
}

.margin-top-breadcrumbs {
    margin-top: 20px !important
}

/*ARTICLES / EVENTS */
.pagination li.active a.pagination-button {
    font-weight: 700;
    color: black;
    background-color: transparent !important;
    font-size: 17px;
}

.pagination li:hover a.pagination-button {
    background-color: transparent !important;
    color: black !important;
}

.arrows-mobile-ev {
    display: none !important;
}

.list-item-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    display: -webkit-box;
    max-width: 100%;
    /*-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
    text-transform: uppercase;
}

.forum-list-item {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.list-item-description {
    font-size: 15px;
    line-height: 17px;
    margin-top: 20px;
    height: 95px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-download-description {
    font-size: 15px;
    line-height: 17px;
    margin-top: 20px;
    height: 95px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-item-image {
    background-size: cover;
    background-position: center center;
    height: 200px;
}

.search-forum-align {
    text-align: right !important;
}

.user-circle-image {
    background-image: url('../../Content/images/fara_bariere/user-message.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 80px;
}

.search-input {
    border: 1px solid black;
    font-size: 15px;
    padding: 10px 15px;
    color: black;
    background-image: url('../../Content/images/button_view.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center right 15px;
    width: 100%;
    max-width: 300px;
}

.custom-input {
    border: 1px solid black;
    font-size: 15px;
    padding: 10px 15px;
    color: black;
    width: 100%;
}

.sort-input{
    border: 1px solid black;
    font-size: 15px;
    padding: 10px 15px;
    color: black;
    width: 100%;
    max-width: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../../Content/images/fara_bariere/web_arrow_down_black.png');
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.resource-list-title {
    height: 90px !important;
    font-weight: bold;
    line-height: 1.1;
    font-size: 20px;
    /*margin-bottom: 10px;*/
    margin-top: 20px;
    text-transform: uppercase;
    color: #262626;
}

.custom-button {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid black;
    color: black;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    padding: 10px 25px;
}

    .custom-button img {
        height: 15px;
        margin-top: 0 !important;
    }

    .custom-button.orange {
        background-color: #E7716F;
        border-color: #E7716F;
    }

    .custom-button.full {
        width: 100%;
        text-align: center;
        padding: 10px 5px;
    }

    .custom-button.black {
        background-color: black;
        color: white;
    }

    .custom-button.white {
        background-color: white;
        color: black;
    }

    .custom-button.height-4 {
        padding: 10px 45px;
    }

/*FOOTER*/
/*CaravanaPage*/
.flex-container-carvana {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.flex-caravana-left {
    width: 50%;
}

.flex-caravana-right {
    width: 50%;
}
/*CaravanaPage*/

/*MOBILE*/
@media (max-width: 1600) {
    .events-homepage-title {
        height: 130px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 30px;
        font-size: 30px;
        margin-top: 15px;
        padding-right: 18px;
        text-transform: uppercase;
    }
}

@media (min-width: 1600px) and (max-width: 1665px) {
    .resource-homepage-title {
        height: 105px !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .resource-homepage-title {
        height: 105px !important;
    }
}

@media (max-width: 1350px) {
    .slick-next {
        right: -15px !important;
    }

    .slick-prev {
        left: -15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1350px) {
    .navbar ul li a {
        padding: 29px 2px;
        margin: 0px 7px !important;
    }

    .desktop-mobile-btn {
        display: none !important;
    }

    .tablet-btn {
        display: inline-block !important;
    }

    .navbar ul li a.login-btn {
        padding: 25px 25px 25px 8px !important;
        border: none !important;
    }

    .border-img-login {
        border: 1px solid black;
        padding: 5px;
    }

    .custom-language-dropdown .setLang {
        padding: 10px 0px !important;
        display: inline-block;
    }

    .logged-in-user {
        display: none !important;
    }

    .logged-in-user-mobile {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .banner-bakcground-container {
        min-height: 780px !important;
    }
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .slick-next {
        right: -30px !important;
    }

    .slick-prev {
        left: -30px !important;
        z-index: 22;
    }

    .title-text {
        height: 300px !important;
    }

    .img-barrier {
        top: 395px !important;
    }

    .banner-bakcground-container {
        min-height: 725px !important;
    }
}

@media (max-width: 1050px) {
    .img-barrier {
        display: none;
    }

    .title-text, .img-calendar-form {
        max-width: 100% !important;
    }

    .title-section-homepage {
        font-size: 45px;
    }

    .quiz-text {
        font-size: 40px;
    }

    .slick-next {
        right: 25px !important;
    }

    .slick-prev {
        left: 25px !important;
        z-index: 11;
    }

    /*.slick-arrow{
        display:none!important;
    }*/
    .banner-bakcground-container {
        min-height: 780px !important;
        height: auto !important;
        background-position: center center;
        padding-bottom: 120px;
    }

    .quiz-image-girl {
        background-image: none !important;
    }

    .truth-label {
        bottom: -15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .social-media-flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .image-positon {
        margin-left: -18px;
        margin-top: 15px;
    }

    .resource-homepage-source {
        height: 70px;
    }

    .resource-list-title {
        height: 120px !important;
    }

    .events-list-title {
        height: 70px;
    }

    .img-underfooter-100 {
        height: 100px;
    }

    .img-MF{
        max-width: 120%;
        height: auto;
    }

    .img-eu-commision {
        height: 180px;
        margin-top: -40px;
        margin-left: 50px;
    }

    .new-events-homepage-title {
        height: 50px;
    }

    .new-events-homepage-location {
        height: 75px;
        padding-right: 20px;
    }

    .flex-date-event {
        padding: 45px 30px 15px 30px !important;
    }

    .flex-content-event-container {
        align-items: flex-end !important;
    }

    .flex-title-resource {
        gap: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1050px) {
    .img-education-100 {
        width: 100%;
        height: auto;
    }

    .arrows-mobile-ev {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .calendar-align-content-vertical {
        margin-top: 45px;
    }

    .resource-section-homepage {
        padding-left: 15px !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-toggle .icon-bar {
        background-color: white !important;
    }

    .navbar ul li a {
        padding: 18px 8px !important;
        border: none !important;
    }

        .navbar ul li a.login-btn {
            padding: 18px 8px !important;
            border: none !important;
            margin-top: 0px !important;
        }

    .dropdown-language {
        padding-bottom: 20px !important;
    }

    .menu-itmes-size {
        font-size: 20px !important;
        padding: 15px 20px 15px 0px !important;
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .calendar-align-content-vertical {
        margin-top: 45px;
    }

    .resource-section-homepage {
        padding-left: 15px !important;
    }

    .about-section-text {
        margin-top: 40px !important;
        padding-left: 20px !important;
    }

    .margin-top-footer-mobile {
        margin-top: 40px !important;
    }

    .title-article-fb {
        margin-top: 30px;
    }

    .article-fb-paddings {
        padding: 0px 0px 0px 0px !important;
    }

    .article-fb-paddings {
        padding: 0 0px 0px 0px !important;
    }

    .container-fb-paddings {
        padding: 85px 15px 200px 15px;
    }

    .title-layout-fb {
        padding: 0px 0px !important;
    }

    .margin-top-breadcrumbs {
        margin-top: 40px !important
    }

    .content-section-article-fb {
        padding: 0px 15px 30px 15px !important;
    }

    .align-left-mobile {
        text-align: left !important;
    }

    .truth-label {
        font-size: 25px;
        line-height: 1.1;
        bottom: -40px !important;
    }

    .truth-padding {
        padding: 0 30px;
    }

    .custom-language-dropdown .setLang {
        padding: 10px 0px !important;
        display: inline-block;
    }

    .login-btn {
        font-size: 20px !important;
    }

    .desktop-mobile-btn {
        display: none !important;
    }

    .only-mobile-btn {
        display: inline-block !important;
    }

    .img-login-btn {
        margin-bottom: 6px !important;
    }

    .logout-button {
        background-image: none !important;
        text-align: center !important;
        font-size: 20px !important;
    }

    .align-recaptcha {
        text-align: left !important;
    }

    .search-forum-align {
        text-align: left !important;
        margin-top: 10px;
    }

    .arrows-mobile-ev {
        display: block !important;
    }

    .mobile-img-center {
        text-align: center !important;
        /*margin-top: 30px;*/
    }

    .img-eu-commision {
        height: 180px;
        margin-top: 0px;
        margin-left: 00px;
    }

    .img-margin-top-mobile {
        margin-top: 30px !important;
    }

    .img-second-row-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .flex-img-item {
        width: 100%;
    }

    .flex-date-event {
        justify-content: space-between;
    }


    .img-70-height-mobile {
        height: 70px !important;
    }

    .img-80-height-mobile {
        height: 80px !important;
    }

    .img-second-row-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .flex-img-item {
        width: 33.33%;
    }

    .img-underfooter-anp {
        height: 50px !important;
    }

    .img-underfooter-cnr {
        height: 40px !important;
    }

    .img-underfooter-80 {
        height: 50px !important;
    }

    .img-underfooter-95 {
        height: 60px !important;
    }

    .img-mobile-50 {
        height: 50px !important;
    }

    .img-mobile-60 {
        height: 60px !important;
    }

    .img-mobile-70 {
        height: 70px !important;
    }

    .img-mobile-95 {
        height: 95px !important
    }

    .img-mobile-112 {
        height: 112px !important
    }

    .img-eu-commision {
        height: 140px !important;
    }

    .list-download-description {
        height: 125px !important; 
    }

}

@media (min-width: 810px) and (max-width: 991px) {
    .slick-next {
        right: -25px !important;
    }

    .slick-prev {
        left: -25px !important;
        z-index: 11;
    }
}

@media (max-width: 767px) {
    .slick-next {
        /*top: 285px !important;
        right: 20px !important;*/
        display: none !important
    }

    .slick-prev {
        /*top: 285px !important;
        left: 20px !important;
        z-index: 11;*/
        display: none !important
    }

    .navbar-brand {
        margin-left: -10px !important;
    }

    .caravan-img-margin-top-mobile {
        margin-top: 30px !important;
    }

    .banner-bakcground-container {
        background-image: url('../../Content/images/investitia/main-banner_new_mobile.png');
        background-size: cover !important;
        background-position: center center;
        min-height: 600px !important;
        padding-bottom: 20px !important;
    }

    .navbar-toggle {
        margin-right: 20px !important;
    }

    .custom-fixed-top-navbar {
        padding: 0 15px !important;
    }

    .article-fb-paddings {
        padding: 0px 0px 0px 0px !important;
    }

    .title-article-fb {
        margin-top: 0px !important;
    }

    .content-section-article-fb {
        padding: 40px 15px 30px 15px !important;
    }

    .social-media-margin-mobile {
        margin-left: 10px;
    }

    .resource-homepage-title {
        height: 100px !important;
    }

    .menu-itmes-size {
        font-size: 20px !important;
        padding: 15px 20px 15px 0px !important;
        text-align: left !important;
    }

    .login-btn-mobile-paddings {
        padding: 15px 0px 15px 0px !important;
        margin: 0px 0px 0px 10px!important;
    }

    .logout-button {
        text-align: left !important;
        padding-left: 0px !important;
        font-size: 20px !important;
    }

    .navbar-brand img {
        margin-top: 4px !important;
    }

    .video-desktop {
        display: none !important;
    }

    .video-mobile {
        display: block !important;
    }

    .flex-container-carvana {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding: 0px 15px;
    }

    .flex-caravana-left {
        width: 100%;
    }

    .flex-caravana-right {
        width: 100%;
    }

    .button-right-center {
        text-align: center !important;
    }

    .button-center-mobile {
        text-align: center !important;
        margin-top: 10px;
    }

    .new-events-homepage-location {
        padding-right: 20px;
    }

}

@media (min-width: 620px) and (max-width: 680px)
{
    .resource-homepage-title {
        height: 120px !important;
    }
}

@media (max-width: 640px) {
    .sort-input {
        max-width: unset !important;
        margin-bottom: 10px
    }

    .search-input {
        max-width: unset !important;
    }

    .truth-label {
        bottom: -25px !important;
    }

    .visible-desktop-tablets {
        display: none !important;
    }

    .visible-mobile-only {
        display: block !important;
    }

    .img-event {
        height: 215px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .events-homepage-title {
        height: 60px;
    }
}

@media (min-width: 551px) and (max-width: 991px) {
    .list-download-description {
        height: 155px !important;
    }
}

@media (max-width: 550px) {
    .mobile-size-img {
        width: 100% !important;
    }

    .flex-item-l {
        width: 60%;
    }

    .flex-item-r {
        width: 40%;
        padding-left: 7px;
    }

    .know-truth-marigns {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .flex-title-resource {
        gap: 40px !important;
    }

    .banner-bakcground-container {
        padding-bottom: 20px !important;
    }

    .truth-label {
        bottom: -30px !important;
        height: 75px;
        padding: 10px 10px;
    }

    .events-homepage-title {
        height: 60px;
    }

    .events-list-title {
        height: 80px;
    }

    .nopadding-right-mobile-modal {
        padding-right: 0px!important;
    }

    .mobile-events-padding {
        padding: 0 45px;
    }

    .secondary-page-banner {
        height: 260px !important;
        padding-top: 130px !important;
    }

        .secondary-page-banner.caravan-page {
            padding-top: 25px !important;
            margin-top:90px!important;
            height:200px!important;
            background-position:-232px;
        }

        .secondary-page-banner h1 {
            color: black;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 40px;
        }

        .secondary-page-banner.events-news {
            padding-top: 110px !important;
        }

    .list-item-title {
        font-size: 20px;
        line-height: 1.1;
    }

    .list-item-description {
        display: none !important;
    }

    .list-download-description {
        display: none !important;
    }

    .img-100-width {
        width: 100% !important;
    }

    .flex-date-container {
        height: 50px;
    }

    .new-events-homepage-location {
        height: 78px;
    }

    .new-event-flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .new-event-left {
        width: 100%;
        height: 130px;
    }

    .new-event-right {
        width: 100%;
        padding: 15px 0px 15px 25px;
    }

    .flex-content-event-container {
        align-items: center !important;
    }

    .mobile-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .btn-download {
        padding: 12px 25px 12px 20px
    }
}

@media (max-width: 500px) {
    .flex-title-resource {
        justify-content: center !important;
    }

    .title-section-homepage {
        text-align: center !important;
    }
}

/*MOBILE*/

/*ANCHORS*/

#evenimente {
    scroll-margin-top: 90px;
}

#despre-proiect {
    scroll-margin-top: 90px;
}

#resurse {
    scroll-margin-top: 90px;
}

#quiz {
    scroll-margin-top: 90px;
}

#contact {
    scroll-margin-top: 90px;
}
/*ANCHORS*/


/*Accordion gallery*/

.testimonials-desktop {
    display: block !important;
}

.testimonials-mobile {
    display: none !important;
}

.container-testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0vmin;
    margin-right: 0vmin;
    background-color: black !important;
    overflow: hidden;
    transform: skew(0deg);
}

    .container-testimonials .card-person {
        flex: 1;
        transition: all 0.3s ease-in-out;
        height: 80vmin;
        position: relative;
        cursor: pointer;
        z-index:2;
    }

        .container-testimonials .card-person .card-head-person {
            color: black;
            background: #febe98;
            padding: 10px !important;
            /*transform: rotate(-90deg) !important;*/
            transform-origin: 0% 0%;
            transition: all 0.5s ease-in-out;
            min-width: 120% !important;
            width: unset !important;
            height: 85px;
            text-align: left;
            position: absolute;
            bottom: 2px !important;
            left: 0 !important;
            font-size: 16px !important;
            white-space: nowrap;
            transform: rotate(-15deg) skew(-15deg) !important;
        }

        .container-testimonials .card-person .card-head-person .bold-name {
            margin-top: 10px;
        }

        .container-testimonials .card-person:hover {
            flex-grow: 2;
        }

            .container-testimonials .card-person:hover img {
                filter: grayscale(0);
            }

            .container-testimonials .card-person:hover .card-head-person {
                text-align: left;
                /*top: calc(100% - 20em);*/
                color: black;
                min-width: 107%;
                min-height: 85px !important;
                background: #febe98;
                font-size: 16px;
                bottom: 61px;
                left: -8px;
                transform: rotate(-15deg) skew(-15deg) !important;
            }

            .container-testimonials .card-person:hover .no-description-mobile {
                margin-top: 5px;
                opacity: 1 !important;
                transition-delay: 0.5s;
                transition-duration: 0.1s
            }

            .container-testimonials .card-person:hover .play-logo-on-hover {
                opacity: 1 !important;
                transition-delay: 0.3s;
                transition-duration: 0.2s
            }

            .container-testimonials .card-person:hover .card-head-person .bold-name {
                margin-top: 10px !important
            }

        .container-testimonials .card-person img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 1s ease-in-out;
            filter: grayscale(0);
        }

.container .card:not(:nth-child(5)) {
    margin-right: 0em;
}

.bold-name {
    font-weight: 700 !important;
    font-size: 25px !important;
}

.no-description-mobile {
    opacity: 0;
    font-size: 14px;
}

.play-logo-on-hover {
    color: white;
    margin-top: 0px;
    margin-left: 10px;
    font-size: 30px;
    opacity: 0;
    vertical-align: central !important;
}

@media (min-width: 1151px) and (max-width: 1350px) {
    .container-testimonials .card-person:hover .card-head-person {
        min-height: 85px !important;
    }
} 

@media(max-width: 1150px) {
    .container-testimonials .card-person .card-head-person {
        color: black;
        background: #febe98;
        padding: 10px !important;
        /*transform: rotate(-90deg) !important;*/
        transform-origin: 0% 0%;
        transition: all 0.5s ease-in-out;
        min-width: 120% !important;
        width: unset !important;
        height: 85px;
        text-align: left;
        position: absolute;
        bottom: 5px !important;
        left: 0 !important;
        font-size: 16px !important;
        white-space: nowrap;
        transform: rotate(-15deg) skew(-15deg) !important;
    }

    .container-testimonials .card-person .card-head-person .bold-name {
            margin-top: 15px;
    }

    .container-testimonials .card-person:hover {
        flex-grow: 3;
    }

        .container-testimonials .card-person:hover img {
            filter: grayscale(0);
        }

        .container-testimonials .card-person:hover .card-head-person {
            text-align: left;
            /*top: calc(100% - 5.72em);*/
            color: black;
            min-width: 120% !important;
            min-height: 85px !important;
            background: #febe98;
            font-size: 16px;
            bottom: 61px;
            transform: rotate(-15deg) skew(-15deg) !important;
        }

        .container-testimonials .card-person:hover .no-description-mobile {
            display: none !important;
            white-space: normal;
        }

        .container-testimonials .card-person:hover .play-logo-on-hover {
            display: inline-block !important;
        }

        .container-testimonials .card-person:hover .card-head-person .bold-name {
            margin-top: 15px !important
        }

    .container-testimonials .card-person img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 1s ease-in-out;
        filter: grayscale(0);
    }

    .no-description-mobile {
        display: none !important;
    }

    .play-logo-on-hover {
        font-size: 25px !important;
        display: none !important;
        margin-left: 0px !important;
        margin-top: -5px;
    }
}

@media(max-width: 991px) {
    .testimonials-desktop {
        display: none !important;
    }

    .testimonials-mobile {
        display: block !important;
    }

    .container-testimonials .card-person .card-head-person {
        color: black;
        background: #febe98;
        padding: 10px !important;
        /*transform: rotate(-90deg) !important;*/
        transform-origin: 0% 0%;
        transition: all 0.5s ease-in-out;
        min-width: 120% !important;
        width: unset !important;
        height: 70px;
        text-align: left;
        position: absolute;
        bottom: 2px !important;
        left: 0 !important;
        font-size: 16px !important;
        white-space: nowrap;
        transform: rotate(-15deg) skew(-15deg) !important;
    }

        .container-testimonials .card-person .card-head-person .bold-name {
            margin-top: 8px;
        }

    .container-testimonials .card-person:hover .card-head-person {
        text-align: left !important;
        top: calc(100% - 4.50em);
        color: black;
        min-width: 120% !important;
        min-height: 60px !important;
        background: #febe98;
        font-size: 16px;
        transform: rotate(-15deg) skew(-15deg) !important;
    }

        .container-testimonials .card-person:hover .card-head-person .bold-name {
            margin-top: 5px !important
        }

    .play-logo-on-hover {
        margin-top: 3px !important;
    }
}

@media(min-width: 551px) and (max-width: 580px) {
    .new-events-homepage-location {
        height: 75px;
    }
}

@media (max-width: 550px) {
    .bold-name {
        font-size: 16px !important;
    }

    .container-testimonials .card-person .card-head-person {
        height: 60px;
    }

    .container-testimonials .card-person:hover .card-head-person {
        top: calc(100% - 3.90em);
    }

        .container-testimonials .card-person:hover .card-head-person .bold-name {
            margin-top: 8px !important;
        }

    .play-logo-on-hover {
        margin-top: -7px !important;
        vertical-align: top;
    }

    .name-vertical-align-top {
        vertical-align: top;
    }
}

/*Accordion gallery*/

/*Fade Effects*/

.reveal {
    /*position: relative;*/
    transform: translateY(1px);
    opacity: 0;
    transition: 0.5s linear all;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }

.reveal-title {
    transform: translateY(1px);
    opacity: 0;
    transition: 1s linear all;
}

    .reveal-title.active {
        transform: translateY(0);
        opacity: 1;
    }

.reveal-from-right {
    transform: translateX(100px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal-from-right.active {
        transform: translateX(0);
        opacity: 1;
    }

.reveal-from-left {
    transform: translateX(-100px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal-from-left.active {
        transform: translateX(0);
        opacity: 1;
    }

.reveal-from-bottom {
    transform: translateY(100px);
    opacity: 0;
    transition: 1.2s all ease;
}

    .reveal-from-bottom.active {
        transform: translateY(0);
        opacity: 1;
    }

/*Fade Effects*/


/*Testimonials popup*/

#popupDaria, #popupAlexandra, #popupSebi, #popupGeorgiana, #popupRafa, #popupAlin, #popupLuci, #popupAndrei {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 12;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 900px;
    height: 500px;
}

iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.closeDaria, .closeAlexandra, .closeSebi, .closeGeorgiana, .closeRafa, .closeAlin, .closeLuci, .closeAndrei {
    position: absolute;
    top: -70px;
    right: 0px;
    cursor: pointer;
    font-size: 60px;
    color: white;
    opacity: 0.7;
}

/*Testimonials popup*/