﻿.pb-19 {
    padding-bottom: 13rem !important;
}


.hover-scale {
    min-height: 190px;
    max-height: 256px;
}

.overlay span.bg {
    height: 256px;
}

article figure.overlay {
    display: grid;
    justify-content: center;
    align-items: center;
}


    article figure.overlay a {
        margin: auto;
        width: 323px;
        height: 182px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        overflow: hidden;
    }

    article figure.overlay img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    article figure.overlay.main-page a {
        margin: auto;
        width: 410px;
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        overflow: hidden;
    }

.card-body {
    flex-grow: 1;
    object-fit: cover;
    padding: 1rem 1rem;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {

    article .post-header h2.post-title {
        height: 120px;
        overflow: hidden;
    }

    .py-md-16 {
        padding-top: 3rem !important;
        padding-bottom: 0rem !important;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 1rem 1rem !important;
    }

    .pb-md-20 {
        padding-bottom: 12rem !important;
    }
}

@media (min-width: 992px) {

    article .post-header h2.post-title {
        height: 66px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {

    article .post-header h2.post-title {
    }
}


@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}


@media (max-width: 767.9px) {
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .navbar .navbar-brand img {
            max-height: 90px;
        }

    .pb-19 {
        padding-bottom: 10rem !important;
    }

    article figure.overlay img {
        /*left: -20%;*/
    }
}






































/*TIMELINE*/
.timeline {
    position: relative;
    width: 100%;
    padding: 30px 0
}

@media (max-width: 767.98px) {
    .timeline {
        padding: 0
    }
}

.timeline .timeline-end, .timeline .timeline-start, .timeline .timeline-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1
}

    .timeline .timeline-end p, .timeline .timeline-start p, .timeline .timeline-year p {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin: 0;
        padding: 30px 0;
        text-align: center;
        background-color: #1f58c7;
        border-radius: 100px;
        color: #fff;
        text-transform: uppercase
    }

.timeline .timeline-year {
    margin: 30px 0
}

.timeline .timeline-continue {
    position: relative;
    width: 100%;
    /*padding: 60px 0*/
    padding: 0px 0
}

    .timeline .timeline-continue:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -1px;
        background: #1f58c7
    }

.timeline .timeline-icon {
    margin: 42px 10px 0 10px
}

.timeline .timeline-left {
    text-align: right
}

    .timeline .timeline-left .timeline-icon {
        text-align: left
    }

.timeline .timeline-right {
    text-align: left
}

    .timeline .timeline-right .timeline-icon {
        text-align: right
    }

.timeline .timeline-icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 45px;
    background: #1f58c7;
    border-radius: 15px;
    z-index: 1
}



.timeline .timeline-left .timeline-icon::after {
    left: -7px
}

@media (min-width: 768px) {

    .timeline .timeline-left .event-content {
        padding-right: 0;
        padding-left: 24px
    }

    .timeline .timeline-left .timeline-text {
        margin-right: 0;
        margin-left: 46px
    }

    .timeline .timeline-left .event-img {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.timeline .timeline-right .timeline-icon::after {
    right: -7px
}

.timeline .timeline-right .timeline-text {
    margin-left: 0;
    margin-right: 70px
}

.timeline .timeline-box {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    background-color: #f5f6f8;
    border-radius: 6px
}

    .timeline .timeline-box::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 26px;
        background-color: #f5f6f8;
        border: 1px solid #f5f6f8;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0 auto
    }

.timeline .timeline-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #f5f6f8;
    border-radius: 6px;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: 0 0
}

.timeline-date {
    right: 14px
}

@media (max-width: 767.98px) {
    .timeline-date {
        left: -70px;
        right: auto
    }
}

.timeline-left .timeline-date {
    left: 14px
}

@media (max-width: 767.98px) {
    .timeline-left .timeline-date {
        left: -70px;
        right: auto
    }
}

.timeline .timeline-date {
    width: 70px;
    height: 80px;
    display: inline-block;
    padding: 6px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
    clip-path: polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
    top: -10px;
    position: absolute;
    z-index: 1
}

@media (max-width: 767.98px) {
    .timeline .timeline-date {
        top: 0
    }
}

.timeline .timeline-right .timeline-box::after {
    border-color: transparent transparent #f5f6f8 #f5f6f8;
    left: -8px;
    right: 100%
}

.timeline .timeline-left .timeline-box::after {
    border-color: #f5f6f8 #f5f6f8 transparent transparent;
    right: -8px
}

.timeline .timeline-launch .timeline-box::after {
    top: -8px;
    left: 32px;
    border-color: #f5f6f8 transparent transparent #f5f6f8
}

@media (min-width: 768px) {
    .timeline .timeline-launch .timeline-box::after {
        left: 50%;
        -webkit-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%);
        top: -2px
    }
}

.timeline .timeline-launch .timeline-text {
    width: 100%
}

@media (max-width: 767px) {
    .timeline .timeline-continue::after {
        left: 40px
    }

    .timeline .timeline-end, .timeline .timeline-start, .timeline .timeline-year {
        text-align: left
    }

    .timeline .row.timeline-left {
        text-align: left
    }

        .timeline .row.timeline-left .timeline-icon {
            text-align: left
        }

    .timeline .row.timeline-right {
        text-align: left
    }

        .timeline .row.timeline-right .timeline-icon {
            text-align: left
        }

    .timeline .timeline-launch {
        text-align: left;
        margin-bottom: 0
    }

    .timeline .row.timeline-left .timeline-icon::after {
        left: 43px
    }

    .timeline .row.timeline-right .timeline-icon::after {
        left: 43px
    }

    .timeline .timeline-box {
        margin-left: 82px;
        margin-right: 0
    }

    .timeline .row.timeline-right .timeline-icon {
        margin-left: 55px
    }

    .timeline .row.timeline-left .timeline-icon {
        margin-left: 55px
    }

    .timeline .timeline-launch .timeline-box {
        margin-left: 0;
        margin-bottom: 0
    }

    .timeline .row.timeline-left .timeline-box::after {
        left: -8px;
        border-color: transparent transparent #f5f6f8 #f5f6f8;
        right: auto
    }
}

.timeline h3 {
    font-size: 17px;
}

.timeline h3 span {
    color: #333333 !important;
}

.timeline .timeline-box .timeline-date p {
    font-size: 15px;
}

@media (min-width: 1200px) {
    .timeline .timeline-box {
        min-width: 370px;
    }
}

@media (min-width: 1440px) {
    .timeline .timeline-box {
        min-width: 470px;
    }
}
/*TIMELINE*/

h3, .h3 {
	font-size: 16px;
}

.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}