body {
    background-color: #F8F8F8;
    color: dimgray;
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    line-height: 1.25rem
}

body #ec-content {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden
}
* {
    outline: none!important;
}
a img,
a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
a:hover img{
    opacity: 0.8;
}
.navbar {
    height: 100px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    padding: .75rem 0 .6875rem;
    background: #fff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}

.navbar .container {

}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 60px;
}

.navbar-header h2 {
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: .9375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.navbar-brand {
    margin: 0;
    padding: 0
}

.navbar-brand img {
    width: auto;
    height: 70px;

    -o-object-fit: contain;
    object-fit: contain
}

.navbar-collapse {

}

.navbar-collapse .menu-item:not(:last-child) {
    margin-right: 2.5rem
}
.navbar-collapse .menu-item:nth-last-child(2) {
    margin-right: 1rem
}

.navbar-collapse .menu-item .nav-link {
    color: #545454;
    padding: .625rem 0;
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #545454;
}

.navbar-collapse .menu-item .nav-link.dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .875rem;
    vertical-align: inherit;
    margin-left: .5rem
}

.navbar-collapse .menu-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -.1875rem;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards
}

.navbar-collapse .menu-item.icon-item .nav-link {
    text-indent: -99999px;
    line-height: 1.7;
    padding: .1875rem .9375rem
}

.navbar-collapse .menu-item.icon-item .nav-link::before {
    color: #002892;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0
}

.navbar-collapse .menu-item.icon-item.tel {
    margin-left: 1.25rem
}

.navbar-collapse .menu-item.icon-item.tel .nav-link::before {
    content: "\f095"
}

.navbar-collapse .menu-item.icon-item.mail .nav-link::before {
    content: "\f2b6"
}

.navbar-collapse .menu-item.icon-item.map .nav-link::before {
    content: "\f3c5"
}

.navbar-collapse .menu-item:hover a, .navbar-collapse .menu-item.active a {
    color: #002892;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.navbar-collapse .wpml-ls-item {
    text-transform: uppercase;
    font-size: 1.125rem
}

.navbar-collapse .wpml-ls-item.wpml-ls-current-language .nav-link {
    color: #002892
}

.navbar .dropdown-menu {
    background-color: #002892;
    border-radius: 0;
    border: none;
    min-width: 12rem;
}

