﻿@charset "UTF-8";

/*body {
    margin: 0px;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    background-color: rgb(255, 255, 255);
}*/


body {
    color: #333;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
}

/*     #main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover, #main-nav ul li.current_page_parent a, #main-nav ul li.current_page_parent a:hover, #main-nav ul li.current-menu-parent a{
    }*/


.richtext-editor p, .richtext-editor span, .richtext-editor div, .richtext-editor ul, .richtext-editor label, .richtext-editor a {
    font-size: 15px;
    box-sizing: border-box;
}


/*---------START News Listing--------*/


.news-listing {
    display: flex;
    flex-flow: column;
}

    .news-listing .news-item {
        margin-bottom: 40px;
        height: 215px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .news-listing .news-item .n-i-preview-image {
            width: 380px;
            height: 100%;
        }

            .news-listing .news-item .n-i-preview-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .news-listing .news-item .n-i-details {
            height: 100%;
            width: calc(100% - 415px);
        }

            .news-listing .news-item .n-i-details .n-i-d-title {
                height: 54px;
                font-size: 22px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: -0.59px;
                color: #0a2c4a;
                margin-bottom: 11px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .news-listing .news-item .n-i-details .n-i-d-others {
                height: 27px;
                margin-bottom: 15px;
                display: flex;
                align-items: center;
            }

                .news-listing .news-item .n-i-details .n-i-d-others .n-d-i-o-date {
                    font-size: 14px;
                    font-weight: 600;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: -0.38px;
                    color: #808096;
                    margin-right: 5px;
                }


            .news-listing .news-item .n-i-details .n-i-d-description {
                font-size: 17px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: -0.46px;
                color: #0a2c4a;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                margin-bottom: 14px;
                height: 62px;
            }

        .news-listing .news-item label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .news-listing .news-item .more-button {
            height: 36px;
            font-weight: bold;
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
            background-image: url(../images/icons/deschis.svg);
            text-align: left;
            font-size: 18px;
            letter-spacing: -0.48px;
            color: #64b649;
            cursor: pointer;
            white-space: nowrap;
        }





@media(max-width: 1024px) {
    .news-listing .news-item {
        flex-flow: column;
        height: auto;
    }

        .news-listing .news-item .n-i-preview-image {
            width: 100%;
            margin-bottom: 20px;
        }

        .news-listing .news-item .n-i-details {
            width: 100%;
        }

}


/*---------END News Listing--------*/


/*---------START News Item Page--------*/

.news-item-page {
    padding-bottom: 20px;
}

    .news-item-page .page-title {
        font-size: 38px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #16161e;
        margin: 20px 0px 20px 0px;
    }

    .news-item-page .published-date {
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.4px;
        color: #04264c;
        margin-bottom: 10px;
    }

    .news-item-page #inline-gallery-container {
        height: 500px;
    }

    .news-item-page .lg-outer .lg-img-wrap {
        top: -30px;
    }

.richtext-editor {
    margin: 20px 0px 20px 0px;
}

    .richtext-editor p {
        margin-bottom: 20px;
        font-size: 15px
    }


/*---------END News Item Page--------*/


/*---------PAGINATION START-------*/
.pagination {
    display: flex;
    align-items: center;
}

.active > .page-link,
.page-link.active {
    color: #fff !important;
    background-color: #054b9b !important;
    border-color: #054b9b !important;
}

.page-link:focus {
    box-shadow: none;
}

.page-item .next-btn,
.page-item .previous-btn {
    padding: 9px 10px !important;
    background: transparent !important;
    border: 0px !important;
}

.page-item .disabled img,
.page-item .disabled img {
    filter: invert(90%) sepia(0%) saturate(312%) hue-rotate(3deg) brightness(94%) contrast(97%) !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item .page-link {
    font-size: 14px;
    color: #1e272f;
    background-color: #eaedf6;
    background: #eaedf6;
    border-radius: 4px !important;
    padding: 9px 16px;
}

.pagination .page-item {
    margin-right: 16px;
}

    .pagination .page-item:last-child {
        margin-right: 0;
    }

/*---------PAGINATION END-------*/



/**
 * Footer
 * -----------------------------------------------------------------------------
 */

#theme-footer {
    position: relative;
    color: #ddd;
    background: #054b9b;
    padding: 20px 0;
    /*border-top: 8px solid #deeeff;*/
    margin-top: 20px;
    -webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
}

    #theme-footer a {
        color: #ccc;
    }

        #theme-footer a:hover {
            color: #FFF;
        }

/* Footer Widgets */

#footer-widget-area {
    width: 1045px;
    margin: 0 auto;
}

.footer-widgets-box {
    float: left;
    margin-right: 4%;
}

.footer-1c .footer-widgets-box {
    width: 100%
}

.footer-widget-top {
    padding: 10px 0;
}

    .footer-widget-top h4 {
        font-size: 22px;
        font-family: BebasNeueRegular, arial, Georgia, serif;
    }

.footer-widget-container {
    padding: 5px 0;
}

    .footer-widget-container p {
        padding-bottom: 1.0em;
    }

    .footer-widget-container .textwidget p {
        text-align:center
    }


/* Footer Bottom */

.footer-bottom {
    position: relative;
    background: #054b9b;
    line-height: 35px;
    border-top: 1px solid #deeeff;
    color: #ccc;
    padding: 15px 0;
}

.footer-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-left, .footer-center, .footer-right {
    flex: 1;
}

.footer-left {
    text-align: left;
}

.footer-right {
    flex: 0;
    text-align: right;
}

@media (max-width: 768px) {
    .footer-section {
        display: initial;
    }

    .footer-left, .footer-center, .footer-right {
        margin-bottom: 10px;
        flex: initial;
        text-align: center
    }
}


.alignright {
    float: right;
}

    .footer-bottom .alignright,
    .footer-bottom .alignleft,
    .footer-bottom .social-icons {
        margin: 0;
        line-height: 20px;
    }

    .social-icons {
    text-align: center;
    }
    .footer-bottom .social-icons {
        float: right;
        margin: 3px 15px 0;
        line-height: 0;
    }

    .social-icons a {
    margin: 2px;
    position: relative;
    text-shadow: none;
    display: inline-block;
    }

    .footer-bottom .social-icons a {
            opacity: 0.5;
     }

    .footer-bottom a {
        color: #ccc;
    }

        .footer-bottom a:hover {
            color: #FFF;
        }

.footer-bottom .social-icons .ttip-none .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: none;
}

@media only screen and (max-width: 900px) {
    .footer-bottom .alignright, .footer-bottom .alignleft, .footer-bottom .social-icons {
        text-align: center;
        float: none;
        width: 100%;
        margin: 0;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1045px) {
    .footer-bottom .container, #footer-widget-area {
        width: 98% !important;
    }
}

/*container-craft*/

.container-craft {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

    .container-craft .craft-title {
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.24px;
        color: #ffffff;
        margin-bottom: 5px;
    }

    .container-craft label {
        cursor: pointer;
    }

    .container-craft img {
        object-fit: contain;
    }

    .container-craft .craft-web {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.24px;
        color: #ffffff;
        margin-bottom: 5px;
        margin-top: 5px;
    }

/*container-craft*/