﻿/*#region Global */

body.homepage {
    background-image: url('../images/homepage/stripe.png');
    background-repeat: repeat;
}

header {
    background-color: #ffffff;
    z-index: 10;
}

.wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

a {
    color: #57beeb;
}

h1 {
    text-align: center;
    color: #036;
    font-size: 24px;
    font-weight: bold;
}

h4.section-title {
    color: #036;
    font-size: 1.48rem;
    line-height: 100%;
    margin: 0 0 2.512rem 0;
    font-weight: bold;
    text-align: center;
}

main {
    margin-top: 0 !important;
}

ul#notifications-area li a {
    color: #036;
}

section {
    padding: 1.5rem 0;
}

.section {
    padding: 0;
}

bn-loader .preloader {
    width: 100%;
}

bn-cookie-policy {
    z-index: 9 !important;
}

/*#endregion */

/*#region Menu*/

.button-collapse.no-hover-border.active i {
    color: #ffffff !important;
}

.menu .menu-list > li > a i {
    color: #7a797a !important;
}

#menu .logo img {
    width: 70%;
}

#menu a.menu-item {
    font-weight: bold;
    padding: 0 20px;
    font-size: 13px;
    color: #7a797a;
}

#secondary-menu-container {
    display: none;
    position: absolute;
    top: 48px;
    z-index: 9;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #f1f1f1;
}

    #secondary-menu-container .secondary-menu {
        display: none;
    }

    #secondary-menu-container a {
        color: #003366;
        font-size: 13px;
    }

.full-menu-list li a {
    color: #003366 !important;
    line-height: 80px !important;
    font-size: 20px !important;
    font-weight: bold;
}

    .full-menu-list li a:hover {
        text-decoration: underline;
    }

    .full-menu-list li a i:not(.no-relative) {
        position: relative;
        top: 5px;
    }

    .full-menu-list li a i.no-relative {
        margin-left: 6px;
    }

.menu-brand-link {
    float: left;
    text-align: center;
    margin: 20px;
}

    .menu-brand-link img {
        display: inline-block;
        width: 150px;
        height: auto;
        fill: #404040;
        opacity: .8;
        vertical-align: middle;
        padding: 20px;
        background-color: #ffffff;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

    .menu-brand-link:hover img {
        opacity: 1;
    }

@media screen and (max-width: 900px) {
    .full-menu-list li a {
        color: #ffffff !important;
    }

    .sub-menu {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #001f3e;
    }

        .sub-menu .row {
            background-color: #001f3e !important;
        }

        .sub-menu::after,
        .sub-menu::before {
            content: none !important;
        }

        .sub-menu .mobile-navigation-back {
            position: absolute;
        }

    .brand-ul-list li {
        width: 100% !important;
    }

    .menu-brand-link {
        float: left;
        margin: 10px;
        width: calc(100% - 20px) !important;
        text-align: center;
    }
}

/*#endregion */

/*#region Slider */

.slider {
    z-index: 1;
    margin-bottom: 20px;
}

    .slider,
    .slider .slides {
        height: 600px !important;
        background-color: #ffffff;
    }

        .slider .indicators {
            background-color: rgba(0, 0, 0, 0.15);
            padding: 10px 0;
            bottom: 0 !important;
            z-index: 2;
        }

            .slider .indicators .indicator-item {
                background-color: #b1b1b1;
                height: 10px;
                width: 10px;
                margin: 0 6px;
            }

                .slider .indicators .indicator-item.active {
                    background-color: #ffffff;
                }

        .slider .slides li img {
            width: 100%;
            background-color: #ffffff;
        }

        .slider .caption {
            width: calc(30% - 20px) !important;
            float: right;
            right: 20px;
            top: initial !important;
            bottom: 50px !important;
            left: initial !important;
        }

            .slider .caption h3 {
                text-align: left;
                padding-left: 50px;
                padding-right: 10px;
                color: #000000 !important;
                font-size: 42px;
                font-family: 'Segoe UI', 'Helvetica Neue', 'Helvetica';
                font-weight: bold;
                text-transform: capitalize;
            }

                .slider .caption h3 a {
                    -webkit-transition: all linear .2s;
                    -moz-transition: all linear .2s;
                    -ms-transition: all linear .2s;
                    -o-transition: all linear .2s;
                    transition: all linear .2s;
                    text-shadow: 2px 0 5px #404040, -2px 0 5px #404040, 0 2px 5px #404040, 0 -2px 5px #404040, 1px 1px 5px #404040, -1px -1px 5px #404040, 1px -1px 5px #404040, -1px 1px 5px #404040;
                }

.mobile-caption {
    display: none;
    bottom: 0px;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    z-index: 2;
    padding: 0 20px 30px 20px;
}

@media screen and (max-width: 600px) {
    .slider .slides li img {
        width: 100%;
    }

    .slider .caption {
        display: none;
    }

    .mobile-caption {
        display: block;
        bottom: 0px;
        position: absolute;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.90);
        z-index: 2;
        padding: 0 20px 30px 20px;
    }

        .mobile-caption a {
            line-height: 32px;
            font-size: 24px;
        }
}