.navbar .dropdown-menu .dropdown-item {
    border-radius: 0;
    color: #fff !important;
    white-space: normal;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item.active {
    color: #002892 !important;
    background-color: #fff
}

@media (max-width: 64em) {
    .navbar {
        font-size: 1.125rem
    }

    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        width: 100%;
        margin-right: 0;
        justify-content: space-between
    }

    .navbar-header h2 {
        margin-top: 0;
        font-size: 1.875rem
    }

    .navbar-toggler {
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        outline: none !important;
        width: 35px;
        height: 30px
    }

    .navbar-toggler span {
        position: relative;
        display: block;
        width: 35px;
        height: 2px;
        background-color: #002892;
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    .navbar-toggler span:first-of-type {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 14px
    }

    .navbar-toggler span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -10px
    }

    .navbar-toggler span:nth-of-type(2) {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        margin: 10px 0
    }

    .navbar-toggler.collapsed span:nth-of-type(2) {
        margin: 10px 0px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .navbar-toggler.collapsed span:first-of-type {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 0
    }

    .navbar-toggler.collapsed span:nth-of-type(3) {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 0
    }

    .navbar-collapse {
        display: block !important;
        position: absolute;
        right: 0;
        top: 85px;
        margin-top: 0;
        background-color: rgb(0, 40, 146, 0.95);
        max-height: 320px;
        max-width: 300px;
        z-index: 5;
        padding: 1.25rem 1.875rem 1.875rem 1.875rem;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    .navbar-collapse .menu-item .nav-link {
        color: #fff!important;
    }
    .navbar-collapse .menu-item:not(:last-child) {
        margin-right: 0rem;
    }
    .navbar-collapse .navbar-nav {
        display: block;
        text-align: right;
    }

    .navbar-collapse .menu-item.icon-item {
        float: left;
        margin-top: 1.25rem
    }

    .navbar-collapse .menu-item.icon-item a::before {
        color: #fff !important
    }


    .navbar-collapse .wpml-ls-item {

        display: inline-block;
        margin: 0 20px;
    }


    .navbar-collapse .wpml-ls-item.wpml-ls-current-language .nav-link {
        color: #fff
    }

    .navbar-collapse.show {
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .navbar .dropdown-menu {
        text-align: center
    }
}

@media (max-width: 50em) {
    .navbar-header h2 {
        font-size: 1.5rem
    }


}

@media (max-width: 37.5em) {
    .part img,
    .navbar-brand img {
        height: 40px;
    }

    .navbar-collapse .navbar-nav {

        text-align: center;
    }

        .navbar-collapse {
            width: 100%;
            max-width: 100%;
            min-height: auto;
            height: 76vh;
            max-height: initial;
            overflow-y: auto;
        }

    .navbar .dropdown-menu {
        text-align: center;
        position: absolute;
        width: 100%
    }


    .navbar-header h2 {
        display: none
    }

    .navbar-brand {
        margin-left: 0
    }





}

.site-footer {

    width: 100%;
    padding: 2rem 0 2rem;
    background: #EEEEEE;
    border-top: solid 1px #F2BF0D;
    color: #545454;
    letter-spacing: 0.02em;
    font-size: .75rem
}

.site-footer .container > .row > div > h1 {
    display: none
}

.site-footer .container > .row > div {
    width: 100%
}

.site-footer .cpd {
    list-style-type: none;
    margin-bottom: 1.5625rem;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700
}

.site-footer .cpd li:not(:last-child) {
    border-right: 2px solid #fff;
    margin-right: 1rem;
    padding-right: .5rem
}

.site-footer .cpd-r {
    margin-left: .3125rem
}

.site-footer__social-links {
    font-size: 1.5rem;
    color: #002892;
    text-align: right
}

.site-footer__social-links a {
    color: inherit;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.site-footer__social-links a:hover {
    color: rgba(75, 92, 179, 0.5)
}

.site-footer__footer-desc {
    padding-right: 10%
}

.site-footer__disclaimer h5 {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0
}
.site-footer__disclaimer {
    display: flex;
}
.site-footer__disclaimer > div {
    margin-right: 20px;

}
.site-footer__disclaimer > div:nth-child(1){
    width: 30%;
}
.site-footer__disclaimer > div:nth-child(2){
    width: 70%;
}

.site-footer__disclaimer p {
    margin-bottom: 0
}

.site-footer__parteners a img {
    height: 2.7rem;

    -o-object-fit: contain;
    object-fit: contain;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}
.site-footer__parteners a.agepi img {
    height: 30px;
}

.site-footer__parteners a:hover img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    opacity: .65
}

@media (max-width: 50em) {
    .site-footer .container > .row > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .site-footer .container > .row > div a {
        margin-bottom: .9375rem
    }

    .site-footer__disclaimer h5 {
        margin-bottom: .9375rem
    }
}

@media (max-width: 37.5em) {
    .site-footer {
        text-align: center
    }



    .site-footer .container > .row > div a {
        margin-bottom: 0
    }

    .site-footer .cpd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 15px 0
    }

    .site-footer .cpd li {
        margin-bottom: 10px
    }

    .site-footer__social-links {
        text-align: center;
        margin-bottom: .9375rem
    }

    .site-footer__social-links a {
        margin: 0 .625rem
    }

    .site-footer__footer-desc {
        padding-right: .625rem
    }

    .site-footer__parteners {
        margin-bottom: 1.25rem
    }

    .site-footer__parteners a {
        padding: 0 .625rem
    }
}

.page-row .last-event {
    background-color: #fff;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    color: rgba(105, 105, 105, 0.8);
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.25rem;
    min-height: 25.875rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-row .last-event h3 {
    background-color: #002892;
    color: #fff;
    font-weight: 400;
    font-size: 1.375rem;
    margin: 0;
    padding: .875rem .9375rem
}

.page-row .last-event__content {
    padding: 1.625rem .75rem .5rem 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-row .last-event__content h5 {
    color: rgba(105, 105, 105, 0.8);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px
}

.page-row .last-event__content h5 a {
    color: inherit
}

.page-row .last-event__content p {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-row .last-event__content:hover h5 a {
    color: #002892
}

.page-row .last-event__time {
    color: #545454;
    font-size: 1.5rem;
    margin-bottom: .3125rem
}

.page-row .last-event__time i {
    margin-right: 2.1875rem
}

.page-row .custom-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5625rem;
    margin-right: -.5625rem
}

.page-row .custom-menu__item {
    padding: 0 .5625rem;
    margin-bottom: 1.125rem
}

.page-row .custom-menu__item a {
    padding: 0 3.125rem;
    height: 12.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: 0px 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    opacity: 0
}

.page-row .custom-menu__item a img {
    height: 5.625rem;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 1rem
}

.page-row .custom-menu__item:last-child a span, .page-row .custom-menu__item:nth-child(2) a span {
    word-spacing: 10vw
}

.page-row .custom-menu li:nth-of-type(1) a {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.page-row .custom-menu li:nth-of-type(2) a {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.page-row .custom-menu li:nth-of-type(3) a {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.page-row .custom-menu li:nth-of-type(4) a {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.page-row .custom-menu li:nth-of-type(5) a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.page-row .custom-menu li:nth-of-type(6) a {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

@media (max-width: 64em) {
    .page-row .custom-menu__item a {
        height: 9.375rem;
        font-size: .875rem;
        padding: .625rem 1.875rem
    }

    .page-row .custom-menu__item a img {
        height: 3.125rem
    }
}

@media (max-width: 50em) {
    .page-row .last-event {
        min-height: 39.5rem
    }

    .page-row .last-event__time {
        margin-bottom: .9375rem
    }

    .page-row .custom-menu__item a span {
        word-spacing: .125rem !important
    }
}

@media (max-width: 37.5em) {
    .page-row .custom-menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
        margin-bottom: 1.25rem
    }

    .page-row .custom-menu__item a img {
        height: 40px
    }

    .page-row .custom-menu__item a span {
        word-spacing: .625rem !important
    }

    .page-row .last-event {
        min-height: 100%
    }
}

.page-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    min-width: 30%;
    max-width: 20.9375rem;
    margin-bottom: 1.875rem;
    padding-right: 1.375rem
}

.page-banner a {
    display: block
}

.page-banner a img {
    width: 100%;
    height: 37.5rem
}

@media (max-width: 50em) {
    .page-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        min-width: 40%
    }
}

@media (max-width: 37.5em) {
    .page-banner {
        display: none
    }
}

.carousel-vertical {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    min-width: 70%
}

.carousel-vertical__item {
    background-color: #fff;
    border: none !important;
    margin-bottom: 1.375rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.carousel-vertical__item a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%
}

.carousel-vertical__item a img {
    width: 100%;
    height: 185px;
    -o-object-fit: cover;
    object-fit: cover
}

.carousel-vertical__item div {
    padding: 0 1.4375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%;
    font-size: .875rem;
    font-weight: 300;
    color: dimgray
}

.carousel-vertical__item div h4 {
    color: #545454;
    font-size: 1.125rem;
    font-weight: 700
}

.carousel-vertical__item div h4 a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.carousel-vertical__item div .btn-link {
    font-size: 1.125rem;
    color: #545454;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    position: relative;
    z-index: 3;
    margin-top: -1.875rem
}

.carousel-vertical__item:hover {
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.carousel-vertical__item:hover h4 a {
    color: #002892;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.carousel-vertical__item:hover .btn-link {
    color: #002892;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

@media (max-width: 50em) {
    .carousel-vertical {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        min-width: 60%
    }

    .carousel-vertical__item a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        min-width: 40%
    }

    .carousel-vertical__item div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        min-width: 60%
    }

    .carousel-vertical__item div .btn-link {
        margin-top: 0
    }
}

@media (max-width: 37.5em) {
    .carousel-vertical {
        min-width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }

    .carousel-vertical__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .carousel-vertical__item a, .carousel-vertical__item div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }

    .carousel-vertical__item div {
        padding: 1.125rem 1.25rem .3125rem
    }

    .carousel-vertical .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .carousel-vertical .slick-dots button {
        text-indent: -999999px;
        width: .9375rem;
        height: .9375rem;
        border-radius: 50%;
        border: 2px solid #333;
        background-color: transparent;
        margin: 0 5px;
        padding: 0
    }

    .carousel-vertical .slick-dots .slick-active button {
        background-color: #333
    }
}

.partner-blk {
    height: 19.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.875rem
}

.partner-blk__title {
    color: #fff;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.5625rem;
    background-color: #002892;
    margin-bottom: 0;
    padding: 1.0625rem 0
}

.partner-blk__meta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.375rem 1.5rem
}

.partner-blk__meta div {
    padding-left: 3.75rem;
    margin-top: 1.375rem;
    margin-bottom: .9375rem
}

.partner-blk__meta div span {
    font-size: 1.125rem;
    color: #545454;
    display: block;
    margin-bottom: 1.875rem
}

.partner-blk__meta div a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #545454
}

.partner-blk__meta .btn-link {
    color: #545454
}

.partner-blk:hover .btn-link {
    color: #002892
}

@media (max-width: 64em) {
    .partner-blk .partner-blk__title {
        font-size: 1.125rem
    }

    .partner-blk .partner-blk__meta div {
        padding-right: 0
    }

    .partner-blk .partner-blk__meta div a {
        font-size: 1.25rem
    }
}


.events-calendar-carousel {
    margin: 0 0 1.875rem 0;
    padding: 0;
    box-shadow: 0 1px 12px 0 rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 0 1px 12px 0 rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 1px 12px 0 rgba(51, 51, 51, 0.2)
}

.events-calendar-carousel .slick-slide {
    height: 15.8125rem;
    margin: 0
}

.events-calendar-carousel .slick-slide .date {
    line-height: normal;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    background-color: #002892;
    color: #FFFFFF;
    padding: .975rem 1.875rem
}

.events-calendar-carousel .slick-slide div {
    padding: .875rem 2.1875rem 0;
    font-size: .875rem;
    font-weight: 300;
    color: dimgray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.events-calendar-carousel .slick-slide .title, .events-calendar-carousel .slick-slide .second-date, .events-calendar-carousel .slick-slide .address {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #545454;
    margin-bottom: 1.4375rem;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.events-calendar-carousel .slick-slide .title i, .events-calendar-carousel .slick-slide .second-date i, .events-calendar-carousel .slick-slide .address i {
    margin-right: 20px
}

.events-calendar-carousel .slick-slide p {
    padding-left: 40px;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 6.5625rem;
    overflow: hidden
}

.events-calendar-carousel .slick-slide .second-date, .events-calendar-carousel .slick-slide .address {
    margin-bottom: 0;
    text-transform: inherit
}

.events-calendar-carousel .slick-slide .second-date {
    margin-bottom: .875rem
}

.events-calendar-carousel .slick-slide .btn-link {
    color: #545454;
    position: relative;
    top: -1.25rem;
    right: 1.5625rem
}

.events-calendar-carousel .slick-slide:hover .btn-link {
    color: #002892
}

.events-calendar-carousel .slick-arrow {
    position: absolute;
    top: 0;
    background-color: transparent;
    color: #fff;
    border: none;
    padding: .9375rem;
    z-index: 3;
    cursor: pointer
}

.events-calendar-carousel .slick-arrow.slick-next {
    right: 0;
    margin-right: 1.875rem
}

.events-calendar-carousel .slick-arrow.slick-prev {
    left: 0;
    margin-left: 1.875rem
}

@media (max-width: 64em) {
    .events-calendar-carousel .slick-slide .title, .events-calendar-carousel .slick-slide .second-date, .events-calendar-carousel .slick-slide .address {
        margin-bottom: .4375rem
    }

    .events-calendar-carousel .slick-slide .date {
        font-size: 1.125rem
    }

    .events-calendar-carousel .slick-slide p {
        padding-right: 0
    }

    .events-calendar-carousel .slick-arrow {
        top: 0;
        margin-top: 0
    }
}

@media (max-width: 50em) {
    .events-calendar-carousel .slick-slide {
        padding-bottom: .625rem;
        height: 16.25rem;
        background-color: #fff
    }

    .events-calendar-carousel .slick-slide .btn-link {
        padding-right: 1.875rem
    }
}

@media (max-width: 37.5em) {
    .events-calendar-carousel {
        margin: 0
    }

    .events-calendar-carousel .slick-slide {
        margin: 0;
        padding-bottom: 0
    }

    .events-calendar-carousel .slick-slide div {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .events-calendar-carousel .slick-slide .btn-link {
        padding-right: 0
    }
}

.events-center-carousel {
    padding: 0;
    margin-bottom: 3.4375rem
}

.events-center-carousel.no-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5rem 0 5.625rem
}

.events-center-carousel.no-slide .slick-slide:nth-of-type(2) {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 3
}

@media (max-width: 37.5em) {
    .events-center-carousel.no-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .events-center-carousel.no-slide .slick-slide:nth-of-type(2) {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.events-center-carousel .slick-track {
    padding: 2.8125rem 0
}

.events-center-carousel .slick-slide {
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.events-center-carousel .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2)
}

.events-center-carousel .slick-slide img {
    width: 100%;
    height: 14.375rem;
    -o-object-fit: cover;
    object-fit: cover
}

.events-center-carousel .slick-slide .meta {
    padding: .5625rem .9375rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 1.125rem;
    color: #fff;
    background-color: rgba(55, 55, 55, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center
}

.events-center-carousel .slick-slide .meta .title, .events-center-carousel .events-calendar-carousel .slick-slide .meta .second-date, .events-calendar-carousel .events-center-carousel .slick-slide .meta .second-date, .events-center-carousel .events-calendar-carousel .slick-slide .meta .address, .events-calendar-carousel .events-center-carousel .slick-slide .meta .address {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.events-center-carousel .slick-slide.slick-center {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    z-index: 3
}

.events-center-carousel .slick-slide.slick-center::before {
    background: transparent
}

.events-center-carousel .slick-slide.slick-center .meta {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: 1s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: 1s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 1s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards
}

.events-center-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    border: none;
    background-color: transparent;
    font-size: 1.125rem;
    color: #545454;
    outline: none !important;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.events-center-carousel .slick-arrow:hover {
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.events-center-carousel .slick-arrow.slick-next {
    right: -25.8%
}

.events-center-carousel .slick-arrow.slick-prev {
    left: -25%
}

@media (max-width: 50em) {
    .events-center-carousel .slick-arrow.slick-prev {
        left: -2.5rem
    }

    .events-center-carousel .slick-arrow.slick-next {
        right: -2.5rem
    }
}

@media (max-width: 37.5em) {
    .events-center-carousel .slick-arrow {
        top: 90%
    }

    .events-center-carousel .slick-arrow.slick-prev {
        left: 0
    }

    .events-center-carousel .slick-arrow.slick-next {
        right: 0
    }
}

.page-title {
    display: inline-block;
    border-bottom: solid 2px #F2BF0D;
    color: #fff;
    margin-bottom: 1.25rem;
    padding: .625rem 0;
    text-transform: uppercase;
}

.page-title h3 {
    font-weight: 400
}

.about-page__featured-img {
    height: 18.4375rem
}

.about-page__featured-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-page__content {
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    color: dimgray;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: justify;
    margin-bottom: 4.0625rem;
    padding: 2.1875rem 2.1875rem 4.375rem
}

.about-page__content h3 {
    color: #545454;
    font-weight: 400;
    margin-bottom: 1.5625rem
}

.about-page__content p {
    margin-bottom: 0
}

.about-page__content p:first-of-type {
    float: right;
    margin-bottom: 0
}

.about-page__content p:not(:last-of-type) {
    margin-bottom: 1.5625rem
}

.about-page__content p img {
    width: 7.8125rem;
    height: 7.8125rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 .625rem 1.875rem
}

.about-page__content ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
}

.about-page__content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1.25rem
}

.about-page__content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .375rem;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    background-color: #002892
}

.about-page__content ul li:last-child {
    margin-bottom: 0
}

@media (max-width: 37.5em) {
    .about-page__content {
        padding: 1.875rem 1.5625rem 2.1875rem 1.25rem
    }

    .about-page__content--text {
        margin-bottom: 30px
    }
}

.about-page .section__intro {
    margin-bottom: 3.375rem
}

.about-page .section__intro h3 {
    color: #545454;
    font-weight: 400
}

.about-page .team__member {
    background-color: #002892;
    color: #fff;
    font-weight: 300;
    padding-top: 115px;
    margin-bottom: 1.875rem;
    min-height: 52rem
}

.about-page .team__member .function {


    font-weight: 400;
    font-size: .875rem;
    padding: .875rem 1.8125rem
}

.about-page .team__member div {
    padding: .875rem 40px .9375rem 40px
}

.about-page .team__member div .phab {
    display: block;
    font-size: .875rem;
    color: #545454;
    margin-bottom: .4375rem
}

.about-page .team__member div .name {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    /* identical to box height */
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F2BF0D;
    color: #FFFFFF;
}

.team__member h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.about-page .team__member div small {
    font-size: .625rem;
    font-weight: 700;
    color: dimgray;
    display: block;
    margin-bottom: .8125rem
}
.team__member p {
    margin-bottom: 30px;
}
b, strong {
    font-weight: bold;
}
.about-page__objectives {
    font-size: .875rem;
    line-height: 1.25rem;
    color: dimgray
}

.about-page__objectives h3 {
    font-weight: 400;
    font-size: 1.5rem;
    color: dimgray
}

.about-page__objectives p {
    margin-bottom: 1.1875rem
}


@media (max-width: 64em) {
    .about-page {
        padding-bottom: 40px
    }

    .about-page__featured-img, .about-page__content {
        height: auto
    }

    .about-page__content {
        padding-bottom: 1.875rem;
        margin-bottom: 1.25rem
    }


}

@media (max-width: 50em) {


}

@media (max-width: 37.5em) {
    .about-page__content {
        margin-bottom: 2.5rem
    }

    .about-page .team__member {
        height: auto
    }

    .about-page .team__member div {
        padding-left: 1.25rem
    }
}

.contact-page .page-title {
    margin-bottom: 3.125rem
}

.contact-page__content {
    margin-bottom: 4.375rem;
    padding: 2.0625rem 0 .625rem;
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    font-size: 1.125rem;
    color: #545454
}

.contact-page__content .custom-logo {
    -o-object-position: left;
    object-position: left;
    width: 10rem;
    height: 10rem;
    margin-bottom: 2.1875rem;
    margin-top: .8125rem
}

.contact-page__content ul li {
    margin-right: .75rem !important
}

.contact-page__content ul li a {
    font-size: 1.75rem;
    line-height: 1;
    color: #545454;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.contact-page__content ul li a:hover {
    color: #002892;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.contact-page__content .wpcf7-form {
    padding: 0 1.875rem
}

.contact-page__content .wpcf7-form .form-group {
    margin-bottom: 1.5625rem;
    position: relative
}

.contact-page__content .wpcf7-form .form-group .form-control {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 1px solid #545454;
    padding: .6875rem 0
}

.contact-page__content .wpcf7-form .form-group textarea {
    height: 7.8125rem;
    resize: none
}

.contact-page__content .wpcf7-form .form-group .ajax-loader {
    position: absolute;
    left: 0;
    top: 0
}

.contact-page__content .wpcf7-form .form-group .btn-primary {
    padding: .375rem;
    width: 100%;
    max-width: 10.8125rem;
    margin-top: .625rem
}

.contact-page__blk {
    max-width: 280px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.page-template-content-contact-page .contact-page__blk ul, .page-template-content-contact-page .contact-page__blk address {
    opacity: 1;
}
.page-template-content-contact-page .contact-page__blk:not(:last-of-type) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 2px #F2BF0D;
}

.contact-page__blk label {
    color: #4B5CB3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    min-width: 10%;
    text-align:center;
    font-weight: 400;
    opacity:  0.3;
}

.contact-page__blk ul, .contact-page__blk address {

    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    min-width: 90%;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #545454;
    opacity:  0.3;
}
.contact-page__blk a {
    color: #545454;
}
.contact-page__blk a:hover {
    color: #000;
    text-decoration: none;
}
.contact-page__blk:first-of-type {
    margin-top: .9375rem
}

.contact-page__blk:not(:last-of-type) {
    margin-bottom: 2.5rem
}
.contacts .navbar-brand img {
   margin-bottom: 30px;
}
.social_cont a {
    margin-left: 30px;
    opacity: 0.4;
}
.social_cont a:hover {
    opacity: 1;
}
@media (max-width: 50em) {
    .contact-page {
        max-width: 700px
    }

    .contact-page .navbar-brand {
        display: block;
        text-align: center
    }

    .contact-page .col-md-12.col-lg-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contact-page__content {
        padding-bottom: 1.25rem
    }

    .contact-page__blk {
        margin-top: .625rem
    }

    .contact-page__blk:not(:last-of-type) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%
    }

    .contact-page__blk:last-of-type {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 100%
    }
}

@media (max-width: 37.5em) {
    .contact-page__content .wpcf7-form {
        margin-top: 1.5625rem
    }

    .contact-page__content .wpcf7-form .form-group .btn-primary {
        max-width: 100%
    }

    .contact-page__blk {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
        min-width: 100% !important
    }
}

.event-display {
    padding: 0;
    margin-bottom: 1.25rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.event-display__featured-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%;
    padding-right: .9375rem
}

.event-display__featured-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.event-display__wrapp {
    color: dimgray;
    line-height: 1.5625rem;
    font-size: .875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%;
    padding-left: .9375rem;
    padding-right: .9375rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.event-display__wrapp h4 {
    font-weight: 400;

    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0
}

.event-display__wrapp h4.title, .event-display__wrapp .events-calendar-carousel .slick-slide h4.second-date, .events-calendar-carousel .slick-slide .event-display__wrapp h4.second-date, .event-display__wrapp .events-calendar-carousel .slick-slide h4.address, .events-calendar-carousel .slick-slide .event-display__wrapp h4.address {
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #002892;
}

.event-display__wrapp h4.title a, .event-display__wrapp .events-calendar-carousel .slick-slide h4.second-date a, .events-calendar-carousel .slick-slide .event-display__wrapp h4.second-date a, .event-display__wrapp .events-calendar-carousel .slick-slide h4.address a, .events-calendar-carousel .slick-slide .event-display__wrapp h4.address a {
    color: inherit
}

.event-display__wrapp p {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;

    color: #545454;
    margin-bottom: 0
}
.btn-link {
    font-size: 14px;
}

.event-display .btn-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    min-width: 5%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.event-display {
    margin-top:30px;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}


.event-display.simple .event-display__wrapp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    min-width: 95%
}

.event-display.buclet {
    background-color: #fff;
    position: relative;

}

.event-display.buclet .super-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.event-display.buclet .event-display__featured-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    min-width: 26%;
    padding-right: 1rem
}

.event-display.buclet .event-display__featured-img img {
    height: 12.5rem
}

.event-display.buclet .event-display__wrapp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%;
    padding-left: 1rem;
    padding-right: 1rem
}

.event-display.buclet .event-display__wrapp h4 {
    color: #002892
}

.event-display.buclet .btn-link {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
    min-width:150px
}

.event-display.buclet .btn-link.briefs {
    /*background: #F2BF0D*/
}

.event-display.book {
    background-color: #fff;
    margin-bottom: 3.125rem;
    padding: 2.5rem 5.625rem
}

.event-display.book .event-display__featured-img {
    pointer-events: none !important;
    cursor: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    min-width: 19%;
    padding-right: 1.5625rem
}

.event-display.book .event-display__featured-img img {
    height: 15rem
}

.event-display.book .book__meta {
    margin-bottom: 0;
    padding-left: 1.25rem;
    color: #545454;
    font-weight: 300;
    font-size: .8125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    min-width: 35%
}

.event-display.book .book__meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.8
}

.event-display.book .book__meta li span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    text-align: left
}

.event-display.book .book__meta li span:first-of-type {
    font-weight: 500;
    color: #002892
}

.event-display.book .event-display__wrapp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    min-width: 34%;
    padding-left: 0;
    padding-right: 3.75rem
}

