html,
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000000;
}
.logo {
    max-height: 30px;
}
.page_main_elem {
    min-height: 70vh;
}
.page_content {
    font-size: 1rem;
}
.page_content p {
    margin-bottom: 0;
}
.page_content img{
    max-width: 100%;
}
.bg-red-dark {
    background-color: #cd0808;
}
.color_white {
    color: white;
}
.copy > p {
    margin-bottom: 0 !important;
}

.footer_logo_p {
    display: flex;
    align-items: center;
}
.footer_logo_p img {
    max-height: 70px;
    margin-right: 25px;
    max-width: 100%;
}
.font-s18 {
    font-size: 1.8rem;
}
.home_cta .svg-icon {
    margin-bottom: 6px;
}
.home_cta .svg-icon svg {
    fill: #ece317;
}
.home_cta:hover .svg-icon svg {
    fill: #000;
}
.caption_con {
    border-radius: 20px;
}
.caption_white {
    background-color: rgba(255, 255, 255, 0.7);
}
.profile-card__name {
    font-size: calc(1.3rem + 0.6vw);
}
.org_img_place {
    max-height: 400px;
}
.heading_clasic {
    font-size: 1.5rem;
    font-weight: bold;
    /* color: #ece317; */
}
.infoWidnwoOrg {
    background-color: #000;
    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
}
.infoWidnwoOrg::after {
    opacity: 1;
    background: -o-linear-gradient(
        bottom,
        rgba(25, 30, 37, 0.9) 0%,
        rgba(25, 30, 37, 0.55) 35%,
        rgba(22, 22, 23, 0.1) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(25, 30, 37, 0.9)),
        color-stop(35%, rgba(25, 30, 37, 0.55)),
        color-stop(60%, rgba(22, 22, 23, 0.1)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        to top,
        rgba(25, 30, 37, 0.9) 0%,
        rgba(25, 30, 37, 0.55) 35%,
        rgba(22, 22, 23, 0.1) 60%,
        rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}
.gm-style-iw-chr {
    height: 0;
}
.partner_logos {
    background-color: #fff;
    width: 100%;
    position: relative;
}
.partner_logos img {
    max-height: 43px;
}
.blog_item {
    height: 100%;
}
.blog_item .card-img-top {
    height: 250px;
    /* border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    -o-object-fit: cover;
    object-fit: cover;
}
.logo-eu {
    height: 50px;
    max-height: 100%;
}

.blog-carousel .owl-stage,
.event-carousel .owl-stage {
    display: flex;
}
.event-carousel .owl-stage-outer {
    padding-bottom: 25px;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #ece317;
    background-color: #000;
}
.event_single_image {
    width: 100%;
    height: auto;
}
.map_iframe_place iframe {
    width: 100%;
    height: 60vh;
    min-height: 400px;
}
.topmar_header {
    margin-top: 200px;
}
.profile-card_bg--img-reg {
    height: 215px;

    border-radius: 1rem 1rem 0 0;
    -moz-border-radius: 1rem 1rem 0 0;
    -webkit-border-radius: 1rem 1rem 0 0;
    -khtml-border-radius: 1rem 1rem 0 0;
}
.video_full_youtube {
    width: 100%;
    height: 70vh;
}
.alert_uni.alert-danger {
    color: white !important;
}
#contact .gap-2 span {
    gap: 0.5rem !important;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.alert.bg-red-dark {
    color: white;
}
#searchModal .modal-content{
    background-color: transparent;
    color: white;
}
 .modal-backdrop.show{
    opacity: 0.85;
}
.search_list .org_img_place{
    max-height: 320px;
}
.form-newsletter > div {
    position: relative;
}
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #organization_con {
        padding-bottom: 100vh !important;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .logo-eu-top {
        display: none;
    }
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .logo-eu-right {
        display: none;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .map-wrapper {
        display: block;
    }
    .map-content {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .image-wrapper {
        height: 250px;
    }
}
/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .image-wrapper {
        height: 280px;
    }
}
