
div#menu_top {
    position: absolute;
    width: 100%;
    background: var(--primary-color-cncan);
    background-blend-mode: normal;
    -webkit-box-shadow: 2px 2px 6px;
    -ms-box-shadow: 2px 2px 6px;
    -o-box-shadow: 2px 2px 6px;
    box-shadow: 2px 2px 6px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding-inline: 24px; */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#menu_top img {
    max-height: 100%;
    width: auto;
    display: inline-block;
    max-width: 100%;
    min-width: 33px;
    height: 37px;
}

.butoane-meniu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* gap: 50px; */
    color: #55606b;
    /* max-height: 65px; */
}


.butoane-meniu i {
    padding-right: 5px;
}

.logo1, .butoane-meniu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65px;
    /* padding: 10px 20px; */
}

.logo1 {
    padding: 10px;
}

.logo1 img {
    width: 140px;
}

.div-logo-text {
    font-weight: 700;
    color: var(--primary-color-cncan);
    font-size: 11pt;
    line-height: 1.65;
}


div.butoane-meniu div.buton-meniu:hover, .butoane-meniu .buton-meniu.active-btn, .butoane-meniu .buton-meniu.active-btn:hover {
    color: #fff;
    background: var(--primary-color-cncan);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 5px rgb(67 67 67 / 54%);
    -ms-box-shadow: 1px 1px 5px rgb(67 67 67 / 54%);
    -o-box-shadow: 1px 1px 5px rgb(67 67 67 / 54%);
    box-shadow: 1px 1px 5px rgb(67 67 67 / 54%);
}

div.butoane-meniu .buton-meniu:hover i {
    color: #fff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: unset !important;
    border-radius: unset !important;
    background: #ffffff99 !important;
}

::-webkit-scrollbar-thumb {
    border-radius: unset !important;
    -webkit-box-shadow: unset !important;
    background: var(--primary-color-cncan) !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: lightslategray !important;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-button-cncan);
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: var(--primary-color-cncan);
    background-color: unset;
    border-color: unset;
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.dropdown-item {
    color: var(--primary-button);
}

.navbar {
    background-color: #c6c6c699;
    border: none;
    border-radius: 0;
    height: 80px;
    transition: all .3s;
    padding-top: unset;
    padding-bottom: unset;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;

}

.navbar-collapse {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

.menuSlide {
    -webkit-transform: translate(1px, -73px);
    -ms-transform: translate(1px, -73px);
    transform: translate(1px, -73px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slideDown {
    top: 73px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#menu_toggle {
    right: 20px;
    top: 65px;
    position: absolute;
    height: 30px;
    width: 33px;
    /* border: 1px solid; */
    border-radius: 1px 0px 10px 10px;
    background: var(--primary-color-cncan);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: #5f5f5f 1px 3px 4px;
    -ms-box-shadow: #5f5f5f 1px 3px 4px;
    -o-box-shadow: #5f5f5f 1px 3px 4px;
    box-shadow: #5f5f5f 1px 3px 4px;
    -webkit-animation: 0.4s;
    animation: 0.4s;
    cursor: pointer;
}

#divDraggable {
    width: 100%;
    height: 20px;
    background: #FFF;
    cursor: move;
}

.slick-track {
    height: 65px;
}

.slick-arrow {
    border: none;
    background: none;
    font-size: 12px;
}

.suggestionsMenu {
    left: -36px !important;
    width: unset !important;
}


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin: 20px 0 10px 0;
}

i, span {
    display: inline-block;
}


wrapper {
    display: flex;
    align-items: stretch;
}


a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}


a.article, a.article:hover {
    color: #fff !important;
}

.fp-card-header, .fp-card-footer {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    /*  color: var(--primary-color-cncan);*/
}

.fp-card-footer {
    border-bottom: unset;
}

#container.container-landingPage {
    overflow: auto;
    height: calc(100% - 75px);
    margin: 15px 0;
}

#container.container-landingPage #divMsg {
    width: 60%;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translate(-50%); */
    margin: auto;
}

.fp-card:hover .card-body {
    transform: unset;
    cursor: unset;
}

.card-body:not(.card-w-text):hover {
    transform: scale(1.02) perspective(0);
}

div#content {
    background: url('../../resources/images/first_page/cncan-wallpaper.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.fp-card-footer iframe, div.div-img-harta {

    border: 1px solid #10658E !important;
}

div.card-body {
    border-radius: 0.375rem;
!important;
}

.social-links a, .dropbtn {
    text-align: center;
    border: unset;
    flex: 1px;
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 36px;
    font-size: 15px;
}

.butoane-meniu .login-btn {
    font-weight: 700;
    border: 1px solid #55606b;
    border-radius: 0.375rem;
}

.butoane-meniu .login-btn a:hover, .social-links a:hover {
    border: unset;
}

div.fp-card-footer {
    min-height: 55px;
}

a[role="menuitem"] {
    font-size: 13px;
    padding: 10px;
    text-decoration: none;
    color: black;
}

a[role="menuitem"]:hover {
    color: var(--primary-color-cncan);
}

.dropdown .dropdown-toggle {
    text-decoration: none;
    color: black;
}

.bsb-tpl-bg-blue {
    /*background: url('../../resources/images/first_page/landing-wp.png');*/
    /*background: url('../../resources/images/first_page/wallp.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px -1px 14px 0px #000000 !important;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#scrollspyHero {
    /*min-height: 500px;*/
}

ul#bsb-tpl-navbar .nav-item{
    font-size: 13px;
}

#modal_gdpr .modal-body, #modal_cookie .modal-body{
    max-height: 85vh;
    overflow: auto;
}

@media (min-width: 300px) and (max-width: 800px) {

    .display-3, p.fs-4 {
        text-align: center !important;
    }

    a.navbar-brand {
        margin: 0;
    }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        gap: 0 !important;
        width: 100% !important;
    }

    div.social-links a, .dropbtn {
        text-align: center;
        border: unset;
        flex: 1px;
        padding: 7px;
        width: 25px;
        height: 25px;
        border-radius: 36px;
        font-size: 12px;
    }

    div.social-links {
        gap: 10px !important;
    }
}

.custom-img-class {
    max-width: 100%;
    height: auto;
}