.event-display.book .event-display__wrapp h4 {
    font-weight: 700;
    color: #545454
}

.event-display.book:hover h4 {
    color: #002892
}

.event-display.book:hover .btn {
    color: #fff !important;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: pulse;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: 1s;
    -moz-animation-name: pulse;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: 1s;
    -o-animation-name: pulse;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 1s;
    animation-name: pulse;
    animation-fill-mode: forwards
}

@media (max-width: 50em) {
    .event-display.buclet {
        padding-left: 2.8125rem
    }

    .event-display.book {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .9375rem
    }

    .event-display.book .event-display__featured-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        min-width: 60%;
        padding-right: 0
    }

    .event-display.book .book__meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        min-width: 40%
    }

    .event-display.book .event-display__wrapp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        min-width: 60%;
        margin-top: 1.5625rem;
        padding-right: 0
    }

    .event-display.book .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        min-width: 40%
    }
}

@media (max-width: 37.5em) {
    .event-display {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .9375rem .9375rem .625rem
    }

    .event-display__featured-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        padding: 0
    }

    .event-display__wrapp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        padding: .9375rem 0 0
    }

    .event-display .btn-link {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 100%;
        text-align: right
    }

    .event-display.buclet {
        padding-left: .9375rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .event-display.buclet .event-display__featured-img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 100%;
        padding-right: 0
    }

    .event-display.book .event-display__featured-img, .event-display.book .book__meta, .event-display.book .event-display__wrapp, .event-display.book .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }

    .event-display.book .event-display__wrapp {
        margin-top: 0
    }

    .event-display.book .book__meta, .event-display.book .btn {
        margin-top: 1.5625rem
    }
}