/*#endregion */

/*#region News */

.latest-news-card-container {
    padding: 6px 20px !important;
}

.latest-news .news {
    padding: 7px;
    margin-bottom: 0;
    position: relative;
}

    .latest-news .news:not(:last-of-type) {
        border-bottom: 1px solid #cccccc;
    }

    .latest-news .news a:first-of-type {
        width: 100%;
    }

    .latest-news .news .date {
        color: #787878;
        font-size: 12px;
        line-height: 24px;
    }

        .latest-news .news .date img {
            position: relative;
            top: 4px;
            height: 20px;
            width: auto;
            margin-left: 6px;
            margin-right: 6px;
        }

    .latest-news .news .title {
        color: #036;
        font-size: 16px;
        line-height: 20px;
    }

        .latest-news .news .title img {
            position: relative;
            top: 4px;
            height: 20px;
            width: auto;
            margin-right: 6px;
        }

    .latest-news .news .subtitle {
        color: #787878;
        font-size: 10px;
        line-height: 40px;
        font-style: italic;
    }

    .latest-news .news .share {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

#news-container .card-image {
    height: 220px;
    background-position: center center;
    background-size: cover;
}

.news-text {
    height: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.share i.la {
    font-size: 26px;
}

/*#endregion */

/*#region Map */

#map-container {
    background-color: #f1f1f1;
    text-align: center;
    margin-bottom: 40px;
}

/*#endregion */

/*#region Investors */

#investors {
    background-color: #030e2e;
}

    #investors .card {
        background: #013299;
        background: -moz-linear-gradient(top, #013299 0%, #02287a 100%);
        background: -webkit-linear-gradient(top, #013299 0%, #02287a 100%);
        background: linear-gradient(to bottom, #013299 0%, #02287a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#013299', endColorstr='#02287a', GradientType=0);
    }

        #investors .card .card-title {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Helvetivca, Tahoma, Geneva, Verdana, sans-serif;
        }

    #investors bn-loader .spinner-layer {
        border-color: #ffffff !important;
    }

    #investors bn-loader * {
        color: #ffffff;
    }

@media screen and (max-width: 1200px) {
    .card.vertical {
        min-height: 500px;
        max-height: 500px;
    }
}

@media screen and (max-width: 980px) {
    ul.treasury li {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        line-height: 24px;
    }

        ul.treasury li span.left {
            flex: 1;
            font-size: 12px;
            padding-right: 10px;
            white-space: normal;
        }

            ul.treasury li span.group {
                line-height: 0 !important;
                margin-top: 12px;
            }
}

ul.treasury li {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
}

    ul.treasury li.has-border {
        border-bottom: 1px solid #cccccc;
    }

    ul.treasury li span.left {
        max-width: 80%;
    }

        ul.treasury li span.group {
            line-height: 0 !important;
            margin-top: 12px;
        }

/*#endregion */

/*#region History*/

#story-container {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
}

/*#endregion */

/*#region Company message */

#company-message {
    padding: 80px 0;
    margin-bottom: 40px;
    background-color: #0080bb;
}

    #company-message h4 {
        color: #ffffff;
        font-size: 40px;
        margin-bottom: 40px;
    }

    #company-message p {
        color: #ffffff;
        font-size: 24px;
        line-height: 40px;
    }

/*#endregion */

/*#region Boxes */

#box-container {
    margin-bottom: 40px;
}

    #box-container .box {
        padding: 0 20px;
    }

        #box-container .box .box-title {
            font-size: 1.68rem;
            font-weight: lighter;
            text-align: center;
            color: #81d8cd;
        }

        #box-container .box:first-of-type .box-title {
            color: #57beeb !important;
        }

        #box-container .box:last-of-type .box-title {
            color: #5de4f9 !important;
        }

        #box-container .box p {
            margin: 10px 0;
            color: #7a797a;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            text-indent: 0;
        }

.box-image-container {
    text-align: center;
    padding: 20px 0;
}

    .box-image-container img {
        margin: 10px 0;
        height: 120px;
    }

/*#endregion */

/*#region Brands */

#brands-container {
    background-color: #f7f7f8;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 0;
}

/*#endregion */

/*#region Privacy policy */

.privacy-policy .wrapper {
    max-width: 1500px !important;
}

.privacy-policy .group {
    color: #003366 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.privacy-policy .group-header {
    font-weight: bold !important;
    font-size: 12px !important;
    color: #003366 !important;
    margin: 20px 0 20px 0 !important;
}

.privacy-policy p {
    text-indent: 0;
}

.privacy-policy ul {
    margin-left: 40px;
}

    .privacy-policy ul li {
        list-style: initial;
        line-height: 24px;
    }

.privacy-policy ol li {
    list-style: decimal;
    line-height: 24px;
}

/*#endregion */