.single-event__featured-img img {
    width: 100%;
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover
}

.single-event__meta .date {
    background-color: rgba(44, 63, 164, 0.9);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1.4375rem 1.875rem;
    margin-bottom: 0
}

.single-event__meta ul {
    padding: 2.5rem 3.75rem 0 4.6875rem;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.25rem;
    color: dimgray
}

.single-event__meta ul li {
    position: relative;
    padding-left: 4.375rem
}

.single-event__meta ul li:not(:last-child) {
    margin-bottom: 1.5625rem
}

.single-event__meta ul li i {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 2rem;
    text-align: center;
    font-size: 2.125rem
}

.single-event__meta ul li h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0
}

.single-event__meta ul li p {
    margin-bottom: 0
}

.single-event__meta ul li a {
    color: #002892
}

.single-event .title h3, .single-event .events-calendar-carousel .slick-slide .second-date h3, .events-calendar-carousel .slick-slide .single-event .second-date h3, .single-event .events-calendar-carousel .slick-slide .address h3, .events-calendar-carousel .slick-slide .single-event .address h3 {
    color: #545454;
    font-size: 1.5rem;
    font-weight: 400
}

.the-content {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.25rem;
    color: dimgray
}

.the-content h3, .the-content h2, .the-content h1 {
    color: #545454;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1.1875rem
}

.the-content p {
    margin-bottom: 1.625rem
}

.the-content .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4.375rem -.375rem 0
}

.the-content .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%;
    padding: 0 .5rem
}

.the-content .gallery-item .gallery-icon {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.the-content .gallery-item a {
    display: block
}

.the-content .gallery-item a img {
    width: 100%;
    height: 285px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.the-content .gallery-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.related-events .page-title {
    padding: 1rem 1.875rem;
    margin-bottom: 1.875rem
}

.related-events__single {
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.875rem;
    height: 23rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.related-events__single--img {
    display: block;
    height: 11.25rem;
    overflow: hidden
}

.related-events__single--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.related-events__single-meta {
    color: dimgray;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.25rem;
    padding: 1.25rem 1.25rem .625rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.related-events__single-meta .title, .related-events__single-meta .events-calendar-carousel .slick-slide .second-date, .events-calendar-carousel .slick-slide .related-events__single-meta .second-date, .related-events__single-meta .events-calendar-carousel .slick-slide .address, .events-calendar-carousel .slick-slide .related-events__single-meta .address {
    color: #545454;
    font-weight: 300;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: .8125rem
}

.related-events__single-meta p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.related-events__single-meta .btn {
    color: dimgray
}

.related-events__single:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.related-events__single:hover .btn, .related-events__single:hover .title, .related-events__single:hover .events-calendar-carousel .slick-slide .second-date, .events-calendar-carousel .slick-slide .related-events__single:hover .second-date, .related-events__single:hover .events-calendar-carousel .slick-slide .address, .events-calendar-carousel .slick-slide .related-events__single:hover .address {
    color: #002892
}

.related-events.articles .related-events__single {
    padding: 1.25rem 1.25rem 1.5625rem;
    max-height: 10.9375rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgba(105, 105, 105, 0.8)
}

.related-events.articles .related-events__single .title, .related-events.articles .related-events__single .events-calendar-carousel .slick-slide .second-date, .events-calendar-carousel .slick-slide .related-events.articles .related-events__single .second-date, .related-events.articles .related-events__single .events-calendar-carousel .slick-slide .address, .events-calendar-carousel .slick-slide .related-events.articles .related-events__single .address {
    color: #545454;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.0625rem
}

.related-events.articles .related-events__single p {
    margin-bottom: 0
}

@media (max-width: 64em) {
    .related-events.articles .related-events__single {
        max-height: 12.5rem
    }

    .related-events.articles .related-events__single p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width: 50em) {
    .related-events.articles .related-events__single {
        max-height: 15.625rem
    }
}

@media (max-width: 50em) {
    .related-events.articles .related-events__single {
        max-height: 100%;
        height: auto
    }
}

.simple-article .title, .simple-article .events-calendar-carousel .slick-slide .second-date, .events-calendar-carousel .slick-slide .simple-article .second-date, .simple-article .events-calendar-carousel .slick-slide .address, .events-calendar-carousel .slick-slide .simple-article .address {
    margin-bottom: 1.5625rem
}

.simple-article .title h3, .simple-article .events-calendar-carousel .slick-slide .second-date h3, .events-calendar-carousel .slick-slide .simple-article .second-date h3, .simple-article .events-calendar-carousel .slick-slide .address h3, .events-calendar-carousel .slick-slide .simple-article .address h3 {
    font-weight: 400;
    font-size: 1.5rem;
    color: #545454
}

.dictionary-content .listNav {
    margin: 0 -5px 50px
}

.dictionary-content .listNav .ln-letters {
    line-height: normal;
    margin-bottom: 0;
    padding: 1.125rem 1.3125rem;
    background-color: #fff;
    box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.2)
}

.dictionary-content .listNav .ln-letters a {
    border: none;
    color: #838383;
    cursor: pointer;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none !important;
    outline: none !important;
    padding: .125rem .375rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.dictionary-content .listNav .ln-letters a.all {
    color: #002892;
    margin-right: 19px
}

.dictionary-content .listNav .ln-letters a.ln-selected {
    background-color: transparent;
    font-weight: 700;
    color: #002892
}

.dictionary-content .listNav .ln-letters a.ln-disabled {
    opacity: .5
}

.dictionary-content .listNav .ln-letters a:hover {
    background-color: #ddd
}

@media (max-width: 37.5em) {
    .dictionary-content .listNav .ln-letters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

.dictionary-content .glossaryList {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.9375rem
}

.dictionary-content .glossaryList__item {
    margin-bottom: 1.875rem
}

.dictionary-content .glossaryList__item a {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    border: none;
    color: #002892;
    background-color: #fff;
    box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.2);
    padding: 2.1875rem 1.25rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards
}

.dictionary-content .glossaryList__item a:hover, .dictionary-content .glossaryList__item a:focus {
    background-color: #002892;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.glossaryListModal .modal-dialog {
    width: 100%;
    max-width: 36.875rem;
    font-size: 1.25rem !important;
    border-radius: 0 !important;
    font-weight: 300;
    text-align: justify;
    line-height: 1.25rem !important;
    color: dimgray
}

.glossaryListModal .modal-dialog h4 {
    color: #002892;
    opacity: .9;
    margin-bottom: 14px;
    text-transform: uppercase
}

.glossaryListModal .modal-dialog a {
    margin-top: 20px;
    display: block
}

.glossaryListModal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    padding: 2.625rem 1.875rem 2rem !important
}

.glossaryListModal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border-bottom: 0
}

.glossaryListModal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    margin-top: 1.875rem
}

.pagination .page-link {
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    font-size: 1rem;
    color: dimgray;
    font-weight: bold;
    outline: none !important
}

.pagination .page-link.current {
    color: #F2BF0D
}

.preloader {
    position: fixed;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.preloader img {

    height: 6.25rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: .2s;
    -webkit-animation-name: fadeInUpBig;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: .2s;
    -moz-animation-name: fadeInUpBig;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: .2s;
    -o-animation-name: fadeInUpBig;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: .2s;
    animation-name: fadeInUpBig;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media (max-width: 37.5em) {
    .container {
        padding: 0 .9375rem
    }

    .col-md-6.col-lg-4.pr-3, .col-md-6.col-lg-4.pl-3.pr-3, .col-md-12.col-lg-4.pl-3 {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }
}

.white-title {
    color: #fff !important;
}

/*# sourceMappingURL=main.min.css.map */


.super-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}


.section {
    padding: 50px 0;
}
.obiective {

}
.section_title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 50px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #002892;
}

.obiective h6 {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #545454;
    padding: 0;
    margin-bottom: 20px;
}
.obiective ul,
.obiective ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.obiective ul li {
    margin: 0 0 25px;
    position: relative;
    padding-left: 20px;
}
.obiective ul li:before {
    content: ' ';
    background: url("../img/star_blue.png") no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}
.obiective .col-xl-5 ul li:before {
    content: ' ';
    background: url("../img/star_yellow.png") no-repeat;
}
.border_section {
    position: relative;
}
.border_section:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 1px;
    background: #F2BF0D;
}
.feat_cat_item {
    margin: 40px 0;
    min-height: 400px!important;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}
.feat_cat_item_img img  {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.feat_cat_item .title {
    padding: 20px;
}
.title h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #002892;
}
.title h5 a{
    color: #002892;
}
.feat_cat_slider .slick-list  {
    margin: 0 -15px;
}
.feat_cat_slider .feat_cat_item  {
    margin: 15px 15px;
}
.feat_cat_slider .tap {

}
.tap {
    display: inline-block;
    background: #002892;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 12px 35px 12px 25px;
    position:relative;
    color: #FFFFFF;
}
.tap:hover {
    background: #F2BF0D;
    color: #fff;
    text-decoration: none;
}
.tap:after {
    content: ' ';
    position: absolute;
    right: 10px;
    top: 15px;
    background: url("../img/tap.svg");
    width: 6px;
    height: 10px;
}
.tap.yellow {
    background: #F2BF0D;
}
.tap.yellow:hover {
    background: #000;
}
.slick-arrow {
    position: absolute;
    left: -70px;
    top: 50%;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    font-size: 0;
    background: url("../img/left.png") no-repeat top center;
    border:0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.slick-prev:hover {
    background: url("../img/left_hover.png") no-repeat top center;
}

.slick-next {
    left: inherit;
    right: -70px;
    background: url("../img/right.png") no-repeat top center;
}
.slick-next:hover {
    background: url("../img/right_hover.png") no-repeat top center;
}

.featured2 .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.featured2 .title p {
    font-size: 12px;
    line-height: 15px;
    margin:0
}
.featured2 .title h5{
    margin-bottom: 20px;
}
.activ_item{
    position: relative;
}
.activ_item:before {
    content: ' ';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    right: 15px;
    /*width: calc(100% - 30px);*/
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 40, 146, 0.05);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.activ_item:hover:before{
    box-shadow: 0px 4px 15px rgba(0, 40, 146, 0.15);
}
.meta_box {
    padding: 0px 30px 0px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.date {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #545454
}
.cat_item {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 20px 0 30px;
    color: #F2BF0D;
}

.despre_slider .slick-list{
    overflow:visible!important;
}
.despre_slider .slick-track,
.despre_slider .slick-list {
    height: 100%;
}
.despre_slider {
    height: 740px;

}
.despre_noi {
    position: relative;
    font-size: 14px;
    line-height: 19px;
    border-bottom: solid 1px #F2BF0D;
    overflow: hidden;
    color: #FFFFFF;
}
.despre_noi:before {
    content: ' ';
    position: absolute;
    left:0;
    top: 0;
    width: 50vw;
    height: 100%;
    background: #002892;

}
.despre_item {
    position: relative;
}
.despre_item_left {
    width: 40%;
    padding-top: 80px;
    padding-right: 30px;
    position: relative;
    height: 100%;

}
.despre_item_left * {
    z-index: 3;
    position: relative;
}
.despre_noi:after {
    content: ' ';
    position: absolute;
    right: 45%;
    top: 0;
    width: 10%;
    height: 100%;
    transform: skew(-7deg);
    background: #002892;
    z-index: 1
}

.despre_item_right {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
}
.despre_item_right img {
    float: left;
    height: 100%;
    width: 50vw;
    object-fit: cover;
}
.despre_noi h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    /* identical to box height */

    text-transform: uppercase;
    border-bottom: solid 3px #F2BF0D;
    color: #FFFFFF;
    padding-bottom: 10px;
    margin-bottom:20px;
}
.despre_noi h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.despre_noi .despre_slider_nav {
    position: absolute;
    width: 50%;
    margin-top: -220px;
    height: 100px;
    z-index: 333;
}
.despre_noi .despre_slider_nav .slick-slide {
    width: auto!important;
    margin-right: 20px;
}
.despre_noi .despre_slider_nav .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20%;
}

.despre_noi .despre_slider_nav h5 {
    padding: 9px 24px;
    border: solid 2px #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.despre_noi .despre_slider_nav h5:hover {
    border-color: #F2BF0D;
}
.despre_noi .despre_slider_nav .slick-current h5 {
    color: #F2BF0D;
    border-color: #F2BF0D;
}
.contacts {
    padding: 50px 0 80px;
}
.contacts h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: solid 3px #F2BF0D;
    color: #002892;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.form-control {
    border-radius: 0;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #545454;
}
.form-control:focus {
    border: solid 2px solid #F2BF0D;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #F2BF0D;
    outline: 0;
    box-shadow: none;
}
.form-group {
    margin-bottom: 1.8rem;
}
.btn-primary {
    background-color: #F2BF0D;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    min-width: 160px;
    text-align: center;
}
.wpcf7 .btn-primary {
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: 85% 55%;
}
div.wpcf7 .ajax-loader {
    margin-right: -20px;
}
.home_slider {
    background: rgba(0, 40, 146, 1);
    border-bottom: solid 2px #F2BF0D;
    height: 602px;
}
.home_slider .slider_nav .slick-slide {
    position: relative;
    cursor: pointer;
}

.home_slider .slider_nav .slick-slide span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 130px;
    height: 80px;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    background: linear-gradient(180deg, rgba(0, 40, 146, 0.8) 0%, rgba(0, 40, 146, 0) 100%), url(4879.jpg);
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
}

.home_slider .slider_nav .slick-slide.slick-current span {
    background: linear-gradient(180deg, rgba(242, 191, 13, 0.8) 0%, rgba(242, 191, 13, 0) 58.33%), url(download.jpg);
}
.slider_all {
    height: 600px;

}
.slider_all .slick-list {
    height: 100%;

}
.slider_nav_cont {
    margin-top: -102px;
}
.slider_nav  img{
    width: 130px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}
.slider_nav_cont {
    max-width: 620px;
}
.slider_left {
    float: left;
    max-width: 43%;
}
.slider_left p {
    font-size: 14px;
    line-height: 17px;


    color: #FFFFFF;
}
.slider_left h3 {
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;

    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 100px;
}
.slider_left h3 a{
    color: #FFFFFF;
}
.slider_right {
    float: right;
    position: relative;
    width: 57%;
}
.slider_right img {
    position: absolute;
    right: 0%;
    top: 0;
    width: 700px;
    height: 600px;
    object-fit: cover;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}
img {
    max-width: 100%;
}
.title_bg {
    background-size: cover;
    height: 450px;
    display: flex;
    align-items: center;
    border-bottom: solid 2px #F2BF0D;
    margin-bottom: 30px;
}
.img_cont img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.img_cont {
    margin: 0px 10px -115px;
}
.sec_title p{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.sec_title p.data_ev{
    text-transform: none;
}
.sec_title{
    padding: 50px 0;
    background-color: #002892;
}
.menu_subn {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.menu_subn li {
    margin-left: 20px;
}
.menu_subn a {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 15px;
    border: solid 2px #fff;
}
.menu_subn a:hover {
    color: #F2BF0D;
    background: #fff;
    text-decoration: none;
}
.event-display__details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 15%;
    min-width: 15%;
    padding: 20px 15px;
}
.event-display.carti .btn-link{
    margin-bottom: 0;
}
.carti .event-display__details {
    height: 150px;
    padding: 0px 1.5rem;
}


.data_ev {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #545454;
}
.data_ev svg {
    margin-right: 5px;
}
.event-display .btn-link {
    display:inline-block;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    min-width: 130px;
    border-radius: 0;
    background: #002892;
    color: #fff;
}
.event-display .btn-link:hover{
    background:#F2BF0D;
    color: #fff!important;
    text-decoration: none;
}
.event-display .btn-link svg{
    display: inline-block;
    margin-top: -3px;
    margin-left: 3px;
}

.tip_ev {

    text-align: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #F2BF0D;
}

.tip_ev.training {
    color: #002892;
}
.tip_ev.autor svg {
    margin-right: 5px;
}
.tip_ev.autor {
    color: #545454;
}

.single-post .tip_ev {
    color: #F2BF0D;
}
.ev_detail .data_ev svg path {
    fill: #fff;
}
.ev_detail .data_ev:not(:last-child) {
    margin: 10px 0;
}


.ev_autor span {
    display: flex;
    align-items: center;
    text-transform: none;
    margin-right: 30px;
}
.ev_autor span svg {
    margin-right: 5px;
}

.feat_img_single img {
    float: right;
    max-width: 50%;
    height: auto;
    object-fit: cover;
    margin: 0 0 30px 30px;
}
.the-content h3.single_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: solid 2px #F2BF0D;
    color: #002892;
}
.gallery img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0;
    color: red;
    text-align: right;
}
@media (max-width: 1200px) {
    .part {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
    }
    .menu_subn {

        flex-direction: column;
    }
    .menu_subn a {
        display: inline-block;
        margin: 5px 0;
    }
    .btn-link {
        font-size: 14px;
    }
    .event-display.buclet .btn-link,
    .event-display .btn-link {
        min-width: 100px;
        font-size: 12px;
    }
}

@media (max-width: 64em) {
    .section_title {
        margin-bottom: 30px;
    }
    .slick-prev {
        left: -40px;
    }
    .slick-next {
        right: -40px;
    }
    .despre_noi .despre_slider_nav h5 {
        padding: 5px 10px;

        font-size: 12px;
    }
    .slider_left h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .title_bg {
        background-size: cover;
        height: 250px;
    }
    .about-page .team__member div .name {

        font-size: 30px;
        line-height: 39px;
    }
}

@media (max-width: 991px) {
    .meta_box .tap {
        display: block;
    }
    .meta_box .cat_item,
    .meta_box .date {
        display: inline-block;
        margin: 0 10px;
    }
    .meta_box.text-right{
        text-align: center!important;
    }
    .meta_box {
        padding: 0;
        display: inline-block;
       width: 100%;

    }
    .activ_item:before {
        left: 0;
        right: 0;
    }
    .featured2 .title h5{
        margin-top: 15px;
    }
    .btn.btn-link,
    .tap {
        margin: 10px auto;
        max-width: 160px;
        min-width: 160px;
    }
    .sec_title .tap {
        width: auto;
        max-width: initial;
        min-width: initial;
        margin: initial;
    }
    .meta_box .tap {
        margin: 10px auto;
    }
    .carti .event-display__details {

        padding: 0px;
    }
    .about-page .team__member {
        min-height: auto;
        margin-bottom: 50px;
    }
    .despre_item_left p{
        display: none;
    }
    .slider_nav img {
        width: 80px;
        height: 60px;
    }
    .slider_nav_cont {
        max-width: 400px;
    }
    .despre_noi .despre_slider_nav {
        position: absolute;
        width: 50%;
        margin-top: -250px;
        height: 250px;
    }
    .despre_noi .despre_slider_nav .slick-slide {
        width: 59% !important;
        margin-right: 20px;
        text-align: center;
    }
    .event-display.buclet .event-display__wrapp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        min-width: 58%;
    }
    .event-display {
        padding: 15px 0;
    }
    .despre_noi:after {
 
        transform: skew(-5deg);
    }
}

@media (max-width: 801px) {
    .site-footer__parteners a img {
        height: 50px;
        max-width: 80px;
        object-fit: contain;
        margin: 15px 10px;
    }
    .slider_left p {
        display: none;
    }
    .slider_all.slick-initialized .slick-slide {
        display: flex!important;
        flex-direction: column;
    }
    .slider_left {
        float: left;
        max-width: 100%;
        order: 2;
    }
    .slider_right {
        float: right;
        position: relative;
        width: 100%;
        order: 1;
    }
    .slider_right img {
         position: relative;
         right:auto;
         top: auto;
        width: 100%;
        margin-top: 30px;
        height: 200px;
        object-fit: contain;
         clip-path: none;
    }
    .slider_left h3 {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {

.the-content h3.single_title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
}
    .feat_img_single img {
        float: none;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        margin: 0 0 30px 0px;
    }
    .ev_detail .col-md-4 {
        margin-top: 20px;
    }
    .carti .event-display__details {
        display: flex;
        height: auto;
        padding: 0px 1.5rem;
        flex-direction: row;
        margin: 15px 0;
    }
    .event-display__details > div{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .event-display__featured-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        padding: 0;
    }
    .event-display__details,
    .event-display__wrapp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        padding: .9375rem 0 0;
    }
    .event-display {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .9375rem .9375rem .625rem;
    }

    .despre_noi:after {

        transform: skew(-5deg);
    }
    .site-footer .container > .row > div {
        justify-content: center!important;
    }
    .site-footer__parteners a img {
        height: 50px;
        max-width: 140px;
        object-fit: contain;
        margin: 15px 10px;
    }
    .site-footer__disclaimer > div {

        text-align: center;
        margin: 30px 0;
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    .obiective ul li {
        margin-bottom: 15px;
    }
    .feat_cat_item .title {
        text-align: center;
    }
    .navbar .dropdown-menu .dropdown-item {
        text-align: right;
    }
    .slider_left h3 {
        margin-top: 20px;
        line-height: 20px;
    }

    .slider_right img {
        height: 140px;
    }

    .featured2 .title {
        margin-top: 10px;
    }

    .site-footer__parteners a img {
        height: 30px;
        max-width: 100px;
        object-fit: contain;
        margin: 10px 10px;
    }

    .dropdown-menu {

        left: -70px;
    }

    .tip_ev.autor {
        color: #545454;
        margin-bottom: 0;
        text-align: left;
    }

    .menu_subn a {

        font-size: 12px;
        padding: 5px 5px;
    }

    .navbar {
        padding: 0 20px;
    }

    .slider_left h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .home_slider {
        height: 432px;
    }

    .slider_all {
        height: 430px;
    }

    .slider_nav img {

    }

    .slider_nav_cont {
        max-width: 100%;
    }

    .home_slider .slider_nav .slick-slide span {
        width: 80px;
        font-size: 10px;
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0;
    }

    .slick-arrow {
        top: 105%;
    }

    .despre_noi h3 {
        font-weight: bold;
        font-size: 22px;
        line-height: 35px;
    }

    .despre_noi:after {
        transform: skew(-3deg);
    }

    .despre_slider {
        height: 540px;
    }

    .despre_noi .despre_slider_nav .slick-slide {
        width: 89% !important;


    }

    .slider_left h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .section_title {
        font-size: 25px;
        line-height: 1.3;
    }
    .meta_box {
        padding: 10px;
    }
    .carti .event-display__details {
        flex-direction: column;
        justify-content: center;
    }
    .event-display__details > div {
        justify-content: center;
    }
}

    @media (max-width: 360px) {
        .tap {
            font-size: 12px;
        }

        .slider_left h3 {
            font-size: 14px;
            line-height: 20px;
        }
    }
@media (max-width: 320px) {
    .despre_noi .despre_slider_nav h5 {
        padding: 5px 5px;
        font-size: 10px;
    }
}